/Zephyr-latest/tests/bsim/bluetooth/ll/cis/tests_scripts/ |
D | connected_iso.sh | 19 -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral 22 -v=${verbosity_level} -s=${simulation_id} -d=2 -testid=peripheral 25 -v=${verbosity_level} -s=${simulation_id} -d=3 -testid=peripheral 28 -v=${verbosity_level} -s=${simulation_id} -d=4 -testid=peripheral 31 -v=${verbosity_level} -s=${simulation_id} -d=5 -testid=peripheral 34 -v=${verbosity_level} -s=${simulation_id} -d=6 -testid=peripheral 37 -v=${verbosity_level} -s=${simulation_id} -d=7 -testid=peripheral 40 -v=${verbosity_level} -s=${simulation_id} -d=8 -testid=peripheral 43 -v=${verbosity_level} -s=${simulation_id} -d=9 -testid=peripheral
|
D | connected_iso_acl_first.sh | 19 -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral 22 -v=${verbosity_level} -s=${simulation_id} -d=2 -testid=peripheral 25 -v=${verbosity_level} -s=${simulation_id} -d=3 -testid=peripheral 28 -v=${verbosity_level} -s=${simulation_id} -d=4 -testid=peripheral 31 -v=${verbosity_level} -s=${simulation_id} -d=5 -testid=peripheral 34 -v=${verbosity_level} -s=${simulation_id} -d=6 -testid=peripheral 37 -v=${verbosity_level} -s=${simulation_id} -d=7 -testid=peripheral 40 -v=${verbosity_level} -s=${simulation_id} -d=8 -testid=peripheral 43 -v=${verbosity_level} -s=${simulation_id} -d=9 -testid=peripheral
|
D | connected_iso_legacy_adv.sh | 19 -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral 22 -v=${verbosity_level} -s=${simulation_id} -d=2 -testid=peripheral 25 -v=${verbosity_level} -s=${simulation_id} -d=3 -testid=peripheral 28 -v=${verbosity_level} -s=${simulation_id} -d=4 -testid=peripheral 31 -v=${verbosity_level} -s=${simulation_id} -d=5 -testid=peripheral 34 -v=${verbosity_level} -s=${simulation_id} -d=6 -testid=peripheral 37 -v=${verbosity_level} -s=${simulation_id} -d=7 -testid=peripheral 40 -v=${verbosity_level} -s=${simulation_id} -d=8 -testid=peripheral 43 -v=${verbosity_level} -s=${simulation_id} -d=9 -testid=peripheral
|
D | connected_iso_legacy_adv_acl_first.sh | 19 -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral 22 -v=${verbosity_level} -s=${simulation_id} -d=2 -testid=peripheral 25 -v=${verbosity_level} -s=${simulation_id} -d=3 -testid=peripheral 28 -v=${verbosity_level} -s=${simulation_id} -d=4 -testid=peripheral 31 -v=${verbosity_level} -s=${simulation_id} -d=5 -testid=peripheral 34 -v=${verbosity_level} -s=${simulation_id} -d=6 -testid=peripheral 37 -v=${verbosity_level} -s=${simulation_id} -d=7 -testid=peripheral 40 -v=${verbosity_level} -s=${simulation_id} -d=8 -testid=peripheral 43 -v=${verbosity_level} -s=${simulation_id} -d=9 -testid=peripheral
|
D | connected_iso_acl_group.sh | 19 -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral 22 -v=${verbosity_level} -s=${simulation_id} -d=2 -testid=peripheral 25 -v=${verbosity_level} -s=${simulation_id} -d=3 -testid=peripheral 28 -v=${verbosity_level} -s=${simulation_id} -d=4 -testid=peripheral
|
D | connected_iso_acl_group_acl_first.sh | 19 -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral 22 -v=${verbosity_level} -s=${simulation_id} -d=2 -testid=peripheral 25 -v=${verbosity_level} -s=${simulation_id} -d=3 -testid=peripheral 28 -v=${verbosity_level} -s=${simulation_id} -d=4 -testid=peripheral
|
/Zephyr-latest/tests/drivers/smbus/smbus_emul/src/ |
D | emul.c | 49 void emul_register_smbus_peripheral(struct smbus_peripheral *peripheral) in emul_register_smbus_peripheral() argument 51 sys_slist_prepend(&peripherals, &peripheral->node); in emul_register_smbus_peripheral() 56 struct smbus_peripheral *peripheral, *tmp; in emul_get_smbus_peripheral() local 58 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&peripherals, peripheral, tmp, node) { in emul_get_smbus_peripheral() 59 if (peripheral->addr == addr) { in emul_get_smbus_peripheral() 60 return peripheral; in emul_get_smbus_peripheral() 69 struct smbus_peripheral *peripheral, *tmp, *found = NULL; in peripheral_handle_smbalert() local 71 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&peripherals, peripheral, tmp, node) { in peripheral_handle_smbalert() 72 if (peripheral->smbalert && !peripheral->smbalert_handled) { in peripheral_handle_smbalert() 73 found = peripheral; in peripheral_handle_smbalert() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/tests_scripts/ |
D | l2cap.sh | 18 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral -rs=42 19 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=2 -testid=peripheral -rs=10 20 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=3 -testid=peripheral -rs=23 21 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=4 -testid=peripheral -rs=7884 22 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=5 -testid=peripheral -rs=230 23 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=6 -testid=peripheral -rs=9
|
D | l2cap_nofrag.sh | 18 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral -rs=42 19 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=2 -testid=peripheral -rs=10 20 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=3 -testid=peripheral -rs=23 21 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=4 -testid=peripheral -rs=7884 22 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=5 -testid=peripheral -rs=230 23 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=6 -testid=peripheral -rs=9
|
D | l2cap_syswq.sh | 18 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=1 -testid=peripheral -rs=42 19 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=2 -testid=peripheral -rs=10 20 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=3 -testid=peripheral -rs=23 21 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=4 -testid=peripheral -rs=7884 22 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=5 -testid=peripheral -rs=230 23 Execute "${bsim_exe}" -v=${verbosity_level} -s=${simulation_id} -d=6 -testid=peripheral -rs=9
|
/Zephyr-latest/dts/arm/silabs/ |
D | efm32gg11b.dtsi | 63 peripheral-id = <0>; 72 peripheral-id = <1>; 81 peripheral-id = <0>; 90 peripheral-id = <1>; 99 peripheral-id = <2>; 108 peripheral-id = <3>; 117 peripheral-id = <4>; 126 peripheral-id = <5>; 134 peripheral-id = <0>; 142 peripheral-id = <1>; [all …]
|
D | efm32gg12b.dtsi | 62 peripheral-id = <0>; 71 peripheral-id = <1>; 80 peripheral-id = <0>; 89 peripheral-id = <1>; 98 peripheral-id = <2>; 107 peripheral-id = <3>; 116 peripheral-id = <4>; 124 peripheral-id = <0>; 132 peripheral-id = <1>; 169 peripheral-id = <0>; [all …]
|
D | efm32wg.dtsi | 48 peripheral-id = <0>; 57 peripheral-id = <1>; 66 peripheral-id = <2>; 75 peripheral-id = <0>; 84 peripheral-id = <1>; 92 peripheral-id = <0>; 100 peripheral-id = <1>; 137 peripheral-id = <0>; 146 peripheral-id = <1>; 155 peripheral-id = <2>; [all …]
|
D | efm32_jg_pg_12b.dtsi | 53 peripheral-id = <0>; 62 peripheral-id = <1>; 71 peripheral-id = <2>; 80 peripheral-id = <3>; 88 peripheral-id = <0>; 134 peripheral-id = <0>; 143 peripheral-id = <1>; 152 peripheral-id = <2>; 161 peripheral-id = <3>; 170 peripheral-id = <4>; [all …]
|
D | efr32mg.dtsi | 50 peripheral-id = <0>; 59 peripheral-id = <1>; 68 peripheral-id = <2>; 77 peripheral-id = <3>; 85 peripheral-id = <0>; 131 peripheral-id = <0>; 140 peripheral-id = <1>; 149 peripheral-id = <2>; 158 peripheral-id = <3>; 167 peripheral-id = <5>; [all …]
|
D | efr32xg13p.dtsi | 52 peripheral-id = <0>; 61 peripheral-id = <1>; 70 peripheral-id = <2>; 78 peripheral-id = <0>; 124 peripheral-id = <0>; 133 peripheral-id = <1>; 142 peripheral-id = <2>; 151 peripheral-id = <3>; 160 peripheral-id = <5>; 170 peripheral-id = <0>; [all …]
|
D | efm32_pg_1b.dtsi | 48 peripheral-id = <0>; 57 peripheral-id = <1>; 65 peripheral-id = <0>; 101 peripheral-id = <0>; 110 peripheral-id = <1>; 119 peripheral-id = <2>; 128 peripheral-id = <3>; 137 peripheral-id = <5>; 145 * registers on each peripheral). 154 peripheral-id = <0>;
|
D | efm32hg.dtsi | 48 peripheral-id = <0>; 57 peripheral-id = <1>; 65 peripheral-id = <0>; 92 peripheral-id = <0>; 101 peripheral-id = <1>; 110 peripheral-id = <2>; 119 peripheral-id = <3>; 128 peripheral-id = <4>; 137 peripheral-id = <5>; 147 * registers on each peripheral).
|
D | efr32fg1p.dtsi | 49 peripheral-id = <0>; 58 peripheral-id = <1>; 66 peripheral-id = <0>; 102 peripheral-id = <0>; 111 peripheral-id = <1>; 120 peripheral-id = <2>; 129 peripheral-id = <3>; 138 peripheral-id = <4>; 147 peripheral-id = <5>; 157 peripheral-id = <0>; [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/tests_scripts/ |
D | l2cap.sh | 15 Execute "${bsim_exe}" -s=${simulation_id} -d=1 -testid=peripheral -rs=1 16 Execute "${bsim_exe}" -s=${simulation_id} -d=2 -testid=peripheral -rs=2 17 Execute "${bsim_exe}" -s=${simulation_id} -d=3 -testid=peripheral -rs=3 18 Execute "${bsim_exe}" -s=${simulation_id} -d=4 -testid=peripheral -rs=4
|
/Zephyr-latest/drivers/espi/ |
D | Kconfig | 38 bool "eSPI peripheral channel" 41 eSPI Controller supports peripheral channel. 94 bool "UART peripheral" 96 Enables UART over eSPI peripheral channel. 99 bool "8042 kbc peripheral" 101 Enables 8042 keyboard controller over eSPI peripheral channel. 104 bool "Host I/O peripheral" 106 Enables ACPI Host I/O over eSPI peripheral channel. 109 bool "Host I/O peripheral Private Channel" 111 Enables ACPI Host I/O over eSPI peripheral channel for private channel. [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/ |
D | main.c | 179 bool peripheral = (get_device_nbr() == PERIPHERAL_DEVICE_NBR); in test_timeout() local 184 if (peripheral) { in test_timeout() 204 if (peripheral) { in test_timeout() 227 if (peripheral) { in test_timeout() 246 bool peripheral = (get_device_nbr() == PERIPHERAL_DEVICE_NBR); in disconnected() local 255 if (peripheral) { in disconnected() 271 bool peripheral = (get_device_nbr() == PERIPHERAL_DEVICE_NBR); in the_test() local 273 if (peripheral) { in the_test() 279 if (peripheral) { in the_test()
|
/Zephyr-latest/drivers/regulator/ |
D | Kconfig.nxp_vref | 5 bool "NXP VREF peripheral driver" 12 int "NXP VREF peripheral driver init priority" 16 Init priority for the NXP VREF peripheral.
|
/Zephyr-latest/dts/arm/infineon/cat1a/legacy/ |
D | psoc6.dtsi | 238 peripheral-id = <0>; 247 peripheral-id = <1>; 256 peripheral-id = <2>; 265 peripheral-id = <3>; 274 peripheral-id = <4>; 283 peripheral-id = <5>; 292 peripheral-id = <6>; 301 peripheral-id = <7>; 310 peripheral-id = <8>; 320 peripheral-id = <0>; [all …]
|
/Zephyr-latest/dts/x86/intel/ |
D | intel_ish5.dtsi | 94 peripheral-id = <0>; 106 peripheral-id = <0>; 116 peripheral-id = <0>; 128 peripheral-id = <1>; 140 peripheral-id = <2>; 151 peripheral-id = <0>; 165 peripheral-id = <0>; 177 peripheral-id = <1>; 188 peripheral-id = <0>;
|