Home
last modified time | relevance | path

Searched refs:debug_printf (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/tools/power/x86/intel-speed-select/
Disst-core.c24 debug_printf("cpu:%d WRITE_PM_CONFIG resp:%x\n", cpu, resp); in isst_write_pm_config()
39 debug_printf("cpu:%d READ_PM_CONFIG resp:%x\n", cpu, resp); in isst_read_pm_config()
63 debug_printf("cpu:%d CONFIG_TDP_GET_LEVELS_INFO resp:%x\n", cpu, resp); in isst_get_ctdp_levels()
94 debug_printf("cpu:%d pm_config is not supported \n", cpu); in isst_get_ctdp_control()
96 debug_printf("cpu:%d pm_config SST-CP state:%d cap:%d \n", cpu, cp_state, cp_cap); in isst_get_ctdp_control()
101 debug_printf( in isst_get_ctdp_control()
125 debug_printf( in isst_get_tdp_info()
146 debug_printf( in isst_get_pwr_info()
170 debug_printf( in isst_get_uncore_p0_p1_info()
193 debug_printf( in isst_get_p1_info()
[all …]
Disst-daemon.c45 debug_printf("Invalid package/die info for cpu:%d\n", cpu); in process_level_change()
57 debug_printf("Can't get tdp levels for cpu:%d\n", cpu); in process_level_change()
61 debug_printf("Get Config level %d pkg:%d die:%d current_level:%d \n", cpu, in process_level_change()
65 debug_printf("config TDP s locked \n"); in process_level_change()
72 debug_printf("**Config level change for cpu:%d pkg:%d die:%d from %d to %d\n", in process_level_change()
83 debug_printf("Can't get core_mask:%d\n", cpu); in process_level_change()
237 debug_printf("Starting loop\n");
Disst-config.c81 void debug_printf(const char *format, ...) in debug_printf() function
515 debug_printf("max cpus %d\n", topo_max_cpus); in set_max_cpu_num()
643 debug_printf(" map logical_cpu:%d\n", in create_cpu_map()
658 debug_printf( in create_cpu_map()
732 debug_printf("mmio_cmd cpu:%d reg:%d write:%d\n", cpu, reg, write); in isst_send_mmio_command()
761 debug_printf( in isst_send_mmio_command()
779 debug_printf( in isst_send_mbox_command()
789 debug_printf("CPU %d\n", cpu); in isst_send_mbox_command()
844 debug_printf( in isst_send_mbox_command()
850 debug_printf( in isst_send_mbox_command()
[all …]
Dhfi-events.c197 debug_printf("Received event %d parse_rer:%d\n", genlhdr->cmd, ret); in handle_event()
202 debug_printf("THERMAL_GENL_EVENT_CPU_CAPABILITY_CHANGE\n"); in handle_event()
290 debug_printf("hfi is initialized\n"); in hfi_main()
294 debug_printf("nl_recv_message err:%d\n", err); in hfi_main()
Disst.h180 extern void debug_printf(const char *format, ...);
/linux-5.19.10/drivers/video/fbdev/
Dcyber2000fb.h19 static void debug_printf(char *fmt, ...) in debug_printf() function
32 #define debug_printf(x...) do { } while (0) macro
Dcyber2000fb.c247 debug_printf("accel_wait timed out\n"); in cyber2000fb_sync()