Lines Matching defs:card

47 	struct snd_card *card;  in snd_ctl_open()  local
111 struct snd_card *card; in snd_ctl_release() local
149 void snd_ctl_notify(struct snd_card *card, unsigned int mask, in snd_ctl_notify()
200 void snd_ctl_notify_one(struct snd_card *card, unsigned int mask, in snd_ctl_notify_one()
333 static bool snd_ctl_remove_numid_conflict(struct snd_card *card, in snd_ctl_remove_numid_conflict()
352 static int snd_ctl_find_hole(struct snd_card *card, unsigned int count) in snd_ctl_find_hole()
400 static void add_hash_entries(struct snd_card *card, in add_hash_entries()
423 static void remove_hash_entries(struct snd_card *card, in remove_hash_entries()
443 static inline void add_hash_entries(struct snd_card *card, in add_hash_entries()
447 static inline void remove_hash_entries(struct snd_card *card, in remove_hash_entries()
458 static int __snd_ctl_add_replace(struct snd_card *card, in __snd_ctl_add_replace()
509 static int snd_ctl_add_replace(struct snd_card *card, in snd_ctl_add_replace()
546 int snd_ctl_add(struct snd_card *card, struct snd_kcontrol *kcontrol) in snd_ctl_add()
566 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, in snd_ctl_replace()
574 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()
618 int snd_ctl_remove(struct snd_card *card, struct snd_kcontrol *kcontrol) in snd_ctl_remove()
637 int snd_ctl_remove_id(struct snd_card *card, struct snd_ctl_elem_id *id) in snd_ctl_remove_id()
662 struct snd_card *card = file->card; in snd_ctl_remove_user_ctl() local
690 int snd_ctl_activate_id(struct snd_card *card, struct snd_ctl_elem_id *id, in snd_ctl_activate_id()
746 int snd_ctl_rename_id(struct snd_card *card, struct snd_ctl_elem_id *src_id, in snd_ctl_rename_id()
775 void snd_ctl_rename(struct snd_card *card, struct snd_kcontrol *kctl, in snd_ctl_rename()
791 snd_ctl_find_numid_slow(struct snd_card *card, unsigned int numid) in snd_ctl_find_numid_slow()
815 struct snd_kcontrol *snd_ctl_find_numid(struct snd_card *card, in snd_ctl_find_numid()
840 struct snd_kcontrol *snd_ctl_find_id(struct snd_card *card, in snd_ctl_find_id()
867 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info()
889 static int snd_ctl_elem_list(struct snd_card *card, in snd_ctl_elem_list()
922 static int snd_ctl_elem_list_user(struct snd_card *card, in snd_ctl_elem_list_user()
940 static int snd_ctl_check_elem_info(struct snd_card *card, in snd_ctl_check_elem_info()
1008 static int sanity_check_int_value(struct snd_card *card, in sanity_check_int_value()
1070 static int sanity_check_input_values(struct snd_card *card, in sanity_check_input_values()
1097 static int sanity_check_elem_value(struct snd_card *card, in sanity_check_elem_value()
1125 static int __snd_ctl_elem_info(struct snd_card *card, in __snd_ctl_elem_info()
1162 struct snd_card *card = ctl->card; in snd_ctl_elem_info() local
1175 struct snd_card *card = ctl->card; in snd_ctl_elem_info_user() local
1196 static int snd_ctl_elem_read(struct snd_card *card, in snd_ctl_elem_read()
1244 static int snd_ctl_elem_read_user(struct snd_card *card, in snd_ctl_elem_read_user()
1267 static int snd_ctl_elem_write(struct snd_card *card, struct snd_ctl_file *file, in snd_ctl_elem_write()
1324 struct snd_card *card; in snd_ctl_elem_write_user() local
1348 struct snd_card *card = file->card; in snd_ctl_elem_lock() local
1369 struct snd_card *card = file->card; in snd_ctl_elem_unlock() local
1391 struct snd_card *card; member
1400 static bool check_user_elem_overflow(struct snd_card *card, ssize_t add) in check_user_elem_overflow()
1617 struct snd_card *card = file->card; in snd_ctl_elem_add() local
1902 struct snd_card *card; in snd_ctl_ioctl() local
2158 int snd_ctl_get_preferred_subdevice(struct snd_card *card, int type) in snd_ctl_get_preferred_subdevice()
2218 struct snd_card *card; in snd_ctl_register_layer() local
2293 struct snd_card *card = device->device_data; in snd_ctl_dev_register() local
2309 struct snd_card *card = device->device_data; in snd_ctl_dev_disconnect() local
2328 struct snd_card *card = device->device_data; in snd_ctl_dev_free() local
2350 int snd_ctl_create(struct snd_card *card) in snd_ctl_create()