/Zephyr-Core-3.4.0/tests/lib/devicetree/api/ |
D | app.overlay | 33 compatible = "vnd,pinctrl"; 42 * vnd,undefined-compat is for DT_NODE_HAS_COMPAT_STATUS(..,okay). 43 * There should only be one vnd,array-holder in the entire DTS. 45 compatible = "vnd,array-holder", "vnd,undefined-compat"; 52 compatible = "vnd,phandle-holder"; 71 compatible = "vnd,enum-holder"; 76 compatible = "vnd,enum-holder"; 81 compatible = "vnd,enum-required-false-holder"; 86 compatible = "vnd,enum-required-false-holder"; 90 compatible = "vnd,enum-int-required-false-holder"; [all …]
|
/Zephyr-Core-3.4.0/doc/_scripts/ |
D | gen_devicetree_rest.py | 48 def vendor(self, vnd): argument 49 return self.vnd2vendor.get(vnd, UNKNOWN_VENDOR) 51 def bindings(self, vnd, default=None): argument 52 return self.vnd2bindings.get(vnd, default) 54 def target(self, vnd): argument 56 vnd, self.vnd2ref_target[(UNKNOWN_VENDOR,)]) 104 vnd = compatible_vnd(binding.compatible) 105 if vnd is None: 107 elif vnd in self.vnd2vendor: 108 unsorted[vnd].append(binding) [all …]
|
/Zephyr-Core-3.4.0/tests/misc/check_init_priorities/boards/ |
D | native_posix.overlay | 11 compatible = "vnd,gpio-device"; 19 compatible = "vnd,i2c"; 25 compatible = "vnd,i2c-device"; 32 compatible = "vnd,i2c-device"; 39 compatible = "vnd,i2c-device";
|
/Zephyr-Core-3.4.0/tests/lib/devicetree/devices/ |
D | app.overlay | 21 compatible = "vnd,gpio-device"; 29 compatible = "vnd,i2c"; 35 compatible = "vnd,i2c-device"; 44 compatible = "vnd,gpio-expander"; 50 compatible = "vnd,i2c-device"; 57 compatible = "vnd,i2c-device"; 78 compatible = "vnd,i2c-device"; 88 compatible = "vnd,gpio-device";
|
/Zephyr-Core-3.4.0/tests/drivers/spi/dt_spec/ |
D | app.overlay | 15 compatible = "vnd,gpio"; 25 compatible = "vnd,spi"; 33 compatible = "vnd,spi-device"; 42 compatible = "vnd,spi"; 48 compatible = "vnd,spi-device";
|
/Zephyr-Core-3.4.0/subsys/bluetooth/mesh/ |
D | cfg_srv.c | 107 struct net_buf_simple *buf, bool *vnd) in get_model() argument 116 *vnd = false; in get_model() 127 *vnd = true; in get_model() 336 struct bt_mesh_elem *elem, bool vnd, bool primary, in mod_app_key_del() argument 660 uint16_t pub_addr, bool vnd, in send_mod_pub_status() argument 685 if (vnd) { in send_mod_pub_status() 705 bool vnd; in mod_pub_get() local 725 vnd = (buf->len == 4U); in mod_pub_get() 730 mod = get_model(elem, buf, &vnd); in mod_pub_get() 745 return send_mod_pub_status(model, ctx, elem_addr, pub_addr, vnd, mod, in mod_pub_get() [all …]
|
D | access.c | 105 bool vnd, bool primary, in bt_mesh_model_foreach() argument 159 bool vnd, void *user_data) in comp_add_model() argument 163 if (vnd) { in comp_add_model() 164 data_buf_add_le16_offset(arg->buf, mod->vnd.company, arg->offset); in comp_add_model() 165 data_buf_add_le16_offset(arg->buf, mod->vnd.id, arg->offset); in comp_add_model() 188 struct bt_mesh_elem *elem, bool vnd) in metadata_model_size() argument 197 if (vnd) { in metadata_model_size() 198 size += sizeof(mod->vnd.company); in metadata_model_size() 199 size += sizeof(mod->vnd.id); in metadata_model_size() 244 struct bt_mesh_elem *elem, bool vnd, in metadata_add_model() argument [all …]
|
/Zephyr-Core-3.4.0/tests/drivers/w1/w1_api/ |
D | w1_devices.dtsi | 9 compatible = "vnd,w1-device"; 16 compatible = "vnd,w1-device";
|
/Zephyr-Core-3.4.0/samples/subsys/rtio/sensor_batch_processing/ |
D | app.overlay | 13 compatible = "vnd,sensor"; 22 compatible = "vnd,sensor";
|
/Zephyr-Core-3.4.0/tests/drivers/build_all/sensor/ |
D | app.overlay | 19 compatible = "vnd,adc"; 39 compatible = "vnd,gpio"; 51 compatible = "vnd,i2c"; 62 compatible = "vnd,spi"; 138 compatible = "vnd,serial"; 146 compatible = "vnd,w1";
|
/Zephyr-Core-3.4.0/tests/drivers/build_all/regulator/ |
D | app.overlay | 14 compatible = "vnd,i2c"; 23 compatible = "vnd,gpio";
|
/Zephyr-Core-3.4.0/tests/drivers/pinctrl/api/ |
D | app.overlay | 9 compatible = "vnd,pinctrl-test"; 78 compatible = "vnd,pinctrl-device"; 86 compatible = "vnd,pinctrl-device";
|
/Zephyr-Core-3.4.0/tests/drivers/build_all/eeprom/ |
D | app.overlay | 19 compatible = "vnd,gpio"; 29 compatible = "vnd,i2c"; 49 compatible = "vnd,spi";
|
/Zephyr-Core-3.4.0/tests/drivers/build_all/modem/ |
D | app.overlay | 19 compatible = "vnd,gpio"; 27 compatible = "vnd,serial";
|
/Zephyr-Core-3.4.0/tests/subsys/emul/ |
D | app.overlay | 21 compatible = "vnd,emul-tester"; 27 compatible = "vnd,emul-tester";
|
/Zephyr-Core-3.4.0/tests/subsys/openthread/ |
D | app.overlay | 7 compatible = "vnd,ieee802154";
|
/Zephyr-Core-3.4.0/tests/drivers/build_all/video/ |
D | app.overlay | 19 compatible = "vnd,gpio"; 29 compatible = "vnd,i2c";
|
/Zephyr-Core-3.4.0/tests/drivers/build_all/display/ |
D | app.overlay | 19 compatible = "vnd,gpio"; 29 compatible = "vnd,spi";
|
/Zephyr-Core-3.4.0/tests/drivers/build_all/fpga/ |
D | app.overlay | 19 compatible = "vnd,gpio"; 29 compatible = "vnd,spi";
|
/Zephyr-Core-3.4.0/tests/drivers/build_all/led/ |
D | app.overlay | 19 compatible = "vnd,gpio"; 36 compatible = "vnd,i2c";
|
/Zephyr-Core-3.4.0/tests/drivers/build_all/led_strip/ |
D | app.overlay | 23 compatible = "vnd,gpio"; 33 compatible = "vnd,spi";
|
/Zephyr-Core-3.4.0/scripts/release/ |
D | list_devicetree_bindings_changes.py | 409 for vnd in changes.vnds: 410 if vnd: 416 added = changes.vnd2added[vnd] 424 removed = changes.vnd2removed[vnd] 432 modified = changes.vnd2changes[vnd] 487 def vendor_name(self, vnd: str) -> str: 490 if vnd == 'openthread': 496 if vnd == '': 498 return self.vnd2vendor_name[vnd]
|
/Zephyr-Core-3.4.0/tests/ztest/busy_sim/boards/ |
D | nrf52840dk_nrf52840.overlay | 14 compatible = "vnd,busy-sim";
|
/Zephyr-Core-3.4.0/tests/drivers/build_all/pwm/boards/ |
D | qemu_cortex_m3.overlay | 10 compatible = "vnd,pwm";
|
/Zephyr-Core-3.4.0/tests/drivers/kscan/kscan_input/boards/ |
D | native_posix.overlay | 11 compatible = "vnd,input-device";
|