Searched refs:B_USB_RAW_STATUS_SUCCESS (Results 1 – 6 of 6) sorted by relevance
27 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()
141 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()
70 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()
27 sizeof(command)) || command.config.status != B_USB_RAW_STATUS_SUCCESS) in BUSBConfiguration()
255 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 …]
45 B_USB_RAW_STATUS_SUCCESS = 0, enumerator