Searched refs:mops (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/fpga/ |
| H A D | fpga-mgr.c | 30 if (mgr->mops->fpga_remove) in fpga_mgr_fpga_remove() 31 mgr->mops->fpga_remove(mgr); in fpga_mgr_fpga_remove() 36 if (mgr->mops->state) in fpga_mgr_state() 37 return mgr->mops->state(mgr); in fpga_mgr_state() 43 if (mgr->mops->status) in fpga_mgr_status() 44 return mgr->mops->status(mgr); in fpga_mgr_status() 50 if (mgr->mops->write) in fpga_mgr_write() 51 return mgr->mops->write(mgr, buf, count); in fpga_mgr_write() 65 if (mgr->mops->write_complete) in fpga_mgr_write_complete() 66 ret = mgr->mops->write_complete(mgr, info); in fpga_mgr_write_complete() [all …]
|
| H A D | dfl-fme-mgr.c | 298 info.mops = &fme_mgr_ops; in fme_mgr_probe()
|
| /linux/net/sched/ |
| H A D | act_ife.c | 180 int register_ife_op(struct tcf_meta_ops *mops) in register_ife_op() argument 184 if (!mops->metaid || !mops->metatype || !mops->name || in register_ife_op() 185 !mops->check_presence || !mops->encode || !mops->decode || in register_ife_op() 186 !mops->get || !mops->alloc) in register_ife_op() 192 if (m->metaid == mops->metaid || in register_ife_op() 193 (strcmp(mops->name, m->name) == 0)) { in register_ife_op() 199 if (!mops->release) in register_ife_op() 200 mops->release = ife_release_meta_gen; in register_ife_op() 202 list_add_tail(&mops->list, &ifeoplist); in register_ife_op() 208 int unregister_ife_op(struct tcf_meta_ops *mops) in unregister_ife_op() argument [all …]
|
| /linux/drivers/mmc/host/ |
| H A D | sdhci-of-k1.c | 258 struct mmc_host_ops *mops; in spacemit_sdhci_probe() local 274 mops = &host->mmc_host_ops; in spacemit_sdhci_probe() 275 mops->hs400_prepare_ddr = spacemit_sdhci_pre_select_hs400; in spacemit_sdhci_probe() 276 mops->hs400_complete = spacemit_sdhci_post_select_hs400; in spacemit_sdhci_probe() 277 mops->hs400_downgrade = spacemit_sdhci_pre_hs400_to_hs200; in spacemit_sdhci_probe() 278 mops->hs400_enhanced_strobe = spacemit_sdhci_hs400_enhanced_strobe; in spacemit_sdhci_probe()
|
| /linux/drivers/media/pci/saa7134/ |
| H A D | saa7134-core.c | 548 if (dev->mops->irq_ts_done != NULL) in saa7134_irq() 549 dev->mops->irq_ts_done(dev, status); in saa7134_irq() 982 if (NULL != dev->mops) in mpeg_ops_attach() 989 dev->mops = ops; in mpeg_ops_attach() 995 if (NULL == dev->mops) in mpeg_ops_detach() 997 if (dev->mops != ops) in mpeg_ops_detach() 999 dev->mops->fini(dev); in mpeg_ops_detach() 1000 dev->mops = NULL; in mpeg_ops_detach() 1007 struct saa7134_mpeg_ops *mops; in saa7134_initdev() local 1166 list_for_each_entry(mops, &mops_list, next) in saa7134_initdev() [all …]
|
| H A D | saa7134.h | 607 struct saa7134_mpeg_ops *mops; member
|
| /linux/include/net/tc_act/ |
| H A D | tc_ife.h | 64 int register_ife_op(struct tcf_meta_ops *mops); 65 int unregister_ife_op(struct tcf_meta_ops *mops);
|
| /linux/arch/sparc/kernel/ |
| H A D | mdesc.c | 74 struct mdesc_mem_ops *mops; member 238 struct mdesc_mem_ops *mops) in mdesc_alloc() argument 240 struct mdesc_handle *hp = mops->alloc(mdesc_size); in mdesc_alloc() 243 hp->mops = mops; in mdesc_alloc() 250 hp->mops->free(hp); in mdesc_free() 279 hp->mops->free(hp); in mdesc_release()
|
| H A D | ldc.c | 144 const struct ldc_mode_ops *mops; member 1125 const struct ldc_mode_ops *mops; in ldc_alloc() local 1142 mops = &raw_ops; in ldc_alloc() 1147 mops = &nonraw_ops; in ldc_alloc() 1152 mops = &stream_ops; in ldc_alloc() 1187 lp->mops = mops; in ldc_alloc() 1953 err = lp->mops->write(lp, buf, size); in ldc_write() 1979 err = lp->mops->read(lp, buf, size); in ldc_read()
|
| /linux/mm/ |
| H A D | migrate.c | 120 const struct movable_operations *mops; in isolate_movable_ops_page() local 163 mops = page_movable_ops(page); in isolate_movable_ops_page() 164 if (WARN_ON_ONCE(!mops)) in isolate_movable_ops_page() 167 if (!mops->isolate_page(page, mode)) in isolate_movable_ops_page()
|