/openbmc/linux/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()
|
H A D | generic-adc-battery.c | 199 adc_bat->channel[chan] = devm_iio_channel_get(&pdev->dev, gab_chan_name[chan]); in gab_probe()
|
H A D | qcom_pmi8998_charger.c | 957 chip->usb_in_v_chan = devm_iio_channel_get(chip->dev, "usbin_v"); in smb2_probe() 962 chip->usb_in_i_chan = devm_iio_channel_get(chip->dev, "usbin_i"); in smb2_probe()
|
H A D | sc27xx_fuel_gauge.c | 1174 data->channel = devm_iio_channel_get(dev, "bat-temp"); in sc27xx_fgu_probe() 1180 data->charge_chan = devm_iio_channel_get(dev, "charge-vol"); in sc27xx_fgu_probe()
|
H A D | ab8500_charger.c | 3421 di->adc_main_charger_v = devm_iio_channel_get(dev, "main_charger_v"); in ab8500_charger_probe() 3427 di->adc_main_charger_c = devm_iio_channel_get(dev, "main_charger_c"); in ab8500_charger_probe() 3434 di->adc_vbus_v = devm_iio_channel_get(dev, "vbus_v"); in ab8500_charger_probe() 3440 di->adc_usb_charger_c = devm_iio_channel_get(dev, "usb_charger_c"); in ab8500_charger_probe()
|
/openbmc/linux/include/linux/iio/ |
H A D | consumer.h | 65 struct iio_channel *devm_iio_channel_get(struct device *dev,
|
/openbmc/linux/drivers/thermal/ |
H A D | thermal-generic-adc.c | 132 gti->channel = devm_iio_channel_get(&pdev->dev, "sensor-channel"); in gadc_thermal_probe()
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | adc-keys.c | 119 st->channel = devm_iio_channel_get(dev, "buttons"); in adc_keys_probe()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/iio/dac/ |
H A D | dpot-dac.c | 191 dac->dpot = devm_iio_channel_get(dev, "dpot"); in dpot_dac_probe()
|
/openbmc/linux/drivers/iio/light/ |
H A D | cm3605.c | 197 cm3605->aout = devm_iio_channel_get(dev, "aout"); in cm3605_probe()
|
H A D | gp2ap002.c | 503 gp2ap002->alsout = devm_iio_channel_get(dev, "alsout"); in gp2ap002_probe()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | envelope-detector.c | 349 env->dac = devm_iio_channel_get(dev, "dac"); in envelope_detector_probe()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | audio-iio-aux.c | 307 iio_aux_chan->iio_chan = devm_iio_channel_get(dev, iio_aux_chan->name); in audio_iio_aux_probe()
|
/openbmc/linux/drivers/thermal/qcom/ |
H A D | qcom-spmi-temp-alarm.c | 402 chip->adc = devm_iio_channel_get(&pdev->dev, "thermal"); in qpnp_tm_probe()
|
/openbmc/linux/drivers/iio/ |
H A D | inkern.c | 413 struct iio_channel *devm_iio_channel_get(struct device *dev, in devm_iio_channel_get() function 429 EXPORT_SYMBOL_GPL(devm_iio_channel_get);
|
/openbmc/linux/drivers/iio/multiplexer/ |
H A D | iio-mux.c | 343 parent = devm_iio_channel_get(dev, "parent"); in mux_probe()
|
/openbmc/linux/drivers/iio/afe/ |
H A D | iio-rescale.c | 532 source = devm_iio_channel_get(dev, NULL); in rescale_probe()
|
/openbmc/linux/sound/soc/samsung/ |
H A D | aries_wm8994.c | 594 priv->adc = devm_iio_channel_get(dev, "headset-detect"); in aries_audio_probe()
|