Home
last modified time | relevance | path

Searched refs:fd_ldo (Results 1 – 6 of 6) sorted by relevance

/aosp12/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dbt_vendor_qcom.c322 int fd, size, i, ret, fd_ldo; in bt_powerup() local
408 if ((fd_ldo = open(enable_ldo_path, O_RDWR)) < 0) { in bt_powerup()
412 size = read(fd_ldo, &enable_ldo, sizeof(enable_ldo)); in bt_powerup()
413 close(fd_ldo); in bt_powerup()
/aosp12/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dbt_vendor_qcom.c335 int fd, size, i, ret, fd_ldo; in bt_powerup() local
421 if ((fd_ldo = open(enable_ldo_path, O_RDWR)) < 0) { in bt_powerup()
425 size = read(fd_ldo, &enable_ldo, sizeof(enable_ldo)); in bt_powerup()
426 close(fd_ldo); in bt_powerup()
/aosp12/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dbt_vendor_qcom.c351 int fd = 0, size, i, ret, fd_ldo; in bt_powerup() local
437 if ((fd_ldo = open(enable_ldo_path, O_RDWR)) < 0) { in bt_powerup()
441 size = read(fd_ldo, &enable_ldo, sizeof(enable_ldo)); in bt_powerup()
442 close(fd_ldo); in bt_powerup()
/aosp12/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
H A Dbt_vendor_qcom.c384 int fd = 0, size, i, ret, fd_ldo, fd_btpower; in bt_powerup() local
474 if ((fd_ldo = open(enable_ldo_path, O_RDWR)) < 0) { in bt_powerup()
478 size = read(fd_ldo, &enable_ldo, sizeof(enable_ldo)); in bt_powerup()
479 close(fd_ldo); in bt_powerup()
/aosp12/hardware/qcom/bt/msm8998/libbt-vendor/src/
H A Dbt_vendor_qcom.c374 int fd = 0, size, i, ret, fd_ldo, fd_btpower; in bt_powerup() local
458 if ((fd_ldo = open(enable_ldo_path, O_RDWR)) < 0) { in bt_powerup()
462 size = read(fd_ldo, &enable_ldo, sizeof(enable_ldo)); in bt_powerup()
463 close(fd_ldo); in bt_powerup()
/aosp12/hardware/qcom/sdm845/bt/libbt-vendor/src/
H A Dbt_vendor_qcom.c388 int fd = 0, size, i, ret, fd_ldo, fd_btpower; in bt_powerup() local
478 if ((fd_ldo = open(enable_ldo_path, O_RDWR)) < 0) { in bt_powerup()
482 size = read(fd_ldo, &enable_ldo, sizeof(enable_ldo)); in bt_powerup()
483 close(fd_ldo); in bt_powerup()