Home
last modified time | relevance | path

Searched refs:work (Results 576 – 600 of 991) sorted by relevance

1...<<21222324252627282930>>...40

/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c87 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/
Dphy_microchip_ksz8081.c436 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/
Dgnss_emul.c440 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/
Dindex.rst42 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/
Dindex.rst55 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/
Dieee802154_6lo_fragment.c284 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/
Dindex.rst31 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/
Dpb_adv.c152 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/
Dcan_shell.c68 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/
Dindex.rst6 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/
Duart_smartbond.c148 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/
Dfmac_main.c191 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/
DKconfig.tcp25 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/
Dmain.c205 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/
Dgatt.c304 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/
DKconfig.mode25 interrupt).Logger backends must support exclusive access to work
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.csip75 to locate members and decrypt the SIRK, and thus won't work
/Zephyr-latest/samples/sensor/sgp40_sht4x/
DREADME.rst43 sensor. It should work with any platform featuring a I2C peripheral
/Zephyr-latest/samples/subsys/modbus/tcp_server/
DREADME.rst17 but it should work with any board or shield that has a network interface.
/Zephyr-latest/drivers/usb/device/
DKconfig128 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/
Dsmp_dummy.c58 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/
Dinput_pmw3610.c189 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/
Dsx127x.c332 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/
DKconfig70 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/
Dindex.rst78 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

1...<<21222324252627282930>>...40