Searched defs:iwl_op_mode_ops (Results 1 – 1 of 1) sorted by relevance
153 struct iwl_op_mode_ops { struct154 struct iwl_op_mode *(*start)(struct iwl_trans *trans,158 void (*stop)(struct iwl_op_mode *op_mode);182 int iwl_opmode_register(const char *name, const struct iwl_op_mode_ops *ops); argument