Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/input/
H A Dkey-uclass.c145 if (uc_key->type == ADC_KEY) { in key_core_read()
339 if (uc_key->type != ADC_KEY) { in key_post_probe()
381 uc_key->type == ADC_KEY ? "ADC" : "GPIO", in key_post_probe()
385 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
/rk3399_rockchip-uboot/include/
H A Dkey.h17 ADC_KEY = 0x1, enumerator