Home
last modified time | relevance | path

Searched refs:m_auc_tty_usb_handler_pool (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.h85 extern UINT8 m_auc_tty_usb_handler_pool[sizeof(OS_MEMBOX_S) +
H A Dusb_serial.c1290 UINT8 m_auc_tty_usb_handler_pool[sizeof(OS_MEMBOX_S) + variable
1302 ret = LOS_MemboxInit(m_auc_tty_usb_handler_pool, in tty_usb_queue_init()
1303 sizeof(m_auc_tty_usb_handler_pool), sizeof(ucom_handler_item_s)); in tty_usb_queue_init()
1339 (VOID)LOS_MemboxFree(m_auc_tty_usb_handler_pool, ptty_usb_write_handler); in tty_usb_write_wait()
H A Du3g.c859 p_u3g_write_handler = (ucom_handler_item_s *)LOS_MemboxAlloc(m_auc_tty_usb_handler_pool); in u3g_write_callback()
864 (VOID)LOS_MemboxFree(m_auc_tty_usb_handler_pool, p_u3g_write_handler); in u3g_write_callback()

Completed in 4 milliseconds