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);
336 static int streamzap_probe(struct usb_interface *intf, in streamzap_probe() argument
339 struct usb_device *usbdev = interface_to_usbdev(intf); in streamzap_probe()
352 sz->interface = intf; in streamzap_probe()
355 iface_host = intf->cur_altsetting; in streamzap_probe()
358 dev_err(&intf->dev, "%s: Unexpected desc.bNumEndpoints (%d)\n", in streamzap_probe()
366 dev_err(&intf->dev, "%s: endpoint doesn't match input device " in streamzap_probe()
373 dev_err(&intf->dev, "%s: endpoint attributes don't match xfer " in streamzap_probe()
383 dev_err(&intf->dev, "%s: endpoint Max Packet Size is 0!?!\n", in streamzap_probe()
398 sz->dev = &intf->dev; in streamzap_probe()
438 usb_set_intfdata(intf, sz); in streamzap_probe()
487 static int streamzap_suspend(struct usb_interface *intf, pm_message_t message) in streamzap_suspend() argument
489 struct streamzap_ir *sz = usb_get_intfdata(intf); in streamzap_suspend()
496 static int streamzap_resume(struct usb_interface *intf) in streamzap_resume() argument
498 struct streamzap_ir *sz = usb_get_intfdata(intf); in streamzap_resume()