Searched refs:UPIO_BT_WAKE (Results 1 - 6 of 6) sorted by relevance
/vendor/hihope/dayu210/bluetooth/include/ |
H A D | upio.h | 40 UPIO_BT_WAKE = 0, enumerator
|
/vendor/hihope/rk3568/bluetooth/include/ |
H A D | upio.h | 40 UPIO_BT_WAKE = 0, enumerator
|
/vendor/hihope/dayu210/bluetooth/src/ |
H A D | upio.c | 187 upio_set(UPIO_BT_WAKE, UPIO_DEASSERT, 1); in proc_btwrite_timeout() 417 case UPIO_BT_WAKE: in upio_set() 418 if (upio_state[UPIO_BT_WAKE] == action) { in upio_set() 438 upio_state[UPIO_BT_WAKE] = action; in upio_set()
|
H A D | hardware.c | 1131 upio_set(UPIO_BT_WAKE, state, lpm_param.bt_wake_polarity); in hw_lpm_set_wake_state()
|
/vendor/hihope/rk3568/bluetooth/src/ |
H A D | upio.c | 187 upio_set(UPIO_BT_WAKE, UPIO_DEASSERT, 1); in proc_btwrite_timeout() 417 case UPIO_BT_WAKE: in upio_set() 418 if (upio_state[UPIO_BT_WAKE] == action) { in upio_set() 438 upio_state[UPIO_BT_WAKE] = action; in upio_set()
|
H A D | hardware.c | 1178 upio_set(UPIO_BT_WAKE, state, lpm_param.bt_wake_polarity); in hw_lpm_set_wake_state()
|
Completed in 6 milliseconds