Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dadc.h84 bool vss_polarity_negative; member
/OK3568_Linux_fs/u-boot/drivers/adc/
H A Dadc-uclass.c339 int ret, value_sign = uc_pdata->vss_polarity_negative ? -1 : 1; in adc_vss_value()
384 uc_pdata->vss_polarity_negative = dev_read_bool(dev, prop); in adc_vss_platdata_set()