Searched refs:mops (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/fpga/ |
| 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() 43 if (mgr->mops->status) in fpga_mgr_status() 50 if (mgr->mops->write) in fpga_mgr_write() 81 if (mgr->mops->write_init) in fpga_mgr_write_init() 89 if (mgr->mops->write_sg) in fpga_mgr_write_sg() 235 if (mgr->mops->write_sg) { in fpga_mgr_buf_load_sg() 312 if (mgr->mops->write) in fpga_mgr_buf_load() 613 if (!mops) { in fpga_mgr_create() [all …]
|
| /linux/net/sched/ |
| 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() 215 if (m->metaid == mops->metaid) { in unregister_ife_op() [all …]
|
| /linux/include/linux/fpga/ |
| A D | fpga-mgr.h | 173 const struct fpga_manager_ops *mops; member 195 const struct fpga_manager_ops *mops, 204 const struct fpga_manager_ops *mops,
|
| /linux/drivers/media/pci/saa7134/ |
| A D | saa7134-core.c | 559 if (dev->mops->irq_ts_done != NULL) in saa7134_irq() 993 if (NULL != dev->mops) in mpeg_ops_attach() 1000 dev->mops = ops; in mpeg_ops_attach() 1006 if (NULL == dev->mops) in mpeg_ops_detach() 1008 if (dev->mops != ops) in mpeg_ops_detach() 1010 dev->mops->fini(dev); in mpeg_ops_detach() 1011 dev->mops = NULL; in mpeg_ops_detach() 1018 struct saa7134_mpeg_ops *mops; in saa7134_initdev() local 1190 mpeg_ops_attach(mops, dev); in saa7134_initdev() 1314 struct saa7134_mpeg_ops *mops; in saa7134_finidev() local [all …]
|
| A D | saa7134.h | 619 struct saa7134_mpeg_ops *mops; member
|
| A D | saa7134-video.c | 2240 if (dev->mops && dev->mops->signal_change) in saa7134_irq_video_signalchange() 2241 dev->mops->signal_change(dev); in saa7134_irq_video_signalchange()
|
| /linux/include/net/tc_act/ |
| 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/ |
| 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()
|
| 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/drivers/clk/nxp/ |
| A D | clk-lpc32xx.c | 1435 const struct clk_ops *mops = NULL, *dops = NULL, *gops = NULL; in lpc32xx_clk_register() local 1442 mops = mux0->ops; in lpc32xx_clk_register() 1456 mux_hw, mops, div_hw, dops, in lpc32xx_clk_register()
|
Completed in 40 milliseconds