Lines Matching refs:snd_card

42 static int snd_ctl_remove_locked(struct snd_card *card,
48 struct snd_card *card; in snd_ctl_open()
116 struct snd_card *card; in snd_ctl_release()
152 void snd_ctl_notify(struct snd_card *card, unsigned int mask, in snd_ctl_notify()
204 void snd_ctl_notify_one(struct snd_card *card, unsigned int mask, in snd_ctl_notify_one()
338 static bool snd_ctl_remove_numid_conflict(struct snd_card *card, in snd_ctl_remove_numid_conflict()
357 static int snd_ctl_find_hole(struct snd_card *card, unsigned int count) in snd_ctl_find_hole()
405 static void add_hash_entries(struct snd_card *card, in add_hash_entries()
428 static void remove_hash_entries(struct snd_card *card, in remove_hash_entries()
448 static inline void add_hash_entries(struct snd_card *card, in add_hash_entries()
452 static inline void remove_hash_entries(struct snd_card *card, in remove_hash_entries()
463 static int __snd_ctl_add_replace(struct snd_card *card, in __snd_ctl_add_replace()
512 static int snd_ctl_add_replace(struct snd_card *card, in snd_ctl_add_replace()
549 int snd_ctl_add(struct snd_card *card, struct snd_kcontrol *kcontrol) in snd_ctl_add()
569 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, in snd_ctl_replace()
577 static int __snd_ctl_remove(struct snd_card *card, in __snd_ctl_remove()
599 static inline int snd_ctl_remove_locked(struct snd_card *card, in snd_ctl_remove_locked()
617 int snd_ctl_remove(struct snd_card *card, struct snd_kcontrol *kcontrol) in snd_ctl_remove()
638 int snd_ctl_remove_id(struct snd_card *card, struct snd_ctl_elem_id *id) in snd_ctl_remove_id()
668 struct snd_card *card = file->card; in snd_ctl_remove_user_ctl()
705 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id, in snd_ctl_activate_id()
761 int snd_ctl_rename_id(struct snd_card *card, struct snd_ctl_elem_id *src_id, in snd_ctl_rename_id()
793 void snd_ctl_rename(struct snd_card *card, struct snd_kcontrol *kctl, in snd_ctl_rename()
810 snd_ctl_find_numid_slow(struct snd_card *card, unsigned int numid) in snd_ctl_find_numid_slow()
835 snd_ctl_find_numid_locked(struct snd_card *card, unsigned int numid) in snd_ctl_find_numid_locked()
859 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card *card, in snd_ctl_find_numid()
883 struct snd_kcontrol *snd_ctl_find_id_locked(struct snd_card *card, in snd_ctl_find_id_locked()
920 struct snd_kcontrol *snd_ctl_find_id(struct snd_card *card, in snd_ctl_find_id()
932 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info()
957 static int snd_ctl_elem_list(struct snd_card *card, in snd_ctl_elem_list()
996 static int snd_ctl_elem_list_user(struct snd_card *card, in snd_ctl_elem_list_user()
1014 static int snd_ctl_check_elem_info(struct snd_card *card, in snd_ctl_check_elem_info()
1082 static int sanity_check_int_value(struct snd_card *card, in sanity_check_int_value()
1144 static int sanity_check_input_values(struct snd_card *card, in sanity_check_input_values()
1171 static int sanity_check_elem_value(struct snd_card *card, in sanity_check_elem_value()
1199 static int __snd_ctl_elem_info(struct snd_card *card, in __snd_ctl_elem_info()
1239 struct snd_card *card = ctl->card; in snd_ctl_elem_info()
1272 static int snd_ctl_elem_read(struct snd_card *card, in snd_ctl_elem_read()
1330 static int snd_ctl_elem_read_user(struct snd_card *card, in snd_ctl_elem_read_user()
1351 static int snd_ctl_elem_write(struct snd_card *card, struct snd_ctl_file *file, in snd_ctl_elem_write()
1410 struct snd_card *card; in snd_ctl_elem_write_user()
1432 struct snd_card *card = file->card; in snd_ctl_elem_lock()
1460 struct snd_card *card = file->card; in snd_ctl_elem_unlock()
1489 struct snd_card *card;
1498 static bool check_user_elem_overflow(struct snd_card *card, ssize_t add) in check_user_elem_overflow()
1711 struct snd_card *card = file->card; in snd_ctl_elem_add()
2003 struct snd_card *card; in snd_ctl_ioctl()
2255 int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type) in snd_ctl_get_preferred_subdevice()
2319 struct snd_card *card; in snd_ctl_register_layer()
2387 struct snd_card *card = device->device_data; in snd_ctl_dev_register()
2409 struct snd_card *card = device->device_data; in snd_ctl_dev_disconnect()
2436 struct snd_card *card = device->device_data; in snd_ctl_dev_free()
2458 int snd_ctl_create(struct snd_card *card) in snd_ctl_create()