/linux-4.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_main.c | 351 static ssize_t show_rev(struct device *device, struct device_attribute *attr, in show_rev() function 375 static DEVICE_ATTR(hw_rev, S_IRUGO, show_rev, NULL);
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 501 static ssize_t show_rev(struct device *device, struct device_attribute *attr, in show_rev() function 652 static DEVICE_ATTR(hw_rev, S_IRUGO, show_rev, NULL);
|
/linux-4.1.27/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 393 static ssize_t show_rev(struct device *dev, struct device_attribute *attr, in show_rev() function 456 static DEVICE_ATTR(hw_rev, S_IRUGO, show_rev, NULL);
|
/linux-4.1.27/drivers/infiniband/hw/amso1100/ |
D | c2_provider.c | 513 static ssize_t show_rev(struct device *dev, struct device_attribute *attr, in show_rev() function 546 static DEVICE_ATTR(hw_rev, S_IRUGO, show_rev, NULL);
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | main.c | 802 static ssize_t show_rev(struct device *device, struct device_attribute *attr, in show_rev() function 819 static DEVICE_ATTR(hw_rev, S_IRUGO, show_rev, NULL);
|
/linux-4.1.27/drivers/infiniband/hw/mthca/ |
D | mthca_provider.c | 1151 static ssize_t show_rev(struct device *device, struct device_attribute *attr, in show_rev() function 1197 static DEVICE_ATTR(hw_rev, S_IRUGO, show_rev, NULL);
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 1235 static ssize_t show_rev(struct device *dev, struct device_attribute *attr, in show_rev() function 1334 static DEVICE_ATTR(hw_rev, S_IRUGO, show_rev, NULL);
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_verbs.c | 2249 static ssize_t show_rev(struct device *device, struct device_attribute *attr, in show_rev() function 2314 static DEVICE_ATTR(hw_rev, S_IRUGO, show_rev, NULL);
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | main.c | 1463 static ssize_t show_rev(struct device *device, struct device_attribute *attr, in show_rev() function 1480 static DEVICE_ATTR(hw_rev, S_IRUGO, show_rev, NULL);
|
/linux-4.1.27/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 2752 static ssize_t show_rev(struct device *dev, struct device_attribute *attr, in show_rev() function 2803 static DEVICE_ATTR(hw_rev, S_IRUGO, show_rev, NULL);
|