Home
last modified time | relevance | path

Searched refs:child (Results 1 – 16 of 16) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/test/
H A Dqdf_talloc_test.c28 uint32_t *child; in qdf_talloc_test_alloc_free() local
32 child = qdf_talloc_type(root, child); in qdf_talloc_test_alloc_free()
33 QDF_BUG(child); in qdf_talloc_test_alloc_free()
35 qdf_tfree(child); in qdf_talloc_test_alloc_free()
45 uint32_t *child; in qdf_talloc_test_parent_child() local
52 child = qdf_talloc_type(parent, child); in qdf_talloc_test_parent_child()
53 QDF_BUG(child); in qdf_talloc_test_parent_child()
55 qdf_tfree(child); in qdf_talloc_test_parent_child()
/wlan-driver/wpa_supplicant_8/hs20/client/
H A Dosu_client.c
H A Doma_dm_client.c
H A Dspp_client.c
/wlan-driver/wpa_supplicant_8/src/utils/
H A Dxml-utils.h
H A Dxml-utils.c
H A Djson.c
H A Djson.h
H A Dxml_libxml2.c
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_perf.c50 INIT_LIST_HEAD(&perf_root.child); in qdf_perfmod_init()
104 INIT_LIST_HEAD(&entry->child); in __qdf_perf_init()
108 list_add_tail(&entry->list, &pentry->child); in __qdf_perf_init()
146 if (!list_empty(&entry->child)) { in __qdf_perf_destroy()
H A Di_qdf_perf.h56 struct list_head child; member
/wlan-driver/wpa_supplicant_8/hs20/server/
H A Dspp_server.c
/wlan-driver/platform/cnss2/
H A Dmain.c5115 struct device_node *child; in cnss_get_dev_cfg_node() local
5137 child) { in cnss_get_dev_cfg_node()
5138 if (strcmp(child->name, "chip_cfg")) in cnss_get_dev_cfg_node()
5141 id_n = of_property_count_u32_elems(child, "supported-ids"); in cnss_get_dev_cfg_node()
5148 ret = of_property_read_u32_index(child, in cnss_get_dev_cfg_node()
5157 plat_priv->plat_dev->dev.of_node = child; in cnss_get_dev_cfg_node()
5161 child->name, i, id); in cnss_get_dev_cfg_node()
5164 plat_priv->plat_dev->dev.of_node = child; in cnss_get_dev_cfg_node()
5168 child->name, i, id); in cnss_get_dev_cfg_node()
H A Dpci.c7374 struct device_node *child; in cnss_pci_get_dev_cfg_node() local
7387 child) { in cnss_pci_get_dev_cfg_node()
7388 if (strcmp(child->name, "chip_cfg")) in cnss_pci_get_dev_cfg_node()
7391 id_n = of_property_count_u32_elems(child, "supported-ids"); in cnss_pci_get_dev_cfg_node()
7398 ret = of_property_read_u32_index(child, in cnss_pci_get_dev_cfg_node()
7407 plat_priv->dev_node = child; in cnss_pci_get_dev_cfg_node()
7409 child->name, i, id); in cnss_pci_get_dev_cfg_node()
/wlan-driver/qca-wifi-host-cmn/utils/pktlog/
H A Dlinux_ac.c342 pl_info_lnx->sysctls[0].child = &pl_info_lnx->sysctls[2]; in pktlog_sysctl_register()
347 pl_info_lnx->sysctls[2].child = &pl_info_lnx->sysctls[4]; in pktlog_sysctl_register()
/wlan-driver/wpa_supplicant_8/src/common/
H A Ddpp.c