Home
last modified time | relevance | path

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

1234567

/Zephyr-latest/tests/lib/devicetree/api/
Dapp.overlay33 compatible = "vnd,cpu-intc";
40 compatible = "vnd,pinctrl";
49 * vnd,undefined-compat is for DT_NODE_HAS_COMPAT_STATUS(..,okay).
50 * There should only be one vnd,array-holder in the entire DTS.
52 compatible = "vnd,array-holder", "vnd,undefined-compat";
60 * There should only be one vnd,phandle-holder in the entire DTS.
62 compatible = "vnd,phandle-holder";
81 compatible = "vnd,enum-holder";
86 compatible = "vnd,enum-holder";
91 compatible = "vnd,enum-required-false-holder";
[all …]
/Zephyr-latest/tests/kernel/interrupt/
Dmultilevel_irq.overlay12 compatible = "vnd,cpu-intc";
19 compatible = "vnd,intc";
28 compatible = "vnd,intc";
37 compatible = "vnd,interrupt-holder";
45 compatible = "vnd,intc";
54 compatible = "vnd,intc";
63 compatible = "vnd,interrupt-holder";
/Zephyr-latest/tests/drivers/gpio/gpio_reserved_ranges/boards/
Dnative_posix.overlay15 compatible = "vnd,gpio-device";
27 compatible = "vnd,gpio-device";
37 compatible = "vnd,gpio-device";
48 compatible = "vnd,gpio-device";
59 compatible = "vnd,gpio-device";
70 compatible = "vnd,gpio-device";
/Zephyr-latest/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-latest/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-latest/doc/_scripts/
Dgen_devicetree_rest.py47 def vendor(self, vnd): argument
48 return self.vnd2vendor.get(vnd, UNKNOWN_VENDOR)
50 def bindings(self, vnd, default=None): argument
51 return self.vnd2bindings.get(vnd, default)
53 def target(self, vnd): argument
55 vnd, self.vnd2ref_target[(UNKNOWN_VENDOR,)])
103 vnd = compatible_vnd(binding.compatible)
104 if vnd is None:
106 elif vnd in self.vnd2vendor:
107 unsorted[vnd].append(binding)
[all …]
/Zephyr-latest/tests/misc/check_init_priorities/boards/
Dnative_sim.overlay11 compatible = "vnd,gpio-device";
19 compatible = "vnd,i2c";
25 compatible = "vnd,i2c-device";
32 compatible = "vnd,i2c-device";
/Zephyr-latest/tests/subsys/mem_mgmt/mem_attr/
Dapp.overlay11 compatible = "vnd,memory-attr";
17 compatible = "vnd,memory-attr";
23 compatible = "vnd,memory-attr";
/Zephyr-latest/tests/drivers/w1/w1_api/
Dw1_devices.dtsi9 compatible = "vnd,w1-device";
16 compatible = "vnd,w1-device";
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_srv.c89 struct net_buf_simple *buf, bool *vnd) in get_model() argument
98 *vnd = false; in get_model()
109 *vnd = true; in get_model()
338 const struct bt_mesh_elem *elem, bool vnd, bool primary, in mod_app_key_del() argument
655 uint16_t pub_addr, bool vnd, in send_mod_pub_status() argument
680 if (vnd) { in send_mod_pub_status()
700 bool vnd; in mod_pub_get() local
720 vnd = (buf->len == 4U); in mod_pub_get()
725 mod = get_model(elem, buf, &vnd); in mod_pub_get()
740 return send_mod_pub_status(model, ctx, elem_addr, pub_addr, vnd, mod, in mod_pub_get()
[all …]
/Zephyr-latest/samples/sensor/sensor_shell/
Dapp.overlay13 compatible = "vnd,fake-sensor";
20 compatible = "vnd,fake-sensor";
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/
Dapp.overlay13 compatible = "vnd,sensor";
22 compatible = "vnd,sensor";
/Zephyr-latest/tests/drivers/build_all/sensor/
Dapp.overlay19 compatible = "vnd,adc";
57 compatible = "vnd,dac";
64 compatible = "vnd,gpio";
85 compatible = "vnd,pwm";
156 compatible = "vnd,serial";
164 compatible = "vnd,w1";
176 compatible = "vnd,i3c";
/Zephyr-latest/tests/drivers/build_all/auxdisplay/
Duart_devices.overlay12 compatible = "vnd,gpio";
20 compatible = "vnd,serial";
/Zephyr-latest/tests/drivers/build_all/lora/
Duart_devices.overlay12 compatible = "vnd,gpio";
20 compatible = "vnd,serial";
/Zephyr-latest/tests/drivers/build_all/fuel_gauge/
Dapp.overlay14 compatible = "vnd,gpio";
24 compatible = "vnd,i2c";
33 compatible = "vnd,adc";
/Zephyr-latest/tests/drivers/build_all/regulator/
Dapp.overlay14 compatible = "vnd,i2c";
23 compatible = "vnd,gpio";
/Zephyr-latest/tests/drivers/build_all/wifi/
Duart_devices.overlay12 compatible = "vnd,gpio";
20 compatible = "vnd,serial";
/Zephyr-latest/tests/drivers/build_all/charger/
Dapp.overlay14 compatible = "vnd,gpio";
24 compatible = "vnd,i2c";
/Zephyr-latest/tests/drivers/pinctrl/api/
Dapp.overlay9 compatible = "vnd,pinctrl-test";
78 compatible = "vnd,pinctrl-device";
86 compatible = "vnd,pinctrl-device";
/Zephyr-latest/tests/drivers/build_all/counter/
Di2c_devices.overlay12 compatible = "vnd,gpio";
22 compatible = "vnd,i2c";
/Zephyr-latest/tests/drivers/build_all/flash/
Dapp.overlay12 compatible = "vnd,gpio";
22 compatible = "vnd,spi";
/Zephyr-latest/tests/drivers/build_all/disk/
Dapp.overlay12 compatible = "vnd,gpio";
22 compatible = "vnd,spi";
/Zephyr-latest/tests/drivers/build_all/audio/
Di2c_devices.overlay12 compatible = "vnd,gpio";
22 compatible = "vnd,i2c";
/Zephyr-latest/tests/drivers/build_all/usb/
Di2c_devices.overlay12 compatible = "vnd,gpio";
22 compatible = "vnd,i2c";

1234567