Searched refs:dev_fwnode (Results 1 - 1 of 1) sorted by relevance
/linux-4.4.14/drivers/base/ |
H A D | property.c | 108 static inline struct fwnode_handle *dev_fwnode(struct device *dev) dev_fwnode() function 123 return fwnode_property_present(dev_fwnode(dev), propname); device_property_present() 164 return fwnode_property_read_u8_array(dev_fwnode(dev), propname, val, nval); device_property_read_u8_array() 189 return fwnode_property_read_u16_array(dev_fwnode(dev), propname, val, nval); device_property_read_u16_array() 214 return fwnode_property_read_u32_array(dev_fwnode(dev), propname, val, nval); device_property_read_u32_array() 239 return fwnode_property_read_u64_array(dev_fwnode(dev), propname, val, nval); device_property_read_u64_array() 264 return fwnode_property_read_string_array(dev_fwnode(dev), propname, val, nval); device_property_read_string_array() 286 return fwnode_property_read_string(dev_fwnode(dev), propname, val); device_property_read_string() 308 return fwnode_property_match_string(dev_fwnode(dev), propname, string); device_property_match_string()
|
Completed in 67 milliseconds