Lines Matching refs:udev
72 usb_put_dev(dev->udev); in hdpvr_delete()
125 ret = usb_control_msg(dev->udev, in device_authorization()
126 usb_rcvctrlpipe(dev->udev, 0), in device_authorization()
188 ret = usb_control_msg(dev->udev, in device_authorization()
189 usb_sndctrlpipe(dev->udev, 0), in device_authorization()
218 ret = usb_control_msg(dev->udev, in hdpvr_device_init()
219 usb_sndctrlpipe(dev->udev, 0), in hdpvr_device_init()
231 ret = usb_control_msg(dev->udev, in hdpvr_device_init()
232 usb_sndctrlpipe(dev->udev, 0), in hdpvr_device_init()
240 ret = usb_control_msg(dev->udev, in hdpvr_device_init()
241 usb_sndctrlpipe(dev->udev, 0), in hdpvr_device_init()
327 dev->udev = usb_get_dev(interface_to_usbdev(interface)); in hdpvr_probe()