Searched refs:pm_status_row (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_pm_dbgfs_utils.h | 24 struct pm_status_row { struct 30 int adf_pm_scnprint_table_upper_keys(char *buff, const struct pm_status_row *table, argument 33 int adf_pm_scnprint_table_lower_keys(char *buff, const struct pm_status_row *table,
|
H A D | adf_pm_dbgfs_utils.c | 18 static int pm_scnprint_table(char *buff, const struct pm_status_row *table, in pm_scnprint_table() 40 int adf_pm_scnprint_table_upper_keys(char *buff, const struct pm_status_row *table, in adf_pm_scnprint_table_upper_keys() 47 int adf_pm_scnprint_table_lower_keys(char *buff, const struct pm_status_row *table, in adf_pm_scnprint_table_lower_keys()
|
H A D | adf_gen6_pm_dbgfs.c | 16 static struct pm_status_row pm_fuse_rows[] = { 22 static struct pm_status_row pm_info_rows[] = { 28 static struct pm_status_row pm_ssm_rows[] = { 33 static struct pm_status_row pm_csrs_rows[] = {
|
H A D | adf_gen4_pm_debugfs.c | 16 static const struct pm_status_row pm_fuse_rows[] = { 22 static const struct pm_status_row pm_info_rows[] = { 33 static const struct pm_status_row pm_ssm_rows[] = { 57 static const struct pm_status_row pm_log_rows[] = { 65 static const struct pm_status_row pm_event_rows[ICP_QAT_NUMBER_OF_PM_EVENTS] = { 76 static const struct pm_status_row pm_csrs_rows[] = {
|