Searched refs:mops (Results 1 – 5 of 5) sorted by relevance
569 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() local1049 list_for_each_entry(mops, &mops_list, next) in saa7134_initdev()[all …]
607 struct saa7134_mpeg_ops *mops; member
2214 if (dev->mops && dev->mops->signal_change) in saa7134_irq_video_signalchange()2215 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()
144 const struct ldc_mode_ops *mops; member1119 const struct ldc_mode_ops *mops; in ldc_alloc() local1136 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()