iio_chans 408 drivers/iio/adc/qcom-pm8xxx-xoadc.c struct iio_chan_spec *iio_chans; iio_chans 837 drivers/iio/adc/qcom-pm8xxx-xoadc.c adc->iio_chans = devm_kcalloc(adc->dev, adc->nchans, iio_chans 838 drivers/iio/adc/qcom-pm8xxx-xoadc.c sizeof(*adc->iio_chans), GFP_KERNEL); iio_chans 839 drivers/iio/adc/qcom-pm8xxx-xoadc.c if (!adc->iio_chans) iio_chans 852 drivers/iio/adc/qcom-pm8xxx-xoadc.c &adc->iio_chans[i], iio_chans 941 drivers/iio/adc/qcom-pm8xxx-xoadc.c indio_dev->channels = adc->iio_chans; iio_chans 139 drivers/iio/adc/qcom-spmi-adc5.c struct iio_chan_spec *iio_chans; iio_chans 684 drivers/iio/adc/qcom-spmi-adc5.c adc->iio_chans = devm_kcalloc(adc->dev, adc->nchannels, iio_chans 685 drivers/iio/adc/qcom-spmi-adc5.c sizeof(*adc->iio_chans), GFP_KERNEL); iio_chans 686 drivers/iio/adc/qcom-spmi-adc5.c if (!adc->iio_chans) iio_chans 695 drivers/iio/adc/qcom-spmi-adc5.c iio_chan = adc->iio_chans; iio_chans 781 drivers/iio/adc/qcom-spmi-adc5.c indio_dev->channels = adc->iio_chans; iio_chans 118 drivers/iio/adc/qcom-spmi-vadc.c struct iio_chan_spec *iio_chans; iio_chans 492 drivers/iio/adc/qcom-spmi-vadc.c if (vadc->iio_chans[i].channel == iiospec->args[0]) iio_chans 748 drivers/iio/adc/qcom-spmi-vadc.c vadc->iio_chans = devm_kcalloc(vadc->dev, vadc->nchannels, iio_chans 749 drivers/iio/adc/qcom-spmi-vadc.c sizeof(*vadc->iio_chans), GFP_KERNEL); iio_chans 750 drivers/iio/adc/qcom-spmi-vadc.c if (!vadc->iio_chans) iio_chans 758 drivers/iio/adc/qcom-spmi-vadc.c iio_chan = vadc->iio_chans; iio_chans 915 drivers/iio/adc/qcom-spmi-vadc.c indio_dev->channels = vadc->iio_chans; iio_chans 37 drivers/input/touchscreen/resistive-adc-touch.c struct iio_channel *iio_chans; iio_chans 110 drivers/input/touchscreen/resistive-adc-touch.c st->iio_chans = devm_iio_channel_get_all(dev); iio_chans 111 drivers/input/touchscreen/resistive-adc-touch.c if (IS_ERR(st->iio_chans)) { iio_chans 112 drivers/input/touchscreen/resistive-adc-touch.c error = PTR_ERR(st->iio_chans); iio_chans 118 drivers/input/touchscreen/resistive-adc-touch.c chan = &st->iio_chans[0];