Searched refs:mops (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/fpga/
H A Dfpga-mgr.c30 if (mgr->mops->fpga_remove)
31 mgr->mops->fpga_remove(mgr);
36 if (mgr->mops->state)
37 return mgr->mops->state(mgr);
43 if (mgr->mops->status)
44 return mgr->mops->status(mgr);
50 if (mgr->mops->write)
51 return mgr->mops->write(mgr, buf, count);
65 if (mgr->mops->write_complete)
66 ret = mgr->mops
781 const struct fpga_manager_ops *mops = info->mops; local
862 fpga_mgr_register(struct device *parent, const char *name, const struct fpga_manager_ops *mops, void *priv) argument
949 devm_fpga_mgr_register(struct device *parent, const char *name, const struct fpga_manager_ops *mops, void *priv) argument
[all...]
H A Ddfl-fme-mgr.c298 info.mops = &fme_mgr_ops;
/linux-master/include/linux/fpga/
H A Dfpga-mgr.h132 * @mops: pointer to structure of fpga manager ops
143 const struct fpga_manager_ops *mops; member in struct:fpga_manager_info
203 * @mops: pointer to struct of fpga manager ops
212 const struct fpga_manager_ops *mops; member in struct:fpga_manager
238 const struct fpga_manager_ops *mops, void *priv);
245 const struct fpga_manager_ops *mops, void *priv);
/linux-master/include/net/tc_act/
H A Dtc_ife.h64 int register_ife_op(struct tcf_meta_ops *mops);
65 int unregister_ife_op(struct tcf_meta_ops *mops);
/linux-master/net/sched/
H A Dact_ife.c180 int register_ife_op(struct tcf_meta_ops *mops) argument
184 if (!mops->metaid || !mops->metatype || !mops->name ||
185 !mops->check_presence || !mops->encode || !mops->decode ||
186 !mops->get || !mops->alloc)
192 if (m->metaid == mops
208 unregister_ife_op(struct tcf_meta_ops *mops) argument
[all...]
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-core.c548 if (dev->mops->irq_ts_done != NULL)
549 dev->mops->irq_ts_done(dev, status);
982 if (NULL != dev->mops)
989 dev->mops = ops;
995 if (NULL == dev->mops)
997 if (dev->mops != ops)
999 dev->mops->fini(dev);
1000 dev->mops = NULL;
1007 struct saa7134_mpeg_ops *mops; local
1166 list_for_each_entry(mops,
1285 struct saa7134_mpeg_ops *mops; local
[all...]
H A Dsaa7134-video.c1831 if (dev->mops && dev->mops->signal_change)
1832 dev->mops->signal_change(dev);
H A Dsaa7134.h607 struct saa7134_mpeg_ops *mops; member in struct:saa7134_dev
/linux-master/arch/sparc/kernel/
H A Dmdesc.c74 struct mdesc_mem_ops *mops; member in struct:mdesc_handle
238 struct mdesc_mem_ops *mops)
240 struct mdesc_handle *hp = mops->alloc(mdesc_size);
243 hp->mops = mops;
250 hp->mops->free(hp);
279 hp->mops->free(hp);
237 mdesc_alloc(unsigned int mdesc_size, struct mdesc_mem_ops *mops) argument
H A Dldc.c144 const struct ldc_mode_ops *mops; member in struct:ldc_channel
1125 const struct ldc_mode_ops *mops; local
1142 mops = &raw_ops;
1147 mops = &nonraw_ops;
1152 mops = &stream_ops;
1187 lp->mops = mops;
1953 err = lp->mops->write(lp, buf, size);
1979 err = lp->mops->read(lp, buf, size);
/linux-master/mm/
H A Dmigrate.c63 const struct movable_operations *mops; local
110 mops = folio_movable_ops(folio);
111 VM_BUG_ON_FOLIO(!mops, folio);
113 if (!mops->isolate_page(&folio->page, mode))
133 const struct movable_operations *mops = folio_movable_ops(folio); local
135 mops->putback_page(&folio->page);
983 const struct movable_operations *mops; local
996 mops = folio_movable_ops(src);
997 rc = mops->migrate_page(&dst->page, &src->page, mode);
H A Dcompaction.c137 const struct movable_operations *mops; local
143 mops = page_movable_ops(page);
144 if (mops)
150 void __SetPageMovable(struct page *page, const struct movable_operations *mops) argument
153 VM_BUG_ON_PAGE((unsigned long)mops & PAGE_MAPPING_MOVABLE, page);
154 page->mapping = (void *)((unsigned long)mops | PAGE_MAPPING_MOVABLE);
/linux-master/drivers/clk/nxp/
H A Dclk-lpc32xx.c1435 const struct clk_ops *mops = NULL, *dops = NULL, *gops = NULL; local
1442 mops = mux0->ops;
1456 mux_hw, mops, div_hw, dops,

Completed in 236 milliseconds