Lines Matching refs:pusb_dev
280 u16 bcdDevice = le16_to_cpu(us->pusb_dev->descriptor.bcdDevice); in fill_inquiry_response()
381 usb_mark_last_busy(us->pusb_dev); in usb_stor_control_thread()
443 us->pusb_dev = interface_to_usbdev(intf); in associate_dev()
447 le16_to_cpu(us->pusb_dev->descriptor.idVendor), in associate_dev()
448 le16_to_cpu(us->pusb_dev->descriptor.idProduct), in associate_dev()
449 le16_to_cpu(us->pusb_dev->descriptor.bcdDevice)); in associate_dev()
462 us->iobuf = usb_alloc_coherent(us->pusb_dev, US_IOBUF_SIZE, in associate_dev()
591 struct usb_device *dev = us->pusb_dev; in get_device_info()
605 usb_stor_adjust_quirks(us->pusb_dev, &us->fflags); in get_device_info()
758 us->send_ctrl_pipe = usb_sndctrlpipe(us->pusb_dev, 0); in get_pipes()
759 us->recv_ctrl_pipe = usb_rcvctrlpipe(us->pusb_dev, 0); in get_pipes()
760 us->send_bulk_pipe = usb_sndbulkpipe(us->pusb_dev, in get_pipes()
762 us->recv_bulk_pipe = usb_rcvbulkpipe(us->pusb_dev, in get_pipes()
765 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()
848 if (us->pusb_dev->state == USB_STATE_NOTATTACHED) { in quiesce_and_remove_host()