Home
last modified time | relevance | path

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

/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()