/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | lego_ev3_battery.c | 167 batt->iio_v = devm_iio_channel_get(dev, "voltage"); in lego_ev3_battery_probe() 173 batt->iio_i = devm_iio_channel_get(dev, "current"); in lego_ev3_battery_probe()
|
H A D | axp20x_battery.c | 563 axp20x_batt->batt_v = devm_iio_channel_get(&pdev->dev, "batt_v"); in axp20x_power_probe() 570 axp20x_batt->batt_chrg_i = devm_iio_channel_get(&pdev->dev, in axp20x_power_probe() 578 axp20x_batt->batt_dischrg_i = devm_iio_channel_get(&pdev->dev, in axp20x_power_probe()
|
H A D | axp20x_ac_power.c | 347 power->acin_v = devm_iio_channel_get(&pdev->dev, "acin_v"); in axp20x_ac_power_probe() 354 power->acin_i = devm_iio_channel_get(&pdev->dev, "acin_i"); in axp20x_ac_power_probe()
|
H A D | ingenic-battery.c | 136 bat->channel = devm_iio_channel_get(dev, "battery"); in ingenic_battery_probe()
|
H A D | axp20x_usb_power.c | 540 power->vbus_v = devm_iio_channel_get(&pdev->dev, "vbus_v"); in configure_iio_channels() 547 power->vbus_i = devm_iio_channel_get(&pdev->dev, "vbus_i"); in configure_iio_channels()
|
H A D | lp8788-charger.c | 575 chan = devm_iio_channel_get(dev, pdata->adc_vbatt); in lp8788_setup_adc_channel() 579 chan = devm_iio_channel_get(dev, pdata->adc_batt_temp); in lp8788_setup_adc_channel()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | lego_ev3_battery.c | 167 batt->iio_v = devm_iio_channel_get(dev, "voltage"); in lego_ev3_battery_probe() 173 batt->iio_i = devm_iio_channel_get(dev, "current"); in lego_ev3_battery_probe()
|
H A D | axp20x_battery.c | 575 axp20x_batt->batt_v = devm_iio_channel_get(&pdev->dev, "batt_v"); in axp20x_power_probe() 582 axp20x_batt->batt_chrg_i = devm_iio_channel_get(&pdev->dev, in axp20x_power_probe() 590 axp20x_batt->batt_dischrg_i = devm_iio_channel_get(&pdev->dev, in axp20x_power_probe()
|
H A D | axp20x_ac_power.c | 346 power->acin_v = devm_iio_channel_get(&pdev->dev, "acin_v"); in axp20x_ac_power_probe() 353 power->acin_i = devm_iio_channel_get(&pdev->dev, "acin_i"); in axp20x_ac_power_probe()
|
H A D | ingenic-battery.c | 136 bat->channel = devm_iio_channel_get(dev, "battery"); in ingenic_battery_probe()
|
H A D | axp20x_usb_power.c | 488 power->vbus_v = devm_iio_channel_get(&pdev->dev, "vbus_v"); in configure_iio_channels() 495 power->vbus_i = devm_iio_channel_get(&pdev->dev, "vbus_i"); in configure_iio_channels()
|
H A D | lp8788-charger.c | 575 chan = devm_iio_channel_get(dev, pdata->adc_vbatt); in lp8788_setup_adc_channel() 579 chan = devm_iio_channel_get(dev, pdata->adc_batt_temp); in lp8788_setup_adc_channel()
|
H A D | rn5t618_power.c | 737 info->channel_vusb = devm_iio_channel_get(&pdev->dev, "vusb"); in rn5t618_power_probe() 744 info->channel_vadp = devm_iio_channel_get(&pdev->dev, "vadp"); in rn5t618_power_probe()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | ab8500.c | 191 ab8500_data->aux1 = devm_iio_channel_get(&data->pdev->dev, "aux1"); in abx500_hwmon_init() 198 ab8500_data->aux2 = devm_iio_channel_get(&data->pdev->dev, "aux2"); in abx500_hwmon_init()
|
/kernel/linux/linux-5.10/include/linux/iio/ |
H A D | consumer.h | 49 * devm_iio_channel_get() - Resource managed version of iio_channel_get(). 64 struct iio_channel *devm_iio_channel_get(struct device *dev,
|
/kernel/linux/linux-6.6/include/linux/iio/ |
H A D | consumer.h | 50 * devm_iio_channel_get() - Resource managed version of iio_channel_get(). 65 struct iio_channel *devm_iio_channel_get(struct device *dev,
|
/kernel/linux/linux-5.10/drivers/extcon/ |
H A D | extcon-adc-jack.c | 127 data->chan = devm_iio_channel_get(&pdev->dev, pdata->consumer_channel); in adc_jack_probe()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal-generic-adc.c | 131 gti->channel = devm_iio_channel_get(&pdev->dev, "sensor-channel"); in gadc_thermal_probe()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal-generic-adc.c | 132 gti->channel = devm_iio_channel_get(&pdev->dev, "sensor-channel"); in gadc_thermal_probe()
|
/kernel/linux/linux-6.6/drivers/extcon/ |
H A D | extcon-adc-jack.c | 127 data->chan = devm_iio_channel_get(&pdev->dev, pdata->consumer_channel); in adc_jack_probe()
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | adc-keys.c | 119 st->channel = devm_iio_channel_get(dev, "buttons"); in adc_keys_probe()
|
/kernel/linux/linux-5.10/drivers/iio/dac/ |
H A D | dpot-dac.c | 191 dac->dpot = devm_iio_channel_get(dev, "dpot"); in dpot_dac_probe()
|
/kernel/linux/linux-6.6/drivers/iio/dac/ |
H A D | dpot-dac.c | 191 dac->dpot = devm_iio_channel_get(dev, "dpot"); in dpot_dac_probe()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | adc-keys.c | 119 st->channel = devm_iio_channel_get(dev, "buttons"); in adc_keys_probe()
|
/kernel/linux/linux-5.10/drivers/iio/afe/ |
H A D | iio-rescale.c | 278 source = devm_iio_channel_get(dev, NULL); in rescale_probe()
|