Searched refs:print_flags (Results 1 – 1 of 1) sorted by relevance
95 static int print_possible_events(int fd, int print_flags) in print_possible_events() argument181 else if((count & (print_flags & PRINT_LABELS ? 0x3 : 0x7)) == 0 || i == EV_ABS) in print_possible_events()183 if(bit_labels && (print_flags & PRINT_LABELS)) { in print_possible_events()210 static void print_event(int type, int code, int value, int print_flags) in print_event() argument214 if (print_flags & PRINT_LABELS) { in print_event()311 static int open_device(const char *device, int print_flags) in open_device() argument325 if(print_flags & PRINT_DEVICE_ERRORS) in open_device()331 if(print_flags & PRINT_DEVICE_ERRORS) in open_device()336 if(print_flags & PRINT_DEVICE_ERRORS) in open_device()374 if(print_flags & PRINT_DEVICE) in open_device()[all …]