Lines Matching defs:attr

1761 			       struct device_attribute *attr,  in authorized_show()
1849 struct device_attribute *attr, in authorized_store()
1871 static ssize_t boot_show(struct device *dev, struct device_attribute *attr, in boot_show()
1880 static ssize_t device_show(struct device *dev, struct device_attribute *attr, in device_show()
1890 device_name_show(struct device *dev, struct device_attribute *attr, char *buf) in device_name_show()
1899 generation_show(struct device *dev, struct device_attribute *attr, char *buf) in generation_show()
1907 static ssize_t key_show(struct device *dev, struct device_attribute *attr, in key_show()
1925 static ssize_t key_store(struct device *dev, struct device_attribute *attr, in key_store()
1959 static ssize_t speed_show(struct device *dev, struct device_attribute *attr, in speed_show()
1974 static ssize_t rx_lanes_show(struct device *dev, struct device_attribute *attr, in rx_lanes_show()
2000 static ssize_t tx_lanes_show(struct device *dev, struct device_attribute *attr, in tx_lanes_show()
2027 struct device_attribute *attr, char *buf) in nvm_authenticate_show()
2103 struct device_attribute *attr, const char *buf, size_t count) in nvm_authenticate_store()
2113 struct device_attribute *attr, char *buf) in nvm_authenticate_on_disconnect_show()
2119 struct device_attribute *attr, const char *buf, size_t count) in nvm_authenticate_on_disconnect_store()
2129 struct device_attribute *attr, char *buf) in nvm_version_show()
2150 static ssize_t vendor_show(struct device *dev, struct device_attribute *attr, in vendor_show()
2160 vendor_name_show(struct device *dev, struct device_attribute *attr, char *buf) in vendor_name_show()
2168 static ssize_t unique_id_show(struct device *dev, struct device_attribute *attr, in unique_id_show()
2198 struct attribute *attr, int n) in switch_attr_is_visible()