Lines Matching refs:dev_fwnode
21 struct fwnode_handle *dev_fwnode(struct device *dev) in dev_fwnode() function
26 EXPORT_SYMBOL_GPL(dev_fwnode);
37 return fwnode_property_present(dev_fwnode(dev), propname); in device_property_present()
81 return fwnode_property_read_u8_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u8_array()
106 return fwnode_property_read_u16_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u16_array()
131 return fwnode_property_read_u32_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u32_array()
156 return fwnode_property_read_u64_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u64_array()
181 return fwnode_property_read_string_array(dev_fwnode(dev), propname, val, nval); in device_property_read_string_array()
203 return fwnode_property_read_string(dev_fwnode(dev), propname, val); in device_property_read_string()
225 return fwnode_property_match_string(dev_fwnode(dev), propname, string); in device_property_match_string()
521 struct fwnode_handle *fwnode = dev_fwnode(dev); in device_remove_properties()
752 return fwnode_get_named_child_node(dev_fwnode(dev), childname); in device_get_named_child_node()
878 return fwnode_get_phy_mode(dev_fwnode(dev)); in device_get_phy_mode()
940 return fwnode_get_mac_address(dev_fwnode(dev), addr, alen); in device_get_mac_address()
1184 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data()