Home
last modified time | relevance | path

Searched defs:propname (Results 1 – 25 of 41) sorted by relevance

12

/openbmc/u-boot/include/dm/
H A Dread.h527 const char *propname, u32 *outp) in dev_read_u32()
533 const char *propname, int def) in dev_read_u32_default()
539 const char *propname, s32 *outp) in dev_read_s32()
545 const char *propname, int def) in dev_read_s32_default()
551 const char *propname, uint *outp) in dev_read_u32u()
565 const char *propname) in dev_read_string()
570 static inline bool dev_read_bool(struct udevice *dev, const char *propname) in dev_read_bool()
581 static inline int dev_read_size(struct udevice *dev, const char *propname) in dev_read_size()
623 const char *propname, in dev_read_addr_size()
635 const char *propname, in dev_read_stringlist_search()
[all …]
H A Dof_access.h307 const char *propname, in of_property_read_string_index()
327 const char *propname) in of_property_count_strings()
H A Dofnode.h213 static inline int ofnode_read_s32(ofnode node, const char *propname, in ofnode_read_s32()
/openbmc/u-boot/tools/dtoc/
H A Dfdt_util.py95 def GetInt(node, propname, default=None): argument
115 def GetString(node, propname, default=None): argument
135 def GetBool(node, propname, default=False): argument
151 def GetByte(node, propname, default=None): argument
174 def GetPhandleList(node, propname): argument
192 def GetDatatype(node, propname, datatype): argument
/openbmc/u-boot/drivers/core/
H A Dread.c14 int dev_read_u32(struct udevice *dev, const char *propname, u32 *outp) in dev_read_u32()
19 int dev_read_u32_default(struct udevice *dev, const char *propname, int def) in dev_read_u32_default()
24 int dev_read_s32(struct udevice *dev, const char *propname, s32 *outp) in dev_read_s32()
29 int dev_read_s32_default(struct udevice *dev, const char *propname, int def) in dev_read_s32_default()
34 int dev_read_u32u(struct udevice *dev, const char *propname, uint *outp) in dev_read_u32u()
47 const char *dev_read_string(struct udevice *dev, const char *propname) in dev_read_string()
52 bool dev_read_bool(struct udevice *dev, const char *propname) in dev_read_bool()
72 int dev_read_size(struct udevice *dev, const char *propname) in dev_read_size()
149 int dev_read_string_index(struct udevice *dev, const char *propname, int index, in dev_read_string_index()
155 int dev_read_string_count(struct udevice *dev, const char *propname) in dev_read_string_count()
[all …]
H A Dofnode.c18 int ofnode_read_u32(ofnode node, const char *propname, u32 *outp) in ofnode_read_u32()
42 int ofnode_read_u32_default(ofnode node, const char *propname, u32 def) in ofnode_read_u32_default()
50 int ofnode_read_s32_default(ofnode node, const char *propname, s32 def) in ofnode_read_s32_default()
58 int ofnode_read_u64(ofnode node, const char *propname, u64 *outp) in ofnode_read_u64()
82 int ofnode_read_u64_default(ofnode node, const char *propname, u64 def) in ofnode_read_u64_default()
90 bool ofnode_read_bool(ofnode node, const char *propname) in ofnode_read_bool()
104 const char *ofnode_read_string(ofnode node, const char *propname) in ofnode_read_string()
163 int ofnode_read_u32_array(ofnode node, const char *propname, in ofnode_read_u32_array()
235 int ofnode_read_size(ofnode node, const char *propname) in ofnode_read_size()
517 const void *ofnode_get_property(ofnode node, const char *propname, int *lenp) in ofnode_get_property()
[all …]
H A Dof_access.c380 const char *propname, const void *propval, in of_device_has_prop_value()
391 const char *propname, in of_find_node_by_prop_value()
435 const char *propname, u32 len) in of_find_property_value_of_size()
449 int of_read_u32(const struct device_node *np, const char *propname, u32 *outp) in of_read_u32()
468 int of_read_u32_array(const struct device_node *np, const char *propname, in of_read_u32_array()
487 int of_read_u64(const struct device_node *np, const char *propname, u64 *outp) in of_read_u64()
507 int of_property_match_string(const struct device_node *np, const char *propname, in of_property_match_string()
546 const char *propname, const char **out_strs, in of_property_read_string_helper()
/openbmc/qemu/hw/core/
H A Dgpio.c59 gchar *propname = g_strdup_printf("%s[%u]", name, i); in qdev_init_gpio_in_named_with_opaque() local
87 gchar *propname = g_strdup_printf("%s[%u]", name, in qdev_init_gpio_out_named() local
120 char *propname = g_strdup_printf("%s[%d]", in qdev_connect_gpio_out_named() local
134 g_autofree char *propname = g_strdup_printf("%s[%d]", in qdev_get_gpio_out_connector() local
148 char *propname = g_strdup_printf("%s[%d]", in qdev_disconnect_gpio_out_named() local
181 char *propname = g_strdup_printf("%s[%d]", nm, i); in qdev_pass_gpios() local
189 char *propname = g_strdup_printf("%s[%d]", nm, i); in qdev_pass_gpios() local
/openbmc/u-boot/drivers/bootcount/
H A Dbootcount-uclass.c36 const char *propname = "u-boot,bootcount-device"; in bootcount_store() local
63 const char *propname = "u-boot,bootcount-device"; in bootcount_load() local
/openbmc/u-boot/scripts/dtc/
H A Dchecks.c183 char *propname = c->data; in check_is_string() local
192 #define WARNING_IF_NOT_STRING(nm, propname) \ argument
194 #define ERROR_IF_NOT_STRING(nm, propname) \ argument
202 char *propname = c->data; in check_is_string_list() local
221 #define WARNING_IF_NOT_STRING_LIST(nm, propname) \ argument
223 #define ERROR_IF_NOT_STRING_LIST(nm, propname) \ argument
230 char *propname = c->data; in check_is_cell() local
239 #define WARNING_IF_NOT_CELL(nm, propname) \ argument
241 #define ERROR_IF_NOT_CELL(nm, propname) \ argument
439 struct node *node, const char *propname) in check_phandle_prop()
[all …]
/openbmc/linux/include/linux/
Dof_gpio.h
Dgenalloc.h
/openbmc/u-boot/test/dm/
H A Dofnode.c22 const char propname[] = "compatible"; in dm_test_ofnode_by_prop_value() local
/openbmc/qemu/hw/ppc/
H A Dspapr_vof.c112 bool spapr_vof_setprop(MachineState *ms, const char *path, const char *propname, in spapr_vof_setprop()
H A Dvof.c176 static const void *getprop(const void *fdt, int nodeoff, const char *propname, in getprop()
221 char propname[OF_PROPNAME_LEN_MAX + 1]; in vof_getprop() local
269 char propname[OF_PROPNAME_LEN_MAX + 1]; in vof_getproplen() local
296 char propname[OF_PROPNAME_LEN_MAX + 1] = ""; in vof_setprop() local
H A Dspapr_iommu.c630 int spapr_dma_dt(void *fdt, int node_off, const char *propname, in spapr_dma_dt()
660 int spapr_tcet_dma_dt(void *fdt, int node_off, const char *propname, in spapr_tcet_dma_dt()
/openbmc/linux/drivers/clk/at91/
Dpmc.c
/openbmc/qemu/pc-bios/vof/
H A Dci.c88 uint32_t ci_getprop(phandle ph, const char *propname, void *prop, int len) in ci_getprop()
/openbmc/linux/arch/powerpc/boot/
Dops.h
/openbmc/linux/include/uapi/linux/
Dfsl_hypervisor.h
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl-uclass.c88 char propname[32]; /* long enough */ in pinctrl_select_state_full() local
H A Dpinctrl-generic.c248 const char *propname; in pinctrl_generic_set_state_one() local
/openbmc/qemu/hw/arm/
H A Dxlnx-versal.c703 g_autofree char *propname = g_strdup_printf("cframe%d", i); in versal_create_cfu() local
722 g_autofree char *propname = g_strdup_printf("cframe%d", i); in versal_create_cfu() local
/openbmc/linux/drivers/memory/
Dbt1-l2-ctl.c
/openbmc/u-boot/env/
H A Dmmc.c76 const char *propname; in mmc_offset() local

12