Lines Matching defs:kaweth_device
215 struct kaweth_device struct
217 spinlock_t device_lock;
219 __u32 status;
220 int end;
221 int suspend_lowmem_rx;
222 int suspend_lowmem_ctrl;
223 int linkstate;
224 int opened;
225 struct delayed_work lowmem_work;
227 struct usb_device *dev;
228 struct usb_interface *intf;
229 struct net_device *net;
230 wait_queue_head_t term_wait;
232 struct urb *rx_urb;
256 static int kaweth_control(struct kaweth_device *kaweth, in kaweth_control() argument