Searched refs:iio_get_channel_type (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | iio_hwmon.c | 56 ret = iio_get_channel_type(chan, &type); in iio_hwmon_read_val() 112 ret = iio_get_channel_type(&st->channels[i], &type); in iio_hwmon_probe()
|
H A D | ntc_thermistor.c | 577 ret = iio_get_channel_type(chan, &type); in ntc_thermistor_parse_props()
|
/openbmc/linux/include/linux/iio/ |
H A D | consumer.h | 355 int iio_get_channel_type(struct iio_channel *channel,
|
/openbmc/linux/drivers/thermal/ |
H A D | thermal-generic-adc.c | 87 ret = iio_get_channel_type(gti->channel, &chan_type); in gadc_thermal_read_linear_lookup_table()
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | adc-keys.c | 126 error = iio_get_channel_type(st->channel, &type); in adc_keys_probe()
|
/openbmc/linux/drivers/staging/iio/Documentation/ |
H A D | inkernel.txt | 52 iio_get_channel_type() - get the type of channel
|
/openbmc/linux/drivers/iio/dac/ |
H A D | dpot-dac.c | 196 ret = iio_get_channel_type(dac->dpot, &type); in dpot_dac_probe()
|
/openbmc/linux/drivers/iio/light/ |
H A D | cm3605.c | 203 ret = iio_get_channel_type(cm3605->aout, &ch_type); in cm3605_probe()
|
H A D | gp2ap002.c | 509 ret = iio_get_channel_type(gp2ap002->alsout, &ch_type); in gp2ap002_probe()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | envelope-detector.c | 373 ret = iio_get_channel_type(env->dac, &type); in envelope_detector_probe()
|
/openbmc/linux/drivers/iio/ |
H A D | inkern.c | 983 int iio_get_channel_type(struct iio_channel *chan, enum iio_chan_type *type) in iio_get_channel_type() function 1001 EXPORT_SYMBOL_GPL(iio_get_channel_type);
|
/openbmc/linux/drivers/iio/multiplexer/ |
H A D | iio-mux.c | 257 ret = iio_get_channel_type(mux->parent, &chan->type); in mux_configure_channel()
|
/openbmc/linux/sound/soc/samsung/ |
H A D | aries_wm8994.c | 599 ret = iio_get_channel_type(priv->adc, &channel_type); in aries_audio_probe()
|
/openbmc/linux/drivers/phy/motorola/ |
H A D | phy-cpcap-usb.c | 578 error = iio_get_channel_type(ddata->vbus, &type); in cpcap_usb_init_iio()
|