Searched full:vbus_v (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/power/supply/ ! |
D | stericsson,ab8500-charger.yaml | 64 - const: vbus_v 67 - const: vbus_v 124 "vbus_v",
|
/linux-6.12.1/drivers/power/supply/ ! |
D | axp20x_usb_power.c | 91 struct iio_channel *vbus_v; member 223 ret = iio_read_channel_processed(power->vbus_v, in axp20x_usb_power_get_property() 377 ret = iio_read_channel_processed(power->vbus_v, in axp717_usb_power_get_property() 583 power->vbus_v = devm_iio_channel_get(&pdev->dev, "vbus_v"); in axp20x_configure_iio_channels() 584 if (IS_ERR(power->vbus_v)) { in axp20x_configure_iio_channels() 585 if (PTR_ERR(power->vbus_v) == -ENODEV) in axp20x_configure_iio_channels() 587 return PTR_ERR(power->vbus_v); in axp20x_configure_iio_channels() 603 power->vbus_v = devm_iio_channel_get(&pdev->dev, "vbus_v"); in axp717_configure_iio_channels() 604 if (IS_ERR(power->vbus_v)) { in axp717_configure_iio_channels() 605 if (PTR_ERR(power->vbus_v) == -ENODEV) in axp717_configure_iio_channels() [all …]
|
D | ab8500_charger.c | 3445 di->adc_vbus_v = devm_iio_channel_get(dev, "vbus_v"); in ab8500_charger_probe()
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/adc/ ! |
D | x-powers,axp209-adc.yaml | 21 2 | vbus_v 44 2 | vbus_v
|
/linux-6.12.1/drivers/iio/adc/ ! |
D | axp20x_adc.c | 161 .consumer_channel = "vbus_v", 162 .adc_channel_label = "vbus_v", 209 .consumer_channel = "vbus_v", 210 .adc_channel_label = "vbus_v", 233 AXP20X_ADC_CHANNEL(AXP192_VBUS_V, "vbus_v", IIO_VOLTAGE, 270 AXP20X_ADC_CHANNEL(AXP20X_VBUS_V, "vbus_v", IIO_VOLTAGE, 326 AXP20X_ADC_CHANNEL(AXP717_VBUS_V, "vbus_v", IIO_VOLTAGE,
|
/linux-6.12.1/arch/arm/boot/dts/st/ ! |
D | ste-ab8505.dtsi | 80 vbus_v: channel@9 { label 173 io-channel-names = "vbus_v",
|
D | ste-ab8500.dtsi | 87 vbus_v: channel@9 { label 205 "vbus_v",
|