Lines Matching full:drdy
181 * @drdy_irq: uses the DRDY IRQ line
182 * @drdy_complete: completion for DRDY
183 * @drdy_active_low: the DRDY IRQ is active low
312 /* If we have a DRDY IRQ line, use it */ in ak8974_trigmeas()
347 "timeout waiting for DRDY IRQ\n"); in ak8974_await_drdy()
363 dev_err(&ak8974->i2c->dev, "timeout waiting for DRDY\n"); in ak8974_await_drdy()
410 /* Check if this was a DRDY from us */ in ak8974_drdy_irq_thread()
413 dev_err(&ak8974->i2c->dev, "error reading DRDY status\n"); in ak8974_drdy_irq_thread()
917 /* If we have a valid DRDY IRQ, make use of it */ in ak8974_probe()
921 dev_info(&i2c->dev, "enable rising edge DRDY IRQ\n"); in ak8974_probe()
924 dev_info(&i2c->dev, "enable falling edge DRDY IRQ\n"); in ak8974_probe()
939 dev_err(&i2c->dev, "unable to request DRDY IRQ " in ak8974_probe()