Home
last modified time | relevance | path

Searched refs:ops_list (Results 1 – 1 of 1) sorted by relevance

/sound/core/seq/
Dseq_device.c60 struct ops_list { struct
94 static int init_device(struct snd_seq_device *dev, struct ops_list *ops); argument
95 static int free_device(struct snd_seq_device *dev, struct ops_list *ops);
96 static struct ops_list *find_driver(char *id, int create_if_empty);
97 static struct ops_list *create_driver(char *id);
98 static void unlock_driver(struct ops_list *ops);
109 struct ops_list *ops; in snd_seq_device_info()
145 struct ops_list *ops; in snd_seq_device_load_drivers()
180 struct ops_list *ops; in snd_seq_device_new()
235 struct ops_list *ops; in snd_seq_device_free()
[all …]