Searched defs:iwl_fw_runtime_ops (Results 1 – 2 of 2) sorted by relevance
72 struct iwl_fw_runtime_ops { struct73 int (*dump_start)(void *ctx);74 void (*dump_end)(void *ctx);75 bool (*fw_running)(void *ctx);76 int (*send_hcmd)(void *ctx, struct iwl_host_cmd *host_cmd);77 bool (*d3_debug_enable)(void *ctx);
18 struct iwl_fw_runtime_ops { struct19 void (*dump_start)(void *ctx);20 void (*dump_end)(void *ctx);21 int (*send_hcmd)(void *ctx, struct iwl_host_cmd *host_cmd);22 bool (*d3_debug_enable)(void *ctx);