Lines Matching refs:pusb_dev
287 u16 bcdDevice = le16_to_cpu(us->pusb_dev->descriptor.bcdDevice); in fill_inquiry_response()
382 usb_mark_last_busy(us->pusb_dev); in usb_stor_control_thread()
438 us->pusb_dev = interface_to_usbdev(intf); in associate_dev()
442 le16_to_cpu(us->pusb_dev->descriptor.idVendor), in associate_dev()
443 le16_to_cpu(us->pusb_dev->descriptor.idProduct), in associate_dev()
444 le16_to_cpu(us->pusb_dev->descriptor.bcdDevice)); in associate_dev()
457 us->iobuf = usb_alloc_coherent(us->pusb_dev, US_IOBUF_SIZE, in associate_dev()
579 struct usb_device *dev = us->pusb_dev; in get_device_info()
593 usb_stor_adjust_quirks(us->pusb_dev, &us->fflags); in get_device_info()
759 us->send_ctrl_pipe = usb_sndctrlpipe(us->pusb_dev, 0); in get_pipes()
760 us->recv_ctrl_pipe = usb_rcvctrlpipe(us->pusb_dev, 0); in get_pipes()
761 us->send_bulk_pipe = usb_sndbulkpipe(us->pusb_dev, in get_pipes()
763 us->recv_bulk_pipe = usb_rcvbulkpipe(us->pusb_dev, in get_pipes()
766 us->recv_intr_pipe = usb_rcvintpipe(us->pusb_dev, in get_pipes()
833 usb_free_coherent(us->pusb_dev, US_IOBUF_SIZE, us->iobuf, us->iobuf_dma); in dissociate_dev()
847 if (us->pusb_dev->state == USB_STATE_NOTATTACHED) { in quiesce_and_remove_host()