Home
last modified time | relevance | path

Searched refs:mops (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/media/pci/saa7134/
Dsaa7134-core.c569 if (dev->mops->irq_ts_done != NULL) in saa7134_irq()
570 dev->mops->irq_ts_done(dev, status); in saa7134_irq()
854 if (NULL != dev->mops) in mpeg_ops_attach()
861 dev->mops = ops; in mpeg_ops_attach()
867 if (NULL == dev->mops) in mpeg_ops_detach()
869 if (dev->mops != ops) in mpeg_ops_detach()
871 dev->mops->fini(dev); in mpeg_ops_detach()
872 dev->mops = NULL; in mpeg_ops_detach()
879 struct saa7134_mpeg_ops *mops; in saa7134_initdev() local
1049 list_for_each_entry(mops, &mops_list, next) in saa7134_initdev()
[all …]
Dsaa7134.h607 struct saa7134_mpeg_ops *mops; member
Dsaa7134-video.c2214 if (dev->mops && dev->mops->signal_change) in saa7134_irq_video_signalchange()
2215 dev->mops->signal_change(dev); in saa7134_irq_video_signalchange()
/linux-4.1.27/arch/sparc/kernel/
Dmdesc.c71 struct mdesc_mem_ops *mops; member
169 struct mdesc_mem_ops *mops) in mdesc_alloc() argument
171 struct mdesc_handle *hp = mops->alloc(mdesc_size); in mdesc_alloc()
174 hp->mops = mops; in mdesc_alloc()
181 hp->mops->free(hp); in mdesc_free()
210 hp->mops->free(hp); in mdesc_release()
Dldc.c144 const struct ldc_mode_ops *mops; member
1119 const struct ldc_mode_ops *mops; in ldc_alloc() local
1136 mops = &raw_ops; in ldc_alloc()
1141 mops = &nonraw_ops; in ldc_alloc()
1146 mops = &stream_ops; in ldc_alloc()
1181 lp->mops = mops; in ldc_alloc()
1890 err = lp->mops->write(lp, buf, size); in ldc_write()
1914 err = lp->mops->read(lp, buf, size); in ldc_read()