Home
last modified time | relevance | path

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

123456

/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3576-tb.dts37 /delete-property/ u-boot,dm-spl;
43 /delete-property/ u-boot,dm-pre-reloc;
52 /delete-property/ u-boot,dm-spl;
57 /delete-property/ u-boot,dm-spl;
62 /delete-property/ u-boot,dm-spl;
65 /delete-property/ u-boot,dm-spl;
70 /delete-property/ u-boot,dm-spl;
76 /delete-property/ u-boot,dm-spl;
81 /delete-property/ u-boot,dm-spl;
86 /delete-property/ u-boot,dm-spl;
[all …]
H A Drv1106-evb2.dts51 /delete-property/ u-boot,dm-spl;
56 /delete-property/ u-boot,dm-spl;
61 /delete-property/ u-boot,dm-spl;
66 /delete-property/ u-boot,dm-spl;
71 /delete-property/ u-boot,dm-spl;
76 /delete-property/ u-boot,dm-spl;
81 /delete-property/ u-boot,dm-spl;
86 /delete-property/ u-boot,dm-spl;
96 /delete-property/ u-boot,dm-spl;
101 /delete-property/ u-boot,dm-spl;
[all …]
H A Drv1106b-evb2.dts17 /delete-property/ ethernet0;
44 /delete-property/ u-boot,dm-spl;
49 /delete-property/ u-boot,dm-spl;
54 /delete-property/ u-boot,dm-spl;
59 /delete-property/ u-boot,dm-spl;
69 /delete-property/ u-boot,dm-spl;
74 /delete-property/ u-boot,dm-spl;
H A Drk3528-u-boot.dtsi46 /delete-property/ assigned-clocks;
47 /delete-property/ assigned-clock-rates;
75 /delete-property/ pinctrl-names;
76 /delete-property/ pinctrl-0;
77 /delete-property/ assigned-clocks;
78 /delete-property/ assigned-clock-rates;
106 /delete-property/ assigned-clocks;
107 /delete-property/ assigned-clock-rates;
108 /delete-property/ pinctrl-names;
109 /delete-property/ pinctrl-0;
H A Drv1126-u-boot.dtsi35 /delete-property/ pinctrl-names;
36 /delete-property/ pinctrl-0;
76 /delete-property/ pinctrl-names;
77 /delete-property/ pinctrl-0;
94 /delete-property/ assigned-clocks;
95 /delete-property/ assigned-clock-rates;
96 /delete-property/ assigned-clock-parents;
115 /delete-property/ pinctrl-names;
116 /delete-property/ pinctrl-0;
117 /delete-property/ assigned-clocks;
[all …]
H A Drk3568-u-boot.dtsi48 /delete-property/ pinctrl-names;
49 /delete-property/ pinctrl-0;
108 /delete-property/ pinctrl-names;
109 /delete-property/ pinctrl-0;
110 /delete-property/ assigned-clocks;
111 /delete-property/ assigned-clock-rates;
168 /delete-property/ pinctrl-names;
169 /delete-property/ pinctrl-0;
176 /delete-property/ pinctrl-names;
177 /delete-property/ pinctrl-0;
[all …]
/rk3399_rockchip-uboot/test/overlay/
H A Dtest-fdt-overlay.dts17 test-int-property = <43>;
26 test-str-property = "foobar";
30 /* Test that we add a new property */
35 test-str-property-2 = "foobar2";
45 new-property;
56 new-property;
66 new-property;
92 new-sub-test-property;
H A Dtest-fdt-base.dts12 test-int-property = <42>;
13 test-str-property = "foo";
16 sub-test-property;
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc.h143 struct property { struct
148 struct property *next; argument
156 struct property *proplist; argument
196 struct property *build_property(char *name, struct data val);
197 struct property *build_property_delete(char *name);
198 struct property *chain_property(struct property *first, struct property *list);
199 struct property *reverse_properties(struct property *first);
201 struct node *build_node(struct property *proplist, struct node *children);
208 void add_property(struct node *node, struct property *prop);
210 void delete_property(struct property *prop);
[all …]
H A Dlivetree.c53 struct property *build_property(char *name, struct data val) in build_property()
55 struct property *new = xmalloc(sizeof(*new)); in build_property()
65 struct property *build_property_delete(char *name) in build_property_delete()
67 struct property *new = xmalloc(sizeof(*new)); in build_property_delete()
77 struct property *chain_property(struct property *first, struct property *list) in chain_property()
85 struct property *reverse_properties(struct property *first) in reverse_properties()
87 struct property *p = first; in reverse_properties()
88 struct property *head = NULL; in reverse_properties()
89 struct property *next; in reverse_properties()
100 struct node *build_node(struct property *proplist, struct node *children) in build_node()
[all …]
H A Dchecks.c166 struct property *prop; in check_is_string()
185 struct property *prop; in check_is_cell()
223 struct property *prop, *prop2; in check_duplicate_property_names()
278 struct property *prop = get_property(node, "reg"); in check_unit_address_vs_reg()
301 struct property *prop; in check_property_name_chars()
317 struct property *prop; in check_property_name_chars_strict()
354 struct property *prop, struct marker *mark) in check_duplicate_label()
358 struct property *otherprop = NULL; in check_duplicate_label()
383 struct property *prop; in check_duplicate_label_node()
404 struct property *prop; in check_phandle_prop()
[all …]
/rk3399_rockchip-uboot/include/dm/
H A Dof_access.h91 struct property *of_find_property(const struct device_node *np,
116 const struct property *of_get_first_property(const struct device_node *np);
128 const struct property *of_get_next_property(const struct device_node *np,
129 const struct property *property);
143 const struct property *property,
H A Dof.h25 struct property { struct
29 struct property *next; argument
50 struct property *properties;
/rk3399_rockchip-uboot/doc/device-tree-bindings/pwm/
H 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.
/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c123 struct property *of_find_property(const struct device_node *np, in of_find_property()
126 struct property *pp; in of_find_property()
169 struct property *pp = of_find_property(np, name, lenp); in of_get_property()
174 const struct property *of_get_first_property(const struct device_node *np) in of_get_first_property()
182 const struct property *of_get_next_property(const struct device_node *np, in of_get_next_property()
183 const struct property *property) in of_get_next_property() argument
188 return property->next; in of_get_next_property()
192 const struct property *property, in of_get_property_by_prop() argument
196 if (!np || !property) in of_get_property_by_prop()
199 *name = property->name; in of_get_property_by_prop()
[all …]
H A Dofnode.c97 struct property *prop = of_find_property( in ofnode_read_string()
242 struct property *prop = of_find_property( in ofnode_read_size()
283 int ofnode_stringlist_search(ofnode node, const char *property, in ofnode_stringlist_search() argument
288 property, string); in ofnode_stringlist_search()
293 ofnode_to_offset(node), property, in ofnode_stringlist_search()
304 int ofnode_read_string_index(ofnode node, const char *property, int index, in ofnode_read_string_index() argument
309 property, index, outp); in ofnode_read_string_index()
314 property, index, &len); in ofnode_read_string_index()
321 int ofnode_read_string_count(ofnode node, const char *property) in ofnode_read_string_count() argument
324 return of_property_count_strings(ofnode_to_np(node), property); in ofnode_read_string_count()
[all …]
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H A Dethernet.txt8 property;
15 standard property;
16 - phy-connection-type: the same as "phy-mode" property but described in ePAPR;
18 device; this property is described in ePAPR and so preferred;
19 - phy: the same as "phy-handle" property, not recommended for new bindings.
20 - phy-device: the same as "phy-handle" property, not recommended for new
/rk3399_rockchip-uboot/doc/device-tree-bindings/mailbox/
H A Dmailbox.txt8 Required property:
21 Required property:
24 Optional property:
H 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
/rk3399_rockchip-uboot/doc/device-tree-bindings/exynos/
H 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.
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dsymbol.c40 struct property *prop = prop_alloc(P_DEFAULT, sym); in sym_add_default()
97 struct property *sym_get_choice_prop(struct symbol *sym) in sym_get_choice_prop()
99 struct property *prop; in sym_get_choice_prop()
106 struct property *sym_get_env_prop(struct symbol *sym) in sym_get_env_prop()
108 struct property *prop; in sym_get_env_prop()
115 static struct property *sym_get_default_prop(struct symbol *sym) in sym_get_default_prop()
117 struct property *prop; in sym_get_default_prop()
127 static struct property *sym_get_range_prop(struct symbol *sym) in sym_get_range_prop()
129 struct property *prop; in sym_get_range_prop()
157 struct property *prop; in sym_validate_range()
[all …]
/rk3399_rockchip-uboot/doc/device-tree-bindings/
H A Dchosen.txt7 stdout-path property
10 with a stdout-path property under /chosen.
25 tick-timer property
45 u-boot,spl-boot-order property
54 be configured with the spl-boot-order property under the /chosen node.
55 Each list element of the property should specify a device to be probed
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-generic.c159 const char *property, u32 *default_value) in pinconf_prop_name_to_param() argument
174 if (!strcmp(property, p->property)) { in pinconf_prop_name_to_param()
217 const char *property, u32 *default_value) in pinconf_prop_name_to_param() argument
256 struct ofprop property; in pinctrl_generic_set_state_one() local
262 dev_for_each_property(property, config) { in pinctrl_generic_set_state_one()
263 value = dev_read_prop_by_prop(&property, &propname, &len); in pinctrl_generic_set_state_one()
/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped166 """Get the offset of the first property in a node offset
173 Offset of the first property
183 """Get the next property in a node
186 prop_offset: Offset of the previous property
190 Offset of the next property
214 """Obtains a property that can be examined
217 prop_offset: Offset of property (e.g. from first_property_offset())
293 """Delete a property from a node
296 nodeoffset: Node offset containing property to delete
297 prop_name: Name of property to delete
[all …]
/rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/
H A Dgpio.txt4 1) gpios property
18 for compatibility reasons (resolving to the "gpios" property), it is not allowed
23 distinct functions, reference each of them under its own property, giving it a
27 The exact purpose of each gpios property must be documented in the device tree
91 a1) (Preferred) Dictated by a binding-specific DT property.
116 property, and a #gpio-cells integer property, which indicates the number of
143 controllers. The gpio-ranges property described below represents this, and
160 <count> set to 0), the property gpio-ranges-group-names contains one string
173 were referenced by any gpio-ranges property to contain a property named
175 However, that property may still exist in older device trees for
[all …]

123456