Home
last modified time | relevance | path

Searched defs:work (Results 201 – 225 of 562) sorted by relevance

12345678910>>...23

/Zephyr-latest/drivers/sensor/vishay/vcnl4040/
Dvcnl4040_trigger.c104 static void vcnl4040_work_handler(struct k_work *work) in vcnl4040_work_handler()
/Zephyr-latest/samples/bluetooth/iso_central/src/
Dmain.c47 static void iso_timer_timeout(struct k_work *work) in iso_timer_timeout()
/Zephyr-latest/samples/bluetooth/periodic_sync/src/
Dmain.c37 static void blink_timeout(struct k_work *work) in blink_timeout()
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_offload.c66 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/
Dinput_cf1133.c80 struct k_work work; member
240 static void cf1133_work_handler(struct k_work *work) in cf1133_work_handler()
Dinput_cst816s.c98 struct k_work work; member
172 static void cst816s_work_handler(struct k_work *work) in cst816s_work_handler()
Dinput_gpio_qdec.c212 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/
Dwsen_pads_2511020213301.h58 struct k_work work; member
Dwsen_pads_2511020213301_trigger.c211 static void pads_2511020213301_work_cb(struct k_work *work) in pads_2511020213301_work_cb()
/Zephyr-latest/drivers/sensor/renesas/isl29035/
Disl29035_trigger.c140 static void isl29035_work_cb(struct k_work *work) in isl29035_work_cb()
/Zephyr-latest/drivers/sensor/ti/ina23x/
Dina230.h45 struct k_work work; member
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/
Dsht3xd.h76 struct k_work work; member
Dsht3xd_trigger.c180 static void sht3xd_work_cb(struct k_work *work) in sht3xd_work_cb()
/Zephyr-latest/drivers/sensor/st/hts221/
Dhts221.h54 struct k_work work; member
/Zephyr-latest/subsys/lorawan/services/
Dlorawan_services.c47 static void uplink_handler(struct k_work *work) in uplink_handler()
/Zephyr-latest/drivers/serial/
Duart_emul.c269 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/
Dsm351lt.c94 static void sm351lt_work_cb(struct k_work *work) in sm351lt_work_cb()
/Zephyr-latest/subsys/ipc/rpmsg_service/
Drpmsg_backend.c143 static void ipm_callback_process(struct k_work *work) in ipm_callback_process()
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/
Dsmp.c131 smp_handle_reqs(struct k_work *work) in smp_handle_reqs()
/Zephyr-latest/tests/bsim/bluetooth/host/adv/extended/src/
Dext_adv_advertiser.c127 static void free_conn_object_work_fn(struct k_work *work) in free_conn_object_work_fn()
/Zephyr-latest/subsys/bluetooth/host/
Dsettings.c428 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/
Dhci_stm32wb0.c80 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/
Deth_nxp_enet_qos_mac.c136 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/
Dkernel.h4037 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/
Dtmag5170.h54 struct k_work work; member

12345678910>>...23