Home
last modified time | relevance | path

Searched defs:hdl (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.c203 static isoal_status_t isoal_sink_allocate(isoal_sink_handle_t *hdl) in isoal_sink_allocate()
223 static void isoal_sink_deallocate(isoal_sink_handle_t hdl) in isoal_sink_deallocate()
270 isoal_sink_handle_t *hdl) in isoal_sink_create()
371 void isoal_sink_enable(isoal_sink_handle_t hdl) in isoal_sink_enable()
389 void isoal_sink_disable(isoal_sink_handle_t hdl) in isoal_sink_disable()
403 void isoal_sink_destroy(isoal_sink_handle_t hdl) in isoal_sink_destroy()
1434 static isoal_status_t isoal_source_allocate(isoal_source_handle_t *hdl) in isoal_source_allocate()
1454 static void isoal_source_deallocate(isoal_source_handle_t hdl) in isoal_source_deallocate()
1491 static isoal_status_t isoal_check_source_hdl_valid(isoal_source_handle_t hdl) in isoal_check_source_hdl_valid()
1539 isoal_source_handle_t *hdl) in isoal_source_create()
[all …]
/Zephyr-latest/tests/lib/devicetree/devices/src/
Dmain.c115 static bool check_handle(device_handle_t hdl, in check_handle()