Searched refs:async_cb (Results 1 – 3 of 3) sorted by relevance
99 void (*async_cb)(struct iwl_op_mode *op_mode, member153 if (op_mode->ops->async_cb) in iwl_op_mode_async_cb()154 op_mode->ops->async_cb(op_mode, cmd); in iwl_op_mode_async_cb()
154 typedef void (*async_cb)(void *, const char *); typedef157 async_cb func;
1943 .async_cb = iwl_mvm_async_cb, \