Lines Matching full:could

134 		dev_err(data->dev, "Could not set interrupt sources (%d)\n",  in irsd200_setup()
142 dev_err(data->dev, "Could not set operation mode (%d)\n", ret); in irsd200_setup()
149 dev_err(data->dev, "Could not clear threshold count (%d)\n", in irsd200_setup()
157 dev_err(data->dev, "Could not clear status (%d)\n", ret); in irsd200_setup()
185 dev_err(data->dev, "Could not read threshold (%d)\n", ret); in irsd200_read_threshold()
226 dev_err(data->dev, "Could not write threshold (%d)\n", ret); in irsd200_write_threshold()
241 dev_err(data->dev, "Could not bulk read data (%d)\n", ret); in irsd200_read_data()
257 dev_err(data->dev, "Could not read data rate (%d)\n", ret); in irsd200_read_data_rate()
284 dev_err(data->dev, "Could not write data rate (%d)\n", ret); in irsd200_write_data_rate()
306 dev_err(data->dev, "Could not bulk read timer (%d)\n", ret); in irsd200_read_timer()
345 dev_err(data->dev, "Could not bulk write timer (%d)\n", ret); in irsd200_write_timer()
359 dev_err(data->dev, "Could not read nr count (%d)\n", ret); in irsd200_read_nr_count()
398 dev_err(data->dev, "Could not write nr count (%d)\n", ret); in irsd200_write_nr_count()
412 dev_err(data->dev, "Could not read lp filter frequency (%d)\n", in irsd200_read_lp_filter()
437 dev_err(data->dev, "Could not write lp filter frequency (%d)\n", in irsd200_write_lp_filter()
453 dev_err(data->dev, "Could not read hp filter frequency (%d)\n", in irsd200_read_hp_filter()
482 dev_err(data->dev, "Could not write hp filter frequency (%d)\n", in irsd200_write_hp_filter()
686 dev_err(data->dev, "Could not read interrupt source (%d)\n", in irsd200_irq_thread()
693 dev_err(data->dev, "Could not acknowledge interrupt (%d)\n", in irsd200_irq_thread()
712 dev_err(data->dev, "Could not read count (%d)\n", ret); in irsd200_irq_thread()
752 "Could not clear interrupt status (%d)\n", ret); in irsd200_irq_thread()
784 dev_err(data->dev, "Could not %s data interrupt source (%d)\n", in irsd200_set_trigger_state()
861 "Could not allocate iio device\n"); in irsd200_probe()
869 "Could not initialize regmap\n"); in irsd200_probe()
877 "Could not allocate register field %zu\n", i); in irsd200_probe()
884 "Could not get and enable regulator (%d)\n", ret); in irsd200_probe()
904 "Could not setup iio triggered buffer (%d)\n", ret); in irsd200_probe()
912 "Could not request irq (%d)\n", ret); in irsd200_probe()
918 "Could not allocate iio trigger\n"); in irsd200_probe()
926 "Could not register iio trigger (%d)\n", in irsd200_probe()
932 "Could not register iio device (%d)\n", in irsd200_probe()