Searched refs:lops (Results 1 – 4 of 4) sorted by relevance
211 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_notify_one()2218 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_request_layer()2222 if (lops) in snd_ctl_request_layer()2241 lops->next = snd_ctl_layer; in snd_ctl_register_layer()2242 snd_ctl_layer = lops; in snd_ctl_register_layer()2248 lops->lregister(card); in snd_ctl_register_layer()2270 if (lops2 == lops) { in snd_ctl_disconnect_layer()2315 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_dev_register()2316 lops->lregister(card); in snd_ctl_dev_register()2341 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_dev_disconnect()[all …]
5 glops.o log.o lops.o main.o meta_io.o \
159 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops);160 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops);
837 unsigned int lops = DIV_ROUND_UP(pages + 1, CIO2_LOP_ENTRIES); in cio2_vb2_buf_init() local842 if (lops <= 0 || lops > CIO2_MAX_LOPS) { in cio2_vb2_buf_init()850 for (i = 0; i < lops; i++) { in cio2_vb2_buf_init()
Completed in 14 milliseconds