Symbol: mtpav
sound/drivers/mtpav.c
166
static int translate_subdevice_to_hwport(struct mtpav *chip, int subdev)
sound/drivers/mtpav.c
181
static int translate_hwport_to_subdevice(struct mtpav *chip, int hwport)
sound/drivers/mtpav.c
206
static u8 snd_mtpav_getreg(struct mtpav *chip, u16 reg)
sound/drivers/mtpav.c
224
static inline void snd_mtpav_mputreg(struct mtpav *chip, u16 reg, u8 val)
sound/drivers/mtpav.c
233
static void snd_mtpav_wait_rfdhi(struct mtpav *chip)
sound/drivers/mtpav.c
245
static void snd_mtpav_send_byte(struct mtpav *chip, u8 byte)
sound/drivers/mtpav.c
271
static void snd_mtpav_output_port_write(struct mtpav *mtp_card,
sound/drivers/mtpav.c
305
struct mtpav *mtp_card = substream->rmidi->private_data;
sound/drivers/mtpav.c
317
static void snd_mtpav_portscan(struct mtpav *chip) // put mtp into smart routing mode
sound/drivers/mtpav.c
333
struct mtpav *mtp_card = substream->rmidi->private_data;
sound/drivers/mtpav.c
349
struct mtpav *mtp_card = substream->rmidi->private_data;
sound/drivers/mtpav.c
365
struct mtpav *mtp_card = substream->rmidi->private_data;
sound/drivers/mtpav.c
382
struct mtpav *chip = timer_container_of(chip, t, timer);
sound/drivers/mtpav.c
397
static void snd_mtpav_add_output_timer(struct mtpav *chip)
sound/drivers/mtpav.c
403
static void snd_mtpav_remove_output_timer(struct mtpav *chip)
sound/drivers/mtpav.c
413
struct mtpav *mtp_card = substream->rmidi->private_data;
sound/drivers/mtpav.c
427
struct mtpav *mtp_card = substream->rmidi->private_data;
sound/drivers/mtpav.c
441
struct mtpav *mtp_card = substream->rmidi->private_data;
sound/drivers/mtpav.c
466
static void snd_mtpav_inmidi_process(struct mtpav *mcrd, u8 inbyte)
sound/drivers/mtpav.c
478
static void snd_mtpav_inmidi_h(struct mtpav *mcrd, u8 inbyte)
sound/drivers/mtpav.c
497
static void snd_mtpav_read_bytes(struct mtpav *mcrd)
sound/drivers/mtpav.c
535
struct mtpav *mcard = dev_id;
sound/drivers/mtpav.c
545
static int snd_mtpav_get_ISA(struct mtpav *mcard)
sound/drivers/mtpav.c
584
static void snd_mtpav_set_name(struct mtpav *chip,
sound/drivers/mtpav.c
599
static int snd_mtpav_get_RAWMIDI(struct mtpav *mcard)
sound/drivers/mtpav.c
643
struct mtpav *crd = card->private_data;
sound/drivers/mtpav.c
656
struct mtpav *mtp_card;