Searched refs:send_hcmd (Results 1 – 4 of 4) sorted by relevance
162 if (fwrt->ops && fwrt->ops->send_hcmd) in iwl_dbgfs_enabled_severities_write()163 ret = fwrt->ops->send_hcmd(fwrt->ops_ctx, &hcmd); in iwl_dbgfs_enabled_severities_write()277 if (fwrt->ops && fwrt->ops->send_hcmd) in iwl_dbgfs_send_hcmd_write()278 ret = fwrt->ops->send_hcmd(fwrt->ops_ctx, &hcmd); in iwl_dbgfs_send_hcmd_write()292 FWRT_DEBUGFS_WRITE_FILE_OPS(send_hcmd, 512);448 FWRT_DEBUGFS_ADD_FILE(send_hcmd, dbgfs_dir, 0200); in iwl_fwrt_dbgfs_register()
22 int (*send_hcmd)(void *ctx, struct iwl_host_cmd *host_cmd); member
130 .send_hcmd = iwl_mld_fwrt_send_hcmd,
845 .send_hcmd = iwl_mvm_fwrt_send_hcmd,
Completed in 14 milliseconds