Lines Matching defs:PDEVSERIAL

234 typedef DEVSERIAL *PDEVSERIAL;
240 static int serial_can_receive(PDEVSERIAL pThis);
241 static void serial_receive(PDEVSERIAL pThis, const uint8_t *buf, int size);
243 static void fifo_clear(PDEVSERIAL pThis, int fifo)
252 static int fifo_put(PDEVSERIAL pThis, int fifo, uint8_t chr)
274 static uint8_t fifo_get(PDEVSERIAL pThis, int fifo)
290 static void serial_update_irq(PDEVSERIAL pThis)
334 static void serial_tsr_retry_update_parameters(PDEVSERIAL pThis, uint64_t tf)
342 static void serial_tsr_retry_bound_reached(PDEVSERIAL pThis)
349 static void serial_tsr_retry_succeeded(PDEVSERIAL pThis)
356 static void serial_update_parameters(PDEVSERIAL pThis)
391 static void serial_xmit(PDEVSERIAL pThis, bool bRetryXmit)
441 static int serial_ioport_write(PDEVSERIAL pThis, uint32_t addr, uint32_t val)
569 static uint32_t serial_ioport_read(PDEVSERIAL pThis, uint32_t addr, int *pRC)
687 static int serial_can_receive(PDEVSERIAL pThis)
700 static void serial_receive(PDEVSERIAL pThis, const uint8_t *buf, int size)
725 PDEVSERIAL pThis = RT_FROM_MEMBER(pInterface, DEVSERIAL, ICharPort);
753 PDEVSERIAL pThis = RT_FROM_MEMBER(pInterface, DEVSERIAL, ICharPort);
804 PDEVSERIAL pThis = RT_FROM_MEMBER(pInterface, DEVSERIAL, ICharPort);
826 PDEVSERIAL pThis = (PDEVSERIAL)pvUser;
842 PDEVSERIAL pThis = (PDEVSERIAL)pvUser;
856 PDEVSERIAL pThis = PDMINS_2_DATA(pDevIns, PDEVSERIAL);
880 PDEVSERIAL pThis = PDMINS_2_DATA(pDevIns, PDEVSERIAL);
904 PDEVSERIAL pThis = PDMINS_2_DATA(pDevIns, PDEVSERIAL);
916 PDEVSERIAL pThis = PDMINS_2_DATA(pDevIns, PDEVSERIAL);
958 PDEVSERIAL pThis = PDMINS_2_DATA(pDevIns, PDEVSERIAL);
1049 PDEVSERIAL pThis = RT_FROM_MEMBER(pPciDev, DEVSERIAL, PciDev);
1079 PDEVSERIAL pThis = RT_FROM_MEMBER(pInterface, DEVSERIAL, IBase);
1093 PDEVSERIAL pThis = PDMINS_2_DATA(pDevIns, PDEVSERIAL);
1104 PDEVSERIAL pThis = PDMINS_2_DATA(pDevIns, PDEVSERIAL);
1139 PDEVSERIAL pThis = PDMINS_2_DATA(pDevIns, PDEVSERIAL);
1155 PDEVSERIAL pThis = PDMINS_2_DATA(pDevIns, PDEVSERIAL);