Lines Matching refs:mtpav
122 struct mtpav { struct
165 static int translate_subdevice_to_hwport(struct mtpav *chip, int subdev) in translate_subdevice_to_hwport()
180 static int translate_hwport_to_subdevice(struct mtpav *chip, int hwport) in translate_hwport_to_subdevice()
205 static u8 snd_mtpav_getreg(struct mtpav *chip, u16 reg) in snd_mtpav_getreg()
223 static inline void snd_mtpav_mputreg(struct mtpav *chip, u16 reg, u8 val) in snd_mtpav_mputreg()
232 static void snd_mtpav_wait_rfdhi(struct mtpav *chip) in snd_mtpav_wait_rfdhi()
244 static void snd_mtpav_send_byte(struct mtpav *chip, u8 byte) in snd_mtpav_send_byte()
270 static void snd_mtpav_output_port_write(struct mtpav *mtp_card, in snd_mtpav_output_port_write()
308 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_output_write()
322 static void snd_mtpav_portscan(struct mtpav *chip) // put mtp into smart routing mode in snd_mtpav_portscan()
338 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_input_open()
356 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_input_close()
374 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_input_trigger()
395 struct mtpav *chip = from_timer(chip, t, timer); in snd_mtpav_output_timer()
411 static void snd_mtpav_add_output_timer(struct mtpav *chip) in snd_mtpav_add_output_timer()
417 static void snd_mtpav_remove_output_timer(struct mtpav *chip) in snd_mtpav_remove_output_timer()
427 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_output_open()
443 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_output_close()
459 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_output_trigger()
485 static void snd_mtpav_inmidi_process(struct mtpav *mcrd, u8 inbyte) in snd_mtpav_inmidi_process()
497 static void snd_mtpav_inmidi_h(struct mtpav *mcrd, u8 inbyte) in snd_mtpav_inmidi_h()
516 static void snd_mtpav_read_bytes(struct mtpav *mcrd) in snd_mtpav_read_bytes()
556 struct mtpav *mcard = dev_id; in snd_mtpav_irqh()
567 static int snd_mtpav_get_ISA(struct mtpav *mcard) in snd_mtpav_get_ISA()
606 static void snd_mtpav_set_name(struct mtpav *chip, in snd_mtpav_set_name()
621 static int snd_mtpav_get_RAWMIDI(struct mtpav *mcard) in snd_mtpav_get_RAWMIDI()
665 struct mtpav *crd = card->private_data; in snd_mtpav_free()
680 struct mtpav *mtp_card; in snd_mtpav_probe()