| /include/linux/ |
| D | of_mdio.h | 36 const struct device_node *np) in of_mdio_parse_addr() 58 static inline int of_mdiobus_register(struct mii_bus *mdio, struct device_node *np) in of_mdiobus_register() 82 of_phy_get_and_connect(struct net_device *dev, struct device_node *np, in of_phy_get_and_connect() 101 const struct device_node *np) in of_mdio_parse_addr() 105 static inline int of_phy_register_fixed_link(struct device_node *np) in of_phy_register_fixed_link() 109 static inline void of_phy_deregister_fixed_link(struct device_node *np) in of_phy_deregister_fixed_link() 112 static inline bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link()
|
| D | of_gpio.h | 59 static inline int of_mm_gpiochip_add(struct device_node *np, in of_mm_gpiochip_add() 73 static inline int of_get_named_gpio_flags(struct device_node *np, in of_get_named_gpio_flags() 111 static inline int of_gpio_named_count(struct device_node *np, const char* propname) in of_gpio_named_count() 122 static inline int of_gpio_count(struct device_node *np) in of_gpio_count() 127 static inline int of_get_gpio_flags(struct device_node *np, int index, in of_get_gpio_flags() 142 static inline int of_get_named_gpio(struct device_node *np, in of_get_named_gpio() 156 static inline int of_get_gpio(struct device_node *np, int index) in of_get_gpio()
|
| D | of.h | 73 struct device_node *np; member 257 static inline const char *of_node_full_name(const struct device_node *np) in of_node_full_name() 424 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array() 454 static inline int of_property_read_u16_array(const struct device_node *np, in of_property_read_u16_array() 482 static inline int of_property_read_u32_array(const struct device_node *np, in of_property_read_u32_array() 510 static inline int of_property_read_u64_array(const struct device_node *np, in of_property_read_u64_array() 559 static inline const char* of_node_full_name(const struct device_node *np) in of_node_full_name() 665 static inline struct property *of_find_property(const struct device_node *np, in of_find_property() 680 static inline int of_property_count_elems_of_size(const struct device_node *np, in of_property_count_elems_of_size() 686 static inline int of_property_read_u32_index(const struct device_node *np, in of_property_read_u32_index() [all …]
|
| D | of_net.h | 18 static inline int of_get_phy_mode(struct device_node *np) in of_get_phy_mode() 23 static inline const void *of_get_mac_address(struct device_node *np) in of_get_mac_address() 28 static inline struct net_device *of_find_net_device_by_node(struct device_node *np) in of_find_net_device_by_node()
|
| D | cpu_cooling.h | 65 of_cpufreq_cooling_register(struct device_node *np, in of_cpufreq_cooling_register() 72 of_cpufreq_power_cooling_register(struct device_node *np, in of_cpufreq_power_cooling_register() 101 of_cpufreq_cooling_register(struct device_node *np, in of_cpufreq_cooling_register() 108 of_cpufreq_power_cooling_register(struct device_node *np, in of_cpufreq_power_cooling_register()
|
| D | of_dma.h | 58 static inline int of_dma_controller_register(struct device_node *np, in of_dma_controller_register() 66 static inline void of_dma_controller_free(struct device_node *np) in of_dma_controller_free() 70 static inline int of_dma_router_register(struct device_node *np, in of_dma_router_register() 80 static inline struct dma_chan *of_dma_request_slave_channel(struct device_node *np, in of_dma_request_slave_channel()
|
| D | of_address.h | 13 int np; member 66 static inline u64 of_translate_address(struct device_node *np, in of_translate_address() 99 static inline int of_dma_get_range(struct device_node *np, u64 *dma_addr, in of_dma_get_range() 105 static inline bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent() 149 struct device_node *np, in of_pci_range_to_resource()
|
| D | devfreq_cooling.h | 79 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power() 86 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register()
|
| D | of_pci.h | 37 static inline int of_pci_get_devfn(struct device_node *np) in of_pci_get_devfn() 60 static inline int of_pci_map_rid(struct device_node *np, u32 rid, in of_pci_map_rid()
|
| D | of_irq.h | 82 struct device_node *np, in of_msi_get_domain() 92 static inline void of_msi_configure(struct device *dev, struct device_node *np) in of_msi_configure()
|
| D | clk-provider.h | 842 static inline int of_clk_add_provider(struct device_node *np, in of_clk_add_provider() 849 static inline int of_clk_add_hw_provider(struct device_node *np, in of_clk_add_hw_provider() 856 static inline void of_clk_del_provider(struct device_node *np) {} in of_clk_del_provider() 877 static inline unsigned int of_clk_get_parent_count(struct device_node *np) in of_clk_get_parent_count() 881 static inline int of_clk_parent_fill(struct device_node *np, in of_clk_parent_fill() 886 static inline const char *of_clk_get_parent_name(struct device_node *np, in of_clk_get_parent_name() 891 static inline int of_clk_detect_critical(struct device_node *np, int index, in of_clk_detect_critical()
|
| D | nvmem-consumer.h | 154 static inline struct nvmem_cell *of_nvmem_cell_get(struct device_node *np, in of_nvmem_cell_get() 160 static inline struct nvmem_device *of_nvmem_device_get(struct device_node *np, in of_nvmem_device_get()
|
| D | clk.h | 575 struct device_node *np, const char *con_id) in devm_get_clk_from_child() 687 static inline struct clk *of_clk_get(struct device_node *np, int index) in of_clk_get() 691 static inline struct clk *of_clk_get_by_name(struct device_node *np, in of_clk_get_by_name()
|
| D | pm_domain.h | 237 static inline int of_genpd_add_provider_simple(struct device_node *np, in of_genpd_add_provider_simple() 243 static inline int of_genpd_add_provider_onecell(struct device_node *np, in of_genpd_add_provider_onecell() 249 static inline void of_genpd_del_provider(struct device_node *np) {} in of_genpd_del_provider() 275 struct generic_pm_domain *of_genpd_remove_last(struct device_node *np) in of_genpd_remove_last()
|
| D | phy_fixed.h | 40 struct device_node *np) in fixed_phy_register()
|
| D | of_platform.h | 63 static inline struct platform_device *of_find_device_by_node(struct device_node *np) in of_find_device_by_node()
|
| /include/linux/usb/ |
| D | of.h | 24 of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0) in of_usb_get_dr_mode_by_phy() 28 static inline bool of_usb_host_tpl_support(struct device_node *np) in of_usb_host_tpl_support() 32 static inline int of_usb_update_otg_caps(struct device_node *np, in of_usb_update_otg_caps() 51 static inline enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np) in of_usb_get_phy_mode()
|
| /include/video/ |
| D | of_display_timing.h | 24 static inline int of_get_display_timing(const struct device_node *np, in of_get_display_timing() 30 of_get_display_timings(const struct device_node *np) in of_get_display_timings() 34 static inline int of_display_timings_exist(const struct device_node *np) in of_display_timings_exist()
|
| /include/linux/mfd/ |
| D | syscon.h | 31 static inline struct regmap *syscon_node_to_regmap(struct device_node *np) in syscon_node_to_regmap() 47 struct device_node *np, in syscon_regmap_lookup_by_phandle()
|
| /include/media/ |
| D | rcar-fcp.h | 26 static inline struct rcar_fcp_device *rcar_fcp_get(const struct device_node *np) in rcar_fcp_get()
|
| /include/net/ |
| D | ip6_route.h | 186 struct ipv6_pinfo *np = inet6_sk(sk); in ip6_dst_store() local 218 struct ipv6_pinfo *np = skb->sk && !dev_recursion_level() ? in ip6_skb_dst_mtu() local
|
| D | ip6_checksum.h | 86 struct ipv6_pinfo *np = inet6_sk(sk); in tcp_v6_send_check() local
|
| /include/linux/mtd/ |
| D | spear_smi.h | 62 struct device_node *np[MAX_NUM_FLASH_CHIP]; member
|
| /include/drm/ |
| D | drm_of.h | 62 static inline int drm_of_find_panel_or_bridge(const struct device_node *np, in drm_of_find_panel_or_bridge()
|
| D | drm_panel.h | 200 static inline struct drm_panel *of_drm_find_panel(const struct device_node *np) in of_drm_find_panel()
|