/Zephyr-latest/drivers/sensor/jedec/jc42/ |
D | Kconfig | 42 int "Sensor delayed work thread stack size"
|
D | jc42.h | 79 struct k_work work; member
|
/Zephyr-latest/share/zephyr-package/cmake/ |
D | zephyr_export.cmake | 7 # Having ZephyrConfig package allows for find_package(Zephyr) to work when ZEPHYR_BASE is not defin…
|
/Zephyr-latest/share/zephyrunittest-package/cmake/ |
D | zephyr_export.cmake | 7 # Having ZephyrUnittestConfig package allows for find_package(ZephyrUnittest) to work when ZEPHYR_B…
|
/Zephyr-latest/samples/boards/intel/adsp/code_relocation/ |
D | README.rst | 12 sections TEXT, DATA and BSS be contiguous, some work is done in the
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/ |
D | main.c | 65 static void publish_work_handler(struct k_work *work) in publish_work_handler() argument
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | adv_legacy.c | 281 int bt_mesh_wq_submit(struct k_work *work) in bt_mesh_wq_submit() argument 283 return k_work_submit(work); in bt_mesh_wq_submit()
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig | 19 Stack size of the MCUmgr for transport subsystem work queue. 25 Scheduling priority of the MCUmgr transport subsystem work queue.
|
/Zephyr-latest/drivers/sensor/apds9960/ |
D | apds9960.h | 226 struct k_work work; member 250 void apds9960_work_cb(struct k_work *work);
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.quectel-bg9x | 26 int "Stack size for the quectel BG9X modem driver work queue" 29 This stack is used by the work queue to pass off net_pkt data
|
/Zephyr-latest/tests/lib/p4workq/src/ |
D | main.c | 244 void simple_handler(struct k_p4wq_work *work) in simple_handler() argument 246 zassert_equal(work, &simple_item, "bad work item pointer"); in simple_handler()
|
/Zephyr-latest/drivers/sensor/nxp/mcux_lpcmp/ |
D | mcux_lpcmp.c | 47 struct k_work work; member 312 k_work_submit(&data->work); in mcux_lpcmp_isr() 341 struct mcux_lpcmp_data *data = CONTAINER_OF(item, struct mcux_lpcmp_data, work); in mcux_lpcmp_trigger_work_handler() 390 k_work_init(&data->work, mcux_lpcmp_trigger_work_handler); in mcux_lpcmp_init()
|
/Zephyr-latest/ |
D | LICENSE | 35 "Work" shall mean the work of authorship, whether in Source or 37 copyright notice that is included in or attached to the work 40 "Derivative Works" shall mean any work, whether in Source or Object 43 represent, as a whole, an original work of authorship. For the purposes 48 "Contribution" shall mean any work of authorship, including 161 work stoppage, computer failure or malfunction, or any and all 178 APPENDIX: How to apply the Apache License to your work. 180 To apply the Apache License to your work, attach the following
|
/Zephyr-latest/drivers/sensor/st/iis2dlpc/ |
D | iis2dlpc.h | 114 struct k_work work; member
|
/Zephyr-latest/drivers/sensor/st/iis2iclx/ |
D | iis2iclx.h | 94 struct k_work work; member
|
/Zephyr-latest/drivers/sensor/ams/tsl2540/ |
D | tsl2540.h | 99 struct k_work work; member
|
/Zephyr-latest/subsys/net/ip/ |
D | net_mgmt.c | 67 static void mgmt_event_work_handler(struct k_work *work); 113 static void mgmt_event_work_handler(struct k_work *work) in mgmt_event_work_handler() argument 117 ARG_UNUSED(work); in mgmt_event_work_handler()
|
/Zephyr-latest/doc/connectivity/networking/ |
D | qemu_user_setup.rst | 56 with good defaults that work for all. Therefore, Zephyr Implementation 82 * In general, ICMP traffic does not work (so you cannot use ping within a guest). 87 Therefore, IPv6 will not work with User Networking.
|
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/ |
D | cis_central.c | 30 static void send_data_cb(struct k_work *work) in send_data_cb() argument 62 k_work_reschedule(k_work_delayable_from_work(work), K_USEC(interval_us)); in send_data_cb() 77 k_work_reschedule(k_work_delayable_from_work(work), K_NO_WAIT); in send_data_cb()
|
/Zephyr-latest/drivers/adc/ |
D | adc_ads1x1x.c | 159 struct k_work work; member 670 static void ads1x1x_work_fn(struct k_work *work) in ads1x1x_work_fn() argument 675 data = CONTAINER_OF(work, struct ads1x1x_data, work); in ads1x1x_work_fn() 708 k_work_submit(&data->work); in ads1x1x_conv_ready_cb() 737 k_work_init(&data->work, ads1x1x_work_fn); in ads1x1x_init_interrupt()
|
D | adc_npcx.c | 78 struct k_work *work; member 257 if (t_data->control[i].work) { in adc_npcx_isr() 260 t_data->control[i].work); in adc_npcx_isr() 556 t_ctrl->work = (struct k_work *)param->val; in adc_npcx_threshold_ctrl_set_param() 590 t_ctrl->thrval == 0 || t_ctrl->work == 0) { in adc_npcx_threshold_ctrl_setup() 632 t_ctrl->thrval == 0 || t_ctrl->work == 0) { in adc_npcx_threshold_enable_irq()
|
/Zephyr-latest/drivers/sensor/apds9253/ |
D | apds9253.h | 99 struct k_work work; member
|
/Zephyr-latest/cmake/compiler/host-gcc/ |
D | target.cmake | 24 # set_ifndef() does not work with empty string.
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/ |
D | smp_stub.c | 98 static void smp_client_handle_reqs(struct k_work *work) in smp_client_handle_reqs() argument
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_uart.c | 114 static void rx_timeout(struct k_work *work) in rx_timeout() argument 116 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in rx_timeout()
|