Home
last modified time | relevance | path

Searched defs:np (Results 1 – 25 of 42) sorted by relevance

12

/include/linux/
Dof_gpio.h57 static inline int of_mm_gpiochip_add(struct device_node *np, in of_mm_gpiochip_add()
71 static inline int of_get_named_gpio_flags(struct device_node *np, in of_get_named_gpio_flags()
109 static inline int of_gpio_named_count(struct device_node *np, const char* propname) in of_gpio_named_count()
120 static inline int of_gpio_count(struct device_node *np) in of_gpio_count()
125 static inline int of_get_gpio_flags(struct device_node *np, int index, in of_get_gpio_flags()
140 static inline int of_get_named_gpio(struct device_node *np, in of_get_named_gpio()
154 static inline int of_get_gpio(struct device_node *np, int index) in of_get_gpio()
Dof_mdio.h36 static inline int of_mdiobus_register(struct mii_bus *mdio, struct device_node *np) in of_mdiobus_register()
60 of_phy_get_and_connect(struct net_device *dev, struct device_node *np, in of_phy_get_and_connect()
79 const struct device_node *np) in of_mdio_parse_addr()
83 static inline int of_phy_register_fixed_link(struct device_node *np) in of_phy_register_fixed_link()
87 static inline void of_phy_deregister_fixed_link(struct device_node *np) in of_phy_deregister_fixed_link()
90 static inline bool of_phy_is_fixed_link(struct device_node *np) in of_phy_is_fixed_link()
Dof.h73 struct device_node *np; member
244 static inline const char *of_node_full_name(const struct device_node *np) in of_node_full_name()
405 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array()
435 static inline int of_property_read_u16_array(const struct device_node *np, in of_property_read_u16_array()
463 static inline int of_property_read_u32_array(const struct device_node *np, in of_property_read_u32_array()
491 static inline int of_property_read_u64_array(const struct device_node *np, in of_property_read_u64_array()
540 static inline const char* of_node_full_name(const struct device_node *np) in of_node_full_name()
632 static inline struct property *of_find_property(const struct device_node *np, in of_find_property()
647 static inline int of_property_count_elems_of_size(const struct device_node *np, in of_property_count_elems_of_size()
653 static inline int of_property_read_u32_index(const struct device_node *np, in of_property_read_u32_index()
[all …]
Dof_net.h18 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()
Dcpu_cooling.h63 of_cpufreq_cooling_register(struct device_node *np, in of_cpufreq_cooling_register()
70 of_cpufreq_power_cooling_register(struct device_node *np, in of_cpufreq_power_cooling_register()
100 of_cpufreq_cooling_register(struct device_node *np, in of_cpufreq_cooling_register()
107 of_cpufreq_power_cooling_register(struct device_node *np, in of_cpufreq_power_cooling_register()
Dof_dma.h58 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()
Dof_address.h12 int np; member
65 static inline u64 of_translate_address(struct device_node *np, in of_translate_address()
98 static inline int of_dma_get_range(struct device_node *np, u64 *dma_addr, in of_dma_get_range()
104 static inline bool of_dma_is_coherent(struct device_node *np) in of_dma_is_coherent()
148 struct device_node *np, in of_pci_range_to_resource()
Ddevfreq_cooling.h57 of_devfreq_cooling_register_power(struct device_node *np, struct devfreq *df, in of_devfreq_cooling_register_power()
64 of_devfreq_cooling_register(struct device_node *np, struct devfreq *df) in of_devfreq_cooling_register()
Dof_pci.h35 static inline int of_pci_get_devfn(struct device_node *np) in of_pci_get_devfn()
58 static inline int of_pci_map_rid(struct device_node *np, u32 rid, in of_pci_map_rid()
Dof_irq.h81 struct device_node *np, in of_msi_get_domain()
91 static inline void of_msi_configure(struct device *dev, struct device_node *np) in of_msi_configure()
Dclk-provider.h822 static inline int of_clk_add_provider(struct device_node *np, in of_clk_add_provider()
829 static inline int of_clk_add_hw_provider(struct device_node *np, in of_clk_add_hw_provider()
836 static inline void of_clk_del_provider(struct device_node *np) {} in of_clk_del_provider()
857 static inline unsigned int of_clk_get_parent_count(struct device_node *np) in of_clk_get_parent_count()
861 static inline int of_clk_parent_fill(struct device_node *np, in of_clk_parent_fill()
866 static inline const char *of_clk_get_parent_name(struct device_node *np, in of_clk_get_parent_name()
871 static inline int of_clk_detect_critical(struct device_node *np, int index, in of_clk_detect_critical()
Dnvmem-consumer.h144 static inline struct nvmem_cell *of_nvmem_cell_get(struct device_node *np, in of_nvmem_cell_get()
150 static inline struct nvmem_device *of_nvmem_device_get(struct device_node *np, in of_nvmem_device_get()
Dpm_domain.h211 static inline int of_genpd_add_provider_simple(struct device_node *np, in of_genpd_add_provider_simple()
217 static inline int of_genpd_add_provider_onecell(struct device_node *np, in of_genpd_add_provider_onecell()
223 static inline void of_genpd_del_provider(struct device_node *np) {} in of_genpd_del_provider()
243 struct generic_pm_domain *of_genpd_remove_last(struct device_node *np) in of_genpd_remove_last()
Dclk.h512 static inline struct clk *of_clk_get(struct device_node *np, int index) in of_clk_get()
516 static inline struct clk *of_clk_get_by_name(struct device_node *np, in of_clk_get_by_name()
Dphy_fixed.h39 struct device_node *np) in fixed_phy_register()
Dof_device.h101 static inline void of_dma_configure(struct device *dev, struct device_node *np) in of_dma_configure()
/include/linux/usb/
Dof.h23 of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0) in of_usb_get_dr_mode_by_phy()
27 static inline bool of_usb_host_tpl_support(struct device_node *np) in of_usb_host_tpl_support()
31 static inline int of_usb_update_otg_caps(struct device_node *np, in of_usb_update_otg_caps()
46 static inline enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np) in of_usb_get_phy_mode()
/include/video/
Dof_display_timing.h24 static inline int of_get_display_timing(struct device_node *np, const char *name, in of_get_display_timing()
29 static inline struct display_timings *of_get_display_timings(struct device_node *np) in of_get_display_timings()
33 static inline int of_display_timings_exist(struct device_node *np) in of_display_timings_exist()
/include/linux/mfd/
Dsyscon.h31 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/
Drcar-fcp.h25 static inline struct rcar_fcp_device *rcar_fcp_get(const struct device_node *np) in rcar_fcp_get()
/include/net/
Dip6_route.h175 struct ipv6_pinfo *np = inet6_sk(sk); in ip6_dst_store() local
207 struct ipv6_pinfo *np = skb->sk && !dev_recursion_level() ? in ip6_skb_dst_mtu() local
Dip6_checksum.h86 struct ipv6_pinfo *np = inet6_sk(sk); in tcp_v6_send_check() local
/include/linux/mtd/
Dspear_smi.h62 struct device_node *np[MAX_NUM_FLASH_CHIP]; member
/include/drm/
Ddrm_panel.h198 static inline struct drm_panel *of_drm_find_panel(struct device_node *np) in of_drm_find_panel()
/include/linux/phy/
Dphy.h296 struct device_node *np, in devm_of_phy_get()
303 struct device_node *np, in devm_of_phy_get_by_index()
317 static inline struct phy *of_phy_get(struct device_node *np, const char *con_id) in of_phy_get()

12