/Zephyr-latest/samples/subsys/input/draw_touch_events/ |
D | README.rst | 14 While this is a generic sample and it should work with any boards with both display controllers
|
/Zephyr-latest/boards/common/ |
D | openocd-nrf5.board.cmake | 5 # for this to work.
|
/Zephyr-latest/subsys/bluetooth/services/ots/ |
D | ots_olcp.c | 233 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/ |
D | system_threads.rst | 31 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/ |
D | ipso_buzzer.c | 168 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/ |
D | phy_mii.c | 278 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()
|
D | phy_qualcomm_ar8031.c | 233 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()
|
D | phy_tja1103.c | 219 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()
|
D | phy_realtek_rtl8211f.c | 441 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/ |
D | why.rst | 8 * 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
|
D | without-west.rst | 8 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/ |
D | README.txt | 39 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/ |
D | main.c | 335 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/ |
D | ps8xxx.c | 587 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/ |
D | gpio_pcal64xxa.c | 89 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/ |
D | grow_r502a.h | 209 struct k_work work; member
|
/Zephyr-latest/drivers/sensor/tdk/icm42670/ |
D | icm42670.h | 91 struct k_work work; member
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.at45 | 20 in those chips and at initialization configures them to work in
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | gnss.rst | 31 require a bit more work from the driver developer.
|
/Zephyr-latest/boards/seagate/faze/support/ |
D | openocd.cfg | 19 # work correctly.
|
/Zephyr-latest/cmake/compiler/icx/ |
D | target.cmake | 9 # set_ifndef() does not work with empty string.
|
/Zephyr-latest/samples/drivers/misc/ft800/ |
D | README.rst | 30 This sample should work on any board that has SPI enabled and has an Arduino
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | op_agg_srv.rst | 25 doesn't allow to send a postponed response, for example from a work queue.
|
/Zephyr-latest/tests/net/socket/tcp/src/ |
D | main.c | 916 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/ |
D | bmi270_trigger.c | 103 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()
|