Searched defs:ParallelCharDriver (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dqemu-char.c1313 } ParallelCharDriver; typedef in typeref:struct:__anon30079
1315 static int pp_hw_mode(ParallelCharDriver *s, uint16_t mode)
1328 ParallelCharDriver *drv = chr->opaque;
1409 ParallelCharDriver *drv = chr->opaque;
1423 ParallelCharDriver *drv;
1435 drv = g_malloc0(sizeof(ParallelCharDriver));

Completed in 51 milliseconds