/hardware/broadcom/libbt/src/ |
D | upio.c | 217 if (action == UPIO_ASSERT) { in upio_start_stop_timer() 394 if (action == UPIO_ASSERT) in upio_set() 418 if (action == UPIO_ASSERT) in upio_set() 472 userial_vendor_ioctl( ( (action==UPIO_ASSERT) ? \ in upio_set()
|
D | hardware.c | 1198 upio_set(UPIO_LPM_MODE, UPIO_ASSERT, 0); in hw_lpm_enable() 1260 uint8_t state = (wake_assert) ? UPIO_ASSERT : UPIO_DEASSERT; in hw_lpm_set_wake_state()
|
/hardware/broadcom/libbt/include/ |
D | upio.h | 49 UPIO_ASSERT enumerator
|
/hardware/qcom/bt/msm8909/libbt-vendor/include/ |
D | hci_uart.h | 130 UPIO_ASSERT enumerator
|
/hardware/qcom/bt/msm8996/libbt-vendor/include/ |
D | hci_uart.h | 130 UPIO_ASSERT enumerator
|
/hardware/qcom/bt/msm8992/libbt-vendor/include/ |
D | hci_uart.h | 130 UPIO_ASSERT enumerator
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/ |
D | hci_uart.h | 134 UPIO_ASSERT enumerator
|
/hardware/qcom/sdm845/bt/libbt-vendor/include/ |
D | hci_uart.h | 134 UPIO_ASSERT enumerator
|
/hardware/qcom/bt/msm8998/libbt-vendor/include/ |
D | hci_uart.h | 135 UPIO_ASSERT enumerator
|
/hardware/qcom/bt/msm8992/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 931 lpm_set_ar3k(UPIO_LPM_MODE, UPIO_ASSERT, 0); in op() 972 UPIO_ASSERT : UPIO_DEASSERT; in op()
|
D | hw_ar3k.c | 1409 if (action == UPIO_ASSERT) in lpm_set_ar3k() 1438 if ((action == UPIO_ASSERT) && (upio_state[UPIO_BT_WAKE] == action)) in lpm_set_ar3k()
|
/hardware/qcom/bt/msm8909/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 956 lpm_set_ar3k(UPIO_LPM_MODE, UPIO_ASSERT, 0); in op() 998 UPIO_ASSERT : UPIO_DEASSERT; in op()
|
D | hw_ar3k.c | 1409 if (action == UPIO_ASSERT) in lpm_set_ar3k() 1438 if ((action == UPIO_ASSERT) && (upio_state[UPIO_BT_WAKE] == action)) in lpm_set_ar3k()
|
/hardware/qcom/bt/msm8996/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 995 lpm_set_ar3k(UPIO_LPM_MODE, UPIO_ASSERT, 0); in op() 1037 UPIO_ASSERT : UPIO_DEASSERT; in op()
|
D | hw_ar3k.c | 1417 if (action == UPIO_ASSERT) in lpm_set_ar3k() 1446 if ((action == UPIO_ASSERT) && (upio_state[UPIO_BT_WAKE] == action)) in lpm_set_ar3k()
|
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 1180 lpm_set_ar3k(UPIO_LPM_MODE, UPIO_ASSERT, 0); in __op() 1235 UPIO_ASSERT : UPIO_DEASSERT; in __op()
|
D | hw_ar3k.c | 1415 if (action == UPIO_ASSERT) in lpm_set_ar3k() 1444 if ((action == UPIO_ASSERT) && (upio_state[UPIO_BT_WAKE] == action)) in lpm_set_ar3k()
|
/hardware/qcom/bt/msm8998/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 1156 lpm_set_ar3k(UPIO_LPM_MODE, UPIO_ASSERT, 0); in op() 1211 UPIO_ASSERT : UPIO_DEASSERT; in op()
|
D | hw_ar3k.c | 1419 if (action == UPIO_ASSERT) in lpm_set_ar3k() 1448 if ((action == UPIO_ASSERT) && (upio_state[UPIO_BT_WAKE] == action)) in lpm_set_ar3k()
|
/hardware/qcom/sdm845/bt/libbt-vendor/src/ |
D | bt_vendor_qcom.c | 1193 lpm_set_ar3k(UPIO_LPM_MODE, UPIO_ASSERT, 0); in __op() 1248 UPIO_ASSERT : UPIO_DEASSERT; in __op()
|
D | hw_ar3k.c | 1417 if (action == UPIO_ASSERT) in lpm_set_ar3k() 1446 if ((action == UPIO_ASSERT) && (upio_state[UPIO_BT_WAKE] == action)) in lpm_set_ar3k()
|