Lines Matching refs:dev_err

264 		dev_err(chip->dev, "read status low failed: %d\n", ret);  in adc_tm5_isr()
270 dev_err(chip->dev, "read status high failed: %d\n", ret); in adc_tm5_isr()
284 dev_err(chip->dev, "ctl read failed: %d, channel %d\n", ret, i); in adc_tm5_isr()
313 dev_err(chip->dev, "read status_low failed: %d\n", ret); in adc_tm5_gen2_isr()
319 dev_err(chip->dev, "read status_high failed: %d\n", ret); in adc_tm5_gen2_isr()
325 dev_err(chip->dev, "clear status low failed with %d\n", ret); in adc_tm5_gen2_isr()
331 dev_err(chip->dev, "clear status high failed with %d\n", ret); in adc_tm5_gen2_isr()
403 dev_err(chip->dev, "adc-tm enable failed with %d\n", ret); in adc_tm5_gen2_conv_req()
410 dev_err(chip->dev, "adc-tm handshake failed with %d\n", ret); in adc_tm5_gen2_conv_req()
417 dev_err(chip->dev, "adc-tm request conversion failed with %d\n", ret); in adc_tm5_gen2_conv_req()
429 dev_err(chip->dev, "adc-tm read failed with %d\n", ret); in adc_tm5_gen2_conv_req()
439 dev_err(chip->dev, "adc-tm conversion request handshake timed out\n"); in adc_tm5_gen2_conv_req()
458 dev_err(chip->dev, "adc-tm block read failed with %d\n", ret); in adc_tm5_gen2_disable_channel()
467 dev_err(chip->dev, "adc-tm channel disable failed with %d\n", ret); in adc_tm5_gen2_disable_channel()
474 dev_err(chip->dev, "adc-tm interrupt disable failed with %d\n", ret); in adc_tm5_gen2_disable_channel()
481 dev_err(chip->dev, "adc-tm channel configure failed with %d\n", ret); in adc_tm5_gen2_disable_channel()
496 dev_err(chip->dev, "adc-tm enable failed\n"); in adc_tm5_enable()
503 dev_err(chip->dev, "adc-tm request conversion failed\n"); in adc_tm5_enable()
519 dev_err(chip->dev, "channel %d params read failed: %d\n", channel->channel, ret); in adc_tm5_configure()
559 dev_err(chip->dev, "channel %d params write failed: %d\n", channel->channel, ret); in adc_tm5_configure()
579 dev_err(chip->dev, "adc-tm block read failed with %d\n", ret); in adc_tm5_gen2_configure()
629 dev_err(chip->dev, "channel %d params write failed: %d\n", channel->channel, ret); in adc_tm5_gen2_configure()
635 dev_err(chip->dev, "adc-tm channel configure failed with %d\n", ret); in adc_tm5_gen2_configure()
686 dev_err(adc_tm->dev, "Error registering TZ zone for channel %d: %ld\n", in adc_tm5_register_tzd()
707 dev_err(chip->dev, "Invalid channel %d\n", chip->channels[i].channel); in adc_tm_hc_init()
717 dev_err(chip->dev, "block write failed: %d\n", ret); in adc_tm_hc_init()
731 dev_err(chip->dev, "read failed for BTM channels\n"); in adc_tm5_init()
737 dev_err(chip->dev, "Invalid channel %d\n", chip->channels[i].channel); in adc_tm5_init()
750 dev_err(chip->dev, "block write failed: %d\n", ret); in adc_tm5_init()
766 dev_err(chip->dev, "read failed for BTM channels\n"); in adc_tm5_gen2_init()
772 dev_err(chip->dev, "Invalid channel %d\n", chip->channels[i].channel); in adc_tm5_gen2_init()
794 dev_err(dev, "%s: invalid channel number %d\n", name, ret); in adc_tm5_get_dt_channel_data()
799 dev_err(dev, "%s: channel number too big: %d\n", name, chan); in adc_tm5_get_dt_channel_data()
812 dev_err(dev, "%s: error parsing ADC channel number %d: %d\n", name, chan, ret); in adc_tm5_get_dt_channel_data()
818 dev_err(dev, "%s: invalid args count for ADC channel %d\n", name, chan); in adc_tm5_get_dt_channel_data()
827 dev_err(dev, "%s: invalid ADC channel number %d\n", name, chan); in adc_tm5_get_dt_channel_data()
837 dev_err(dev, "%s: error getting channel: %d\n", name, ret); in adc_tm5_get_dt_channel_data()
845 dev_err(dev, "%s: invalid pre-scaling <%d %d>\n", in adc_tm5_get_dt_channel_data()
859 dev_err(dev, "%s invalid hw-settle-time-us %d us\n", in adc_tm5_get_dt_channel_data()
878 dev_err(dev, "invalid decimation %d\n", value); in adc_tm5_get_dt_channel_data()
890 dev_err(dev, "invalid avg-samples %d\n", value); in adc_tm5_get_dt_channel_data()
970 dev_err(dev, "invalid decimation %d\n", value); in adc_tm5_get_dt_data()
982 dev_err(dev, "invalid avg-samples %d\n", value); in adc_tm5_get_dt_data()
1034 dev_err(dev, "get dt data failed: %d\n", ret); in adc_tm5_probe()
1040 dev_err(dev, "adc-tm init failed\n"); in adc_tm5_probe()
1046 dev_err(dev, "tzd register failed\n"); in adc_tm5_probe()