Searched refs:MAX_LINE_LEN (Results 1 – 3 of 3) sorted by relevance
54 #define MAX_LINE_LEN 4096 macro57 char line[MAX_LINE_LEN + 1]; in parse()71 if (linelen == MAX_LINE_LEN) { in parse()
309 #define MAX_LINE_LEN 128 macro313 char buf[MAX_LINE_LEN]; in read_buffer_show()320 scnprintf(buf, MAX_LINE_LEN, "address %#x val 0x%02x\n", in read_buffer_show()
283 #define MAX_LINE_LEN (LINE_LEN(DRM_MAX_CRC_NR)) macro291 char buf[MAX_LINE_LEN]; in crtc_crc_read()
Completed in 8 milliseconds