Home
last modified time | relevance | path

Searched refs:dev_node (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/pld/src/
H A Dpld_common.c104 struct dev_node *dev_node; in pld_deinit() local
116 dev_node = list_first_entry(&pld_context->dev_list, in pld_deinit()
117 struct dev_node, list); in pld_deinit()
118 list_del(&dev_node->list); in pld_deinit()
119 kfree(dev_node); in pld_deinit()
147 struct dev_node *dev_node; in pld_add_dev() local
149 dev_node = kzalloc(sizeof(*dev_node), GFP_KERNEL); in pld_add_dev()
150 if (!dev_node) in pld_add_dev()
153 dev_node->dev = dev; in pld_add_dev()
154 dev_node->ifdev = ifdev; in pld_add_dev()
[all …]
H A Dpld_internal.h25 struct dev_node { struct
/wlan-driver/platform/icnss2/
H A Dmain.c603 struct device_node *dev_node; in register_fw_error_notifications() local
609 dev_node = of_find_node_by_name(NULL, "qcom,smp2p_map_wlan_1_in"); in register_fw_error_notifications()
610 if (!dev_node) { in register_fw_error_notifications()
615 icnss_pr_dbg("smp2p node->name=%s\n", dev_node->name); in register_fw_error_notifications()
617 if (strcmp("qcom,smp2p_map_wlan_1_in", dev_node->name) == 0) { in register_fw_error_notifications()
618 ret = irq = of_irq_get_byname(dev_node, in register_fw_error_notifications()
642 struct device_node *dev_node; in register_early_crash_notifications() local
648 dev_node = of_find_node_by_name(NULL, "qcom,smp2p_map_wlan_1_in"); in register_early_crash_notifications()
649 if (!dev_node) { in register_early_crash_notifications()
654 icnss_pr_dbg("smp2p node->name=%s\n", dev_node->name); in register_early_crash_notifications()
[all …]
H A Dmain.h343 struct device_node *dev_node; member
/wlan-driver/platform/cnss2/
H A Dmain.h504 struct device_node *dev_node; member
639 struct device_node *dev_node; member
H A Dmain.c247 return of_property_read_u32(plat_priv->dev_node, in cnss_get_qrtr_node_id()
327 plat_priv->sleep_clk = of_property_read_bool(plat_priv->dev_node, in cnss_get_sleep_clk_supported()
335 plat_priv->no_bwscale = of_property_read_bool(plat_priv->dev_node, in cnss_get_bwscal_info()
3658 ret = of_property_read_u32(plat_priv->dev_node, in cnss_register_ramdump_v1()
3751 ret = of_property_read_u32(plat_priv->dev_node, in cnss_register_ramdump_v2()
5364 struct device_node *dev_node; in cnss_thermal_cdev_register() local
5384 dev_node = of_find_node_by_name(NULL, cdev_node_name); in cnss_thermal_cdev_register()
5385 if (!dev_node) { in cnss_thermal_cdev_register()
5391 cnss_pr_dbg("tcdev node->name=%s\n", dev_node->name); in cnss_thermal_cdev_register()
5393 if (of_find_property(dev_node, "#cooling-cells", NULL)) { in cnss_thermal_cdev_register()
[all …]
H A Dpower.c144 dt_node = (plat_priv->dev_node ? plat_priv->dev_node : dev->of_node); in cnss_get_vreg_single()
358 dt_node = (plat_priv->dev_node ? plat_priv->dev_node : dev->of_node); in cnss_get_vreg()
H A Dpci.c7407 plat_priv->dev_node = child; in cnss_pci_get_dev_cfg_node()