Searched refs:id_n (Results 1 – 3 of 3) sorted by relevance
349 int id_n; in cnss_get_vreg() local360 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()
5117 int id_n, device_identifier_gpio, ret; in cnss_get_dev_cfg_node() local5141 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()
7376 int id_n, ret; in cnss_pci_get_dev_cfg_node() local7391 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()