Home
last modified time | relevance | path

Searched refs:work (Results 551 – 575 of 991) sorted by relevance

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

/Zephyr-latest/doc/services/dsp/
Dindex.rst11 Currently, the API will work on any architecture but will likely not be
/Zephyr-latest/samples/bluetooth/iso_central/src/
Dmain.c47 static void iso_timer_timeout(struct k_work *work) in iso_timer_timeout() argument
/Zephyr-latest/boards/adafruit/qt_py_rp2040/
Dadafruit_qt_py_rp2040.dts125 * not work.
/Zephyr-latest/samples/bluetooth/mesh_demo/src/
Dmicrobit.c41 static void button_send_pressed(struct k_work *work) in button_send_pressed() argument
/Zephyr-latest/tests/net/lib/lwm2m/interop/src/
Dlwm2m-client.c43 static void reboot_handler(struct k_work *work) in reboot_handler() argument
/Zephyr-latest/drivers/input/
Dinput_stmpe811.c421 static void stmpe811_work_handler(struct k_work *work) in stmpe811_work_handler() argument
423 struct stmpe811_data *data = CONTAINER_OF(work, struct stmpe811_data, processing_work); in stmpe811_work_handler()
/Zephyr-latest/samples/net/sockets/echo_server/src/
Dtcp.c358 static void print_stats(struct k_work *work) in print_stats() argument
360 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in print_stats()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wb0.c80 static void blestack_process(struct k_work *work) in blestack_process() argument
88 static void vtimer_process(struct k_work *work) in vtimer_process() argument
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_core.c348 static void eswifi_status_work(struct k_work *work) in eswifi_status_work() argument
350 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in eswifi_status_work()
495 eswifi_status_work(&eswifi->status_work.work); in eswifi_mgmt_iface_status()
/Zephyr-latest/doc/hardware/arch/
Darm-scmi.rst87 requested work and are sent over A2P channels.
89 For these commands, the platform schedules the requested work to
93 These messages indicate the completion of the work associated
/Zephyr-latest/boards/vcc-gnd/yd_esp32/doc/
Dindex.rst99 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
206 The usual ``flash`` target will work with the ``yd_esp32`` board
294 This does not work as the code is on flash which cannot be randomly
/Zephyr-latest/drivers/smbus/
Dintel_pch_smbus.c108 static void host_notify_work(struct k_work *work) in host_notify_work() argument
110 struct pch_data *data = CONTAINER_OF(work, struct pch_data, in host_notify_work()
140 static void smbalert_work(struct k_work *work) in smbalert_work() argument
142 struct pch_data *data = CONTAINER_OF(work, struct pch_data, in smbalert_work()
/Zephyr-latest/drivers/usb/udc/
Dudc_mcux_ehci.c52 struct k_work work; member
427 k_work_submit_to_queue(udc_get_work_q(), &priv->work); in udc_mcux_event_submit()
438 priv = CONTAINER_OF(item, struct udc_mcux_data, work); in udc_mcux_work_handler()
774 k_work_init(&priv->work, udc_mcux_work_handler); in udc_mcux_driver_preinit()
Dudc_mcux_ip3511.c52 struct k_work work; member
427 k_work_submit_to_queue(udc_get_work_q(), &priv->work); in udc_mcux_event_submit()
438 priv = CONTAINER_OF(item, struct udc_mcux_data, work); in udc_mcux_work_handler()
788 k_work_init(&priv->work, udc_mcux_work_handler); in udc_mcux_driver_preinit()
/Zephyr-latest/drivers/net/
Dppp.c273 static void uart_recovery(struct k_work *work) in uart_recovery() argument
275 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in uart_recovery()
938 static void ppp_isr_cb_work(struct k_work *work) in ppp_isr_cb_work() argument
941 CONTAINER_OF(work, struct ppp_driver_context, cb_work); in ppp_isr_cb_work()
/Zephyr-latest/subsys/net/l2/ethernet/
Darp.c194 static void arp_request_timeout(struct k_work *work) in arp_request_timeout() argument
199 ARG_UNUSED(work); in arp_request_timeout()
610 static void arp_gratuitous_work_handler(struct k_work *work) in arp_gratuitous_work_handler() argument
612 ARG_UNUSED(work); in arp_gratuitous_work_handler()
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst108 * The ``CONFIG_NET_CONTEXT_TIMESTAMP`` is removed as it was only able to work
129 work queue API:
778 * Changed TCP to use private work queue in order not to block system work queue.
933 size of the dummy backend buffer; changing this parameter allows to work
1261 * :github:`35091` - enc424j600 does not work
1266 * :github:`35076` - acrn_ehl_crb does not work with CPUs >1
1270 * :github:`35058` - Bluetooth: deadlock when canceling db_hash.work from settings commit handler
1291 * :github:`34935` - LwM2M: Block transfer with TLV format does not work
1297 …interrupt.gen_isr_table.arm_mainline:lpcxpresso55s16_ns/lpcxpresso55s28: interrupt 57 does not work
1300 * :github:`34904` - uart_mcux_lpuart: Enable driver to work with ``CONFIG_MULTITHREADING=n``
[all …]
Drelease-notes-1.7.rst254 * ``ZEP-1233`` - mbedDTLS DTLS client stability does not work on top of the tree for the net branch
267 * ``ZEP-1308`` - zephyr thread function k_sleep doesn't work with nrf51822
280 * ``ZEP-1351`` - FDRM k64f SPI does not work
376 * ``ZEP-1588`` - I2C doesn't work on Arduino 101
391 * ``ZEP-1626`` - SPI: spi cannot work in CPHA mode @ ARC
424 * ``ZEP-1717`` - GPIO: GPIO LEVEL interrupt cannot work well in deep sleep mode
437 * ``ZEP-1778`` - tests/power: multicore case won't work as expected
438 * ``ZEP-1786`` - TCP does not work on Arduino 101 board.
/Zephyr-latest/drivers/sensor/nxp/fxos8700/
Dfxos8700.h218 struct k_work work; member
/Zephyr-latest/drivers/sensor/ti/fdc2x1x/
Dfdc2x1x.h166 struct k_work work; member
/Zephyr-latest/drivers/flash/
DKconfig.nordic_qspi_nor50 stored in QSPI XIP region. Note that for this functionality to work,
/Zephyr-latest/boards/silabs/radio_boards/slwrb4321a/
Dslwrb4321a.dts73 * to work properly.
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/
Dstorage.c77 static void storage_work_handler(struct k_work *work) in storage_work_handler() argument
/Zephyr-latest/tests/drivers/uart/uart_pm/src/
Dmain.c215 static void work_handler(struct k_work *work) in work_handler() argument
/Zephyr-latest/samples/bluetooth/peripheral_hr/src/
Dmain.c135 static void blink_timeout(struct k_work *work) in blink_timeout() argument

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