Home
last modified time | relevance | path

Searched refs:B_USB_RAW_STATUS_SUCCESS (Results 1 – 6 of 6) sorted by relevance

/haiku/src/kits/device/
H A DUSBEndpoint.cpp27 sizeof(command)) || command.endpoint_etc.status != B_USB_RAW_STATUS_SUCCESS) in BUSBEndpoint()
150 sizeof(command)) || command.control.status != B_USB_RAW_STATUS_SUCCESS) in ControlTransfer()
170 sizeof(command)) || command.transfer.status != B_USB_RAW_STATUS_SUCCESS) in InterruptTransfer()
190 sizeof(command)) || command.transfer.status != B_USB_RAW_STATUS_SUCCESS) in BulkTransfer()
213 sizeof(command)) || command.isochronous.status != B_USB_RAW_STATUS_SUCCESS) in IsochronousTransfer()
H A DUSBInterface.cpp141 sizeof(command)) || command.generic.status != B_USB_RAW_STATUS_SUCCESS) in OtherDescriptorAt()
172 sizeof(command)) || command.alternate.status != B_USB_RAW_STATUS_SUCCESS) in CountAlternates()
214 sizeof(command)) || command.alternate.status != B_USB_RAW_STATUS_SUCCESS) in ActiveAlternateIndex()
229 sizeof(command)) || command.alternate.status != B_USB_RAW_STATUS_SUCCESS) in SetAlternate()
246 sizeof(command)) || command.interface.status != B_USB_RAW_STATUS_SUCCESS) in _UpdateDescriptorAndEndpoints()
H A DUSBDevice.cpp70 sizeof(command)) || command.device.status != B_USB_RAW_STATUS_SUCCESS) { in SetTo()
260 sizeof(command)) || command.string.status != B_USB_RAW_STATUS_SUCCESS) in GetStringDescriptor()
327 sizeof(command)) || command.descriptor.status != B_USB_RAW_STATUS_SUCCESS) in GetDescriptor()
371 sizeof(command)) || command.config.status != B_USB_RAW_STATUS_SUCCESS) in SetConfiguration()
395 sizeof(command)) || command.control.status != B_USB_RAW_STATUS_SUCCESS) in ControlTransfer()
H A DUSBConfiguration.cpp27 sizeof(command)) || command.config.status != B_USB_RAW_STATUS_SUCCESS) in BUSBConfiguration()
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp255 device->status = B_USB_RAW_STATUS_SUCCESS; in usb_raw_callback()
324 command.device.status = B_USB_RAW_STATUS_SUCCESS; in usb_raw_ioctl()
357 command.config.status = B_USB_RAW_STATUS_SUCCESS; in usb_raw_ioctl()
395 command.alternate.status = B_USB_RAW_STATUS_SUCCESS; in usb_raw_ioctl()
433 command.interface.status = B_USB_RAW_STATUS_SUCCESS; in usb_raw_ioctl()
480 command.endpoint.status = B_USB_RAW_STATUS_SUCCESS; in usb_raw_ioctl()
536 command.generic.status = B_USB_RAW_STATUS_SUCCESS; in usb_raw_ioctl()
598 command.string.status = B_USB_RAW_STATUS_SUCCESS; in usb_raw_ioctl()
652 command.descriptor.status = B_USB_RAW_STATUS_SUCCESS; in usb_raw_ioctl()
676 command.config.status = B_USB_RAW_STATUS_SUCCESS; in usb_raw_ioctl()
[all …]
H A Dusb_raw.h45 B_USB_RAW_STATUS_SUCCESS = 0, enumerator