/Zephyr-latest/subsys/bluetooth/host/ |
D | conn.c | 82 static void tx_complete_work(struct k_work *work); 94 static void deferred_work(struct k_work *work); 1499 static void recycled_work_handler(struct k_work *work) in recycled_work_handler() argument 1503 k_work_submit(work); in recycled_work_handler() 1651 static void tx_complete_work(struct k_work *work) in tx_complete_work() argument 1653 struct bt_conn *conn = CONTAINER_OF(work, struct bt_conn, tx_complete_work); in tx_complete_work() 2160 static void deferred_work(struct k_work *work) in deferred_work() argument 2162 struct k_work_delayable *dwork = k_work_delayable_from_work(work); in deferred_work()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | rfcomm.c | 434 static void rfcomm_dlc_rtx_timeout(struct k_work *work) in rfcomm_dlc_rtx_timeout() argument 436 struct bt_rfcomm_dlc *dlc = DLC_RTX(work); in rfcomm_dlc_rtx_timeout() 1606 static void rfcomm_session_rtx_timeout(struct k_work *work) in rfcomm_session_rtx_timeout() argument 1608 struct bt_rfcomm_session *session = SESSION_RTX(work); in rfcomm_session_rtx_timeout()
|
/Zephyr-latest/scripts/ci/ |
D | check_compliance.py | 1736 work = [klass] 1737 while work: 1738 parent = work.pop() 1742 work.append(child)
|
/Zephyr-latest/drivers/modem/ |
D | ublox-sara-r4.c | 1032 static void modem_rssi_query_work(struct k_work *work) in modem_rssi_query_work() argument 1074 if (work) { in modem_rssi_query_work() 1082 static void modem_rssi_query_work(struct k_work *work) in modem_rssi_query_work() argument 1117 if (work) { in modem_rssi_query_work()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.0.rst | 526 * :github:`18774` - (nRF51) NVS example doesn't work 528 * :github:`18760` - hello_world sample instructions don't work 698 * :github:`18253` - Network samples echo_client doesn't work if only IPv4 enabled. 701 * :github:`18232` - drivers: can: mcux: TX callback and can_detach don't work propperly 707 * :github:`18201` - bug: west flash with --hex-file param used to work w/o path specified 799 * :github:`17690` - samples/subsys/shell/fs does not work? 821 * :github:`17555` - CONFIG_LOG doesn't work on x86_64 due to no working backends 835 * :github:`17486` - nRF52: SPIM: Errata work-around status? 986 * :github:`16670` - Memory reports do not work when Nordic proprietary LL is selected 1037 * :github:`16428` - samples/gui/lvgl does not work on PCA10056 [all …]
|
D | release-notes-1.12.rst | 347 * :github:`3869` - Verify thath echo_server and echo_client examples work over Thread network 376 * :github:`5718` - sanitycheck doesn't work on Windows (mkfifo not supported) 422 …6347` - dhcpv4_client sample on spi_api_rework branch with board olimexino_stm32 does not work well 504 * :github:`6814` - user mode does not work with newlib 537 * :github:`6929` - Make slab allocator work on user mode 647 * :github:`7475` - LwM2M: UDP local port setting not obeyed, random port doesn't work 744 * :github:`7927` - West runner command doesn't work for em-starterkit 749 * :github:`7959` - shell: backspace doesn't work in minicom 804 * :github:`8274` - Make flash doesn't work on nrf51_pca10028
|
/Zephyr-latest/doc/contribute/ |
D | contributor_expectations.rst | 14 - Less wasted work if reviewers or maintainers reject the direction of the 75 describing the full scope of change and future work. The RFC proposal provides 300 to work on a feature once the minimum implementation has merged.
|
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/doc/ |
D | index.rst | 57 You will need the Intel® Quartus® Prime SDK in order to work with this device. The 165 The usual ``flash`` target will work with the ``cyclonev_socdk`` board 229 ninja: no work to do.
|
/Zephyr-latest/drivers/i3c/ |
D | Kconfig | 159 In all likelihood 4 is going to work for everyone, but in case you do end up with
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | Kconfig | 99 for debugging and not needed for normal work.
|
/Zephyr-latest/soc/espressif/common/ |
D | Kconfig.flash | 36 modules, please don't disable this, otherwise your flash may not work in 4-bit
|
/Zephyr-latest/drivers/sensor/bosch/bmi160/ |
D | bmi160.h | 510 struct k_work work; member
|
/Zephyr-latest/samples/subsys/llext/shell_loader/ |
D | README.rst | 27 .. note:: You may need to disable memory protection for the sample to work (e.g. CONFIG_ARM_MPU=n).
|
/Zephyr-latest/samples/subsys/modbus/rtu_server/ |
D | README.rst | 17 but it should work with any board that has a free UART interface or USB
|
/Zephyr-latest/boards/tdk/robokit1/doc/ |
D | index.rst | 126 Both west flash and west debug commands should correctly work with both USB0 and USB1
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/ |
D | ble.c | 437 static void ble_timeout(struct k_work *work) in ble_timeout() argument
|
D | main.c | 316 static void game_refresh(struct k_work *work) in game_refresh() argument
|
/Zephyr-latest/include/zephyr/arch/x86/intel64/ |
D | linker.ld | 155 * be put in BSS section. That causes gcov not work properly */
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_device.c | 245 static void device_periodic_service(struct k_work *work) in device_periodic_service() argument
|
/Zephyr-latest/boards/ezurio/bl652_dvk/doc/ |
D | bl652_dvk.rst | 236 Many of the Bluetooth examples will work on the BL652 DVK.
|
/Zephyr-latest/tests/boards/nrf/qdec/src/ |
D | main.c | 36 static void qenc_emulate_work_handler(struct k_work *work) in qenc_emulate_work_handler() argument
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | csip_set_coordinator_test.c | 238 static void discover_members_timer_handler(struct k_work *work) in discover_members_timer_handler() argument
|
/Zephyr-latest/samples/bluetooth/iso_receive/src/ |
D | main.c | 53 static void blink_timeout(struct k_work *work) in blink_timeout() argument
|
/Zephyr-latest/boards/ezurio/bl654_dvk/doc/ |
D | bl654_dvk.rst | 153 Many of the Bluetooth examples will work on the BL654 DVK.
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | rpr_cli.c | 353 static void link_timeout(struct k_work *work) in link_timeout() argument 355 struct bt_mesh_rpr_cli *cli = CONTAINER_OF(k_work_delayable_from_work(work), in link_timeout()
|