Home | History | Annotate | Download | only in x86

Lines Matching defs:MAX_SIZE

39 #define MAX_SIZE 64
108 char buffer[MAX_SIZE];
117 snprintf(buffer, MAX_SIZE, SYSFS_CLASS_GPIO "/gpio%i/pinmux", sysfs);
120 snprintf(buffer, MAX_SIZE, DEBUGFS_PINMODE_PATH "%i/current_pinmux", sysfs);
536 char filepath[MAX_SIZE];
544 snprintf(filepath, MAX_SIZE, SYSFS_CLASS_GPIO "/gpio%d/pullmode", dev->pin);
548 snprintf(filepath, MAX_SIZE, DEBUGFS_PINMODE_PATH "%d/current_pullmode", dev->pin);
558 char bu[MAX_SIZE];