Searched refs:mpu401_read (Results 1 - 2 of 2) sorted by relevance

/linux-master/sound/pci/emu10k1/
H A Demumpu401.c15 static inline unsigned char mpu401_read(struct snd_emu10k1 *emu, function
35 #define mpu401_read_data(emu, mpu) mpu401_read(emu, mpu, 0)
36 #define mpu401_read_stat(emu, mpu) mpu401_read(emu, mpu, 1)
H A Demu10k1x.c1159 static inline unsigned char mpu401_read(struct emu10k1x *emu, struct emu10k1x_midi *mpu, int idx) function
1171 #define mpu401_read_data(emu, mpu) mpu401_read(emu, mpu, 0)
1172 #define mpu401_read_stat(emu, mpu) mpu401_read(emu, mpu, 1)

Completed in 307 milliseconds