Searched refs:lops (Results 1 – 6 of 6) sorted by relevance
208 struct snd_ctl_layer_ops *lops; in snd_ctl_notify_one() local214 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_notify_one()215 lops->lnotify(card, mask, kctl, ioff); in snd_ctl_notify_one()2299 struct snd_ctl_layer_ops *lops; in snd_ctl_request_layer() local2304 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_request_layer()2305 if (strcmp(lops->module_name, module_name) == 0) in snd_ctl_request_layer()2308 if (lops) in snd_ctl_request_layer()2321 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops) in snd_ctl_register_layer() argument2327 lops->next = snd_ctl_layer; in snd_ctl_register_layer()2328 snd_ctl_layer = lops; in snd_ctl_register_layer()[all …]
5 glops.o log.o lops.o main.o meta_io.o \
183 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops);184 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops);
839 unsigned int lops = DIV_ROUND_UP(pages + 1, CIO2_LOP_ENTRIES); in cio2_vb2_buf_init() local844 if (lops <= 0 || lops > CIO2_MAX_LOPS) { in cio2_vb2_buf_init()852 for (i = 0; i < lops; i++) { in cio2_vb2_buf_init()
[all...]