Home
last modified time | relevance | path

Searched refs:vnd (Results 1 – 25 of 61) sorted by relevance

123

/Zephyr-Core-3.4.0/tests/lib/devicetree/api/
Dapp.overlay33 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/
Dgen_devicetree_rest.py48 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/
Dnative_posix.overlay11 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/
Dapp.overlay21 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/
Dapp.overlay15 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/
Dcfg_srv.c107 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 …]
Daccess.c105 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/
Dw1_devices.dtsi9 compatible = "vnd,w1-device";
16 compatible = "vnd,w1-device";
/Zephyr-Core-3.4.0/samples/subsys/rtio/sensor_batch_processing/
Dapp.overlay13 compatible = "vnd,sensor";
22 compatible = "vnd,sensor";
/Zephyr-Core-3.4.0/tests/drivers/build_all/sensor/
Dapp.overlay19 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/
Dapp.overlay14 compatible = "vnd,i2c";
23 compatible = "vnd,gpio";
/Zephyr-Core-3.4.0/tests/drivers/pinctrl/api/
Dapp.overlay9 compatible = "vnd,pinctrl-test";
78 compatible = "vnd,pinctrl-device";
86 compatible = "vnd,pinctrl-device";
/Zephyr-Core-3.4.0/tests/drivers/build_all/eeprom/
Dapp.overlay19 compatible = "vnd,gpio";
29 compatible = "vnd,i2c";
49 compatible = "vnd,spi";
/Zephyr-Core-3.4.0/tests/drivers/build_all/modem/
Dapp.overlay19 compatible = "vnd,gpio";
27 compatible = "vnd,serial";
/Zephyr-Core-3.4.0/tests/subsys/emul/
Dapp.overlay21 compatible = "vnd,emul-tester";
27 compatible = "vnd,emul-tester";
/Zephyr-Core-3.4.0/tests/subsys/openthread/
Dapp.overlay7 compatible = "vnd,ieee802154";
/Zephyr-Core-3.4.0/tests/drivers/build_all/video/
Dapp.overlay19 compatible = "vnd,gpio";
29 compatible = "vnd,i2c";
/Zephyr-Core-3.4.0/tests/drivers/build_all/display/
Dapp.overlay19 compatible = "vnd,gpio";
29 compatible = "vnd,spi";
/Zephyr-Core-3.4.0/tests/drivers/build_all/fpga/
Dapp.overlay19 compatible = "vnd,gpio";
29 compatible = "vnd,spi";
/Zephyr-Core-3.4.0/tests/drivers/build_all/led/
Dapp.overlay19 compatible = "vnd,gpio";
36 compatible = "vnd,i2c";
/Zephyr-Core-3.4.0/tests/drivers/build_all/led_strip/
Dapp.overlay23 compatible = "vnd,gpio";
33 compatible = "vnd,spi";
/Zephyr-Core-3.4.0/scripts/release/
Dlist_devicetree_bindings_changes.py409 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/
Dnrf52840dk_nrf52840.overlay14 compatible = "vnd,busy-sim";
/Zephyr-Core-3.4.0/tests/drivers/build_all/pwm/boards/
Dqemu_cortex_m3.overlay10 compatible = "vnd,pwm";
/Zephyr-Core-3.4.0/tests/drivers/kscan/kscan_input/boards/
Dnative_posix.overlay11 compatible = "vnd,input-device";

123