Home
last modified time | relevance | path

Searched refs:row_module (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_config.c752 const module_name_map_t* row_module = NULL; in dhd_conf_set_fw_name_by_chip() local
839 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() local
914 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() local
993 row_module = dhd_conf_match_module(dhd); in dhd_conf_set_nv_name_by_chip()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_config.c840 const module_name_map_t *row_module = NULL; in dhd_conf_get_chip_name() local
847 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() local
872 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()