Symbol: MAX_LINE_LEN
drivers/gpu/drm/drm_debugfs_crc.c
291
char buf[MAX_LINE_LEN];
drivers/gpu/drm/xe/xe_gen_wa_oob.c
57
char line[MAX_LINE_LEN + 1];
drivers/gpu/drm/xe/xe_gen_wa_oob.c
71
if (linelen == MAX_LINE_LEN) {
drivers/soundwire/debugfs.c
323
char buf[MAX_LINE_LEN];
drivers/soundwire/debugfs.c
330
scnprintf(buf, MAX_LINE_LEN, "address %#x val 0x%02x\n",
tools/power/cpupower/lib/acpi_cppc.c
42
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/lib/cpufreq.c
144
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/lib/cpufreq.c
293
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/lib/cpufreq.c
368
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/lib/cpufreq.c
424
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/lib/cpufreq.c
500
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/lib/cpufreq.c
731
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/lib/cpufreq.c
93
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/lib/cpuidle.c
141
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/lib/cpuidle.c
180
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/lib/cpuidle.c
353
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/lib/cpupower.c
102
numread = read(fd, linebuf, MAX_LINE_LEN - 1);
tools/power/cpupower/lib/cpupower.c
120
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/lib/cpupower.c
126
if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0)
tools/power/cpupower/lib/cpupower.c
81
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/lib/cpupower_intern.h
4
#ifndef MAX_LINE_LEN
tools/power/cpupower/lib/powercap.c
130
char buf[MAX_LINE_LEN];
tools/power/cpupower/lib/powercap.c
136
ret = sysfs_read_file(file, buf, MAX_LINE_LEN);
tools/power/cpupower/lib/powercap.c
208
sysfs_read_file(file, zone->name, MAX_LINE_LEN);
tools/power/cpupower/lib/powercap.h
23
char name[MAX_LINE_LEN];
tools/power/cpupower/utils/helpers/misc.c
22
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/utils/helpers/misc.c
56
if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0)
tools/power/cpupower/utils/helpers/misc.c
89
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/utils/helpers/misc.c
99
if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0)
tools/power/cpupower/utils/helpers/sysfs.c
209
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/utils/helpers/sysfs.c
247
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/utils/helpers/sysfs.c
414
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/utils/helpers/sysfs.c
53
char linebuf[MAX_LINE_LEN];
tools/power/cpupower/utils/helpers/sysfs.c
74
numread = read(fd, linebuf, MAX_LINE_LEN - 1);
tools/power/cpupower/utils/idle_monitor/rapl_monitor.c
105
char line[MAX_LINE_LEN] = "";
tools/power/cpupower/utils/idle_monitor/rapl_monitor.c
108
ret = powercap_get_driver(line, MAX_LINE_LEN);
tools/power/cpupower/utils/powercap-info.c
58
char line[MAX_LINE_LEN] = "";
tools/power/cpupower/utils/powercap-info.c
61
ret = powercap_get_driver(line, MAX_LINE_LEN);
tools/testing/selftests/mseal_system_mappings/sysmap_is_sealed.c
23
char line[MAX_LINE_LEN];
tools/testing/selftests/mseal_system_mappings/sysmap_is_sealed.c
35
char line[MAX_LINE_LEN];
tools/testing/selftests/x86/test_mremap_vdso.c
66
char line[MAX_LINE_LEN];