Lines Matching refs:dev_fwnode
20 struct fwnode_handle *dev_fwnode(struct device *dev) in dev_fwnode() function
25 EXPORT_SYMBOL_GPL(dev_fwnode);
36 return fwnode_property_present(dev_fwnode(dev), propname); in device_property_present()
80 return fwnode_property_read_u8_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u8_array()
105 return fwnode_property_read_u16_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u16_array()
130 return fwnode_property_read_u32_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u32_array()
155 return fwnode_property_read_u64_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u64_array()
180 return fwnode_property_read_string_array(dev_fwnode(dev), propname, val, nval); in device_property_read_string_array()
202 return fwnode_property_read_string(dev_fwnode(dev), propname, val); in device_property_read_string()
224 return fwnode_property_match_string(dev_fwnode(dev), propname, string); in device_property_match_string()
520 struct fwnode_handle *fwnode = dev_fwnode(dev); in device_remove_properties()
761 const struct fwnode_handle *fwnode = dev_fwnode(dev); in device_get_next_child_node()
798 return fwnode_get_named_child_node(dev_fwnode(dev), childname); in device_get_named_child_node()
865 const struct fwnode_handle *fwnode = dev_fwnode(dev); in device_dma_supported()
880 const struct fwnode_handle *fwnode = dev_fwnode(dev); in device_get_dma_attr()
933 return fwnode_get_phy_mode(dev_fwnode(dev)); in device_get_phy_mode()
1195 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data()