Home
last modified time | relevance | path

Searched defs:kaweth_device (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dkaweth.c212 struct kaweth_device struct
214 spinlock_t device_lock;
216 __u32 status;
217 int end;
218 int removed;
219 int suspend_lowmem;
220 int linkstate;
222 struct usb_device *dev;
223 struct net_device *net;
247 static int kaweth_control(struct kaweth_device *kaweth, in kaweth_control() argument