Home
last modified time | relevance | path

Searched refs:work (Results 326 – 350 of 991) sorted by relevance

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

/Zephyr-latest/drivers/sensor/jedec/jc42/
DKconfig42 int "Sensor delayed work thread stack size"
Djc42.h79 struct k_work work; member
/Zephyr-latest/share/zephyr-package/cmake/
Dzephyr_export.cmake7 # Having ZephyrConfig package allows for find_package(Zephyr) to work when ZEPHYR_BASE is not defin…
/Zephyr-latest/share/zephyrunittest-package/cmake/
Dzephyr_export.cmake7 # Having ZephyrUnittestConfig package allows for find_package(ZephyrUnittest) to work when ZEPHYR_B…
/Zephyr-latest/samples/boards/intel/adsp/code_relocation/
DREADME.rst12 sections TEXT, DATA and BSS be contiguous, some work is done in the
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/
Dmain.c65 static void publish_work_handler(struct k_work *work) in publish_work_handler() argument
/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_legacy.c281 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/
DKconfig19 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/
Dapds9960.h226 struct k_work work; member
250 void apds9960_work_cb(struct k_work *work);
/Zephyr-latest/drivers/modem/
DKconfig.quectel-bg9x26 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/
Dmain.c244 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/
Dmcux_lpcmp.c47 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/
DLICENSE35 "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/
Diis2dlpc.h114 struct k_work work; member
/Zephyr-latest/drivers/sensor/st/iis2iclx/
Diis2iclx.h94 struct k_work work; member
/Zephyr-latest/drivers/sensor/ams/tsl2540/
Dtsl2540.h99 struct k_work work; member
/Zephyr-latest/subsys/net/ip/
Dnet_mgmt.c67 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/
Dqemu_user_setup.rst56 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/
Dcis_central.c30 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/
Dadc_ads1x1x.c159 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()
Dadc_npcx.c78 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/
Dapds9253.h99 struct k_work work; member
/Zephyr-latest/cmake/compiler/host-gcc/
Dtarget.cmake24 # set_ifndef() does not work with empty string.
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dsmp_stub.c98 static void smp_client_handle_reqs(struct k_work *work) in smp_client_handle_reqs() argument
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_uart.c114 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()

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