Home
last modified time | relevance | path

Searched refs:iwl_dvm_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/dvm/
Dmain.c146 static const struct iwl_op_mode_ops iwl_dvm_ops; variable
1263 op_mode->ops = &iwl_dvm_ops; in iwl_op_mode_dvm_start()
2133 static const struct iwl_op_mode_ops iwl_dvm_ops = { variable
2163 ret = iwl_opmode_register("iwldvm", &iwl_dvm_ops); in iwl_init()