| /linux/sound/drivers/mpu401/ |
| H A D | mpu401_uart.c | 38 #define snd_mpu401_input_avail(mpu) \ argument 40 #define snd_mpu401_output_ready(mpu) \ argument 44 static void mpu401_write_port(struct snd_mpu401 *mpu, unsigned char data, in mpu401_write_port() 50 static unsigned char mpu401_read_port(struct snd_mpu401 *mpu, in mpu401_read_port() 56 static void mpu401_write_mmio(struct snd_mpu401 *mpu, unsigned char data, in mpu401_write_mmio() 62 static unsigned char mpu401_read_mmio(struct snd_mpu401 *mpu, in mpu401_read_mmio() 69 static void snd_mpu401_uart_clear_rx(struct snd_mpu401 *mpu) in snd_mpu401_uart_clear_rx() 82 static void uart_interrupt_tx(struct snd_mpu401 *mpu) in uart_interrupt_tx() 91 static void _snd_mpu401_uart_interrupt(struct snd_mpu401 *mpu) in _snd_mpu401_uart_interrupt() 117 struct snd_mpu401 *mpu = dev_id; in snd_mpu401_uart_interrupt() local [all …]
|
| /linux/sound/pci/emu10k1/ |
| H A D | emu10k1x.c | 1140 static inline unsigned char mpu401_read(struct emu10k1x *emu, struct emu10k1x_midi *mpu, int idx) in mpu401_read() 1145 static inline void mpu401_write(struct emu10k1x *emu, struct emu10k1x_midi *mpu, int data, int idx) in mpu401_write() 1150 #define mpu401_write_data(emu, mpu, data) mpu401_write(emu, mpu, data, 0) argument 1151 #define mpu401_write_cmd(emu, mpu, data) mpu401_write(emu, mpu, data, 1) argument 1152 #define mpu401_read_data(emu, mpu) mpu401_read(emu, mpu, 0) argument 1153 #define mpu401_read_stat(emu, mpu) mpu401_read(emu, mpu, 1) argument 1155 #define mpu401_input_avail(emu,mpu) (!(mpu401_read_stat(emu,mpu) & 0x80)) argument 1156 #define mpu401_output_ready(emu,mpu) (!(mpu401_read_stat(emu,mpu) & 0x40)) argument 1162 static void mpu401_clear_rx(struct emu10k1x *emu, struct emu10k1x_midi *mpu) in mpu401_clear_rx()
|
| /linux/drivers/macintosh/ |
| H A D | windfarm_ad7417_sensor.c | 31 const struct mpu_data *mpu; member 235 const struct mpu_data *mpu; in wf_ad7417_probe() local
|
| H A D | windfarm_rm31.c | 296 const struct mpu_data *mpu = cpu_mpu_data[cpu]; in cpu_setup_pid() local
|
| H A D | windfarm_fcu_controls.c | 286 const struct mpu_data *mpu = wf_get_mpu(0); in wf_fcu_get_pump_minmax() local
|
| H A D | windfarm_pm72.c | 395 const struct mpu_data *mpu = cpu_mpu_data[cpu]; in cpu_setup_pid() local
|
| /linux/sound/pci/au88x0/ |
| H A D | au88x0_mpu401.c | 34 struct snd_mpu401 *mpu; in snd_vortex_midi() local
|
| /linux/include/sound/ |
| H A D | mpu401.h | 90 #define MPU401C(mpu) (mpu)->cport argument 91 #define MPU401D(mpu) (mpu)->port argument
|
| H A D | snd_wavefront.h | 107 struct pnp_dev *mpu; member
|
| /linux/arch/arm/mach-omap2/ |
| H A D | cm2xxx.c | 270 void omap2xxx_cm_set_mod_dividers(u32 mpu, u32 dsp, u32 gfx, u32 core, u32 mdm) in omap2xxx_cm_set_mod_dividers()
|
| /linux/sound/isa/wavefront/ |
| H A D | wavefront.c | 276 snd_wavefront_mpu_id mpu) in snd_wavefront_new_midi()
|
| /linux/sound/isa/cs423x/ |
| H A D | cs4236.c | 82 struct pnp_dev *mpu; member
|
| /linux/sound/pci/ |
| H A D | als300.c | 206 u8 general, mpu, dram; in snd_als300plus_interrupt() local
|
| /linux/tools/include/uapi/linux/ |
| H A D | pkt_sched.h | 95 unsigned short mpu; member 107 unsigned int mpu; member
|
| /linux/include/net/ |
| H A D | sch_generic.h | 1399 u16 mpu; member
|