Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/saa7134/
Dsaa7134-core.c842 if (NULL != dev->mops) in mpeg_ops_attach()
849 dev->mops = ops; in mpeg_ops_attach()
855 if (NULL == dev->mops) in mpeg_ops_detach()
857 if (dev->mops != ops) in mpeg_ops_detach()
859 dev->mops->fini(dev); in mpeg_ops_detach()
860 dev->mops = NULL; in mpeg_ops_detach()
867 struct saa7134_mpeg_ops *mops; in saa7134_initdev() local
1035 list_for_each_entry(mops, &mops_list, next) in saa7134_initdev()
1036 mpeg_ops_attach(mops, dev); in saa7134_initdev()
1110 struct saa7134_mpeg_ops *mops; in saa7134_finidev() local
[all …]
Dsaa7134.h636 struct saa7134_mpeg_ops *mops; member
Dsaa7134-video.c2619 if (dev->mops && dev->mops->signal_change) in saa7134_irq_video_signalchange()
2620 dev->mops->signal_change(dev); in saa7134_irq_video_signalchange()
/linux-3.4.99/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.c139 const struct ldc_mode_ops *mops; member
1085 const struct ldc_mode_ops *mops; in ldc_alloc() local
1100 mops = &raw_ops; in ldc_alloc()
1105 mops = &nonraw_ops; in ldc_alloc()
1110 mops = &stream_ops; in ldc_alloc()
1145 lp->mops = mops; in ldc_alloc()
1852 err = lp->mops->write(lp, buf, size); in ldc_write()
1876 err = lp->mops->read(lp, buf, size); in ldc_read()