Lines Matching refs:printf
71 printf(" input props:\n"); in print_input_props()
74 printf(" <not available\n"); in print_input_props()
83 printf(" %s\n", bit_label); in print_input_props()
85 printf(" %04x\n", i * 8 + j); in print_input_props()
91 printf(" <none>\n"); in print_input_props()
105 printf(" events:\n"); in print_possible_events()
181 printf(" %s (%04x):", label, i); in print_possible_events()
183 printf("\n "); in print_possible_events()
187 … printf(" %.20s%c%*s", bit_label, down, (int) (20 - strlen(bit_label)), ""); in print_possible_events()
189 printf(" %04x%c ", j * 8 + k, down); in print_possible_events()
191 printf(" %04x%c", j * 8 + k, down); in print_possible_events()
196 printf(" : value %d, min %d, max %d, fuzz %d, flat %d, resolution %d", in print_possible_events()
205 printf("\n"); in print_possible_events()
262 printf("%-12.12s", type_label); in print_event()
264 printf("%04x ", type); in print_event()
266 printf(" %-20.20s", code_label); in print_event()
268 printf(" %04x ", code); in print_event()
270 printf(" %-20.20s", value_label); in print_event()
272 printf(" %08x ", value); in print_event()
274 printf("%04x %04x %08x", type, code, value); in print_event()
299 printf(" HID descriptor: %s\n\n", de->d_name); in print_hid_descriptor()
376 printf("add device %d: %s\n", nfds, device); in open_device()
378 printf(" bus: %04x\n" in open_device()
384 printf(" name: \"%s\"\n", name); in open_device()
386 printf(" location: \"%s\"\n" in open_device()
389 printf(" version: %d.%d.%d\n", in open_device()
418 printf("remove device %d: %s\n", i, device); in close_device()
649 printf("%04x%s", sw, newline); in getevent_main()
672 printf("[%8ld.%06ld] ", event.time.tv_sec, event.time.tv_usec); in getevent_main()
675 printf("%s: ", device_names[i]); in getevent_main()
680 printf(" rate %lld", 1000000LL / (now - last_sync_time)); in getevent_main()
683 printf("%s", newline); in getevent_main()