/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_linux.c | 313 char dev_type[32]; in dhd_find() local 329 if (dhd_get_dev_type(name, dev_type, type) >= 0 && in dhd_find() 330 !strncmp(dev_type, type, strlen(dev_type) - 1)) in dhd_find()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_ar3k.c | 69 uint32_t dev_type = 0; variable 374 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version, in get_patch_file_name() argument 377 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE in get_patch_file_name() 378 &&dev_type != 0 && build_version == 1) in get_patch_file_name() 971 uint32_t dev_type = 0; in ath_ps_download() local 980 if (get_device_type(fd, &dev_type) < 0) { in ath_ps_download() 996 get_ps_file_name(dev_type, rom_version, ps_file); in ath_ps_download() 997 get_patch_file_name(dev_type, rom_version, build_version, patch_file); in ath_ps_download()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_ar3k.c | 73 uint32_t dev_type = 0; variable 380 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version, in get_patch_file_name() argument 383 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE in get_patch_file_name() 384 &&dev_type != 0 && build_version == 1) in get_patch_file_name() 979 uint32_t dev_type = 0; in ath_ps_download() local 988 if (get_device_type(fd, &dev_type) < 0) { in ath_ps_download() 1004 get_ps_file_name(dev_type, rom_version, ps_file); in ath_ps_download() 1005 get_patch_file_name(dev_type, rom_version, build_version, patch_file); in ath_ps_download()
|
/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
D | hw_ar3k.c | 71 uint32_t dev_type = 0; variable 378 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version, in get_patch_file_name() argument 381 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE in get_patch_file_name() 382 &&dev_type != 0 && build_version == 1) in get_patch_file_name() 977 uint32_t dev_type = 0; in ath_ps_download() local 986 if (get_device_type(fd, &dev_type) < 0) { in ath_ps_download() 1002 get_ps_file_name(dev_type, rom_version, ps_file); in ath_ps_download() 1003 get_patch_file_name(dev_type, rom_version, build_version, patch_file); in ath_ps_download()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_ar3k.c | 71 uint32_t dev_type = 0; variable 378 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version, in get_patch_file_name() argument 381 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE in get_patch_file_name() 382 &&dev_type != 0 && build_version == 1) in get_patch_file_name() 977 uint32_t dev_type = 0; in ath_ps_download() local 986 if (get_device_type(fd, &dev_type) < 0) { in ath_ps_download() 1002 get_ps_file_name(dev_type, rom_version, ps_file); in ath_ps_download() 1003 get_patch_file_name(dev_type, rom_version, build_version, patch_file); in ath_ps_download()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_ar3k.c | 69 uint32_t dev_type = 0; variable 374 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version, in get_patch_file_name() argument 377 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE in get_patch_file_name() 378 &&dev_type != 0 && build_version == 1) in get_patch_file_name() 971 uint32_t dev_type = 0; in ath_ps_download() local 980 if (get_device_type(fd, &dev_type) < 0) { in ath_ps_download() 996 get_ps_file_name(dev_type, rom_version, ps_file); in ath_ps_download() 997 get_patch_file_name(dev_type, rom_version, build_version, patch_file); in ath_ps_download()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hw_ar3k.c | 69 uint32_t dev_type = 0; variable 376 static void get_patch_file_name(uint32_t dev_type, uint32_t rom_version, in get_patch_file_name() argument 379 if (rom_version == FPGA_ROM_VERSION && dev_type != ROM_DEV_TYPE in get_patch_file_name() 380 &&dev_type != 0 && build_version == 1) in get_patch_file_name() 975 uint32_t dev_type = 0; in ath_ps_download() local 984 if (get_device_type(fd, &dev_type) < 0) { in ath_ps_download() 1000 get_ps_file_name(dev_type, rom_version, ps_file); in ath_ps_download() 1001 get_patch_file_name(dev_type, rom_version, build_version, patch_file); in ath_ps_download()
|