Lines Matching refs:pusb_dev
296 u16 bcdDevice = le16_to_cpu(us->pusb_dev->descriptor.bcdDevice); in fill_inquiry_response()
397 usb_mark_last_busy(us->pusb_dev); in usb_stor_control_thread()
459 us->pusb_dev = interface_to_usbdev(intf); in associate_dev()
463 le16_to_cpu(us->pusb_dev->descriptor.idVendor), in associate_dev()
464 le16_to_cpu(us->pusb_dev->descriptor.idProduct), in associate_dev()
465 le16_to_cpu(us->pusb_dev->descriptor.bcdDevice)); in associate_dev()
478 us->iobuf = usb_alloc_coherent(us->pusb_dev, US_IOBUF_SIZE, in associate_dev()
604 struct usb_device *dev = us->pusb_dev; in get_device_info()
618 usb_stor_adjust_quirks(us->pusb_dev, &us->fflags); in get_device_info()
771 us->send_ctrl_pipe = usb_sndctrlpipe(us->pusb_dev, 0); in get_pipes()
772 us->recv_ctrl_pipe = usb_rcvctrlpipe(us->pusb_dev, 0); in get_pipes()
773 us->send_bulk_pipe = usb_sndbulkpipe(us->pusb_dev, in get_pipes()
775 us->recv_bulk_pipe = usb_rcvbulkpipe(us->pusb_dev, in get_pipes()
778 us->recv_intr_pipe = usb_rcvintpipe(us->pusb_dev, in get_pipes()
846 usb_free_coherent(us->pusb_dev, US_IOBUF_SIZE, us->iobuf, us->iobuf_dma); in dissociate_dev()
861 if (us->pusb_dev->state == USB_STATE_NOTATTACHED) { in quiesce_and_remove_host()