Searched defs:ops_list (Results 1 – 2 of 2) sorted by relevance
60 struct ops_list { struct61 char id[ID_LEN]; /* driver id */62 int driver; /* driver state */63 int used; /* reference counter */64 int argsize; /* argument size */67 struct snd_seq_dev_ops ops;70 struct list_head dev_list; /* list of devices */94 static int init_device(struct snd_seq_device *dev, struct ops_list *ops); argument
58 struct list_head ops_list; /* private */ member118 struct list_head ops_list; member