Lines Matching refs:ump
34 void (*private_free)(struct snd_ump_endpoint *ump);
76 int (*open)(struct snd_ump_endpoint *ump, int dir);
77 void (*close)(struct snd_ump_endpoint *ump, int dir);
78 void (*trigger)(struct snd_ump_endpoint *ump, int dir, int up);
79 void (*drain)(struct snd_ump_endpoint *ump, int dir);
84 void (*input_receive)(struct snd_ump_endpoint *ump,
86 int (*notify_fb_change)(struct snd_ump_endpoint *ump,
88 int (*switch_protocol)(struct snd_ump_endpoint *ump);
93 struct snd_ump_endpoint *ump; member
106 int snd_ump_parse_endpoint(struct snd_ump_endpoint *ump);
107 int snd_ump_block_new(struct snd_ump_endpoint *ump, unsigned int blk,
110 int snd_ump_receive(struct snd_ump_endpoint *ump, const u32 *buffer, int count);
111 int snd_ump_transmit(struct snd_ump_endpoint *ump, u32 *buffer, int count);
114 int snd_ump_attach_legacy_rawmidi(struct snd_ump_endpoint *ump,
117 static inline int snd_ump_attach_legacy_rawmidi(struct snd_ump_endpoint *ump, in snd_ump_attach_legacy_rawmidi() argument
124 int snd_ump_receive_ump_val(struct snd_ump_endpoint *ump, u32 val);
125 int snd_ump_switch_protocol(struct snd_ump_endpoint *ump, unsigned int protocol);
126 void snd_ump_update_group_attrs(struct snd_ump_endpoint *ump);