Searched refs:mpu401_status (Results 1 – 1 of 1) sorted by relevance
84 static inline int mpu401_status(struct mpu_config *devc) in mpu401_status() function89 #define input_avail(devc) (!(mpu401_status(devc)&INPUT_AVAIL))90 #define output_ready(devc) (!(mpu401_status(devc)&OUTPUT_READY))484 if (mpu401_status(devc) == 0xff) /* Bus float */ in mpu401_open()817 if (mpu401_status(devc) == 0xff) /* Bus float */ in mpu_synth_open()