| /linux/include/linux/ |
| H A D | of_graph.h | 27 const struct device_node *local_node; 50 for (struct device_node *child __free(device_node) = of_graph_get_next_port(parent, NULL);\ 62 …for (struct device_node *child __free(device_node) = of_graph_get_next_port_endpoint(parent, NULL)… 66 bool of_graph_is_present(const struct device_node *node); 67 int of_graph_parse_endpoint(const struct device_node *node, 69 unsigned int of_graph_get_endpoint_count(const struct device_node *np); 70 unsigned int of_graph_get_port_count(struct device_node *np); 71 struct device_node *of_graph_get_port_by_id(struct device_node *node, u32 id); 72 struct device_node *of_graph_get_next_endpoint(const struct device_node *parent, 73 struct device_node *previous); [all …]
|
| H A D | of.h | 48 struct device_node { struct 56 struct device_node *parent; argument 57 struct device_node *child; argument 58 struct device_node *sibling; argument 72 struct device_node *np; argument 81 const struct device_node *parent; 91 struct device_node *node; 95 struct device_node *dn; 113 static inline void of_node_init(struct device_node *node) in of_node_init() 128 extern struct device_node *of_node_get(struct device_node *node); [all …]
|
| H A D | of_irq.h | 12 typedef int (*of_irq_init_cb_t)(struct device_node *, struct device_node *); 15 struct device_node *node; 46 extern struct device_node *of_irq_dflt_pic; 47 int of_irq_parse_oldworld(const struct device_node *device, int index, 52 static inline int of_irq_parse_oldworld(const struct device_node *device, int index, in of_irq_parse_oldworld() 61 extern int of_irq_to_resource(struct device_node *dev, int index, 66 extern int of_irq_parse_one(struct device_node *device, int index, 68 extern int of_irq_count(struct device_node *dev); 69 extern int of_irq_get(struct device_node *dev, int index); 70 extern const struct cpumask *of_irq_get_affinity(struct device_node *dev, [all …]
|
| H A D | of_mdio.h | 16 bool of_mdiobus_child_is_phy(struct device_node *child); 17 int __of_mdiobus_register(struct mii_bus *mdio, struct device_node *np, 21 struct device_node *np) in of_mdiobus_register() 27 struct device_node *np, struct module *owner); 31 struct device_node *np) in devm_of_mdiobus_register() 36 struct mdio_device *of_mdio_find_device(struct device_node *np); 37 struct phy_device *of_phy_find_device(struct device_node *phy_np); 39 of_phy_connect(struct net_device *dev, struct device_node *phy_np, 43 of_phy_get_and_connect(struct net_device *dev, struct device_node *np, 46 struct mii_bus *of_mdio_find_bus(struct device_node *mdio_np); [all …]
|
| H A D | of_address.h | 12 struct device_node *node; 56 extern u64 of_translate_dma_address(struct device_node *dev, 58 extern const __be32 *of_translate_dma_region(struct device_node *dev, const __be32 *addr, 62 extern u64 of_translate_address(struct device_node *np, const __be32 *addr); 63 extern int of_address_to_resource(struct device_node *dev, int index, 65 extern void __iomem *of_iomap(struct device_node *device, int index); 66 void __iomem *of_io_request_and_map(struct device_node *device, 73 extern const __be32 *__of_get_address(struct device_node *dev, int index, int bar_no, 76 int of_property_read_reg(struct device_node *np, int idx, u64 *addr, u64 *size); 79 struct device_node *node); [all …]
|
| H A D | of_net.h | 15 extern int of_get_phy_mode(struct device_node *np, phy_interface_t *interface); 16 extern int of_get_mac_address(struct device_node *np, u8 *mac); 17 extern int of_get_mac_address_nvmem(struct device_node *np, u8 *mac); 18 int of_get_ethdev_address(struct device_node *np, struct net_device *dev); 19 extern struct net_device *of_find_net_device_by_node(struct device_node *np); 21 static inline int of_get_phy_mode(struct device_node *np, in of_get_phy_mode() 27 static inline int of_get_mac_address(struct device_node *np, u8 *mac) in of_get_mac_address() 32 static inline int of_get_mac_address_nvmem(struct device_node *np, u8 *mac) in of_get_mac_address_nvmem() 37 static inline int of_get_ethdev_address(struct device_node *np, struct net_device *dev) in of_get_ethdev_address() 42 static inline struct net_device *of_find_net_device_by_node(struct device_node *np) in of_find_net_device_by_node()
|
| H A D | of_reserved_mem.h | 36 struct device_node *np, int idx); 38 struct device_node *np, 42 struct reserved_mem *of_reserved_mem_lookup(struct device_node *np); 43 int of_reserved_mem_region_to_resource(const struct device_node *np, 45 int of_reserved_mem_region_to_resource_byname(const struct device_node *np, 47 int of_reserved_mem_region_count(const struct device_node *np); 55 struct device_node *np, int idx) in of_reserved_mem_device_init_by_idx() 61 struct device_node *np, in of_reserved_mem_device_init_by_name() 69 static inline struct reserved_mem *of_reserved_mem_lookup(struct device_node *np) in of_reserved_mem_lookup() 74 static inline int of_reserved_mem_region_to_resource(const struct device_node *np, in of_reserved_mem_region_to_resource() [all …]
|
| H A D | of_dma.h | 16 struct device_node; 20 struct device_node *of_node; 35 extern int of_dma_controller_register(struct device_node *np, 39 extern void of_dma_controller_free(struct device_node *np); 41 extern int of_dma_router_register(struct device_node *np, 47 extern struct dma_chan *of_dma_request_slave_channel(struct device_node *np, 55 static inline int of_dma_controller_register(struct device_node *np, in of_dma_controller_register() 63 static inline void of_dma_controller_free(struct device_node *np) in of_dma_controller_free() 67 static inline int of_dma_router_register(struct device_node *np, in of_dma_router_register() 77 static inline struct dma_chan *of_dma_request_slave_channel(struct device_node *np, in of_dma_request_slave_channel()
|
| H A D | of_platform.h | 12 struct device_node; 51 extern struct platform_device *of_device_alloc(struct device_node *np, 60 extern struct platform_device *of_find_device_by_node(struct device_node *np); 62 static inline struct platform_device *of_find_device_by_node(struct device_node *np) in of_find_device_by_node() 68 extern int of_platform_bus_probe(struct device_node *root, 74 extern struct platform_device *of_platform_device_create(struct device_node *np, 80 extern int of_platform_populate(struct device_node *root, 84 extern int of_platform_default_populate(struct device_node *root, 94 static inline struct platform_device *of_platform_device_create(struct device_node *np, in of_platform_device_create() 105 static inline int of_platform_populate(struct device_node *root, in of_platform_populate() [all …]
|
| /linux/sound/soc/generic/ |
| H A D | audio-graph-card2.c | 245 static struct device_node *port_to_ports(struct device_node *port) in port_to_ports() 247 struct device_node *ports = of_get_parent(port); in port_to_ports() 256 static enum graph_type __graph_get_type(struct device_node *lnk) in __graph_get_type() 258 struct device_node *np, *parent_np; in __graph_get_type() 303 struct device_node *lnk) in graph_get_type() 336 static int graph_lnk_is_multi(struct device_node *lnk) in graph_lnk_is_multi() 341 static struct device_node *graph_get_next_multi_ep(struct device_node **port, int idx) in graph_get_next_multi_ep() 343 struct device_node *ports __free(device_node) = port_to_ports(*port); in graph_get_next_multi_ep() 344 struct device_node *rep = NULL; in graph_get_next_multi_ep() 372 struct device_node *ep __free(device_node) = of_graph_get_next_port_endpoint(*port, NULL); in graph_get_next_multi_ep() [all …]
|
| H A D | audio-graph-card.c | 31 static struct device_node *port_to_ports(struct device_node *port) in port_to_ports() 33 struct device_node *ports = of_get_parent(port); in port_to_ports() 87 struct device_node *ep, in graph_parse_convert() 90 struct device_node *top = dev->of_node; in graph_parse_convert() 91 struct device_node *port __free(device_node) = ep_to_port(ep); in graph_parse_convert() 92 struct device_node *ports __free(device_node) = port_to_ports(port); in graph_parse_convert() 93 struct device_node *node __free(device_node) = of_graph_get_port_parent(ep); in graph_parse_convert() 102 struct device_node *ep, in graph_parse_node() 135 struct device_node *ep_cpu, in graph_link_init() 136 struct device_node *ep_codec, in graph_link_init() [all …]
|
| H A D | simple-card.c | 40 struct device_node *node, in simple_parse_platform() 65 struct device_node *node, in simple_parse_dai() 131 struct device_node *np, in simple_parse_convert() 134 struct device_node *top = dev->of_node; in simple_parse_convert() 135 struct device_node *node __free(device_node) = of_get_parent(np); in simple_parse_convert() 144 struct device_node *np, in simple_parse_node() 178 struct device_node *cpu, in simple_link_init() 179 struct device_node *codec, in simple_link_init() 184 struct device_node *top = dev->of_node; in simple_link_init() 187 struct device_node *node __free(device_node) = of_get_parent(cpu); in simple_link_init() [all …]
|
| /linux/drivers/of/ |
| H A D | of_private.h | 28 struct device_node *np; 50 extern int of_property_notify(int action, struct device_node *np, 60 static inline int of_property_notify(int action, struct device_node *np, in of_property_notify() 74 int of_node_is_attached(const struct device_node *node); 75 int __of_add_property_sysfs(struct device_node *np, struct property *pp); 76 void __of_remove_property_sysfs(struct device_node *np, const struct property *prop); 77 void __of_update_property_sysfs(struct device_node *np, struct property *newprop, 79 int __of_attach_node_sysfs(struct device_node *np); 80 void __of_detach_node_sysfs(struct device_node *np); 82 static inline int __of_add_property_sysfs(struct device_node *np, struct property *pp) in __of_add_property_sysfs() [all …]
|
| H A D | property.c | 45 bool of_property_read_bool(const struct device_node *np, const char *propname) in of_property_read_bool() 68 bool of_graph_is_present(const struct device_node *node) in of_graph_is_present() 70 struct device_node *ports __free(device_node) = of_get_child_by_name(node, "ports"); in of_graph_is_present() 75 struct device_node *port __free(device_node) = of_get_child_by_name(node, "port"); in of_graph_is_present() 95 int of_property_count_elems_of_size(const struct device_node *np, in of_property_count_elems_of_size() 131 static void *of_find_property_value_of_size(const struct device_node *np, in of_find_property_value_of_size() 168 int of_property_read_u8_index(const struct device_node *np, in of_property_read_u8_index() 201 int of_property_read_u16_index(const struct device_node *np, in of_property_read_u16_index() 234 int of_property_read_u32_index(const struct device_node *np, in of_property_read_u32_index() 268 int of_property_read_u64_index(const struct device_node *np, in of_property_read_u64_index() [all …]
|
| H A D | base.c | 36 struct device_node *of_root; 38 struct device_node *of_chosen; 40 struct device_node *of_aliases; 41 struct device_node *of_stdout; 59 bool of_node_name_eq(const struct device_node *np, const char *name) in of_node_name_eq() 74 bool of_node_name_prefix(const struct device_node *np, const char *prefix) in of_node_name_prefix() 83 static bool __of_node_is_type(const struct device_node *np, const char *type) in __of_node_is_type() 95 int of_bus_n_addr_cells(struct device_node *np) in of_bus_n_addr_cells() 113 int of_n_addr_cells(struct device_node *np) in of_n_addr_cells() 122 int of_bus_n_size_cells(struct device_node *np) in of_bus_n_size_cells() [all …]
|
| H A D | address.c | 30 int (*match)(struct device_node *parent); 31 void (*count_cells)(struct device_node *child, 44 static void of_bus_default_count_cells(struct device_node *dev, in of_bus_default_count_cells() 137 static bool of_node_is_pcie(const struct device_node *np) in of_node_is_pcie() 147 static int of_bus_pci_match(struct device_node *np) in of_bus_pci_match() 162 static void of_bus_pci_count_cells(struct device_node *np, in of_bus_pci_count_cells() 220 const struct device_node *np, struct resource *res) in of_pci_range_to_resource() 262 int of_range_to_resource(struct device_node *np, int index, struct resource *res) in of_range_to_resource() 284 static int of_bus_isa_match(struct device_node *np) in of_bus_isa_match() 289 static void of_bus_isa_count_cells(struct device_node *child, in of_bus_isa_count_cells() [all …]
|
| H A D | resolver.c | 25 struct device_node *node; in live_tree_max_phandle() 41 static void adjust_overlay_phandles(struct device_node *overlay, in adjust_overlay_phandles() 44 struct device_node *child; in adjust_overlay_phandles() 73 static int update_usages_of_a_phandle_reference(struct device_node *overlay, in update_usages_of_a_phandle_reference() 76 struct device_node *refnode; in update_usages_of_a_phandle_reference() 130 static int node_name_cmp(const struct device_node *dn1, in node_name_cmp() 131 const struct device_node *dn2) in node_name_cmp() 150 static int adjust_local_phandle_references(const struct device_node *local_fixups, in adjust_local_phandle_references() 151 const struct device_node *overlay, int phandle_delta) in adjust_local_phandle_references() 153 struct device_node *overlay_child; in adjust_local_phandle_references() [all …]
|
| /linux/include/linux/mfd/ |
| H A D | syscon.h | 17 struct device_node; 20 struct regmap *device_node_to_regmap(struct device_node *np); 21 struct regmap *syscon_node_to_regmap(struct device_node *np); 23 struct regmap *syscon_regmap_lookup_by_phandle(struct device_node *np, 25 struct regmap *syscon_regmap_lookup_by_phandle_args(struct device_node *np, 29 struct regmap *syscon_regmap_lookup_by_phandle_optional(struct device_node *np, 31 int of_syscon_register_regmap(struct device_node *np, 34 static inline struct regmap *device_node_to_regmap(struct device_node *np) in device_node_to_regmap() 39 static inline struct regmap *syscon_node_to_regmap(struct device_node *np) in syscon_node_to_regmap() 50 struct device_node *np, in syscon_regmap_lookup_by_phandle() [all …]
|
| /linux/drivers/clk/at91/ |
| H A D | dt-compat.c | 30 static void __init of_sama5d2_clk_audio_pll_frac_setup(struct device_node *np) in of_sama5d2_clk_audio_pll_frac_setup() 36 struct device_node *parent_np; in of_sama5d2_clk_audio_pll_frac_setup() 56 static void __init of_sama5d2_clk_audio_pll_pad_setup(struct device_node *np) in of_sama5d2_clk_audio_pll_pad_setup() 62 struct device_node *parent_np; in of_sama5d2_clk_audio_pll_pad_setup() 82 static void __init of_sama5d2_clk_audio_pll_pmc_setup(struct device_node *np) in of_sama5d2_clk_audio_pll_pmc_setup() 88 struct device_node *parent_np; in of_sama5d2_clk_audio_pll_pmc_setup() 124 static void __init of_sama5d2_clk_generated_setup(struct device_node *np) in of_sama5d2_clk_generated_setup() 132 struct device_node *gcknp, *parent_np; in of_sama5d2_clk_generated_setup() 188 static void __init of_sama5d4_clk_h32mx_setup(struct device_node *np) in of_sama5d4_clk_h32mx_setup() 194 struct device_node *parent_np; in of_sama5d4_clk_h32mx_setup() [all …]
|
| /linux/include/linux/usb/ |
| H A D | of.h | 17 enum usb_dr_mode of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0); 18 bool of_usb_host_tpl_support(struct device_node *np); 19 int of_usb_update_otg_caps(struct device_node *np, 22 struct device_node *usb_of_get_device_node(struct usb_device *hub, int port1); 24 struct device_node *usb_of_get_interface_node(struct usb_device *udev, 29 of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0) in of_usb_get_dr_mode_by_phy() 33 static inline bool of_usb_host_tpl_support(struct device_node *np) in of_usb_host_tpl_support() 37 static inline int of_usb_update_otg_caps(struct device_node *np, in of_usb_update_otg_caps() 47 static inline struct device_node * 56 static inline struct device_node * [all …]
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_of.c | 33 struct device_node *port) in drm_of_crtc_port_mask() 62 struct device_node *port) in drm_of_find_possible_crtcs() 64 struct device_node *remote_port, *ep; in drm_of_find_possible_crtcs() 93 struct device_node *node) in drm_of_component_match_add() 120 struct device_node *ep, *port, *remote; in drm_of_component_probe() 197 int drm_of_encoder_active_endpoint(struct device_node *node, in drm_of_encoder_active_endpoint() 201 struct device_node *ep; in drm_of_encoder_active_endpoint() 203 struct device_node *port; in drm_of_encoder_active_endpoint() 240 int drm_of_find_panel_or_bridge(const struct device_node *np, in drm_of_find_panel_or_bridge() 246 struct device_node *remote; in drm_of_find_panel_or_bridge() [all …]
|
| /linux/drivers/opp/ |
| H A D | of.c | 31 static struct device_node *_opp_of_get_opp_desc_node(struct device_node *np, in _opp_of_get_opp_desc_node() 39 struct device_node *dev_pm_opp_of_get_opp_desc_node(struct device *dev) in dev_pm_opp_of_get_opp_desc_node() 49 struct device_node *np __free(device_node) = in _managed_opp() 76 struct device_node *opp_np) in _find_opp_of_np() 90 static struct device_node *of_parse_required_opp(struct device_node *np, in of_parse_required_opp() 97 static struct opp_table *_find_table_of_opp_np(struct device_node *opp_np) in _find_table_of_opp_np() 101 struct device_node *opp_table_np __free(device_node) = in _find_table_of_opp_np() 148 struct device_node *opp_np) in _opp_table_alloc_required_tables() 155 struct device_node *np __free(device_node) = in _opp_table_alloc_required_tables() 177 struct device_node *required_np __free(device_node) = in _opp_table_alloc_required_tables() [all …]
|
| /linux/drivers/memory/ |
| H A D | of_memory.h | 13 const struct lpddr2_min_tck *of_get_min_tck(struct device_node *np, 15 const struct lpddr2_timings *of_get_ddr_timings(struct device_node *np_ddr, 18 const struct lpddr3_min_tck *of_lpddr3_get_min_tck(struct device_node *np, 21 of_lpddr3_get_ddr_timings(struct device_node *np_ddr, 24 const struct lpddr2_info *of_lpddr2_get_info(struct device_node *np, 28 *of_get_min_tck(struct device_node *np, struct device *dev) in of_get_min_tck() 34 *of_get_ddr_timings(struct device_node *np_ddr, struct device *dev, in of_get_ddr_timings() 41 *of_lpddr3_get_min_tck(struct device_node *np, struct device *dev) in of_lpddr3_get_min_tck() 47 *of_lpddr3_get_ddr_timings(struct device_node *np_ddr, in of_lpddr3_get_ddr_timings() 54 *of_lpddr2_get_info(struct device_node *np, struct device *dev) in of_lpddr2_get_info()
|
| /linux/drivers/cpuidle/ |
| H A D | dt_idle_genpd.h | 5 struct device_node; 12 struct generic_pm_domain *dt_idle_pd_alloc(struct device_node *np, 13 int (*parse_state)(struct device_node *, u32 *)); 15 int dt_idle_pd_init_topology(struct device_node *np); 17 int dt_idle_pd_remove_topology(struct device_node *np); 30 struct device_node *np, in dt_idle_pd_alloc() 31 int (*parse_state)(struct device_node *, u32 *)) in dt_idle_pd_alloc() argument 36 static inline int dt_idle_pd_init_topology(struct device_node *np) in dt_idle_pd_init_topology() 41 static inline int dt_idle_pd_remove_topology(struct device_node *np) in dt_idle_pd_remove_topology()
|
| /linux/drivers/pci/hotplug/ |
| H A D | rpadlpar_core.c | 41 static struct device_node *find_vio_slot_node(char *drc_name) in find_vio_slot_node() 43 struct device_node *parent = of_find_node_by_name(NULL, "vdevice"); in find_vio_slot_node() 44 struct device_node *dn; in find_vio_slot_node() 61 static struct device_node *find_php_slot_pci_node(char *drc_name, in find_php_slot_pci_node() 64 struct device_node *np; in find_php_slot_pci_node() 77 static struct device_node *find_dlpar_node(char *drc_name, int *node_type) in find_dlpar_node() 79 struct device_node *dn; in find_dlpar_node() 111 static struct slot *find_php_slot(struct device_node *dn) in find_php_slot() 125 struct device_node *dev_dn) in dlpar_find_new_dev() 128 struct device_node *child_dn; in dlpar_find_new_dev() [all …]
|