Lines Matching refs:dev_fwnode
20 struct fwnode_handle *dev_fwnode(const 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()
85 return fwnode_property_read_u8_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u8_array()
113 return fwnode_property_read_u16_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u16_array()
141 return fwnode_property_read_u32_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u32_array()
169 return fwnode_property_read_u64_array(dev_fwnode(dev), propname, val, nval); in device_property_read_u64_array()
197 return fwnode_property_read_string_array(dev_fwnode(dev), propname, val, nval); in device_property_read_string_array()
219 return fwnode_property_read_string(dev_fwnode(dev), propname, val); in device_property_read_string()
241 return fwnode_property_match_string(dev_fwnode(dev), propname, string); in device_property_match_string()
762 const struct fwnode_handle *fwnode = dev_fwnode(dev); in device_get_next_child_node()
799 return fwnode_get_named_child_node(dev_fwnode(dev), childname); in device_get_named_child_node()
869 return fwnode_call_bool_op(dev_fwnode(dev), device_dma_supported); in device_dma_supported()
875 if (!fwnode_has_op(dev_fwnode(dev), device_get_dma_attr)) in device_get_dma_attr()
878 return fwnode_call_int_op(dev_fwnode(dev), device_get_dma_attr); in device_get_dma_attr()
920 return fwnode_get_phy_mode(dev_fwnode(dev)); in device_get_phy_mode()
1205 return fwnode_call_ptr_op(dev_fwnode(dev), device_get_match_data, dev); in device_get_match_data()