Searched full:vbus_v (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/power/supply/ |
H A D | axp20x_usb_power.c | 91 struct iio_channel *vbus_v; member 227 ret = iio_read_channel_processed_scale(power->vbus_v, in axp20x_usb_power_get_property() 379 ret = iio_read_channel_processed_scale(power->vbus_v, in axp717_usb_power_get_property() 580 power->vbus_v = devm_iio_channel_get(&pdev->dev, "vbus_v"); in axp20x_configure_iio_channels() 581 if (IS_ERR(power->vbus_v)) { in axp20x_configure_iio_channels() 582 if (PTR_ERR(power->vbus_v) == -ENODEV) in axp20x_configure_iio_channels() 584 return PTR_ERR(power->vbus_v); in axp20x_configure_iio_channels() 600 power->vbus_v = devm_iio_channel_get(&pdev->dev, "vbus_v"); in axp717_configure_iio_channels() 601 if (IS_ERR(power->vbus_v)) { in axp717_configure_iio_channels() 602 if (PTR_ERR(power->vbus_v) == -ENODEV) in axp717_configure_iio_channels() [all …]
|
H A D | ab8500_charger.c | 3445 di->adc_vbus_v = devm_iio_channel_get(dev, "vbus_v"); in ab8500_charger_probe()
|
/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | stericsson,ab8500-charger.yaml | 64 - const: vbus_v 67 - const: vbus_v 124 "vbus_v",
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | x-powers,axp209-adc.yaml | 21 2 | vbus_v 44 2 | vbus_v
|
/linux/arch/arm/boot/dts/st/ |
H A D | ste-ab8505.dtsi | 80 vbus_v: channel@9 { label 173 io-channel-names = "vbus_v",
|
H A D | ste-ab8500.dtsi | 87 vbus_v: channel@9 { label 205 "vbus_v",
|