Searched refs:prop (Results 1 – 8 of 8) sorted by relevance
104 const __be32 *prop = NULL; in icnss_get_vreg_single() local142 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()
138 const __be32 *prop; in cnss_get_vreg_single() local165 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()
7813 const __be32 *prop; in cnss_pci_init() local7816 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()
103 (((struct ipa_tx_intf *)(tx_intf))->prop)111 (((struct ipa_rx_intf *)(rx_intf))->prop)