Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/emu10k1/
Demumpu401.c30 static inline unsigned char mpu401_read(struct snd_emu10k1 *emu, in mpu401_read() function
50 #define mpu401_read_data(emu, mpu) mpu401_read(emu, mpu, 0)
51 #define mpu401_read_stat(emu, mpu) mpu401_read(emu, mpu, 1)
Demu10k1x.c1219 static inline unsigned char mpu401_read(struct emu10k1x *emu, struct emu10k1x_midi *mpu, int idx) in mpu401_read() function
1231 #define mpu401_read_data(emu, mpu) mpu401_read(emu, mpu, 0)
1232 #define mpu401_read_stat(emu, mpu) mpu401_read(emu, mpu, 1)