Lines Matching defs:propname
14 int dev_read_u32_default(struct udevice *dev, const char *propname, int def) in dev_read_u32_default()
19 int dev_read_s32_default(struct udevice *dev, const char *propname, int def) in dev_read_s32_default()
24 const char *dev_read_string(struct udevice *dev, const char *propname) in dev_read_string()
29 bool dev_read_bool(struct udevice *dev, const char *propname) in dev_read_bool()
49 int dev_read_size(struct udevice *dev, const char *propname) in dev_read_size()
104 int dev_read_string_index(struct udevice *dev, const char *propname, int index, in dev_read_string_index()
110 int dev_read_string_count(struct udevice *dev, const char *propname) in dev_read_string_count()
163 const void *dev_read_prop(struct udevice *dev, const char *propname, int *lenp) in dev_read_prop()
179 const char **propname, int *lenp) in dev_read_prop_by_prop()
202 int dev_read_u32_array(struct udevice *dev, const char *propname, in dev_read_u32_array()
210 int dev_write_u32_array(struct udevice *dev, const char *propname, in dev_write_u32_array()
218 const uint8_t *dev_read_u8_array_ptr(struct udevice *dev, const char *propname, in dev_read_u8_array_ptr()