Home
last modified time | relevance | path

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

/openbmc/linux/drivers/w1/masters/
H A Dds2490.c123 struct ds_device { struct
124 struct list_head ds_entry;
126 struct usb_device *udev;
127 struct usb_interface *intf;
129 int ep[NUM_EP];
134 int spu_sleep;
138 u16 spu_bit;
140 u8 st_buf[ST_SIZE];
141 u8 byte_buf;
165 static LIST_HEAD(ds_devices); argument