Home
last modified time | relevance | path

Searched refs:lops (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/sound/core/
Dcontrol.c205 struct snd_ctl_layer_ops *lops; in snd_ctl_notify_one() local
211 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_notify_one()
212 lops->lnotify(card, mask, kctl, ioff); in snd_ctl_notify_one()
2207 struct snd_ctl_layer_ops *lops; in snd_ctl_request_layer() local
2212 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_request_layer()
2213 if (strcmp(lops->module_name, module_name) == 0) in snd_ctl_request_layer()
2216 if (lops) in snd_ctl_request_layer()
2229 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops) in snd_ctl_register_layer() argument
2235 lops->next = snd_ctl_layer; in snd_ctl_register_layer()
2236 snd_ctl_layer = lops; in snd_ctl_register_layer()
[all …]
/Linux-v6.1/fs/gfs2/
DMakefile5 glops.o log.o lops.o main.o meta_io.o \
/Linux-v6.1/include/sound/
Dcontrol.h159 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops);
160 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops);
/Linux-v6.1/drivers/media/pci/intel/ipu3/
Dipu3-cio2-main.c837 unsigned int lops = DIV_ROUND_UP(pages + 1, CIO2_LOP_ENTRIES); in cio2_vb2_buf_init() local
842 if (lops <= 0 || lops > CIO2_MAX_LOPS) { in cio2_vb2_buf_init()
850 for (i = 0; i < lops; i++) { in cio2_vb2_buf_init()