Searched refs:tx_work_handler (Results 1 – 3 of 3) sorted by relevance
126 static void tx_work_handler(struct k_work *work) in tx_work_handler() function331 k_work_init_delayable(&dev_data->uart.tx_work, tx_work_handler); in uart_bt_init()
152 static void tx_work_handler(struct k_work *work);153 static K_WORK_DELAYABLE_DEFINE(tx_work, tx_work_handler);231 static void tx_work_handler(struct k_work *work) in tx_work_handler() function
252 static void tx_work_handler(struct k_work *work) in tx_work_handler() function507 k_work_init_delayable(&dev_data->tx_work, tx_work_handler); in cdc_acm_init()