/Zephyr-latest/drivers/sensor/vishay/vcnl4040/ |
D | vcnl4040_trigger.c | 104 static void vcnl4040_work_handler(struct k_work *work) in vcnl4040_work_handler()
|
/Zephyr-latest/samples/bluetooth/iso_central/src/ |
D | main.c | 47 static void iso_timer_timeout(struct k_work *work) in iso_timer_timeout()
|
/Zephyr-latest/samples/bluetooth/periodic_sync/src/ |
D | main.c | 37 static void blink_timeout(struct k_work *work) in blink_timeout()
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_offload.c | 66 static void eswifi_off_connect_work(struct k_work *work) in eswifi_off_connect_work() 221 static void eswifi_off_send_work(struct k_work *work) in eswifi_off_send_work()
|
/Zephyr-latest/drivers/input/ |
D | input_cf1133.c | 80 struct k_work work; member 240 static void cf1133_work_handler(struct k_work *work) in cf1133_work_handler()
|
D | input_cst816s.c | 98 struct k_work work; member 172 static void cst816s_work_handler(struct k_work *work) in cst816s_work_handler()
|
D | input_gpio_qdec.c | 212 static void gpio_qdec_event_worker(struct k_work *work) in gpio_qdec_event_worker() 231 static void gpio_qdec_idle_worker(struct k_work *work) in gpio_qdec_idle_worker()
|
/Zephyr-latest/drivers/sensor/wsen/wsen_pads_2511020213301/ |
D | wsen_pads_2511020213301.h | 58 struct k_work work; member
|
D | wsen_pads_2511020213301_trigger.c | 211 static void pads_2511020213301_work_cb(struct k_work *work) in pads_2511020213301_work_cb()
|
/Zephyr-latest/drivers/sensor/renesas/isl29035/ |
D | isl29035_trigger.c | 140 static void isl29035_work_cb(struct k_work *work) in isl29035_work_cb()
|
/Zephyr-latest/drivers/sensor/ti/ina23x/ |
D | ina230.h | 45 struct k_work work; member
|
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/ |
D | sht3xd.h | 76 struct k_work work; member
|
D | sht3xd_trigger.c | 180 static void sht3xd_work_cb(struct k_work *work) in sht3xd_work_cb()
|
/Zephyr-latest/drivers/sensor/st/hts221/ |
D | hts221.h | 54 struct k_work work; member
|
/Zephyr-latest/subsys/lorawan/services/ |
D | lorawan_services.c | 47 static void uplink_handler(struct k_work *work) in uplink_handler()
|
/Zephyr-latest/drivers/serial/ |
D | uart_emul.c | 269 static void uart_emul_irq_handler(struct k_work *work) in uart_emul_irq_handler() 417 struct k_work_delayable *work = k_work_delayable_from_work(_work); in uart_emul_async_rx_timeout_handler() local 479 static void uart_emul_async_rx_handler(struct k_work *work) in uart_emul_async_rx_handler() 584 static void uart_emul_async_tx_handler(struct k_work *work) in uart_emul_async_tx_handler() 725 static void uart_emul_async_rx_disable_handler(struct k_work *work) in uart_emul_async_rx_disable_handler()
|
/Zephyr-latest/drivers/sensor/honeywell/sm351lt/ |
D | sm351lt.c | 94 static void sm351lt_work_cb(struct k_work *work) in sm351lt_work_cb()
|
/Zephyr-latest/subsys/ipc/rpmsg_service/ |
D | rpmsg_backend.c | 143 static void ipm_callback_process(struct k_work *work) in ipm_callback_process()
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp.c | 131 smp_handle_reqs(struct k_work *work) in smp_handle_reqs()
|
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/ |
D | ext_adv_advertiser.c | 127 static void free_conn_object_work_fn(struct k_work *work) in free_conn_object_work_fn()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | settings.c | 428 static void do_store_id(struct k_work *work) in do_store_id() 451 static void do_store_irk(struct k_work *work) in do_store_irk()
|
/Zephyr-latest/drivers/bluetooth/hci/ |
D | hci_stm32wb0.c | 80 static void blestack_process(struct k_work *work) in blestack_process() 88 static void vtimer_process(struct k_work *work) in vtimer_process()
|
/Zephyr-latest/drivers/ethernet/eth_nxp_enet_qos/ |
D | eth_nxp_enet_qos_mac.c | 136 static void tx_dma_done(struct k_work *work) in tx_dma_done() 167 static void eth_nxp_enet_qos_rx(struct k_work *work) in eth_nxp_enet_qos_rx()
|
/Zephyr-latest/include/zephyr/ |
D | kernel.h | 4037 struct k_work work; member 4069 #define K_WORK_DELAYABLE_DEFINE(work, work_handler) \ argument 4085 struct k_work work; member 4097 struct k_work *work; member 4182 static inline bool k_work_is_pending(const struct k_work *work) in k_work_is_pending() 4188 k_work_delayable_from_work(struct k_work *work) in k_work_delayable_from_work() 4281 #define K_WORK_USER_DEFINE(work, work_handler) \ argument 4293 static inline void k_work_user_init(struct k_work_user *work, in k_work_user_init() 4315 static inline bool k_work_user_is_pending(struct k_work_user *work) in k_work_user_is_pending() 4339 struct k_work_user *work) in k_work_user_submit_to_queue() [all …]
|
/Zephyr-latest/drivers/sensor/ti/tmag5170/ |
D | tmag5170.h | 54 struct k_work work; member
|