Searched refs:row_module (Results 1 – 2 of 2) sorted by relevance
752 const module_name_map_t* row_module = NULL; in dhd_conf_set_fw_name_by_chip() local839 row_module = dhd_conf_match_module(dhd); in dhd_conf_set_fw_name_by_chip()840 if (row_module && strlen(row_module->chip_name)) { in dhd_conf_set_fw_name_by_chip()842 strcat(name_ptr, row_module->chip_name); in dhd_conf_set_fw_name_by_chip()880 const module_name_map_t* row_module = NULL; in dhd_conf_set_clm_name_by_chip() local914 row_module = dhd_conf_match_module(dhd); in dhd_conf_set_clm_name_by_chip()915 if (row_module && strlen(row_module->chip_name)) { in dhd_conf_set_clm_name_by_chip()917 strcat(name_ptr, row_module->chip_name); in dhd_conf_set_clm_name_by_chip()929 const module_name_map_t* row_module = NULL; in dhd_conf_set_nv_name_by_chip() local993 row_module = dhd_conf_match_module(dhd); in dhd_conf_set_nv_name_by_chip()[all …]
840 const module_name_map_t *row_module = NULL; in dhd_conf_get_chip_name() local847 row_module = dhd_conf_match_module(dhd); in dhd_conf_get_chip_name()848 if (row_module && strlen(row_module->chip_name)) { in dhd_conf_get_chip_name()849 name = row_module->chip_name; in dhd_conf_get_chip_name()866 const module_name_map_t *row_module = NULL; in dhd_conf_get_module_name() local872 row_module = dhd_conf_match_module(dhd); in dhd_conf_get_module_name()873 if (row_module && strlen(row_module->module_name)) { in dhd_conf_get_module_name()874 name = row_module->module_name; in dhd_conf_get_module_name()