Lines Matching refs:attr
27 struct attribute attr; member
32 container_of(_attr, struct ep_attribute, attr)
36 struct device_attribute *attr, \
50 struct device_attribute *attr, char *buf) in wMaxPacketSize_show() argument
58 static ssize_t type_show(struct device *dev, struct device_attribute *attr, in type_show() argument
82 static ssize_t interval_show(struct device *dev, struct device_attribute *attr, in interval_show() argument
128 static ssize_t direction_show(struct device *dev, struct device_attribute *attr, in direction_show() argument
145 &dev_attr_bLength.attr,
146 &dev_attr_bEndpointAddress.attr,
147 &dev_attr_bmAttributes.attr,
148 &dev_attr_bInterval.attr,
149 &dev_attr_wMaxPacketSize.attr,
150 &dev_attr_interval.attr,
151 &dev_attr_type.attr,
152 &dev_attr_direction.attr,