/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_scan_aux.c | 89 static inline void aux_chain_release(struct ll_scan_aux_chain *chain); 90 struct ll_scan_aux_chain *scan_aux_chain_is_valid_get(struct ll_scan_aux_chain *chain); 93 static void aux_sync_incomplete(struct ll_scan_aux_chain *chain); 95 static void flush(struct ll_scan_aux_chain *chain); 96 static void chain_start_ticker(struct ll_scan_aux_chain *chain, bool replace); 97 static bool chain_insert_in_sched_list(struct ll_scan_aux_chain *chain); 99 struct ll_scan_aux_chain *chain); 100 static void chain_append_to_list(struct ll_scan_aux_chain **head, struct ll_scan_aux_chain *chain); 101 static bool chain_is_in_list(struct ll_scan_aux_chain *head, struct ll_scan_aux_chain *chain); 1526 struct ll_scan_aux_chain *chain; in ull_scan_aux_setup() local [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | ticker.c | 49 void hal_ticker_instance0_sched(uint8_t caller_id, uint8_t callee_id, uint8_t chain, in hal_ticker_instance0_sched() argument 70 chain, in hal_ticker_instance0_sched() 93 chain, in hal_ticker_instance0_sched() 116 chain, in hal_ticker_instance0_sched() 139 chain, in hal_ticker_instance0_sched() 154 chain, in hal_ticker_instance0_sched() 178 chain, in hal_ticker_instance0_sched()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/ |
D | ticker.c | 49 void hal_ticker_instance0_sched(uint8_t caller_id, uint8_t callee_id, uint8_t chain, in hal_ticker_instance0_sched() argument 71 chain, in hal_ticker_instance0_sched() 95 chain, in hal_ticker_instance0_sched() 118 chain, in hal_ticker_instance0_sched() 141 chain, in hal_ticker_instance0_sched() 156 chain, in hal_ticker_instance0_sched() 180 chain, in hal_ticker_instance0_sched()
|
/Zephyr-latest/boards/sifive/hifive_unleashed/support/ |
D | openocd_hifive_unleashed.cfg | 14 target create $_TARGETNAME.0 riscv -chain-position $_TARGETNAME -rtos hwthread 15 target create $_TARGETNAME.1 riscv -chain-position $_TARGETNAME -coreid 1 16 target create $_TARGETNAME.2 riscv -chain-position $_TARGETNAME -coreid 2 17 target create $_TARGETNAME.3 riscv -chain-position $_TARGETNAME -coreid 3 18 target create $_TARGETNAME.4 riscv -chain-position $_TARGETNAME -coreid 4
|
/Zephyr-latest/boards/sifive/hifive_unmatched/support/ |
D | openocd_hifive_unmatched.cfg | 14 target create $_TARGETNAME.0 riscv -chain-position $_TARGETNAME -rtos hwthread 15 target create $_TARGETNAME.1 riscv -chain-position $_TARGETNAME -coreid 1 16 target create $_TARGETNAME.2 riscv -chain-position $_TARGETNAME -coreid 2 17 target create $_TARGETNAME.3 riscv -chain-position $_TARGETNAME -coreid 3 18 target create $_TARGETNAME.4 riscv -chain-position $_TARGETNAME -coreid 4
|
/Zephyr-latest/tests/drivers/build_all/led_strip/ |
D | app.overlay | 48 chain-length = <8>; // two TLC5971 devices 58 chain-length = <4>; 68 chain-length = <1>; 79 chain-length = <1>;
|
/Zephyr-latest/subsys/bluetooth/controller/hal/ |
D | ticker.h | 11 void hal_ticker_instance0_sched(uint8_t caller_id, uint8_t callee_id, uint8_t chain,
|
/Zephyr-latest/subsys/bluetooth/controller/util/ |
D | mayfly.c | 75 uint32_t mayfly_enqueue(uint8_t caller_id, uint8_t callee_id, uint8_t chain, in mayfly_enqueue() argument 81 chain = chain || !mayfly_prio_is_equal(caller_id, callee_id) || in mayfly_enqueue() 92 if (chain) { in mayfly_enqueue() 109 if (!chain) { in mayfly_enqueue()
|
D | mayfly.h | 25 uint32_t mayfly_enqueue(uint8_t caller_id, uint8_t callee_id, uint8_t chain,
|
/Zephyr-latest/boards/snps/hsdk/support/ |
D | openocd.cfg | 57 target create $_TARGETNAME2 arcv2 -chain-position $_TARGETNAME2 72 target create $_TARGETNAME3 arcv2 -chain-position $_TARGETNAME3 87 target create $_TARGETNAME4 arcv2 -chain-position $_TARGETNAME4 103 target create $_TARGETNAME1 arcv2 -chain-position $_TARGETNAME1
|
/Zephyr-latest/boards/snps/hsdk4xd/support/ |
D | openocd.cfg | 57 target create $_TARGETNAME2 arcv2 -chain-position $_TARGETNAME2 72 target create $_TARGETNAME3 arcv2 -chain-position $_TARGETNAME3 87 target create $_TARGETNAME4 arcv2 -chain-position $_TARGETNAME4 103 target create $_TARGETNAME1 arcv2 -chain-position $_TARGETNAME1
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | mayfly.c | 29 uint8_t chain, struct mayfly *m) in mayfly_enqueue() argument
|
/Zephyr-latest/samples/drivers/led/led_strip/boards/ |
D | 96b_carbon_stm32f401xe.overlay | 15 chain-length = <1>;
|
D | nucleo_l432kc.overlay | 15 chain-length = <1>;
|
D | bbc_microbit.overlay | 14 chain-length = <16>; /* arbitrary; change at will */
|
D | nrf51dk_nrf51822.overlay | 14 chain-length = <16>; /* arbitrary */
|
D | nucleo_g071rb.overlay | 19 chain-length = <16>; /* arbitrary; change at will */
|
D | nucleo_l476rg.overlay | 19 chain-length = <16>; /* arbitrary; change at will */
|
D | esp32s3_devkitc_procpu.overlay | 27 chain-length = <46>;
|
/Zephyr-latest/boards/digilent/arty_a7/support/ |
D | openocd_arty_a7_arm_designstart.cfg | 2 dap create $_CHIPNAME.dap -chain-position $_CHIPNAME.cpu
|
/Zephyr-latest/drivers/led_strip/ |
D | Kconfig.apa102 | 14 Enable the LED strip driver for a chain of APA102 RGB LEDs.
|
/Zephyr-latest/boards/seagate/legend/ |
D | legend_stm32f070xb_25ssd.overlay | 32 chain-length = <4>;
|
/Zephyr-latest/boards/wch/ch32v003evt/support/ |
D | openocd.cfg | 9 target create $_TARGETNAME.0 riscv -chain-position $_TARGETNAME
|
/Zephyr-latest/boards/shields/adafruit_neopixel_grid_bff/boards/ |
D | adafruit_qt_py_rp2040.overlay | 29 chain-length = <25>;
|
/Zephyr-latest/scripts/west_commands/ |
D | packages.py | 10 from itertools import chain 154 + list(chain.from_iterable([("-r", r) for r in requirements]))
|