Lines Matching refs:pIntf

1210    struct usb_interface *     pIntf,  in GobiNetSuspend()  argument
1216 if (pIntf == 0) in GobiNetSuspend()
1222 pDev = usb_get_intfdata( pIntf ); in GobiNetSuspend()
1224 pDev = (struct usbnet *)pIntf->dev.platform_data; in GobiNetSuspend()
1279 pIntf->dev.power.power_state.event = powerEvent.event; in GobiNetSuspend()
1290 return usbnet_suspend( pIntf, powerEvent ); in GobiNetSuspend()
1292 int QuecGobiNetSuspend(struct usb_interface *pIntf, pm_message_t powerEvent ) { in QuecGobiNetSuspend() argument
1293 return GobiNetSuspend(pIntf, powerEvent); in QuecGobiNetSuspend()
1310 static int GobiNetResume( struct usb_interface * pIntf ) in GobiNetResume() argument
1317 if (pIntf == 0) in GobiNetResume()
1323 pDev = usb_get_intfdata( pIntf ); in GobiNetResume()
1325 pDev = (struct usbnet *)pIntf->dev.platform_data; in GobiNetResume()
1341 oldPowerState = pIntf->dev.power.power_state.event; in GobiNetResume()
1342 pIntf->dev.power.power_state.event = PM_EVENT_ON; in GobiNetResume()
1350 nRet = usbnet_resume( pIntf ); in GobiNetResume()
1391 static int GobiNetResetResume( struct usb_interface * pIntf ) in GobiNetResetResume() argument
1394 pIntf->needs_binding = 1; in GobiNetResetResume()
1428 struct usb_interface * pIntf ) in GobiNetDriverBind() argument
1437 if (pIntf->num_altsetting != 1) in GobiNetDriverBind()
1439 DBG( "invalid num_altsetting %u\n", pIntf->num_altsetting ); in GobiNetDriverBind()
1444 if ( !test_bit(pIntf->cur_altsetting->desc.bInterfaceNumber, &pDev->driver_info->data)) in GobiNetDriverBind()
1447 pIntf->cur_altsetting->desc.bInterfaceNumber ); in GobiNetDriverBind()
1451 if ( pIntf->cur_altsetting->desc.bInterfaceClass != 0xff) in GobiNetDriverBind()
1453 struct usb_interface_descriptor *desc = &pIntf->cur_altsetting->desc; in GobiNetDriverBind()
1470 numEndpoints = pIntf->cur_altsetting->desc.bNumEndpoints; in GobiNetDriverBind()
1473 pEndpoint = pIntf->cur_altsetting->endpoint + endpointIndex; in GobiNetDriverBind()
1498 pIntf->cur_altsetting->desc.bInterfaceNumber, in GobiNetDriverBind()
1521 interface_to_usbdev(pIntf), in GobiNetDriverBind()
1522 usb_sndctrlpipe(interface_to_usbdev(pIntf), 0), in GobiNetDriverBind()
1526 pIntf->cur_altsetting->desc.bInterfaceNumber, in GobiNetDriverBind()
1560 pIntf->dev.platform_data = (void *)pDev; in GobiNetDriverBind()
1596 struct usb_interface * pIntf) in GobiNetDriverUnbind() argument
1614 pIntf->dev.platform_data = NULL; in GobiNetDriverUnbind()
1618 pIntf->needs_remote_wakeup = 0; in GobiNetDriverUnbind()
2855 struct usb_interface * pIntf, in GobiUSBNetProbe() argument
2865 status = usbnet_probe( pIntf, pVIDPIDs ); in GobiUSBNetProbe()
2873 pIntf->needs_remote_wakeup = 1; in GobiUSBNetProbe()
2877 pDev = usb_get_intfdata( pIntf ); in GobiUSBNetProbe()
2879 pDev = (struct usbnet *)pIntf->dev.platform_data; in GobiUSBNetProbe()
2885 usbnet_disconnect( pIntf ); in GobiUSBNetProbe()
2893 usbnet_disconnect( pIntf ); in GobiUSBNetProbe()
2925 usbnet_disconnect( pIntf ); in GobiUSBNetProbe()
2954 pGobiDev->mpIntf = pIntf; in GobiUSBNetProbe()
3002 interface_to_usbdev(pIntf), in GobiUSBNetProbe()
3003 usb_sndctrlpipe(interface_to_usbdev(pIntf), 0), in GobiUSBNetProbe()
3007 pIntf->cur_altsetting->desc.bInterfaceNumber, in GobiUSBNetProbe()
3019 interface_to_usbdev(pIntf), in GobiUSBNetProbe()
3020 usb_sndctrlpipe(interface_to_usbdev(pIntf), 0), in GobiUSBNetProbe()
3024 pIntf->cur_altsetting->desc.bInterfaceNumber, in GobiUSBNetProbe()
3075 usbnet_disconnect( pIntf ); in GobiUSBNetProbe()