Home
last modified time | relevance | path

Searched defs:ds_device (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/w1/masters/
H A Dds2490.c124 struct ds_device { struct
125 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