Home
last modified time | relevance | path

Searched refs:_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
49 CONTAINER_OF(CONTAINER_OF(_work, struct k_work_delayable, work), struct bt_avrcp, \
Davdtp.c45 #define AVDTP_KWORK(_work) \ argument
46 CONTAINER_OF(CONTAINER_OF(_work, struct k_work_delayable, work), struct bt_avdtp, \
/Zephyr-latest/drivers/serial/
Duart_emul.c410 static void uart_emul_async_rx_timeout_handler(struct k_work *_work) in uart_emul_async_rx_timeout_handler() argument
412 struct k_work_delayable *work = k_work_delayable_from_work(_work); in uart_emul_async_rx_timeout_handler()