Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/serial/
H A Dusb_serial.c1074 static UINT8 m_auc_ucom_handler_pool[sizeof(OS_MEMBOX_S) + variable
1164 ret = LOS_MemboxInit(m_auc_ucom_handler_pool, sizeof(m_auc_ucom_handler_pool), in ucom_tx_task()
1196 (void)LOS_MemboxFree(m_auc_ucom_handler_pool, in ucom_tx_task()
1231 p_ucom_tx_handler = (ucom_handler_item_s *)LOS_MemboxAlloc(m_auc_ucom_handler_pool); in u3g_write_from_shell()
1235 (void)LOS_MemboxFree(m_auc_ucom_handler_pool, p_ucom_tx_handler); in u3g_write_from_shell()
1241 (void)LOS_MemboxFree(m_auc_ucom_handler_pool, p_ucom_tx_handler); in u3g_write_from_shell()
1248 (void)LOS_MemboxFree(m_auc_ucom_handler_pool, p_ucom_tx_handler); in u3g_write_from_shell()
1258 (void)LOS_MemboxFree(m_auc_ucom_handler_pool, p_ucom_tx_handler); in u3g_write_from_shell()

Completed in 2 milliseconds