Home
last modified time | relevance | path

Searched defs:_work (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c57 #define L2CH_WORK(_work) CONTAINER_OF(k_work_delayable_from_work(_work), \ argument
/Zephyr-latest/subsys/bluetooth/host/classic/
Davrcp.c48 #define AVRCP_KWORK(_work) \ argument
Davdtp.c45 #define AVDTP_KWORK(_work) \ argument
/Zephyr-latest/drivers/serial/
Duart_emul.c415 static void uart_emul_async_rx_timeout_handler(struct k_work *_work) in uart_emul_async_rx_timeout_handler()