Lines Matching refs:intf
1022 static int stir_probe(struct usb_interface *intf, in stir_probe() argument
1025 struct usb_device *dev = interface_to_usbdev(intf); in stir_probe()
1035 SET_NETDEV_DEV(net, &intf->dev); in stir_probe()
1042 dev_err(&intf->dev, "usb reset configuration failed\n"); in stir_probe()
1068 dev_info(&intf->dev, "IrDA: Registered SigmaTel device %s\n", in stir_probe()
1071 usb_set_intfdata(intf, stir); in stir_probe()
1084 static void stir_disconnect(struct usb_interface *intf) in stir_disconnect() argument
1086 struct stir_cb *stir = usb_get_intfdata(intf); in stir_disconnect()
1094 usb_set_intfdata(intf, NULL); in stir_disconnect()
1099 static int stir_suspend(struct usb_interface *intf, pm_message_t message) in stir_suspend() argument
1101 struct stir_cb *stir = usb_get_intfdata(intf); in stir_suspend()
1108 static int stir_resume(struct usb_interface *intf) in stir_resume() argument
1110 struct stir_cb *stir = usb_get_intfdata(intf); in stir_resume()