Lines Matching refs:intf
113 static int streamzap_suspend(struct usb_interface *intf, pm_message_t message);
114 static int streamzap_resume(struct usb_interface *intf);
338 static int streamzap_probe(struct usb_interface *intf, in streamzap_probe() argument
341 struct usb_device *usbdev = interface_to_usbdev(intf); in streamzap_probe()
354 sz->interface = intf; in streamzap_probe()
357 iface_host = intf->cur_altsetting; in streamzap_probe()
360 dev_err(&intf->dev, "%s: Unexpected desc.bNumEndpoints (%d)\n", in streamzap_probe()
368 dev_err(&intf->dev, "%s: endpoint doesn't match input device " in streamzap_probe()
375 dev_err(&intf->dev, "%s: endpoint attributes don't match xfer " in streamzap_probe()
385 dev_err(&intf->dev, "%s: endpoint Max Packet Size is 0!?!\n", in streamzap_probe()
400 sz->dev = &intf->dev; in streamzap_probe()
440 usb_set_intfdata(intf, sz); in streamzap_probe()
489 static int streamzap_suspend(struct usb_interface *intf, pm_message_t message) in streamzap_suspend() argument
491 struct streamzap_ir *sz = usb_get_intfdata(intf); in streamzap_suspend()
498 static int streamzap_resume(struct usb_interface *intf) in streamzap_resume() argument
500 struct streamzap_ir *sz = usb_get_intfdata(intf); in streamzap_resume()