Lines Matching refs:gUSBModule

37 		= gUSBModule->get_device_descriptor(device);
88 gUSBModule->cancel_queued_transfers(fNotifyEndpoint);
105 = gUSBModule->get_configuration(fDevice);
107 gUSBModule->set_alt_interface(fDevice,
111 config = gUSBModule->get_configuration(fDevice);
112 gUSBModule->set_alt_interface(fDevice,
114 gUSBModule->set_alt_interface(fDevice,
118 config = gUSBModule->get_configuration(fDevice);
140 if (gUSBModule->queue_interrupt(fNotifyEndpoint, fNotifyBuffer,
162 gUSBModule->cancel_queued_transfers(fNotifyEndpoint);
163 gUSBModule->cancel_queued_transfers(fReadEndpoint);
164 gUSBModule->cancel_queued_transfers(fWriteEndpoint);
169 = gUSBModule->get_configuration(fDevice);
171 gUSBModule->set_alt_interface(fDevice,
194 status_t result = gUSBModule->queue_bulk(fReadEndpoint, buffer, *numBytes,
209 result = gUSBModule->clear_feature(fReadEndpoint,
231 status_t result = gUSBModule->queue_bulk(fWriteEndpoint, (uint8 *)buffer,
246 result = gUSBModule->clear_feature(fWriteEndpoint,
313 gUSBModule->cancel_queued_transfers(fNotifyEndpoint);
314 gUSBModule->cancel_queued_transfers(fReadEndpoint);
315 gUSBModule->cancel_queued_transfers(fWriteEndpoint);
326 = gUSBModule->get_device_descriptor(device);
379 = gUSBModule->get_device_descriptor(fDevice);
393 config = gUSBModule->get_nth_configuration(fDevice, i);
444 gUSBModule->set_configuration(fDevice, config);
498 status_t result = gUSBModule->get_descriptor(device, USB_DESCRIPTOR_STRING,
599 if (gUSBModule->clear_feature(device->fNotifyEndpoint,
605 gUSBModule->queue_interrupt(device->fNotifyEndpoint, device->fNotifyBuffer,