Lines Matching defs:kaweth_device
198 struct kaweth_device struct
200 spinlock_t device_lock;
202 __u32 status;
203 int end;
204 int suspend_lowmem_rx;
205 int suspend_lowmem_ctrl;
206 int linkstate;
207 int opened;
208 struct delayed_work lowmem_work;
210 struct usb_device *dev;
211 struct usb_interface *intf;
212 struct net_device *net;
213 wait_queue_head_t term_wait;
237 static int kaweth_read_configuration(struct kaweth_device *kaweth) in kaweth_read_configuration() argument