Home
last modified time | relevance | path

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

/linux/tools/power/x86/intel-speed-select/
H A Disst-core-mbox.c84 debug_printf("mmio_cmd cpu:%d reg:%d write:%d\n", cpu, reg, write); in _send_mmio_command()
113 debug_printf( in _send_mmio_command()
131 debug_printf( in _send_mbox_command()
141 debug_printf("CPU %d\n", cpu); in _send_mbox_command()
195 debug_printf( in _send_mbox_command()
201 debug_printf( in _send_mbox_command()
211 debug_printf("Failed mbox command even after retries\n"); in _send_mbox_command()
229 debug_printf("cpu:%d READ_PM_CONFIG resp:%x\n", id->cpu, resp); in mbox_read_pm_config()
253 debug_printf("cpu:%d CONFIG_TDP_GET_LEVELS_INFO resp:%x\n", id->cpu, resp); in mbox_get_config_levels()
284 debug_printf("cpu:%d pm_config is not supported\n", id->cpu); in mbox_get_ctdp_control()
[all …]
H A Disst-core-tpmi.c16 debug_printf("Issue IOCTL: "); in tpmi_process_ioctl()
19 debug_printf("ISST_IF_CORE_POWER_STATE\n"); in tpmi_process_ioctl()
22 debug_printf("ISST_IF_CLOS_PARAM\n"); in tpmi_process_ioctl()
25 debug_printf("ISST_IF_CLOS_ASSOC\n"); in tpmi_process_ioctl()
28 debug_printf("ISST_IF_PERF_LEVELS\n"); in tpmi_process_ioctl()
31 debug_printf("ISST_IF_PERF_SET_LEVEL\n"); in tpmi_process_ioctl()
34 debug_printf("ISST_IF_PERF_SET_FEATURE\n"); in tpmi_process_ioctl()
37 debug_printf("ISST_IF_GET_PERF_LEVEL_INFO\n"); in tpmi_process_ioctl()
40 debug_printf("ISST_IF_GET_PERF_LEVEL_CPU_MASK\n"); in tpmi_process_ioctl()
43 debug_printf("ISST_IF_GET_BASE_FREQ_INFO\n"); in tpmi_process_ioctl()
[all …]
H A Disst-daemon.c44 debug_printf("Invalid package/die info for cpu:%d\n", id->cpu); in process_level_change()
56 debug_printf("Can't get tdp levels for cpu:%d\n", id->cpu); in process_level_change()
60 debug_printf("Get Config level %d pkg:%d die:%d current_level:%d\n", id->cpu, in process_level_change()
64 debug_printf("config TDP s locked \n"); in process_level_change()
71 debug_printf("**Config level change for cpu:%d pkg:%d die:%d from %d to %d\n", in process_level_change()
82 debug_printf("Can't get core_mask:%d\n", id->cpu); in process_level_change()
249 debug_printf("Starting loop\n");
H A Dhfi-events.c200 debug_printf("Received event %d parse_rer:%d\n", genlhdr->cmd, ret); in handle_event()
205 debug_printf("THERMAL_GENL_EVENT_CPU_CAPABILITY_CHANGE\n"); in handle_event()
289 debug_printf("hfi is initialized\n"); in hfi_main()
293 debug_printf("nl_recv_message err:%d\n", err); in hfi_main()
H A Disst.h226 extern void debug_printf(const char *format, ...);
/linux/drivers/video/fbdev/
H A Dcyber2000fb.h19 static void debug_printf(char *fmt, ...) in debug_printf() function
32 #define debug_printf(x...) do { } while (0) macro
H A Dcyber2000fb.c240 debug_printf("accel_wait timed out\n"); in cyber2000fb_sync()