/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | l2cap.c | 87 static void l2cap_recv_cb(struct k_work *work) in l2cap_recv_cb() argument 89 struct l2ch *c = L2CH_WORK(work); in l2cap_recv_cb()
|
/Zephyr-latest/drivers/ethernet/phy/ |
D | phy_microchip_ksz8081.c | 436 static void phy_mc_ksz8081_monitor_work_handler(struct k_work *work) in phy_mc_ksz8081_monitor_work_handler() argument 438 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in phy_mc_ksz8081_monitor_work_handler()
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_emul.c | 440 static void gnss_emul_work_handler(struct k_work *work) in gnss_emul_work_handler() argument 442 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in gnss_emul_work_handler()
|
/Zephyr-latest/boards/m5stack/stamp_c3/doc/ |
D | index.rst | 42 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command 149 The usual ``flash`` target will work with the ``stamp_c3`` board
|
/Zephyr-latest/boards/lilygo/ttgo_t7v1_5/doc/ |
D | index.rst | 55 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command 162 The usual ``flash`` target will work with the ``ttgo_t7v1_5`` board
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_6lo_fragment.c | 284 static void reass_timeout(struct k_work *work) in reass_timeout() argument 286 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in reass_timeout()
|
/Zephyr-latest/boards/cdns/xt-sim/doc/ |
D | index.rst | 31 A Linux host system is required for Xtensa development work. 36 supported. Other versions may work but are not supported by Cadence Systems Inc.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | pb_adv.c | 152 static void tx_work_handler(struct k_work *work); 231 static void tx_work_handler(struct k_work *work) in tx_work_handler() argument 433 static void protocol_timeout(struct k_work *work) in protocol_timeout() argument 724 static void prov_retransmit(struct k_work *work) in prov_retransmit() argument
|
/Zephyr-latest/drivers/can/ |
D | can_shell.c | 68 static void can_shell_tx_msgq_triggered_work_handler(struct k_work *work); 69 static void can_shell_rx_msgq_triggered_work_handler(struct k_work *work); 158 static void can_shell_tx_msgq_triggered_work_handler(struct k_work *work) in can_shell_tx_msgq_triggered_work_handler() argument 227 static void can_shell_rx_msgq_triggered_work_handler(struct k_work *work) in can_shell_rx_msgq_triggered_work_handler() argument
|
/Zephyr-latest/boards/acrn/acrn/doc/ |
D | index.rst | 6 this to work is somewhat involved, however. 183 so configuring all of 0-3 will work fine too, but leave no space for 210 copy from a friendly Linux distribution will work. In some cases it 262 work fine for all but the weirdest hardware (i.e. "hd0" is virtually
|
/Zephyr-latest/drivers/serial/ |
D | uart_smartbond.c | 148 static void uart_smartbond_rx_refresh_timeout(struct k_work *work) in uart_smartbond_rx_refresh_timeout() argument 150 struct uart_smartbond_data *data = CONTAINER_OF(work, struct uart_smartbond_data, in uart_smartbond_rx_refresh_timeout() 151 rx_timeout_work.work); in uart_smartbond_rx_refresh_timeout()
|
/Zephyr-latest/drivers/wifi/nrf_wifi/src/ |
D | fmac_main.c | 191 void nrf_wifi_scan_timeout_work(struct k_work *work) in nrf_wifi_scan_timeout_work() argument 197 vif_ctx_zep = CONTAINER_OF(work, struct nrf_wifi_vif_ctx_zep, scan_timeout_work.work); in nrf_wifi_scan_timeout_work()
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.tcp | 25 int "TCP work queue thread stack size" 30 Set the TCP work queue thread stack size in bytes. 33 int "Priority of the TCP work queue"
|
/Zephyr-latest/tests/subsys/zbus/unittests/src/ |
D | main.c | 205 struct k_work work; member 292 k_work_init(&wq_handler.work, wq_dh_cb); in ZTEST() 293 k_work_submit(&wq_handler.work); in ZTEST()
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 304 struct k_work_delayable work; member 316 struct k_work_delayable work; member 942 k_work_cancel_delayable(&gatt_sc.work); in do_db_hash() 968 static void db_hash_process(struct k_work *work) in db_hash_process() argument 982 (void)k_work_cancel_delayable_sync(&db_hash.work, &db_hash.sync); in db_hash_read() 1290 k_work_reschedule(&gatt_sc.work, timeout); in sc_work_submit() 1329 static void sc_process(struct k_work *work) in sc_process() argument 1331 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in sc_process() 1332 struct gatt_sc *sc = CONTAINER_OF(dwork, struct gatt_sc, work); in sc_process() 1383 struct k_work_delayable work; [all …]
|
/Zephyr-latest/subsys/logging/ |
D | Kconfig.mode | 25 interrupt).Logger backends must support exclusive access to work
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.csip | 75 to locate members and decrypt the SIRK, and thus won't work
|
/Zephyr-latest/samples/sensor/sgp40_sht4x/ |
D | README.rst | 43 sensor. It should work with any platform featuring a I2C peripheral
|
/Zephyr-latest/samples/subsys/modbus/tcp_server/ |
D | README.rst | 17 but it should work with any board or shield that has a network interface.
|
/Zephyr-latest/drivers/usb/device/ |
D | Kconfig | 128 int "USBD work queue stack size" 132 Size of the stack for the work queue thread that is used in the driver
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_dummy.c | 58 static void smp_dummy_process_rx_queue(struct k_work *work); 129 static void smp_dummy_process_rx_queue(struct k_work *work) in smp_dummy_process_rx_queue() argument
|
/Zephyr-latest/drivers/input/ |
D | input_pmw3610.c | 189 static void pmw3610_motion_work_handler(struct k_work *work) in pmw3610_motion_work_handler() argument 192 work, struct pmw3610_data, motion_work); in pmw3610_motion_work_handler()
|
/Zephyr-latest/drivers/lora/ |
D | sx127x.c | 332 static void sx127x_dio_work_handle(struct k_work *work) in sx127x_dio_work_handle() argument 334 int dio = work - dev_data.dio_work; in sx127x_dio_work_handle()
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig | 70 of GPIOs. The driver must implement it to work. 94 pending register, etc. The driver must implement it to work.
|
/Zephyr-latest/boards/hardkernel/odroid_go/doc/ |
D | index.rst | 78 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command 185 The usual ``flash`` target will work with the ``odroid_go`` board
|