Lines Matching refs:device
19 struct device;
30 bool device_property_present(struct device *dev, const char *propname);
31 int device_property_read_u8_array(struct device *dev, const char *propname,
33 int device_property_read_u16_array(struct device *dev, const char *propname,
35 int device_property_read_u32_array(struct device *dev, const char *propname,
37 int device_property_read_u64_array(struct device *dev, const char *propname,
39 int device_property_read_string_array(struct device *dev, const char *propname,
41 int device_property_read_string(struct device *dev, const char *propname,
63 struct fwnode_handle *device_get_next_child_node(struct device *dev,
72 unsigned int device_get_child_node_count(struct device *dev);
74 static inline bool device_property_read_bool(struct device *dev, in device_property_read_bool()
80 static inline int device_property_read_u8(struct device *dev, in device_property_read_u8()
86 static inline int device_property_read_u16(struct device *dev, in device_property_read_u16()
92 static inline int device_property_read_u32(struct device *dev, in device_property_read_u32()
98 static inline int device_property_read_u64(struct device *dev, in device_property_read_u64()
165 void device_add_property_set(struct device *dev, struct property_set *pset);