Searched refs:MAX_LINE_LEN (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/power/cpupower/lib/
H A Dcpupower_intern.h4 #ifndef MAX_LINE_LEN
5 #define MAX_LINE_LEN 4096 macro
H A Dpowercap.h17 #define MAX_LINE_LEN 4096 macro
23 char name[MAX_LINE_LEN];
H A Dacpi_cppc.c42 char linebuf[MAX_LINE_LEN];
H A Dcpupower.c80 char linebuf[MAX_LINE_LEN];
101 numread = read(fd, linebuf, MAX_LINE_LEN - 1);
119 char linebuf[MAX_LINE_LEN];
125 if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0)
H A Dcpuidle.c139 char linebuf[MAX_LINE_LEN];
177 char linebuf[MAX_LINE_LEN];
344 char linebuf[MAX_LINE_LEN];
H A Dpowercap.c122 char buf[MAX_LINE_LEN];
128 ret = sysfs_read_file(file, buf, MAX_LINE_LEN);
200 sysfs_read_file(file, zone->name, MAX_LINE_LEN);
H A Dcpufreq.c93 char linebuf[MAX_LINE_LEN];
138 char linebuf[MAX_LINE_LEN];
275 char linebuf[MAX_LINE_LEN];
350 char linebuf[MAX_LINE_LEN];
406 char linebuf[MAX_LINE_LEN];
482 char linebuf[MAX_LINE_LEN];
713 char linebuf[MAX_LINE_LEN];
/linux-master/tools/power/cpupower/utils/helpers/
H A Dsysfs.h6 #define MAX_LINE_LEN 255 macro
H A Dsysfs.c53 char linebuf[MAX_LINE_LEN];
74 numread = read(fd, linebuf, MAX_LINE_LEN - 1);
209 char linebuf[MAX_LINE_LEN];
247 char linebuf[MAX_LINE_LEN];
414 char linebuf[MAX_LINE_LEN];
H A Dmisc.c53 char linebuf[MAX_LINE_LEN];
63 if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0)
/linux-master/tools/power/cpupower/utils/
H A Dpowercap-info.c58 char line[MAX_LINE_LEN] = "";
61 ret = powercap_get_driver(line, MAX_LINE_LEN);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gen_wa_oob.c54 #define MAX_LINE_LEN 4096 macro
57 char line[MAX_LINE_LEN + 1];
71 if (linelen == MAX_LINE_LEN) {
/linux-master/tools/power/cpupower/utils/idle_monitor/
H A Drapl_monitor.c105 char line[MAX_LINE_LEN] = "";
108 ret = powercap_get_driver(line, MAX_LINE_LEN);
/linux-master/drivers/gpu/drm/
H A Ddrm_debugfs_crc.c282 #define MAX_LINE_LEN (LINE_LEN(DRM_MAX_CRC_NR)) macro
290 char buf[MAX_LINE_LEN];

Completed in 189 milliseconds