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()
305 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_output_write()
317 static void snd_mtpav_portscan(struct mtpav *chip) // put mtp into smart routing mode in snd_mtpav_portscan()
333 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_input_open()
349 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_input_close()
365 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_input_trigger()
382 struct mtpav *chip = timer_container_of(chip, t, timer); in snd_mtpav_output_timer()
397 static void snd_mtpav_add_output_timer(struct mtpav *chip) in snd_mtpav_add_output_timer()
403 static void snd_mtpav_remove_output_timer(struct mtpav *chip) in snd_mtpav_remove_output_timer()
413 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_output_open()
427 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_output_close()
441 struct mtpav *mtp_card = substream->rmidi->private_data; in snd_mtpav_output_trigger()
466 static void snd_mtpav_inmidi_process(struct mtpav *mcrd, u8 inbyte) in snd_mtpav_inmidi_process()
478 static void snd_mtpav_inmidi_h(struct mtpav *mcrd, u8 inbyte) in snd_mtpav_inmidi_h()
497 static void snd_mtpav_read_bytes(struct mtpav *mcrd) in snd_mtpav_read_bytes()
535 struct mtpav *mcard = dev_id; in snd_mtpav_irqh()
545 static int snd_mtpav_get_ISA(struct mtpav *mcard) in snd_mtpav_get_ISA()
584 static void snd_mtpav_set_name(struct mtpav *chip, in snd_mtpav_set_name()
599 static int snd_mtpav_get_RAWMIDI(struct mtpav *mcard) in snd_mtpav_get_RAWMIDI()
643 struct mtpav *crd = card->private_data; in snd_mtpav_free()
654 struct mtpav *mtp_card; in snd_mtpav_probe()