Lines Matching refs:intf

785 	struct usb_interface *intf = dev->interface;  in zytronic_read_data()  local
789 dev_dbg(&intf->dev, "%s: Command response %d\n", __func__, pkt[1]); in zytronic_read_data()
796 dev_dbg(&intf->dev, "%s: down %d,%d\n", __func__, dev->x, dev->y); in zytronic_read_data()
803 dev_dbg(&intf->dev, "%s: up %d,%d\n", __func__, dev->x, dev->y); in zytronic_read_data()
807 dev_dbg(&intf->dev, "%s: Unknown return %d\n", __func__, pkt[0]); in zytronic_read_data()
1486 (struct usb_interface *intf, pm_message_t message) in usbtouch_suspend() argument
1488 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); in usbtouch_suspend()
1495 static int usbtouch_resume(struct usb_interface *intf) in usbtouch_resume() argument
1497 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); in usbtouch_resume()
1509 static int usbtouch_reset_resume(struct usb_interface *intf) in usbtouch_reset_resume() argument
1511 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); in usbtouch_reset_resume()
1519 dev_dbg(&intf->dev, in usbtouch_reset_resume()
1555 static int usbtouch_probe(struct usb_interface *intf, in usbtouch_probe() argument
1561 struct usb_device *udev = interface_to_usbdev(intf); in usbtouch_probe()
1569 endpoint = usbtouch_get_input_endpoint(intf->cur_altsetting); in usbtouch_probe()
1609 dev_dbg(&intf->dev, in usbtouch_probe()
1614 usbtouch->interface = intf; in usbtouch_probe()
1638 input_dev->dev.parent = &intf->dev; in usbtouch_probe()
1672 dev_dbg(&intf->dev, in usbtouch_probe()
1683 dev_dbg(&intf->dev, in usbtouch_probe()
1692 dev_dbg(&intf->dev, in usbtouch_probe()
1698 usb_set_intfdata(intf, usbtouch); in usbtouch_probe()
1702 usb_autopm_get_interface(intf); in usbtouch_probe()
1705 usb_autopm_put_interface(intf); in usbtouch_probe()
1706 dev_err(&intf->dev, in usbtouch_probe()
1731 static void usbtouch_disconnect(struct usb_interface *intf) in usbtouch_disconnect() argument
1733 struct usbtouch_usb *usbtouch = usb_get_intfdata(intf); in usbtouch_disconnect()
1738 dev_dbg(&intf->dev, in usbtouch_disconnect()
1741 usb_set_intfdata(intf, NULL); in usbtouch_disconnect()
1747 usbtouch_free_buffers(interface_to_usbdev(intf), usbtouch); in usbtouch_disconnect()