Searched refs:snd_ump_endpoint (Results 1 – 1 of 1) sorted by relevance
10 struct snd_ump_endpoint;25 struct snd_ump_endpoint { struct34 void (*private_free)(struct snd_ump_endpoint *ump); argument76 int (*open)(struct snd_ump_endpoint *ump, int dir); argument77 void (*close)(struct snd_ump_endpoint *ump, int dir);79 void (*drain)(struct snd_ump_endpoint *ump, int dir);84 void (*input_receive)(struct snd_ump_endpoint *ump,87 int (*notify_fb_change)(struct snd_ump_endpoint *ump,89 int (*switch_protocol)(struct snd_ump_endpoint *ump);94 struct snd_ump_endpoint *ump;[all …]
Completed in 4 milliseconds