Searched refs:dump_info (Results 1 – 7 of 7) sorted by relevance
276 struct mcif_wb_frame_dump_info *dump_info, in mcifwb2_dump_frame() argument291 dump_info->format = out_format; in mcifwb2_dump_frame()292 dump_info->width = dest_width; in mcifwb2_dump_frame()293 dump_info->height = dest_height; in mcifwb2_dump_frame()294 dump_info->luma_pitch = mcif_params->luma_pitch; in mcifwb2_dump_frame()295 dump_info->chroma_pitch = mcif_params->chroma_pitch; in mcifwb2_dump_frame()296 dump_info->size = dest_height * (mcif_params->luma_pitch + mcif_params->chroma_pitch); in mcifwb2_dump_frame()
511 struct mcif_wb_frame_dump_info *dump_info,
2002 if (edev->dump_info.cmd == QEDE_DUMP_CMD_NONE) { in qede_set_dump()2007 edev->dump_info.cmd = val->flag; in qede_set_dump()2008 edev->dump_info.num_args = 0; in qede_set_dump()2012 if (edev->dump_info.num_args == QEDE_DUMP_MAX_ARGS) { in qede_set_dump()2013 DP_ERR(edev, "Arg count = %d\n", edev->dump_info.num_args); in qede_set_dump()2017 switch (edev->dump_info.cmd) { in qede_set_dump()2019 edev->dump_info.args[edev->dump_info.num_args] = val->flag; in qede_set_dump()2020 edev->dump_info.num_args++; in qede_set_dump()2044 switch (edev->dump_info.cmd) { in qede_get_dump_flag()2048 edev->dump_info.args[0]); in qede_get_dump_flag()[all …]
275 struct qede_dump_info dump_info; member
106 struct mcif_wb_frame_dump_info *dump_info,
826 struct iwl_fw_error_dump_info *dump_info; in iwl_fw_error_dump_file() local871 file_len += sizeof(*dump_data) + sizeof(*dump_info); in iwl_fw_error_dump_file()906 sizeof(*dump_info) + sizeof(*dump_smem_cfg); in iwl_fw_error_dump_file()925 dump_data->len = cpu_to_le32(sizeof(*dump_info)); in iwl_fw_error_dump_file()926 dump_info = (void *)dump_data->data; in iwl_fw_error_dump_file()927 dump_info->hw_type = in iwl_fw_error_dump_file()929 dump_info->hw_step = in iwl_fw_error_dump_file()931 memcpy(dump_info->fw_human_readable, fwrt->fw->human_readable, in iwl_fw_error_dump_file()932 sizeof(dump_info->fw_human_readable)); in iwl_fw_error_dump_file()933 strncpy(dump_info->dev_human_readable, fwrt->trans->name, in iwl_fw_error_dump_file()[all …]
790 static int dump_info(void) in dump_info() function896 err = dump_info(); in __cmd_report()