Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/emu10k1/
H A Demumpu401.c15 static inline unsigned char mpu401_read(struct snd_emu10k1 *emu, in mpu401_read() 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.c1194 static inline unsigned char mpu401_read(struct emu10k1x *emu, struct emu10k1x_midi *mpu, int idx) in mpu401_read() function
1206 #define mpu401_read_data(emu, mpu) mpu401_read(emu, mpu, 0)
1207 #define mpu401_read_stat(emu, mpu) mpu401_read(emu, mpu, 1)
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Demumpu401.c15 static inline unsigned char mpu401_read(struct snd_emu10k1 *emu, in mpu401_read() 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) in mpu401_read() 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 7 milliseconds