Home
last modified time | relevance | path

Searched refs:work (Results 401 – 425 of 991) sorted by relevance

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

/Zephyr-latest/samples/subsys/input/draw_touch_events/
DREADME.rst14 While this is a generic sample and it should work with any boards with both display controllers
/Zephyr-latest/boards/common/
Dopenocd-nrf5.board.cmake5 # for this to work.
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_olcp.c233 k_work_submit(&ots->olcp_ind.work); in olcp_ind_send()
259 if (k_work_is_pending(&ots->olcp_ind.work)) { in bt_gatt_ots_olcp_write()
/Zephyr-latest/doc/kernel/services/threads/
Dsystem_threads.rst31 This thread executes when there is no other work for the system to do.
48 that services the work items submitted to it. (See :ref:`workqueues_v2`.)
/Zephyr-latest/subsys/net/lib/lwm2m/
Dipso_buzzer.c168 static void buzzer_work_cb(struct k_work *work) in buzzer_work_cb() argument
170 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in buzzer_work_cb()
/Zephyr-latest/drivers/ethernet/phy/
Dphy_mii.c278 static void monitor_work_handler(struct k_work *work) in monitor_work_handler() argument
280 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in monitor_work_handler()
483 monitor_work_handler(&data->monitor_work.work); in phy_mii_initialize()
Dphy_qualcomm_ar8031.c233 static void monitor_work_handler(struct k_work *work) in monitor_work_handler() argument
235 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in monitor_work_handler()
480 monitor_work_handler(&data->monitor_work.work); in qc_ar8031_init()
Dphy_tja1103.c219 static void monitor_work_handler(struct k_work *work) in monitor_work_handler() argument
221 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in monitor_work_handler()
337 monitor_work_handler(&data->monitor_work.work); in phy_tja1103_cfg_irq_poll()
Dphy_realtek_rtl8211f.c441 static void phy_rt_rtl8211f_monitor_work_handler(struct k_work *work) in phy_rt_rtl8211f_monitor_work_handler() argument
443 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in phy_rt_rtl8211f_monitor_work_handler()
558 phy_rt_rtl8211f_monitor_work_handler(&data->phy_monitor_work.work); in phy_rt_rtl8211f_init()
639 phy_rt_rtl8211f_monitor_work_handler(&data->phy_monitor_work.work); in phy_rt_rtl8211f_init()
/Zephyr-latest/doc/develop/west/
Dwhy.rst8 * The ability to work with multiple Git repositories
69 an RTOS kernel, and is instead a collection of components that work together.
70 In this context, there are a few reasons to work with multiple Git
Dwithout-west.rst8 particular, you will have to do work "by hand" to replace these
66 these repositories, the build will still work.
86 any :ref:`flash-debug-host-tools` which work for your board (and which those
/Zephyr-latest/arch/x86/zefi/
DREADME.txt39 work fine and then fail inexplicably at runtime with a garbage
61 symbols work.
68 arbitrary locations in memory. I couldn't make it work, basically.
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c335 static void retx_timeout(struct k_work *work) in retx_timeout() argument
337 ARG_UNUSED(work); in retx_timeout()
370 static void ack_timeout(struct k_work *work) in ack_timeout() argument
372 ARG_UNUSED(work); in ack_timeout()
/Zephyr-latest/drivers/usb_c/tcpc/
Dps8xxx.c587 void ps8xxx_alert_work_cb(struct k_work *work) in ps8xxx_alert_work_cb() argument
589 struct ps8xxx_data *data = CONTAINER_OF(work, struct ps8xxx_data, alert_work); in ps8xxx_alert_work_cb()
655 k_work_submit(work); in ps8xxx_alert_work_cb()
659 void ps8xxx_init_work_cb(struct k_work *work) in ps8xxx_init_work_cb() argument
661 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in ps8xxx_init_work_cb()
/Zephyr-latest/drivers/gpio/
Dgpio_pcal64xxa.c89 struct k_work work; member
258 static void pcal64xxa_work_handler(struct k_work *work) in pcal64xxa_work_handler() argument
260 struct pcal64xxa_drv_data *drv_data = CONTAINER_OF(work, struct pcal64xxa_drv_data, work); in pcal64xxa_work_handler()
274 k_work_submit(&drv_data->work); in pcal64xxa_int_gpio_handler()
1125 .work = Z_WORK_INITIALIZER(pcal64xxa_work_handler), \
1159 .work = Z_WORK_INITIALIZER(pcal64xxa_work_handler), \
/Zephyr-latest/drivers/sensor/grow_r502a/
Dgrow_r502a.h209 struct k_work work; member
/Zephyr-latest/drivers/sensor/tdk/icm42670/
Dicm42670.h91 struct k_work work; member
/Zephyr-latest/drivers/flash/
DKconfig.at4520 in those chips and at initialization configures them to work in
/Zephyr-latest/doc/hardware/peripherals/
Dgnss.rst31 require a bit more work from the driver developer.
/Zephyr-latest/boards/seagate/faze/support/
Dopenocd.cfg19 # work correctly.
/Zephyr-latest/cmake/compiler/icx/
Dtarget.cmake9 # set_ifndef() does not work with empty string.
/Zephyr-latest/samples/drivers/misc/ft800/
DREADME.rst30 This sample should work on any board that has SPI enabled and has an Arduino
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dop_agg_srv.rst25 doesn't allow to send a postponed response, for example from a work queue.
/Zephyr-latest/tests/net/socket/tcp/src/
Dmain.c916 struct k_work_delayable work; member
921 static void shutdown_work(struct k_work *work) in shutdown_work() argument
923 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in shutdown_work()
925 work); in shutdown_work()
955 k_work_init_delayable(&shutdown_work_data.work, shutdown_work); in ZTEST()
958 k_work_schedule(&shutdown_work_data.work, K_MSEC(10)); in ZTEST()
1763 static void test_msg_waitall_tx_work_handler(struct k_work *work) in test_msg_waitall_tx_work_handler() argument
1765 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in test_msg_waitall_tx_work_handler()
2006 struct k_work_delayable work; member
2010 static void close_work(struct k_work *work) in close_work() argument
[all …]
/Zephyr-latest/drivers/sensor/bosch/bmi270/
Dbmi270_trigger.c103 static void bmi270_trig_work_cb(struct k_work *work) in bmi270_trig_work_cb() argument
106 CONTAINER_OF(work, struct bmi270_data, trig_work); in bmi270_trig_work_cb()

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