Home
last modified time | relevance | path

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

/linux/sound/core/
A Dcontrol.c210 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_notify_one()
2056 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_request_layer()
2060 if (lops) in snd_ctl_request_layer()
2079 lops->next = snd_ctl_layer; in snd_ctl_register_layer()
2080 snd_ctl_layer = lops; in snd_ctl_register_layer()
2086 lops->lregister(card); in snd_ctl_register_layer()
2108 if (lops2 == lops) { in snd_ctl_disconnect_layer()
2153 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_dev_register()
2154 lops->lregister(card); in snd_ctl_dev_register()
2179 for (lops = snd_ctl_layer; lops; lops = lops->next) in snd_ctl_dev_disconnect()
[all …]
/linux/include/sound/
A Dcontrol.h158 void snd_ctl_register_layer(struct snd_ctl_layer_ops *lops);
159 void snd_ctl_disconnect_layer(struct snd_ctl_layer_ops *lops);
/linux/fs/gfs2/
A DMakefile5 glops.o log.o lops.o main.o meta_io.o \
/linux/drivers/media/pci/intel/ipu3/
A Dipu3-cio2-main.c832 unsigned int lops = DIV_ROUND_UP(pages + 1, CIO2_LOP_ENTRIES); in cio2_vb2_buf_init() local
837 if (lops <= 0 || lops > CIO2_MAX_LOPS) { in cio2_vb2_buf_init()
845 for (i = 0; i < lops; i++) { in cio2_vb2_buf_init()

Completed in 35 milliseconds