Home
last modified time | relevance | path

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

/wlan-driver/wpa_supplicant_8/src/eap_peer/
H A Dikev2.c
H A Deap_eke.c
/wlan-driver/wpa_supplicant_8/src/eap_server/
H A Dikev2.c
/wlan-driver/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new.c
/wlan-driver/platform/icnss2/
H A Dpower.c104 const __be32 *prop = NULL; in icnss_get_vreg_single() local
142 prop = of_get_property(dev->of_node, prop_name, &len); in icnss_get_vreg_single()
147 if (!prop || len < (2 * sizeof(__be32))) { in icnss_get_vreg_single()
149 prop ? "invalid format" : "doesn't exist"); in icnss_get_vreg_single()
156 vreg->cfg.min_uv = be32_to_cpup(&prop[0]); in icnss_get_vreg_single()
159 vreg->cfg.max_uv = be32_to_cpup(&prop[1]); in icnss_get_vreg_single()
162 vreg->cfg.load_ua = be32_to_cpup(&prop[2]); in icnss_get_vreg_single()
165 vreg->cfg.delay_us = be32_to_cpup(&prop[3]); in icnss_get_vreg_single()
169 vreg->cfg.need_unvote = be32_to_cpup(&prop[4]); in icnss_get_vreg_single()
/wlan-driver/platform/cnss2/
H A Dpower.c138 const __be32 *prop; in cnss_get_vreg_single() local
165 prop = of_get_property(dt_node, prop_name, &len); in cnss_get_vreg_single()
166 if (!prop || len != (5 * sizeof(__be32))) { in cnss_get_vreg_single()
168 prop ? "invalid format" : "doesn't exist"); in cnss_get_vreg_single()
170 vreg->cfg.min_uv = be32_to_cpup(&prop[0]); in cnss_get_vreg_single()
171 vreg->cfg.max_uv = be32_to_cpup(&prop[1]); in cnss_get_vreg_single()
172 vreg->cfg.load_ua = be32_to_cpup(&prop[2]); in cnss_get_vreg_single()
173 vreg->cfg.delay_us = be32_to_cpup(&prop[3]); in cnss_get_vreg_single()
174 vreg->cfg.need_unvote = be32_to_cpup(&prop[4]); in cnss_get_vreg_single()
H A Dpci.c7813 const __be32 *prop; in cnss_pci_init() local
7816 prop = of_get_property(dev->of_node, "qcom,wlan-rc-num", &prop_len); in cnss_pci_init()
7817 if (!prop || !prop_len) { in cnss_pci_init()
7824 ret = cnss_pci_enumerate(plat_priv, be32_to_cpup(&prop[i])); in cnss_pci_init()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Di_qdf_ipa.h103 (((struct ipa_tx_intf *)(tx_intf))->prop)
111 (((struct ipa_rx_intf *)(rx_intf))->prop)