Searched defs:ds_device (Results 1 – 1 of 1) sorted by relevance
125 struct ds_device { struct126 struct list_head ds_entry;128 struct usb_device *udev;129 struct usb_interface *intf;131 int ep[NUM_EP];136 int spu_sleep;140 u16 spu_bit;142 u8 st_buf[ST_SIZE];143 u8 byte_buf;167 static LIST_HEAD(ds_devices); argument