Home
last modified time | relevance | path

Searched refs:plat_dev (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/platform/cnss2/ !
H A Dpower.c143 dev = &plat_priv->plat_dev->dev; in cnss_get_vreg_single()
188 struct device *dev = &plat_priv->plat_dev->dev; in cnss_put_vreg_single()
348 struct device *dev = &plat_priv->plat_dev->dev; in cnss_get_vreg()
580 struct device *dev = &plat_priv->plat_dev->dev; in cnss_get_clk_single()
606 struct device *dev = &plat_priv->plat_dev->dev; in cnss_put_clk_single()
672 dev = &plat_priv->plat_dev->dev; in cnss_get_clk()
727 dev = &plat_priv->plat_dev->dev; in cnss_put_clk()
791 dev = &plat_priv->plat_dev->dev; in cnss_get_pinctrl()
958 dev = &plat_priv->plat_dev->dev; in cnss_get_wlan_sw_ctrl()
1288 struct platform_device *plat_dev = plat_priv->plat_dev; in cnss_get_tcs_info() local
[all …]
H A Dmain.c159 static void cnss_set_plat_priv(struct platform_device *plat_dev, in cnss_set_plat_priv() argument
173 *plat_dev) in cnss_get_plat_priv()
177 if (!plat_dev) in cnss_get_plat_priv()
181 if (plat_env[i] && plat_env[i]->plat_dev == plat_dev) in cnss_get_plat_priv()
188 *plat_dev) in cnss_get_first_plat_priv()
192 if (!plat_dev) { in cnss_get_first_plat_priv()
271 return of_property_read_string(plat_priv->plat_dev->dev.of_node, in cnss_get_pld_bus_ops_name()
281 static void cnss_set_plat_priv(struct platform_device *plat_dev, in cnss_set_plat_priv() argument
287 struct cnss_plat_data *cnss_get_plat_priv(struct platform_device *plat_dev) in cnss_get_plat_priv() argument
342 return of_property_read_u32(plat_priv->plat_dev->dev.of_node, in cnss_get_rc_num()
[all …]
H A Dmain.h509 struct platform_device *plat_dev; member
675 struct cnss_plat_data *cnss_get_plat_priv(struct platform_device *plat_dev);
676 struct cnss_plat_data *cnss_get_first_plat_priv(struct platform_device *plat_dev);
H A Dpci_qcom.c608 res = platform_get_resource_byname(plat_priv->plat_dev, IORESOURCE_MEM, in cnss_pci_init_smmu()
H A Dbus.c32 dev = &plat_priv->plat_dev->dev; in cnss_get_bus_type()
H A Dpci.c1778 of_property_read_bool(plat_priv->plat_dev->dev.of_node, in cnss_pci_link_down()
2367 ret = of_property_read_u32(plat_priv->plat_dev->dev.of_node, in cnss_pci_config_msi_addr()
3304 cnss_request_bus_bandwidth(&plat_priv->plat_dev->dev, in cnss_qca6174_shutdown()
3462 cnss_request_bus_bandwidth(&plat_priv->plat_dev->dev, in cnss_qca6290_shutdown()
7250 struct device *dev = &plat_priv->plat_dev->dev; in cnss_pci_wake_gpio_init()
7386 for_each_available_child_of_node(plat_priv->plat_dev->dev.of_node, in cnss_pci_get_dev_cfg_node()
7812 struct device *dev = &plat_priv->plat_dev->dev; in cnss_pci_init()
H A Dqmi.c813 &plat_priv->plat_dev->dev); in cnss_wlfw_bdf_dnld_send_sync()