Searched refs:mops (Results 1 – 5 of 5) sorted by relevance
842 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() local1035 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 …]
636 struct saa7134_mpeg_ops *mops; member
2619 if (dev->mops && dev->mops->signal_change) in saa7134_irq_video_signalchange()2620 dev->mops->signal_change(dev); in saa7134_irq_video_signalchange()
71 struct mdesc_mem_ops *mops; member169 struct mdesc_mem_ops *mops) in mdesc_alloc() argument171 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()
139 const struct ldc_mode_ops *mops; member1085 const struct ldc_mode_ops *mops; in ldc_alloc() local1100 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()