Lines Matching refs:mtpav
123 struct mtpav { struct
166 static int translate_subdevice_to_hwport(struct mtpav *chip, int subdev) in translate_subdevice_to_hwport()
181 static int translate_hwport_to_subdevice(struct mtpav *chip, int hwport) in translate_hwport_to_subdevice()
206 static u8 snd_mtpav_getreg(struct mtpav *chip, u16 reg) in snd_mtpav_getreg()
224 static inline void snd_mtpav_mputreg(struct mtpav *chip, u16 reg, u8 val) in snd_mtpav_mputreg()
233 static void snd_mtpav_wait_rfdhi(struct mtpav *chip) in snd_mtpav_wait_rfdhi()
245 static void snd_mtpav_send_byte(struct mtpav *chip, u8 byte) in snd_mtpav_send_byte()
271 static void snd_mtpav_output_port_write(struct mtpav *mtp_card, in snd_mtpav_output_port_write()
309 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_output_write()
323 static void snd_mtpav_portscan(struct mtpav *chip) // put mtp into smart routing mode in snd_mtpav_portscan()
339 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_input_open()
357 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_input_close()
375 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_input_trigger()
396 struct mtpav *chip = from_timer(chip, t, timer); in snd_mtpav_output_timer()
412 static void snd_mtpav_add_output_timer(struct mtpav *chip) in snd_mtpav_add_output_timer()
418 static void snd_mtpav_remove_output_timer(struct mtpav *chip) in snd_mtpav_remove_output_timer()
428 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_output_open()
444 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_output_close()
460 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_output_trigger()
486 static void snd_mtpav_inmidi_process(struct mtpav *mcrd, u8 inbyte) in snd_mtpav_inmidi_process()
498 static void snd_mtpav_inmidi_h(struct mtpav *mcrd, u8 inbyte) in snd_mtpav_inmidi_h()
517 static void snd_mtpav_read_bytes(struct mtpav *mcrd) in snd_mtpav_read_bytes()
557 struct mtpav *mcard = dev_id; in snd_mtpav_irqh()
568 static int snd_mtpav_get_ISA(struct mtpav *mcard) in snd_mtpav_get_ISA()
604 static void snd_mtpav_set_name(struct mtpav *chip, in snd_mtpav_set_name()
619 static int snd_mtpav_get_RAWMIDI(struct mtpav *mcard) in snd_mtpav_get_RAWMIDI()
662 struct mtpav *crd = card->private_data; in snd_mtpav_free()
680 struct mtpav *mtp_card; in snd_mtpav_probe()