Lines Matching refs:printf
211 printf("Unknown event: time: %lld, id: %llx\n", in print_event()
216 printf("Event: time: %lld, ", event->timestamp); in print_event()
219 printf("type: %s(%s), ", in print_event()
223 printf("type: %s, ", in print_event()
228 printf("channel: %d-%d, ", chan, chan2); in print_event()
230 printf("channel: %d, ", chan); in print_event()
232 printf("evtype: %s", iio_ev_type_text[ev_type]); in print_event()
235 printf(", direction: %s", iio_ev_dir_text[dir]); in print_event()
236 printf("\n"); in print_event()
249 printf("Usage: %s <device_name>\n", argv[0]); in main()
257 printf("Found IIO device with name %s with device number %d\n", in main()
291 printf("nothing available\n"); in main()