Searched refs:UPIO_DEASSERT (Results 1 - 6 of 6) sorted by relevance
/vendor/hihope/dayu210/bluetooth/include/ |
H A D | upio.h | 49 UPIO_DEASSERT, enumerator
|
/vendor/hihope/rk3568/bluetooth/include/ |
H A D | upio.h | 49 UPIO_DEASSERT, enumerator
|
/vendor/hihope/dayu210/bluetooth/src/ |
H A D | upio.c | 187 upio_set(UPIO_BT_WAKE, UPIO_DEASSERT, 1); in proc_btwrite_timeout() 452 if (action == UPIO_DEASSERT) in upio_set() 462 if (action == UPIO_DEASSERT) in upio_set()
|
H A D | hardware.c | 1082 upio_set(UPIO_LPM_MODE, UPIO_DEASSERT, 0); in hw_lpm_enable() 1129 uint8_t state = (wake_assert) ? UPIO_ASSERT : UPIO_DEASSERT; 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() 452 if (action == UPIO_DEASSERT) in upio_set() 462 if (action == UPIO_DEASSERT) in upio_set()
|
H A D | hardware.c | 1130 upio_set(UPIO_LPM_MODE, UPIO_DEASSERT, 0); in hw_lpm_enable() 1176 uint8_t state = (wake_assert) ? UPIO_ASSERT : UPIO_DEASSERT; in hw_lpm_set_wake_state()
|
Completed in 6 milliseconds