Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dpac1921.c197 u32 rshunt_uohm; /* uOhm */ member
273 pac1921_calc_scale(vsense_lsb, priv->rshunt_uohm, in pac1921_calc_current_scales()
783 vals[0] = priv->rshunt_uohm; in pac1921_read_shunt_resistor()
795 u32 rshunt_uohm; in pac1921_write_shunt_resistor() local
815 rshunt_uohm = val * MICRO + val_fract; in pac1921_write_shunt_resistor()
819 priv->rshunt_uohm = rshunt_uohm; in pac1921_write_shunt_resistor()
1192 priv->rshunt_uohm = status->package.elements[0].integer.value; in pac1921_match_acpi_device()
1219 &priv->rshunt_uohm); in pac1921_parse_of_fw()
1263 if (priv->rshunt_uohm == 0 || priv->rshunt_uohm > INT_MAX) in pac1921_probe()
1266 priv->rshunt_uohm); in pac1921_probe()