Searched refs:lll_disable (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | lll.c | 60 void lll_disable(void *param) in lll_disable() function
|
D | ull.c | 241 int ull_ticker_stop_with_mark(uint8_t ticker_handle, void *param, void *lll_disable) in ull_ticker_stop_with_mark() argument
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_internal.h | 91 void *lll_disable);
|
D | lll.h | 597 void lll_disable(void *param);
|
D | ull.c | 1833 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ll_radio_state_abort() 1928 void *lll_disable) in ull_ticker_stop_with_mark() argument 1954 err = ull_disable(lll_disable); in ull_ticker_stop_with_mark() 1988 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ull_disable()
|
D | ull_conn_iso.c | 586 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in ull_conn_iso_cis_stop() 1426 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in cig_disable()
|
D | ull_central.c | 1042 mfy.fp = lll_disable;
|
D | ull_scan.c | 1126 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable};
|
D | ull_sync_iso.c | 1042 static struct mayfly mfy = {0U, 0U, &link, NULL, lll_disable}; in sync_iso_disable()
|
D | ull_adv.c | 2580 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; 2782 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable};
|
D | ull_adv_iso.c | 1588 static struct mayfly mfy = {0U, 0U, &link, NULL, lll_disable}; in adv_iso_disable()
|
D | ull_scan_aux.c | 2348 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in scan_aux_stop_all_chains_for_parent()
|
D | ull_conn.c | 1961 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in conn_disable()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll.c | 213 void lll_disable(void *param) in lll_disable() function
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll.c | 440 void lll_disable(void *param) function
|
D | lll_adv.c | 1437 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable}; in isr_abort_all()
|
D | lll_scan.c | 642 static struct mayfly mfy = {0, 0, &link, NULL, lll_disable};
|