Lines Matching defs:kaweth_device
214 struct kaweth_device struct
216 spinlock_t device_lock;
218 __u32 status;
219 int end;
220 int suspend_lowmem_rx;
221 int suspend_lowmem_ctrl;
222 int linkstate;
223 int opened;
224 struct delayed_work lowmem_work;
226 struct usb_device *dev;
227 struct usb_interface *intf;
228 struct net_device *net;
229 wait_queue_head_t term_wait;
231 struct urb *rx_urb;
255 static int kaweth_control(struct kaweth_device *kaweth, in kaweth_control() argument