Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c1075 ((sizeof(ucom_handler_item_s) + 3) & (~3)) * 8];
1160 ucom_handler_item_s *p_ucom_tx_handler; in ucom_tx_task()
1165 sizeof(ucom_handler_item_s)); in ucom_tx_task()
1171 ret = LOS_QueueCreate(NULL, 8, &m_uw_ucom_handler_queue, 0, sizeof(ucom_handler_item_s)); in ucom_tx_task()
1180 sizeof(ucom_handler_item_s), LOS_WAIT_FOREVER); in ucom_tx_task()
1210 ucom_handler_item_s *p_ucom_tx_handler; in u3g_write_from_shell()
1231 p_ucom_tx_handler = (ucom_handler_item_s *)LOS_MemboxAlloc(m_auc_ucom_handler_pool); in u3g_write_from_shell()
1291 ((sizeof(ucom_handler_item_s) + 3) & (~3)) * 8];
1303 sizeof(m_auc_tty_usb_handler_pool), sizeof(ucom_handler_item_s)); in tty_usb_queue_init()
1310 0, sizeof(ucom_handler_item_s)); in tty_usb_queue_init()
[all...]
H A Dusb_serial.h83 } ucom_handler_item_s; typedef
86 ((sizeof(ucom_handler_item_s) + 3) & (~3)) * 8];
H A Du3g.c851 ucom_handler_item_s *p_u3g_write_handler; in u3g_write_callback()
859 p_u3g_write_handler = (ucom_handler_item_s *)LOS_MemboxAlloc(m_auc_tty_usb_handler_pool); in u3g_write_callback()

Completed in 4 milliseconds