Home | History | Annotate | Download | only in android

Lines Matching refs:CharDriverState

226     CharDriverState*  cs;  /* serial charpipe endpoint */
488 CharDriverState* cs,
1543 CharDriverState* serial_cs )
2238 static CharDriverState* android_qemud_cs;
2245 CharDriverState* cs;
2277 CharDriverState* android_qemud_get_cs( void )
2344 * system, to a CharDriverState object implemented through a charpipe.
2353 * CharDriverState handle in the 'opaque' field for simplicity.
2358 CharDriverState* cs;
2368 CharDriverState* cs = opaque;
2428 CharDriverState* cs = opaque;
2449 android_qemud_get_channel( const char* name, CharDriverState* *pcs )
2451 CharDriverState* cs;
2466 android_qemud_set_channel( const char* name, CharDriverState* peer_cs )
2468 CharDriverState* char_buffer = qemu_chr_open_buffer(peer_cs);