Lines Matching defs:m
68 #define CMD(m,d) MPUFOI_WRITE(m, m->cookie, MPU_CMDPORT,d) argument
69 #define STATUS(m) MPUFOI_READ(m, m->cookie, MPU_STATPORT) argument
70 #define READ(m) MPUFOI_READ(m, m->cookie, MPU_DATAPORT) argument
71 #define WRITE(m,d) MPUFOI_WRITE(m, m->cookie, MPU_DATAPORT,d) argument
111 struct mpu401 *m = (struct mpu401 *)a; in mpu401_timeout() local
118 mpu401_intr(struct mpu401 *m) in mpu401_intr()
128 #define RXRDY(m) ( (STATUS(m) & MPU_INPUTBUSY) == 0) in mpu401_intr() argument
129 #define TXRDY(m) ( (STATUS(m) & MPU_OUTPUTBUSY) == 0) in mpu401_intr() argument
177 struct mpu401 *m; in mpu401_init() local
205 mpu401_uninit(struct mpu401 *m) in mpu401_uninit()
220 struct mpu401 *m = arg; in mpu401_minit() local
244 struct mpu401 *m = arg; in mpu401_muninit() local
264 struct mpu401 *m = arg; in mpu401_mcallback() local
293 mpu401_mprovider(struct snd_midi *m, void *arg) in mpu401_mprovider()