Home
last modified time | relevance | path

Searched refs:work (Results 301 – 325 of 991) sorted by relevance

1...<<11121314151617181920>>...40

/Zephyr-latest/drivers/sensor/memsic/mc3419/
Dmc3419.h93 struct k_work work; member
/Zephyr-latest/drivers/sensor/ti/tmp007/
Dtmp007.h60 struct k_work work; member
/Zephyr-latest/drivers/sensor/amg88xx/
Damg88xx.h94 struct k_work work; member
/Zephyr-latest/drivers/sensor/ams/ccs811/
Dccs811.h67 struct k_work work; member
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/boards/
Dstm32h747i_disco_stm32h747xx_m7.overlay2 * Copyright (c) 2023 bytes at work AG
/Zephyr-latest/boards/snps/em_starterkit/support/
Dopenocd.cfg17 # EM11D reportedly requires 5 MHz. Other cores and board can work faster.
/Zephyr-latest/include/zephyr/drivers/mfd/
Dadp5585.h103 struct k_work work; member
/Zephyr-latest/samples/bluetooth/hci_uart_async/
Dapp.overlay5 * sample 'just work' automatically for those boards.
/Zephyr-latest/boards/st/steval_stwinbx1/
Dboard.cmake9 # Even if flash and start work, dfu-util return error 74. It can be ignored.
/Zephyr-latest/subsys/lorawan/services/
Dlorawan_services.c47 static void uplink_handler(struct k_work *work) in uplink_handler() argument
54 ARG_UNUSED(work); in uplink_handler()
/Zephyr-latest/boards/wemos/esp32s2_lolin_mini/doc/
Dindex.rst36 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
58 The usual ``flash`` target will work with the ``esp32s2_lolin_mini`` board
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.c19 void simulate_event_handler(struct k_work *work) in simulate_event_handler() argument
21 ARG_UNUSED(*work); in simulate_event_handler()
/Zephyr-latest/drivers/modem/
DKconfig.ublox-sara-r448 int "Stack size for the u-blox SARA-R4 modem driver work queue"
51 This stack is used by the work queue to pass off net_pkt data
111 bool "RSSI polling work"
/Zephyr-latest/doc/build/dts/
Ddesign.rst9 more work remains to be done.
31 Example remaining work
77 Example remaining work
/Zephyr-latest/drivers/usb/bc12/
Dbc12_pi3usb9201.c32 struct k_work work; member
491 struct pi3usb9201_data *pi3usb9201_data = CONTAINER_OF(item, struct pi3usb9201_data, work); in pi3usb9201_isr_work()
521 k_work_submit(&pi3usb9201_data->work); in pi3usb9201_gpio_callback()
588 k_work_init(&pi3usb9201_data->work, pi3usb9201_isr_work); in pi3usb9201_init()
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/src/
Dmain.c451 static void button_cnt_timer(struct k_timer *work) in button_cnt_timer() argument
453 struct switch_data *button_sw = CONTAINER_OF(work, struct switch_data, button_timer); in button_cnt_timer()
466 static void button_pressed_worker(struct k_work *work) in button_pressed_worker() argument
470 struct switch_data *button_sw = CONTAINER_OF(work, struct switch_data, button_work); in button_pressed_worker()
/Zephyr-latest/drivers/gpio/
Dgpio_sx1509b.c72 struct k_work work; member
221 static void sx1509b_work_handler(struct k_work *work) in sx1509b_work_handler() argument
224 CONTAINER_OF(work, struct sx1509b_drv_data, work); in sx1509b_work_handler()
238 k_work_submit(&drv_data->work); in sx1509_int_cb()
559 k_work_init(&drv_data->work, sx1509b_work_handler); in sx1509b_init()
Dgpio_mcp23xxx.h79 struct k_work work; member
/Zephyr-latest/drivers/sensor/sensirion/sht3xd/
Dsht3xd.h76 struct k_work work; member
/Zephyr-latest/drivers/sensor/asahi_kasei/akm09918c/
Dakm09918c.h101 void akm09918_async_fetch(struct k_work *work);
/Zephyr-latest/samples/sensor/fxas21002/
DREADME.rst17 sensor, which is present on the :ref:`hexiwear` board. It does not work on
/Zephyr-latest/samples/sensor/qdec/src/
Dmain.c27 void qenc_emulate_work_handler(struct k_work *work) in qenc_emulate_work_handler() argument
/Zephyr-latest/boards/shields/st_b_lcd40_dsi1_mb1166/
Dst_b_lcd40_dsi1_mb1166.overlay2 * Copyright (c) 2023 bytes at work AG
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_cdc_acm.c140 static ALWAYS_INLINE int cdc_acm_work_submit(struct k_work *work) in cdc_acm_work_submit() argument
142 return k_work_submit_to_queue(&cdc_acm_work_q, work); in cdc_acm_work_submit()
145 static ALWAYS_INLINE int cdc_acm_work_schedule(struct k_work_delayable *work, in cdc_acm_work_schedule() argument
148 return k_work_schedule_for_queue(&cdc_acm_work_q, work, delay); in cdc_acm_work_schedule()
540 static void cdc_acm_tx_fifo_handler(struct k_work *work) in cdc_acm_tx_fifo_handler() argument
542 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in cdc_acm_tx_fifo_handler()
593 static void cdc_acm_rx_fifo_handler(struct k_work *work) in cdc_acm_rx_fifo_handler() argument
601 data = CONTAINER_OF(work, struct cdc_acm_uart_data, rx_fifo_work); in cdc_acm_rx_fifo_handler()
819 static void cdc_acm_irq_cb_handler(struct k_work *work) in cdc_acm_irq_cb_handler() argument
824 data = CONTAINER_OF(work, struct cdc_acm_uart_data, irq_cb_work); in cdc_acm_irq_cb_handler()
/Zephyr-latest/drivers/stepper/step_dir/
Dstep_dir_stepper_common.c88 static void stepper_work_event_handler(struct k_work *work) in stepper_work_event_handler() argument
91 CONTAINER_OF(work, struct step_dir_stepper_common_data, event_callback_work); in stepper_work_event_handler()
107 k_work_submit(work); in stepper_work_event_handler()

1...<<11121314151617181920>>...40