HelenOS sources

usb_str_transfer_type  126 uspace/app/tmon/tests.c 	printf("Endpoint type: %s\n", usb_str_transfer_type(params->transfer_type));
usb_str_transfer_type  148 uspace/app/usbinfo/info.c 	    endpoint_no, usb_str_transfer_type(transfer),
usb_str_transfer_type  557 uspace/drv/bus/usb/ohci/hc.c 	const char *name = usb_str_transfer_type(type); \
usb_str_transfer_type  329 uspace/drv/bus/usb/ohci/ohci_batch.c 	    usb_str_transfer_type(ohci_batch->base.ep->transfer_type),
usb_str_transfer_type  374 uspace/drv/bus/usb/ohci/ohci_batch.c 	    usb_str_transfer_type(ohci_batch->base.ep->transfer_type),
usb_str_transfer_type  255 uspace/drv/bus/usb/uhci/uhci_batch.c 	    usb_str_transfer_type(uhci_batch->base.ep->transfer_type),
usb_str_transfer_type   69 uspace/drv/bus/usb/usbdiag/tests.c 	usb_log_info("Performing %s IN test with duration %ld ms.", usb_str_transfer_type(pipe->desc.transfer_type), params->min_duration);
usb_str_transfer_type   90 uspace/drv/bus/usb/usbdiag/tests.c 				usb_log_error("Read of %s IN endpoint failed with error: %s", usb_str_transfer_type(pipe->desc.transfer_type), str_error(rc));
usb_str_transfer_type   95 uspace/drv/bus/usb/usbdiag/tests.c 				usb_log_error("Read of %s IN endpoint returned more data than expected.", usb_str_transfer_type(pipe->desc.transfer_type));
usb_str_transfer_type  114 uspace/drv/bus/usb/usbdiag/tests.c 					    usb_str_transfer_type(pipe->desc.transfer_type), i * sizeof(test_data), beef_buffer[i], test_data);
usb_str_transfer_type  129 uspace/drv/bus/usb/usbdiag/tests.c 	usb_log_info("Test on %s IN endpoint completed in %lu ms.", usb_str_transfer_type(pipe->desc.transfer_type), in_duration);
usb_str_transfer_type  167 uspace/drv/bus/usb/usbdiag/tests.c 	usb_log_info("Performing %s OUT test.", usb_str_transfer_type(pipe->desc.transfer_type));
usb_str_transfer_type  184 uspace/drv/bus/usb/usbdiag/tests.c 			usb_log_error("Write to %s OUT endpoint failed with error: %s", usb_str_transfer_type(pipe->desc.transfer_type), str_error(rc));
usb_str_transfer_type  194 uspace/drv/bus/usb/usbdiag/tests.c 	usb_log_info("Test on %s OUT endpoint completed in %ld ms.", usb_str_transfer_type(pipe->desc.transfer_type), in_duration);
usb_str_transfer_type  124 uspace/drv/bus/usb/xhci/endpoint.h 	(usb_str_transfer_type((ep).base.transfer_type))
usb_str_transfer_type   56 uspace/lib/usb/include/usb/usb.h const char *usb_str_transfer_type(usb_transfer_type_t);
usb_str_transfer_type  241 uspace/lib/usb/src/dump.c 	    usb_str_transfer_type(transfer_type));
usb_str_transfer_type  409 uspace/lib/usbhost/src/bus.c 	    usb_str_transfer_type(ep->transfer_type),
usb_str_transfer_type  491 uspace/lib/usbhost/src/bus.c 	    usb_str_transfer_type(ep->transfer_type),
HelenOS homepage, sources at GitHub