Lines Matching defs:ops
67 struct snd_seq_dev_ops ops; member
109 struct ops_list *ops; in snd_seq_device_info() local
145 struct ops_list *ops; in snd_seq_device_load_drivers() local
180 struct ops_list *ops; in snd_seq_device_new() local
235 struct ops_list *ops; in snd_seq_device_free() local
272 struct ops_list *ops; in snd_seq_device_dev_register() local
294 struct ops_list *ops; in snd_seq_device_dev_disconnect() local
314 struct ops_list *ops; in snd_seq_device_register_driver() local
358 struct ops_list *ops; in create_driver() local
393 struct ops_list *ops; in snd_seq_device_unregister_driver() local
439 struct ops_list *ops = list_entry(head, struct ops_list, list); in remove_drivers() local
455 static int init_device(struct snd_seq_device *dev, struct ops_list *ops) in init_device()
480 static int free_device(struct snd_seq_device *dev, struct ops_list *ops) in free_device()
510 struct ops_list *ops; in find_driver() local
526 static void unlock_driver(struct ops_list *ops) in unlock_driver()