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/
Dusb_serial.c1292 UINT8 m_auc_tty_usb_handler_pool[sizeof(OS_MEMBOX_S) + variable
1304 ret = LOS_MemboxInit(m_auc_tty_usb_handler_pool, in tty_usb_queue_init()
1305 sizeof(m_auc_tty_usb_handler_pool), sizeof(ucom_handler_item_s)); in tty_usb_queue_init()
1341 (VOID)LOS_MemboxFree(m_auc_tty_usb_handler_pool, ptty_usb_write_handler); in tty_usb_write_wait()
Dusb_serial.h86 extern UINT8 m_auc_tty_usb_handler_pool[sizeof(OS_MEMBOX_S) +
Du3g.c861 p_u3g_write_handler = (ucom_handler_item_s *)LOS_MemboxAlloc(m_auc_tty_usb_handler_pool); in u3g_write_callback()
866 (VOID)LOS_MemboxFree(m_auc_tty_usb_handler_pool, p_u3g_write_handler); in u3g_write_callback()