Lines Matching defs:_ds
2470 struct usb_descriptor_header *_ds = (void *)data;
2481 length = _ds->bLength;
2496 ret = entity(FFS_ ##type, &val, _ds, priv); \
2505 switch (_ds->bDescriptorType) {
2512 _ds->bDescriptorType);
2516 struct usb_interface_descriptor *ds = (void *)_ds;
2530 struct usb_endpoint_descriptor *ds = (void *)_ds;
2558 _ds->bDescriptorType, *current_class);
2568 struct usb_interface_assoc_descriptor *ds = (void *)_ds;
2589 pr_vdebug("unimplemented descriptor: %d\n", _ds->bDescriptorType);
2594 pr_vdebug("unknown descriptor: %d\n", _ds->bDescriptorType);
2599 _ds->bLength, _ds->bDescriptorType);