/Zephyr-latest/doc/services/dsp/ |
D | index.rst | 11 Currently, the API will work on any architecture but will likely not be
|
/Zephyr-latest/samples/bluetooth/iso_central/src/ |
D | main.c | 47 static void iso_timer_timeout(struct k_work *work) in iso_timer_timeout() argument
|
/Zephyr-latest/boards/adafruit/qt_py_rp2040/ |
D | adafruit_qt_py_rp2040.dts | 125 * not work.
|
/Zephyr-latest/samples/bluetooth/mesh_demo/src/ |
D | microbit.c | 41 static void button_send_pressed(struct k_work *work) in button_send_pressed() argument
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/src/ |
D | lwm2m-client.c | 43 static void reboot_handler(struct k_work *work) in reboot_handler() argument
|
/Zephyr-latest/drivers/input/ |
D | input_stmpe811.c | 421 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/ |
D | tcp.c | 358 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/ |
D | hci_stm32wb0.c | 80 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/ |
D | eswifi_core.c | 348 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/ |
D | arm-scmi.rst | 87 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/ |
D | index.rst | 99 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/ |
D | intel_pch_smbus.c | 108 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/ |
D | udc_mcux_ehci.c | 52 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()
|
D | udc_mcux_ip3511.c | 52 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/ |
D | ppp.c | 273 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/ |
D | arp.c | 194 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/ |
D | release-notes-2.6.rst | 108 * 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 …]
|
D | release-notes-1.7.rst | 254 * ``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/ |
D | fxos8700.h | 218 struct k_work work; member
|
/Zephyr-latest/drivers/sensor/ti/fdc2x1x/ |
D | fdc2x1x.h | 166 struct k_work work; member
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.nordic_qspi_nor | 50 stored in QSPI XIP region. Note that for this functionality to work,
|
/Zephyr-latest/boards/silabs/radio_boards/slwrb4321a/ |
D | slwrb4321a.dts | 73 * to work properly.
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/ |
D | storage.c | 77 static void storage_work_handler(struct k_work *work) in storage_work_handler() argument
|
/Zephyr-latest/tests/drivers/uart/uart_pm/src/ |
D | main.c | 215 static void work_handler(struct k_work *work) in work_handler() argument
|
/Zephyr-latest/samples/bluetooth/peripheral_hr/src/ |
D | main.c | 135 static void blink_timeout(struct k_work *work) in blink_timeout() argument
|