Lines Matching defs:ops
100 struct genl_ctrl_op **ops;
151 struct genl_ctrl_ops ops;
183 .off = _OUT(ops),
208 dump_operations(struct genl_ctrl_ops *ops)
210 if (ops->num_ops == 0)
213 for (uint32_t i = 0; i < ops->num_ops; i++) {
215 ops->ops[i]->id,
216 ops->ops[i]->flags);
218 if ((ops->ops[i]->flags & op_caps[j].flag) == op_caps[j].flag)
251 dump_operations(&family->ops);