Lines Matching refs:pusb_dev
362 u16 bcdDevice = le16_to_cpu(us->pusb_dev->descriptor.bcdDevice); in fill_inquiry_response()
463 usb_mark_last_busy(us->pusb_dev); in usb_stor_control_thread()
525 us->pusb_dev = interface_to_usbdev(intf); in associate_dev()
529 le16_to_cpu(us->pusb_dev->descriptor.idVendor), in associate_dev()
530 le16_to_cpu(us->pusb_dev->descriptor.idProduct), in associate_dev()
531 le16_to_cpu(us->pusb_dev->descriptor.bcdDevice)); in associate_dev()
544 us->iobuf = usb_alloc_coherent(us->pusb_dev, US_IOBUF_SIZE, in associate_dev()
673 struct usb_device *dev = us->pusb_dev; in get_device_info()
687 usb_stor_adjust_quirks(us->pusb_dev, &us->fflags); in get_device_info()
840 us->send_ctrl_pipe = usb_sndctrlpipe(us->pusb_dev, 0); in get_pipes()
841 us->recv_ctrl_pipe = usb_rcvctrlpipe(us->pusb_dev, 0); in get_pipes()
842 us->send_bulk_pipe = usb_sndbulkpipe(us->pusb_dev, in get_pipes()
844 us->recv_bulk_pipe = usb_rcvbulkpipe(us->pusb_dev, in get_pipes()
847 us->recv_intr_pipe = usb_rcvintpipe(us->pusb_dev, in get_pipes()
915 usb_free_coherent(us->pusb_dev, US_IOBUF_SIZE, us->iobuf, us->iobuf_dma); in dissociate_dev()
930 if (us->pusb_dev->state == USB_STATE_NOTATTACHED) { in quiesce_and_remove_host()
1063 if (!hcd_uses_dma(bus_to_hcd(us->pusb_dev->bus)) || in usb_stor_probe1()
1064 bus_to_hcd(us->pusb_dev->bus)->localmem_pool) in usb_stor_probe1()