Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/w1/masters/
Dds2490.c125 struct ds_device { struct
126 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