Searched refs:ops_ctx (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | init.c | 70 const struct iwl_fw_runtime_ops *ops, void *ops_ctx, in iwl_fw_runtime_init() 81 fwrt->ops_ctx = ops_ctx; in iwl_fw_runtime_init() 68 iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, const struct iwl_fw *fw, const struct iwl_fw_runtime_ops *ops, void *ops_ctx, struct dentry *dbgfs_dir) iwl_fw_runtime_init() argument
|
H A D | runtime.h | 145 * @ops_ctx: user ops context 160 void *ops_ctx; member 217 const struct iwl_fw_runtime_ops *ops, void *ops_ctx,
|
H A D | debugfs.c | 279 !fwrt->ops->fw_running(fwrt->ops_ctx)) in iwl_dbgfs_send_hcmd_write() 306 ret = fwrt->ops->send_hcmd(fwrt->ops_ctx, &hcmd); in iwl_dbgfs_send_hcmd_write()
|
H A D | dbg.h | 263 fwrt->ops->d3_debug_enable(fwrt->ops_ctx) && in iwl_fw_dbg_is_d3_debug_enabled()
|
H A D | dbg.c | 2696 fwrt->ops->dump_start(fwrt->ops_ctx)) in iwl_fw_error_dump_wk() 2702 fwrt->ops->dump_end(fwrt->ops_ctx); in iwl_fw_error_dump_wk()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | init.c | 18 const struct iwl_fw_runtime_ops *ops, void *ops_ctx, in iwl_fw_runtime_init() 33 fwrt->ops_ctx = ops_ctx; in iwl_fw_runtime_init() 16 iwl_fw_runtime_init(struct iwl_fw_runtime *fwrt, struct iwl_trans *trans, const struct iwl_fw *fw, const struct iwl_fw_runtime_ops *ops, void *ops_ctx, const struct iwl_dump_sanitize_ops *sanitize_ops, void *sanitize_ctx, struct dentry *dbgfs_dir) iwl_fw_runtime_init() argument
|
H A D | runtime.h | 93 * @ops_ctx: user ops context 108 void *ops_ctx; member 179 const struct iwl_fw_runtime_ops *ops, void *ops_ctx,
|
H A D | debugfs.c | 230 !fwrt->ops->fw_running(fwrt->ops_ctx)) in iwl_dbgfs_send_hcmd_write() 257 ret = fwrt->ops->send_hcmd(fwrt->ops_ctx, &hcmd); in iwl_dbgfs_send_hcmd_write()
|
H A D | dbg.h | 206 fwrt->ops->d3_debug_enable(fwrt->ops_ctx) && in iwl_fw_dbg_is_d3_debug_enabled()
|
H A D | dbg.c | 3052 fwrt->ops->dump_start(fwrt->ops_ctx); in iwl_fw_error_dump_wk() 3057 fwrt->ops->dump_end(fwrt->ops_ctx); in iwl_fw_error_dump_wk()
|
Completed in 13 milliseconds