Symbol: device_attribute
sys/compat/linuxkpi/common/include/linux/device.h
156
struct device_attribute *, char *);
sys/compat/linuxkpi/common/include/linux/device.h
158
struct device_attribute *, const char *,
sys/compat/linuxkpi/common/include/linux/device.h
163
struct device_attribute dev_attr_##_name = \
sys/compat/linuxkpi/common/include/linux/device.h
166
struct device_attribute dev_attr_##_name = __ATTR_RO(_name)
sys/compat/linuxkpi/common/include/linux/device.h
168
struct device_attribute dev_attr_##_name = __ATTR_WO(_name)
sys/compat/linuxkpi/common/include/linux/device.h
170
struct device_attribute dev_attr_##_name = __ATTR_RW(_name)
sys/compat/linuxkpi/common/include/linux/device.h
657
device_create_file(struct device *dev, const struct device_attribute *attr)
sys/compat/linuxkpi/common/include/linux/device.h
666
device_remove_file(struct device *dev, const struct device_attribute *attr)
sys/compat/linuxkpi/common/src/linux_compat.c
259
struct device_attribute *dattr;
sys/compat/linuxkpi/common/src/linux_compat.c
262
dattr = container_of(attr, struct device_attribute, attr);
sys/compat/linuxkpi/common/src/linux_compat.c
274
struct device_attribute *dattr;
sys/compat/linuxkpi/common/src/linux_compat.c
277
dattr = container_of(attr, struct device_attribute, attr);
sys/dev/bnxt/bnxt_re/main.c
2061
static ssize_t show_rev(struct device *device, struct device_attribute *attr,
sys/dev/bnxt/bnxt_re/main.c
2070
static ssize_t show_hca(struct device *device, struct device_attribute *attr,
sys/dev/bnxt/bnxt_re/main.c
2078
static ssize_t show_board_id(struct device *device, struct device_attribute *attr,
sys/dev/bnxt/bnxt_re/main.c
2098
static struct device_attribute *bnxt_re_attributes[] = {
sys/dev/drm2/drm_crtc.h
565
struct device_attribute *attr;
sys/dev/mlx4/mlx4_core/mlx4.h
820
struct device_attribute port_attr;
sys/dev/mlx4/mlx4_core/mlx4.h
823
struct device_attribute port_mtu_attr;
sys/dev/mlx4/mlx4_core/mlx4_main.c
1081
struct device_attribute *attr,
sys/dev/mlx4/mlx4_core/mlx4_main.c
1168
struct device_attribute *attr,
sys/dev/mlx4/mlx4_core/mlx4_main.c
1233
struct device_attribute *attr,
sys/dev/mlx4/mlx4_core/mlx4_main.c
1246
struct device_attribute *attr,
sys/dev/mlx4/mlx4_ib/mlx4_ib.h
517
struct device_attribute dentry;
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1938
static ssize_t show_hca(struct device *device, struct device_attribute *attr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1946
static ssize_t show_rev(struct device *device, struct device_attribute *attr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1954
static ssize_t show_board(struct device *device, struct device_attribute *attr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1967
static struct device_attribute *mlx4_class_attributes[] = {
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
117
struct device_attribute dentry;
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
809
struct device_attribute *attr, char *buf);
sys/dev/mlx4/mlx4_ib/mlx4_ib_mcg.c
994
struct device_attribute *attr, char *buf)
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
112
struct device_attribute *attr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
139
struct device_attribute *attr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
165
struct device_attribute *attr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
168
struct device_attribute *attr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
372
struct device_attribute enable_smi_admin;
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
373
struct device_attribute smi_enabled;
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
47
struct device_attribute *attr, char *buf)
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
544
struct device_attribute *attr, char *buf)
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
559
struct device_attribute *attr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
575
struct device_attribute *attr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_sysfs.c
69
struct device_attribute *attr,
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2568
static ssize_t show_fw_pages(struct device *device, struct device_attribute *attr,
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2578
struct device_attribute *attr, char *buf)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2586
static ssize_t show_hca(struct device *device, struct device_attribute *attr,
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2594
static ssize_t show_rev(struct device *device, struct device_attribute *attr,
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2602
static ssize_t show_board(struct device *device, struct device_attribute *attr,
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2617
static struct device_attribute *mlx5_class_attributes[] = {
sys/dev/mthca/mthca_provider.c
1022
static ssize_t show_rev(struct device *device, struct device_attribute *attr,
sys/dev/mthca/mthca_provider.c
1030
static ssize_t show_hca(struct device *device, struct device_attribute *attr,
sys/dev/mthca/mthca_provider.c
1050
static ssize_t show_board(struct device *device, struct device_attribute *attr,
sys/dev/mthca/mthca_provider.c
1062
static struct device_attribute *mthca_dev_attributes[] = {
sys/dev/pms/freebsd/driver/common/lxencrypt.c
116
set_dek_table_entry0(struct device *dev, struct device_attribute *attr, const char *buf, size_t len)
sys/dev/pms/freebsd/driver/common/lxencrypt.c
130
set_dek_table_entry1(struct device *dev, struct device_attribute *attr, const char *buf, size_t len)
sys/dev/pms/freebsd/driver/common/lxencrypt.c
193
show_dek_table_entry0(struct device *dev, struct device_attribute *attr, char *buf)
sys/dev/pms/freebsd/driver/common/lxencrypt.c
207
show_dek_table_entry1(struct device *dev, struct device_attribute *attr, char *buf)
sys/dev/pms/freebsd/driver/common/lxencrypt.c
221
show_kek_table(struct device *dev, struct device_attribute *attr, char *buf)
sys/dev/pms/freebsd/driver/common/lxencrypt.c
295
show_dek_kek_map0(struct device *dev, struct device_attribute *attr, char *buf)
sys/dev/pms/freebsd/driver/common/lxencrypt.c
309
show_dek_kek_map1(struct device *dev, struct device_attribute *attr, char *buf)
sys/dev/pms/freebsd/driver/common/lxencrypt.c
323
show_target_dek_map(struct device *dev, struct device_attribute *attr, char *buf)
sys/dev/pms/freebsd/driver/common/lxencrypt.h
83
ssize_t set_dek_table_entry0(struct device *dev, struct device_attribute *attr, const char *buf, size_t len);
sys/dev/pms/freebsd/driver/common/lxencrypt.h
84
ssize_t show_dek_table_entry0(struct device *dev, struct device_attribute *attr, char *buf);
sys/dev/pms/freebsd/driver/common/lxencrypt.h
85
ssize_t set_dek_table_entry1(struct device *dev, struct device_attribute *attr, const char *buf, size_t len);
sys/dev/pms/freebsd/driver/common/lxencrypt.h
86
ssize_t show_dek_table_entry1(struct device *dev, struct device_attribute *attr, char *buf);
sys/dev/pms/freebsd/driver/common/lxencrypt.h
87
ssize_t show_kek_table(struct device *dev, struct device_attribute *attr, char *buf);
sys/dev/pms/freebsd/driver/common/lxencrypt.h
88
ssize_t show_dek_kek_map0(struct device *dev, struct device_attribute *attr, char *buf);
sys/dev/pms/freebsd/driver/common/lxencrypt.h
89
ssize_t show_dek_kek_map1(struct device *dev, struct device_attribute *attr, char *buf);
sys/dev/pms/freebsd/driver/common/lxencrypt.h
90
ssize_t show_target_dek_map(struct device *dev, struct device_attribute *attr, char *buf);
sys/dev/qlnx/qlnxr/qlnxr_os.c
103
struct device_attribute *attr, char *buf)
sys/dev/qlnx/qlnxr/qlnxr_os.c
114
static struct device_attribute *qlnxr_class_attributes[] = {
sys/dev/qlnx/qlnxr/qlnxr_os.c
74
show_rev(struct device *device, struct device_attribute *attr,
sys/dev/qlnx/qlnxr/qlnxr_os.c
84
struct device_attribute *attr, char *buf)
sys/dev/qlnx/qlnxr/qlnxr_os.c
92
struct device_attribute *attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1211
struct device_attribute *attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1228
struct device_attribute *dev_attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1241
struct device_attribute *attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1254
struct device_attribute *attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1262
struct device_attribute *attr,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1281
static ssize_t fw_ver_show(struct device *device, struct device_attribute *attr,
sys/ofed/drivers/infiniband/core/ib_ucm.c
1223
static ssize_t show_ibdev(struct device *dev, struct device_attribute *attr,
sys/ofed/drivers/infiniband/core/ib_ucma.c
1791
struct device_attribute *attr,
sys/ofed/drivers/infiniband/core/ib_user_mad.c
1114
static ssize_t show_ibdev(struct device *dev, struct device_attribute *attr,
sys/ofed/drivers/infiniband/core/ib_user_mad.c
1126
static ssize_t show_port(struct device *dev, struct device_attribute *attr,
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
1002
show_dev_device(struct device *device, struct device_attribute *attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
1016
show_dev_vendor(struct device *device, struct device_attribute *attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
947
static ssize_t ibdev_show(struct device *device, struct device_attribute *attr,
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
967
struct device_attribute *attr, char *buf)
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_vlan.c
46
static ssize_t show_parent(struct device *d, struct device_attribute *attr,