Searched refs:PWR_MODE_FULL_ACTIVE (Results 1 – 5 of 5) sorted by relevance
/drivers/input/mouse/ |
D | cyapa_gen6.c | 454 power_mode == PWR_MODE_FULL_ACTIVE || in cyapa_gen6_set_power_mode() 494 if (power_mode == PWR_MODE_FULL_ACTIVE) { in cyapa_gen6_set_power_mode() 502 PIP_DEV_SET_PWR_STATE(cyapa, PWR_MODE_FULL_ACTIVE); in cyapa_gen6_set_power_mode() 693 PWR_MODE_FULL_ACTIVE, 0, CYAPA_PM_ACTIVE); in cyapa_gen6_operational_check()
|
D | cyapa.c | 386 PWR_MODE_FULL_ACTIVE, 0, CYAPA_PM_ACTIVE); in cyapa_open() 538 PWR_MODE_FULL_ACTIVE, 0, CYAPA_PM_ACTIVE); in cyapa_enable_irq_for_cmd() 639 PWR_MODE_FULL_ACTIVE, 0, CYAPA_PM_ACTIVE); in cyapa_reinitialize() 1451 PWR_MODE_FULL_ACTIVE, 0, CYAPA_PM_RUNTIME_RESUME); in cyapa_runtime_resume()
|
D | cyapa.h | 149 #define PWR_MODE_FULL_ACTIVE (0x3f << 2) macro
|
D | cyapa_gen3.c | 880 case PWR_MODE_FULL_ACTIVE: return 20; in cyapa_get_wait_time_for_pwr_cmd() 1088 PWR_MODE_FULL_ACTIVE, 0, CYAPA_PM_ACTIVE); in cyapa_gen3_do_operational_check()
|
D | cyapa_gen5.c | 1644 power_mode == PWR_MODE_FULL_ACTIVE || in cyapa_gen5_set_power_mode() 1676 if (power_mode == PWR_MODE_FULL_ACTIVE) { in cyapa_gen5_set_power_mode() 1684 PIP_DEV_SET_PWR_STATE(cyapa, PWR_MODE_FULL_ACTIVE); in cyapa_gen5_set_power_mode() 2567 PWR_MODE_FULL_ACTIVE, 0, CYAPA_PM_ACTIVE); in cyapa_gen5_do_operational_check()
|