Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dcontrol.c204 struct snd_ctl_layer_ops *lops; in snd_ctl_notify_one() local
210 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()
2196 struct snd_ctl_layer_ops *lops; in snd_ctl_request_layer() local
2201 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_request_layer()
2202 if (strcmp(lops->module_name, module_name) == 0) in snd_ctl_request_layer()
2216 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops) in snd_ctl_register_layer() argument
2222 lops->next = snd_ctl_layer; in snd_ctl_register_layer()
2223 snd_ctl_layer = lops; in snd_ctl_register_layer()
2229 lops->lregister(card); in snd_ctl_register_layer()
[all …]
/linux/fs/gfs2/
H A DMakefile5 glops.o log.o lops.o main.o meta_io.o \
/linux/include/sound/
H A Dcontrol.h181 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops);
182 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops);
/linux/drivers/media/pci/intel/ipu3/
H A Dipu3-cio2.c840 unsigned int lops = DIV_ROUND_UP(pages + 1, CIO2_LOP_ENTRIES); in cio2_vb2_buf_init() local
845 if (lops <= 0 || lops > CIO2_MAX_LOPS) { in cio2_vb2_buf_init()
853 for (i = 0; i < lops; i++) { in cio2_vb2_buf_init()