Searched defs:ds_device (Results 1 – 1 of 1) sorted by relevance
124 struct ds_device { struct125 struct list_head ds_entry;127 struct usb_device *udev;128 struct usb_interface *intf;130 int ep[NUM_EP];135 int spu_sleep;139 u16 spu_bit;141 u8 st_buf[ST_SIZE];142 u8 byte_buf;166 static LIST_HEAD(ds_devices); argument