Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dcpcap-regulator.c65 #define CPCAP_BIT_AUDIO_LOW_PWR BIT(6) macro
212 case CPCAP_BIT_AUDIO_LOW_PWR: in cpcap_map_mode()
225 if (value & CPCAP_BIT_AUDIO_LOW_PWR) in cpcap_regulator_get_mode()
241 value = CPCAP_BIT_AUDIO_LOW_PWR; in cpcap_regulator_set_mode()
248 CPCAP_BIT_AUDIO_LOW_PWR, value); in cpcap_regulator_set_mode()