Searched refs:lops (Results 1 – 1 of 1) sorted by relevance
204 struct snd_ctl_layer_ops *lops; in snd_ctl_notify_one() local210 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_notify_one()211 lops->lnotify(card, mask, kctl, ioff); in snd_ctl_notify_one()2168 struct snd_ctl_layer_ops *lops; in snd_ctl_request_layer() local2173 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_request_layer()2174 if (strcmp(lops->module_name, module_name) == 0) in snd_ctl_request_layer()2177 if (lops) in snd_ctl_request_layer()2190 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops) in snd_ctl_register_layer() argument2196 lops->next = snd_ctl_layer; in snd_ctl_register_layer()2197 snd_ctl_layer = lops; in snd_ctl_register_layer()[all …]