Home
last modified time | relevance | path

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

/Linux-v5.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-config.c80 void debug_printf(const char *format, ...) in debug_printf() function
484 debug_printf("max cpus %d\n", topo_max_cpus); in set_max_cpu_num()
612 debug_printf(" map logical_cpu:%d\n", in create_cpu_map()
627 debug_printf( in create_cpu_map()
701 debug_printf("mmio_cmd cpu:%d reg:%d write:%d\n", cpu, reg, write); in isst_send_mmio_command()
730 debug_printf( in isst_send_mmio_command()
748 debug_printf( in isst_send_mbox_command()
758 debug_printf("CPU %d\n", cpu); in isst_send_mbox_command()
813 debug_printf( in isst_send_mbox_command()
819 debug_printf( in isst_send_mbox_command()
[all …]
Disst.h177 extern void debug_printf(const char *format, ...);
/Linux-v5.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()