HelenOS sources

USB_SETUP_PACKET_SIZE  104 uspace/drv/bus/usb/ehci/ehci_batch.c 	    USB_SETUP_PACKET_SIZE :
USB_SETUP_PACKET_SIZE  280 uspace/drv/bus/usb/ehci/ehci_batch.c 	    USB_DIRECTION_BOTH, USB_SETUP_PACKET_SIZE, toggle, false);
USB_SETUP_PACKET_SIZE  113 uspace/drv/bus/usb/ohci/ohci_batch.c 	    USB_SETUP_PACKET_SIZE :
USB_SETUP_PACKET_SIZE  288 uspace/drv/bus/usb/ohci/ohci_batch.c 	    ohci_batch->setup_buffer, USB_SETUP_PACKET_SIZE, toggle);
USB_SETUP_PACKET_SIZE  110 uspace/drv/bus/usb/uhci/uhci_batch.c 	    USB_SETUP_PACKET_SIZE :
USB_SETUP_PACKET_SIZE  190 uspace/drv/bus/usb/uhci/uhci_batch.c 		assert(batch->transferred_size >= USB_SETUP_PACKET_SIZE);
USB_SETUP_PACKET_SIZE  191 uspace/drv/bus/usb/uhci/uhci_batch.c 		batch->transferred_size -= USB_SETUP_PACKET_SIZE;
USB_SETUP_PACKET_SIZE  293 uspace/drv/bus/usb/uhci/uhci_batch.c 	    USB_SETUP_PACKET_SIZE, 0, false,
USB_SETUP_PACKET_SIZE   74 uspace/drv/bus/usb/vhc/transfer.c 			    batch->setup.buffer, USB_SETUP_PACKET_SIZE,
USB_SETUP_PACKET_SIZE   80 uspace/drv/bus/usb/vhc/transfer.c 			    batch->setup.buffer, USB_SETUP_PACKET_SIZE,
USB_SETUP_PACKET_SIZE  110 uspace/drv/bus/usb/vhc/transfer.c 			    batch->setup.buffer, USB_SETUP_PACKET_SIZE,
USB_SETUP_PACKET_SIZE  116 uspace/drv/bus/usb/vhc/transfer.c 			    batch->setup.buffer, USB_SETUP_PACKET_SIZE,
USB_SETUP_PACKET_SIZE  119 uspace/lib/usb/include/usb/request.h static_assert(sizeof(usb_device_request_setup_packet_t) == USB_SETUP_PACKET_SIZE, "");
USB_SETUP_PACKET_SIZE   68 uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h 		char buffer [USB_SETUP_PACKET_SIZE];
HelenOS homepage, sources at GitHub