Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 259) sorted by relevance

1234567891011

/u-boot/arch/arm/dts/
A Dimx6ulz.dtsi9 /delete-property/ ethernet0;
10 /delete-property/ ethernet1;
11 /delete-property/ i2c2;
12 /delete-property/ i2c3;
13 /delete-property/ serial4;
14 /delete-property/ serial5;
15 /delete-property/ serial6;
16 /delete-property/ serial7;
17 /delete-property/ spi2;
18 /delete-property/ spi3;
[all …]
A Dlogicpd-som-lv-35xx-devkit-u-boot.dtsi15 /delete-property/ serial1;
16 /delete-property/ serial2;
31 /delete-property/ u-boot,dm-spl;
35 /delete-property/ u-boot,dm-spl;
39 /delete-property/ u-boot,dm-spl;
43 /delete-property/ u-boot,dm-spl;
47 /delete-property/ u-boot,dm-spl;
51 /delete-property/ u-boot,dm-spl;
56 /delete-property/ u-boot,dm-spl;
61 /delete-property/ u-boot,dm-spl;
A Dlogicpd-torpedo-35xx-devkit-u-boot.dtsi15 /delete-property/ serial1;
16 /delete-property/ serial2;
31 /delete-property/ u-boot,dm-spl;
35 /delete-property/ u-boot,dm-spl;
39 /delete-property/ u-boot,dm-spl;
43 /delete-property/ u-boot,dm-spl;
47 /delete-property/ u-boot,dm-spl;
51 /delete-property/ u-boot,dm-spl;
56 /delete-property/ u-boot,dm-spl;
61 /delete-property/ u-boot,dm-spl;
A Dlogicpd-som-lv-37xx-devkit-u-boot.dtsi15 /delete-property/ serial1;
16 /delete-property/ serial2;
31 /delete-property/ u-boot,dm-spl;
35 /delete-property/ u-boot,dm-spl;
39 /delete-property/ u-boot,dm-spl;
43 /delete-property/ u-boot,dm-spl;
47 /delete-property/ u-boot,dm-spl;
51 /delete-property/ u-boot,dm-spl;
56 /delete-property/ u-boot,dm-spl;
61 /delete-property/ u-boot,dm-spl;
A Dlogicpd-torpedo-37xx-devkit-u-boot.dtsi11 /delete-property/ serial1;
12 /delete-property/ serial2;
30 /delete-property/ u-boot,dm-spl;
38 /delete-property/ u-boot,dm-spl;
42 /delete-property/ u-boot,dm-spl;
46 /delete-property/ u-boot,dm-spl;
50 /delete-property/ u-boot,dm-spl;
54 /delete-property/ u-boot,dm-spl;
58 /delete-property/ u-boot,dm-spl;
A Dam3517-evm-u-boot.dtsi11 /delete-property/ serial0;
12 /delete-property/ serial1;
21 /delete-property/ u-boot,dm-spl;
25 /delete-property/ u-boot,dm-spl;
29 /delete-property/ u-boot,dm-spl;
33 /delete-property/ u-boot,dm-spl;
37 /delete-property/ u-boot,dm-spl;
A Dam57xx-beagle-x15.dts28 /delete-property/ sd-uhs-sdr104;
29 /delete-property/ sd-uhs-sdr50;
30 /delete-property/ sd-uhs-ddr50;
31 /delete-property/ sd-uhs-sdr25;
32 /delete-property/ sd-uhs-sdr12;
40 /delete-property/ mmc-hs200-1_8v;
A Dstm32mp157c-odyssey-som.dtsi104 /delete-property/dmas;
105 /delete-property/dma-names;
276 /delete-property/dmas;
277 /delete-property/dma-names;
291 /delete-property/dmas;
292 /delete-property/dma-names;
306 /delete-property/dmas;
307 /delete-property/dma-names;
321 /delete-property/dmas;
336 /delete-property/dmas;
[all …]
A Dfsl-lx2160a-rdb.dts51 /* AR8035 PHY - "compatible" property not strictly needed */
54 /* Poll mode - no "interrupts" property defined */
57 /* AR8035 PHY - "compatible" property not strictly needed */
60 /* Poll mode - no "interrupts" property defined */
63 /* AQR107 PHY - "compatible" property not strictly needed */
69 /* AQR107 PHY - "compatible" property not strictly needed */
/u-boot/arch/powerpc/dts/
A Dkmeter1-uboot.dtsi11 /delete-property/ ethernet1;
12 /delete-property/ ethernet2;
13 /delete-property/ ethernet3;
14 /delete-property/ ethernet4;
15 /delete-property/ ethernet5;
16 /delete-property/ ethernet6;
A Dkmcoge5ne-uboot.dtsi11 /delete-property/ ethernet1;
12 /delete-property/ ethernet2;
/u-boot/test/overlay/
A Dtest-fdt-overlay.dts16 test-int-property = <43>;
25 test-str-property = "foobar";
29 /* Test that we add a new property */
34 test-str-property-2 = "foobar2";
44 new-property;
55 new-property;
65 new-property;
91 new-sub-test-property;
A Dtest-fdt-base.dts11 test-int-property = <42>;
12 test-str-property = "foo";
15 sub-test-property;
/u-boot/scripts/dtc/
A Ddtc.h144 struct property { struct
149 struct property *next; argument
157 struct property *proplist; argument
200 struct property *build_property_delete(char *name);
201 struct property *chain_property(struct property *first, struct property *list);
202 struct property *reverse_properties(struct property *first);
213 void add_property(struct node *node, struct property *prop);
215 void delete_property(struct property *prop);
224 cell_t propval_cell(struct property *prop);
225 cell_t propval_cell_n(struct property *prop, int n);
[all …]
A Dlivetree.c77 struct property *chain_property(struct property *first, struct property *list) in chain_property()
85 struct property *reverse_properties(struct property *first) in reverse_properties()
89 struct property *next; in reverse_properties()
237 struct property *p; in add_orphan_node()
272 struct property **p; in add_property()
331 struct property *prop; in delete_node()
346 struct property *p; in append_to_property()
427 struct property *prop; in get_property()
478 struct property *p; in get_marker_label()
628 struct property *reg; in guess_boot_cpuid()
[all …]
/u-boot/include/dm/
A Dof_access.h90 struct property *of_find_property(const struct device_node *np,
115 const struct property *of_get_first_property(const struct device_node *np);
127 const struct property *of_get_next_property(const struct device_node *np,
128 const struct property *property);
142 const struct property *property,
A Dof.h24 struct property { struct
28 struct property *next; argument
49 struct property *properties;
/u-boot/doc/device-tree-bindings/pwm/
A Dpwm.txt8 with a property containing a 'pwm-list':
17 property must be documented in the device tree binding for each device.
18 An optional property "pwm-names" may contain a list of strings to label
19 each of the PWM devices listed in the "pwms" property. If no "pwm-names"
20 property is given, the name of the user node will be used as fallback.
23 "pwm-names" property to map the name of the PWM device requested by the
24 pwm_get() call to an index into the list given by the "pwms" property.
61 specifier using the '#pwm-cells' property.
/u-boot/doc/device-tree-bindings/interrupt-controller/
A Dinterrupts.txt8 "interrupts" property, an "interrupts-extended" property, or both. If both are
19 The "interrupt-parent" property is used to specify the controller to which
21 controller node. This property is inherited, so it may be specified in an
23 "interrupts" property are always in reference to the node's interrupt parent.
25 The "interrupts-extended" property is a special form; useful when a node needs
27 the inherited one. Each entry in this property contains both the parent phandle
40 property. This is a empty, boolean property. An additional "#interrupt-cells"
41 property defines the number of cells needed to specify a single interrupt.
49 The #interrupt-cells property is set to 1 and the single cell defines the
72 The #interrupt-cells property is set to 2 and the first cell defines the
/u-boot/doc/device-tree-bindings/
A Dchosen.txt7 stdout-path property
10 with a stdout-path property under /chosen.
25 tick-timer property
45 u-boot,bootcount-device property
52 u-boot,bootcount-device property can select the preferred target.
75 u-boot,spl-boot-order property
107 u-boot,spl-boot-device property
110 This property is a companion-property to the u-boot,spl-boot-order and
117 firmware-loader property
120 multiple storage type and their default partition, then a property
[all …]
/u-boot/drivers/core/
A Dof_access.c129 struct property *pp; in of_find_property()
186 const struct property *property) in of_get_next_property() argument
191 return property->next; in of_get_next_property()
195 const struct property *property, in of_get_property_by_prop() argument
199 if (!np || !property) in of_get_property_by_prop()
202 *name = property->name; in of_get_property_by_prop()
204 *lenp = property->length; in of_get_property_by_prop()
206 return property->value; in of_get_property_by_prop()
230 struct property *prop; in of_device_is_compatible()
350 struct property *pp; in of_find_node_opts_by_path()
[all …]
/u-boot/doc/device-tree-bindings/mailbox/
A Dmailbox.txt8 Required property:
21 Required property:
24 Optional property:
A Dnvidia,tegra186-hsp.txt22 property. May contain the following entries, in any order:
24 Users of this binding MUST look up entries in the interrupt property
25 by name, using this interrupt-names property to do so.
28 Must contain one entry per entry in the interrupt-names property,
32 The mbox specifier of the "mboxes" property in the client node should
/u-boot/doc/device-tree-bindings/exynos/
A Dsoc.txt3 The "cpu-model" property is a non-standard extension for the device tree root
5 name, this property fills the gap.
9 property allows doing it automatically.
/u-boot/scripts/dtc/libfdt/
A Dlibfdt.h120 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st() argument
122 uint8_t *bp = (uint8_t *)property; in fdt32_st()
130 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st() argument
132 uint8_t *bp = (uint8_t *)property; in fdt64_st()
575 #define fdt_for_each_property_offset(property, fdt, node) \ argument
576 for (property = fdt_first_property_offset(fdt, node); \
577 property >= 0; \
578 property = fdt_next_property_offset(fdt, property))
1057 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property);
1078 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property,
[all …]

Completed in 45 milliseconds

1234567891011