Home
last modified time | relevance | path

Searched refs:sGobiUSBNet (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMIDevice.h108 static bool IsDeviceValid( sGobiUSBNet * pDev );
140 sGobiUSBNet * pDev,
143 void (*pCallback)(sGobiUSBNet *, u16, void *),
148 sGobiUSBNet * pDev,
155 sGobiUSBNet * pDev,
169 sGobiUSBNet * pDev,
180 sGobiUSBNet * pDev,
185 sGobiUSBNet * pDev,
190 sGobiUSBNet * pDev,
195 sGobiUSBNet * pDev,
[all …]
H A DGobiUSBNet.c351 static void bridge_mode_rx_fixup(sGobiUSBNet *pQmapDev, struct net_device *net, struct sk_buff *skb… in bridge_mode_rx_fixup()
381 sGobiUSBNet * pGobiDev = (sGobiUSBNet *)pDev->data[0]; in bridge_mode_show()
405 sGobiUSBNet * pGobiDev = (sGobiUSBNet *)pDev->data[0]; in bridge_mode_store()
428 sGobiUSBNet * pGobiDev = (sGobiUSBNet *)pDev->data[0]; in bridge_ipv4_show()
449 sGobiUSBNet * pGobiDev = (sGobiUSBNet *)pDev->data[0]; in bridge_ipv4_store()
471 static sGobiUSBNet * net_to_qmap(struct net_device *dev) { in net_to_qmap()
473 sGobiUSBNet * pGobiDev = (sGobiUSBNet *)usbnet->data[0]; in net_to_qmap()
540 sGobiUSBNet *pQmapDev = (void *)data; in rmnet_usb_tx_wake_queue()
554 sGobiUSBNet *pQmapDev = net_to_qmap(skb->dev); in rmnet_usb_tx_skb_destructor()
799 sGobiUSBNet * pGobiDev = net_to_qmap(priv->real_dev); in qmap_open()
[all …]
H A DStructs.h169 struct sGobiUSBNet;
214 void (* mpNotifyFunct)(struct sGobiUSBNet *, u16, void *);
432 typedef struct sGobiUSBNet struct
512 } sGobiUSBNet; argument
526 sGobiUSBNet * mpDev;
H A DQMIDevice.c236 static u8 QMIXactionIDGet( sGobiUSBNet *pDev) in QMIXactionIDGet()
303 static bool IsDeviceValid( sGobiUSBNet * pDev ) in IsDeviceValid()
389 sGobiUSBNet * pDev, in QuecGobiSetDownReason()
419 sGobiUSBNet * pDev, in QuecGobiClearDownReason()
455 sGobiUSBNet * pDev, in QuecGobiTestDownReason()
584 sGobiUSBNet * pDev; in ReadCallback()
779 sGobiUSBNet * pDev = (sGobiUSBNet *)pIntURB->context;
901 int QuecStartRead( sGobiUSBNet * pDev )
1054 void QuecKillRead( sGobiUSBNet * pDev )
1114 sGobiUSBNet * pDev,
[all …]