Home
last modified time | relevance | path

Searched refs:id_n (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/platform/cnss2/
H A Dpower.c349 int id_n; in cnss_get_vreg() local
360 id_n = of_property_count_strings(dt_node, in cnss_get_vreg()
362 if (id_n <= 0) { in cnss_get_vreg()
363 if (id_n == -ENODATA || id_n == -EINVAL) { in cnss_get_vreg()
381 id_n = vreg_list_size; in cnss_get_vreg()
384 for (i = 0; i < id_n; i++) { in cnss_get_vreg()
H A Dmain.c5117 int id_n, device_identifier_gpio, ret; in cnss_get_dev_cfg_node() local
5141 id_n = of_property_count_u32_elems(child, "supported-ids"); in cnss_get_dev_cfg_node()
5142 if (id_n <= 0) { in cnss_get_dev_cfg_node()
5147 for (i = 0; i < id_n; i++) { in cnss_get_dev_cfg_node()
H A Dpci.c7376 int id_n, ret; in cnss_pci_get_dev_cfg_node() local
7391 id_n = of_property_count_u32_elems(child, "supported-ids"); in cnss_pci_get_dev_cfg_node()
7392 if (id_n <= 0) { in cnss_pci_get_dev_cfg_node()
7397 for (i = 0; i < id_n; i++) { in cnss_pci_get_dev_cfg_node()