Searched refs:write_ps_cmd (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | hw_ar3k.c | 313 static int write_ps_cmd(int fd, uint8_t opcode, uint32_t ps_param) in write_ps_cmd() function 667 if (write_ps_cmd(fd, PS_RESET, PS_RAM_SIZE) < 0) in ps_config_download() 671 if (write_ps_cmd(fd, PS_WRITE, tag_count) < 0) in ps_config_download() 958 if (write_ps_cmd(fd, ENABLE_PATCH, 0) < 0) in ps_patch_download()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | hw_ar3k.c | 317 static int write_ps_cmd(int fd, uint8_t opcode, uint32_t ps_param) in write_ps_cmd() function 671 if (write_ps_cmd(fd, PS_RESET, PS_RAM_SIZE) < 0) in ps_config_download() 675 if (write_ps_cmd(fd, PS_WRITE, tag_count) < 0) in ps_config_download() 964 if (write_ps_cmd(fd, ENABLE_PATCH, 0) < 0) in ps_patch_download()
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | hw_ar3k.c | 313 static int write_ps_cmd(int fd, uint8_t opcode, uint32_t ps_param) in write_ps_cmd() function 667 if (write_ps_cmd(fd, PS_RESET, PS_RAM_SIZE) < 0) in ps_config_download() 671 if (write_ps_cmd(fd, PS_WRITE, tag_count) < 0) in ps_config_download() 958 if (write_ps_cmd(fd, ENABLE_PATCH, 0) < 0) in ps_patch_download()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | hw_ar3k.c | 319 static int write_ps_cmd(int fd, uint8_t opcode, uint32_t ps_param) in write_ps_cmd() function 673 if (write_ps_cmd(fd, PS_RESET, PS_RAM_SIZE) < 0) in ps_config_download() 677 if (write_ps_cmd(fd, PS_WRITE, tag_count) < 0) in ps_config_download() 966 if (write_ps_cmd(fd, ENABLE_PATCH, 0) < 0) in ps_patch_download()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | hw_ar3k.c | 315 static int write_ps_cmd(int fd, uint8_t opcode, uint32_t ps_param) in write_ps_cmd() function 669 if (write_ps_cmd(fd, PS_RESET, PS_RAM_SIZE) < 0) in ps_config_download() 673 if (write_ps_cmd(fd, PS_WRITE, tag_count) < 0) in ps_config_download() 962 if (write_ps_cmd(fd, ENABLE_PATCH, 0) < 0) in ps_patch_download()
|