Searched refs:ControlTransfer (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixUSBKit/
H A DFinePix.cpp81 camera->ControlTransfer (USB_REQTYPE_STANDARD | USB_REQTYPE_ENDPOINT_IN,
88 ret = camera->ControlTransfer(USB_REQTYPE_INTERFACE_OUT |USB_REQTYPE_CLASS ,
111 camera->ControlTransfer (USB_REQTYPE_STANDARD | USB_REQTYPE_ENDPOINT_IN,
127 ret = camera->ControlTransfer(USB_REQTYPE_INTERFACE_OUT |USB_REQTYPE_CLASS ,
/haiku/src/kits/device/
H A DUSBEndpoint.cpp135 BUSBEndpoint::ControlTransfer(uint8 requestType, uint8 request, uint16 value, function in class:BUSBEndpoint
224 Device()->ControlTransfer(USB_REQTYPE_ENDPOINT_IN,
234 return Device()->ControlTransfer(USB_REQTYPE_ENDPOINT_OUT,
H A DUSBDevice.cpp380 BUSBDevice::ControlTransfer(uint8 requestType, uint8 request, uint16 value, function in class:BUSBDevice
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.cpp621 fDevice->ControlTransfer(
634 size_t actualLength = fDevice->ControlTransfer(
645 actualLength = fDevice->ControlTransfer(
661 actualLength = fDevice->ControlTransfer(
666 actualLength = fDevice->ControlTransfer(
676 actualLength = fDevice->ControlTransfer(
839 fDevice->ControlTransfer(USB_REQTYPE_CLASS | USB_REQTYPE_INTERFACE_IN,
842 fDevice->ControlTransfer(USB_REQTYPE_CLASS | USB_REQTYPE_INTERFACE_IN,
845 fDevice->ControlTransfer(USB_REQTYPE_CLASS | USB_REQTYPE_INTERFACE_IN,
870 if (fDevice->ControlTransfer(USB_REQTYPE_CLAS
[all...]
/haiku/headers/os/device/
H A DUSBKit.h134 // ControlTransfer() sends requests using the default pipe.
135 ssize_t ControlTransfer(uint8 requestType,
340 ssize_t ControlTransfer(uint8 requestType,
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/quickcam/
H A DQuickCamDevice.cpp251 ret = GetDevice()->ControlTransfer(
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/
H A DNW80xCamDevice.cpp286 ret = GetDevice()->ControlTransfer(
/haiku/src/bin/listusb/
H A Dlistusb.cpp218 size_t actualLength = device.ControlTransfer(USB_REQTYPE_CLASS
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.cpp649 ret = GetDevice()->ControlTransfer(
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp782 ret = GetDevice()->ControlTransfer(

Completed in 110 milliseconds