Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dadc.h83 bool vdd_polarity_negative; member
/OK3568_Linux_fs/u-boot/drivers/adc/
H A Dadc-uclass.c318 int ret, value_sign = uc_pdata->vdd_polarity_negative ? -1 : 1; in adc_vdd_value()
364 uc_pdata->vdd_polarity_negative = dev_read_bool(dev, prop); in adc_vdd_platdata_set()