Lines Matching defs:ops
79 /* Protects the table contents, i.e. the ops pointer & drv list */
83 const struct iwl_op_mode_ops *ops; /* pointer to op_mode ops */
85 } iwlwifi_opmode_table[] = { /* ops set when driver is initialized */
86 [DVM_OP_MODE] = { .name = "iwldvm", .ops = NULL },
87 [MVM_OP_MODE] = { .name = "iwlmvm", .ops = NULL },
1414 const struct iwl_op_mode_ops *ops = op->ops;
1427 op_mode = ops->start(drv->trans, drv->trans->cfg,
1717 if (op->ops) {
1853 drv->trans->ops->debugfs_cleanup(drv->trans);
1874 int iwl_opmode_register(const char *name, const struct iwl_op_mode_ops *ops)
1885 op->ops = ops;
1907 iwlwifi_opmode_table[i].ops = NULL;