Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dcpcap-regulator.c73 #define CPCAP_BIT_AUDIO_LOW_PWR BIT(6) macro
222 case CPCAP_BIT_AUDIO_LOW_PWR: in cpcap_map_mode()
235 if (value & CPCAP_BIT_AUDIO_LOW_PWR) in cpcap_regulator_get_mode()
251 value = CPCAP_BIT_AUDIO_LOW_PWR; in cpcap_regulator_set_mode()
258 CPCAP_BIT_AUDIO_LOW_PWR, value); in cpcap_regulator_set_mode()