Searched refs:ag_type (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_config.c | 78 uint ag_type; member 416 int fw_type, ag_type; in dhd_conf_set_fw_name_by_chip() local 449 ag_type = FW_TYPE_AG; in dhd_conf_set_fw_name_by_chip() 451 ag_type = strstr(name_ptr, "_ag") ? FW_TYPE_AG : FW_TYPE_G; in dhd_conf_set_fw_name_by_chip() 471 (row->ag_type == ag_type || row->ag_type == DONT_CARE)) { in dhd_conf_set_fw_name_by_chip() 502 return ag_type; in dhd_conf_set_fw_name_by_chip() 506 dhd_conf_set_clm_name_by_chip(dhd_pub_t *dhd, char *clm_path, int ag_type) in dhd_conf_set_clm_name_by_chip() argument 534 (row->ag_type == ag_type || row->ag_type == DONT_CARE)) { in dhd_conf_set_clm_name_by_chip() 545 dhd_conf_set_nv_name_by_chip(dhd_pub_t *dhd, char *nv_path, int ag_type) in dhd_conf_set_nv_name_by_chip() argument 579 (row->ag_type == ag_type || row->ag_type == DONT_CARE)) { in dhd_conf_set_nv_name_by_chip() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.c | 94 uint ag_type; member 772 dhd_conf_match_chip(dhd_pub_t *dhd, uint ag_type) in dhd_conf_match_chip() argument 783 (row->ag_type == ag_type || in dhd_conf_match_chip() 784 ag_type == DONT_CARE || row->ag_type == DONT_CARE)) { in dhd_conf_match_chip() 837 dhd_conf_get_chip_name(dhd_pub_t *dhd, int ag_type, bool *chip_map_v2) in dhd_conf_get_chip_name() argument 853 row_chip = dhd_conf_match_chip(dhd, ag_type); in dhd_conf_get_chip_name() 863 dhd_conf_get_module_name(dhd_pub_t *dhd, int ag_type) in dhd_conf_get_module_name() argument 878 row_chip = dhd_conf_match_chip(dhd, ag_type); in dhd_conf_get_module_name() 890 int fw_type, ag_type; in dhd_conf_set_fw_name_by_chip() local 920 ag_type = FW_TYPE_AG; in dhd_conf_set_fw_name_by_chip() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.c | 90 uint ag_type; member 684 dhd_conf_match_chip(dhd_pub_t *dhd, uint ag_type) in dhd_conf_match_chip() argument 695 (row->ag_type == ag_type || in dhd_conf_match_chip() 696 ag_type == DONT_CARE || row->ag_type == DONT_CARE)) { in dhd_conf_match_chip() 755 int fw_type, ag_type; in dhd_conf_set_fw_name_by_chip() local 788 ag_type = FW_TYPE_AG; in dhd_conf_set_fw_name_by_chip() 790 ag_type = strstr(name_ptr, "_ag") ? FW_TYPE_AG : FW_TYPE_G; in dhd_conf_set_fw_name_by_chip() 813 row_chip = dhd_conf_match_chip(dhd, ag_type); in dhd_conf_set_fw_name_by_chip() 873 return ag_type; in dhd_conf_set_fw_name_by_chip() 877 dhd_conf_set_clm_name_by_chip(dhd_pub_t *dhd, char *clm_path, int ag_type) in dhd_conf_set_clm_name_by_chip() argument [all …]
|