Home
last modified time | relevance | path

Searched defs:property (Results 1 – 19 of 19) sorted by relevance

/rk3399_rockchip-uboot/include/dm/
H A Dof.h25 struct property { struct
29 struct property *next; argument
H A Dpinctrl.h22 const char * const property; member
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dexpr.h146 struct property { struct
147 struct property *next; /* next property - null if last */ argument
148 struct symbol *sym; /* the symbol for which the property is associated */ argument
149 enum prop_type type; /* type of property */ argument
152 struct expr *expr; /* the optional conditional part of the property */ argument
153 struct menu *menu; /* the menu the property are associated with argument
156 struct file *file; /* what file was this property defined */ argument
157 int lineno; /* what lineno was this property defined */ argument
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc.h143 struct property { struct
148 struct property *next; argument
156 struct property *proplist; argument
H A Dflattree.c57 void (*property)(void *, struct label *labels); member
/rk3399_rockchip-uboot/drivers/pinctrl/
H A Dpinctrl-generic.c159 const char *property, u32 *default_value) in pinconf_prop_name_to_param()
217 const char *property, u32 *default_value) in pinconf_prop_name_to_param()
256 struct ofprop property; in pinctrl_generic_set_state_one() local
H A Dpinctrl-rockchip.c2960 static int rockchip_pinconf_prop_name_to_param(const char *property, in rockchip_pinconf_prop_name_to_param()
/rk3399_rockchip-uboot/drivers/core/
H A Dofnode.c283 int ofnode_stringlist_search(ofnode node, const char *property, in ofnode_stringlist_search()
304 int ofnode_read_string_index(ofnode node, const char *property, int index, in ofnode_read_string_index()
321 int ofnode_read_string_count(ofnode node, const char *property) in ofnode_read_string_count()
572 fdt_addr_t ofnode_get_addr_size(ofnode node, const char *property, in ofnode_get_addr_size()
H A Dread.c84 fdt_addr_t dev_read_addr_size(struct udevice *dev, const char *property, in dev_read_addr_size()
98 int dev_read_stringlist_search(struct udevice *dev, const char *property, in dev_read_stringlist_search()
H A Dof_access.c183 const struct property *property) in of_get_next_property()
192 const struct property *property, in of_get_property_by_prop()
/rk3399_rockchip-uboot/scripts/dtc/libfdt/
H A Dfdt_overlay.c422 int property) in overlay_fixup_phandle()
506 int property; in overlay_fixup_phandles() local
553 int property; in overlay_apply_node() local
H A Dfdt_ro.c567 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count()
592 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search()
623 const char *property, int idx, in fdt_stringlist_get()
H A Dlibfdt.h514 #define fdt_for_each_property_offset(property, fdt, node) \ argument
/rk3399_rockchip-uboot/lib/libfdt/
H A Dfdt_ro.c569 int fdt_stringlist_count(const void *fdt, int nodeoffset, const char *property) in fdt_stringlist_count()
594 int fdt_stringlist_search(const void *fdt, int nodeoffset, const char *property, in fdt_stringlist_search()
625 const char *property, int idx, in fdt_stringlist_get()
/rk3399_rockchip-uboot/drivers/mmc/
H A Dsdhci-cadence.c50 const char *property; member
/rk3399_rockchip-uboot/include/mtd/
H A Dubi-user.h420 __u8 property; member
/rk3399_rockchip-uboot/drivers/power/regulator/
H A Dregulator-uclass.c417 const char *property = "regulator-name"; in regulator_post_bind() local
/rk3399_rockchip-uboot/lib/
H A Dfdtdec.c947 int fdt_get_resource(const void *fdt, int node, const char *property, in fdt_get_resource()
986 int fdt_get_named_resource(const void *fdt, int node, const char *property, in fdt_get_named_resource()
/rk3399_rockchip-uboot/drivers/pinctrl/rockchip/
H A Dpinctrl-rockchip-core.c433 static int rockchip_pinconf_prop_name_to_param(const char *property, in rockchip_pinconf_prop_name_to_param()