Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/input/
H A Dkey-uclass.c143 if (uc_key->type == ADC_KEY) { in key_core_read()
335 if (uc_key->type != ADC_KEY) { in key_post_probe()
377 uc_key->type == ADC_KEY ? "ADC" : "GPIO", in key_post_probe()
381 if (uc_key->type == ADC_KEY) { in key_post_probe()
H A Drk_key.c29 uc_key->type = ADC_KEY; in rk_key_ofdata_to_platdata()
H A Dadc_key.c23 uc_key->type = ADC_KEY; in adc_key_ofdata_to_platdata()
H A DKconfig102 config ADC_KEY config
/OK3568_Linux_fs/u-boot/include/
H A Dkey.h17 ADC_KEY = 0x1, enumerator