Lines Matching defs:mops
30 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->write_complete(mgr, info);
81 if (mgr->mops->parse_header)
82 return mgr->mops->parse_header(mgr, info, buf, count);
90 if (mgr->mops->write_init)
91 return mgr->mops->write_init(mgr, info, buf, count);
98 if (mgr->mops->write_sg)
99 return mgr->mops->write_sg(mgr, sgt);
303 if (!mgr->mops->initial_header_size && !mgr->mops->parse_header)
373 if (mgr->mops->write_sg) {
381 if (mgr->mops->skip_header &&
428 if (mgr->mops->skip_header) {
480 if (mgr->mops->write)
574 info->header_size = mgr->mops->initial_header_size;
781 const struct fpga_manager_ops *mops = info->mops;
785 if (!mops) {
808 mgr->mops = info->mops;
813 mgr->dev.groups = mops->groups;
850 * @mops: pointer to structure of fpga manager ops
863 const struct fpga_manager_ops *mops, void *priv)
868 info.mops = mops;
939 * @mops: pointer to structure of fpga manager ops
950 const struct fpga_manager_ops *mops, void *priv)
955 info.mops = mops;