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
633
device_create_file(struct device *dev, const struct device_attribute *attr)
sys/compat/linuxkpi/common/include/linux/device.h
642
device_remove_file(struct device *dev, const struct device_attribute *attr)
sys/compat/linuxkpi/common/src/linux_compat.c
253
struct device_attribute *dattr;
sys/compat/linuxkpi/common/src/linux_compat.c
256
dattr = container_of(attr, struct device_attribute, attr);
sys/compat/linuxkpi/common/src/linux_compat.c
268
struct device_attribute *dattr;
sys/compat/linuxkpi/common/src/linux_compat.c
271
dattr = container_of(attr, struct device_attribute, attr);
sys/dev/bnxt/bnxt_re/main.c
2016
static ssize_t show_rev(struct device *device, struct device_attribute *attr,
sys/dev/bnxt/bnxt_re/main.c
2025
static ssize_t show_hca(struct device *device, struct device_attribute *attr,
sys/dev/bnxt/bnxt_re/main.c
2033
static ssize_t show_board_id(struct device *device, struct device_attribute *attr,
sys/dev/bnxt/bnxt_re/main.c
2053
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
1966
static ssize_t show_hca(struct device *device, struct device_attribute *attr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1974
static ssize_t show_rev(struct device *device, struct device_attribute *attr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1982
static ssize_t show_board(struct device *device, struct device_attribute *attr,
sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
1995
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
2530
static ssize_t show_fw_pages(struct device *device, struct device_attribute *attr,
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2540
struct device_attribute *attr, char *buf)
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2548
static ssize_t show_hca(struct device *device, struct device_attribute *attr,
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2556
static ssize_t show_rev(struct device *device, struct device_attribute *attr,
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2564
static ssize_t show_board(struct device *device, struct device_attribute *attr,
sys/dev/mlx5/mlx5_ib/mlx5_ib_main.c
2579
static struct device_attribute *mlx5_class_attributes[] = {
sys/dev/mthca/mthca_provider.c
1023
static ssize_t show_rev(struct device *device, struct device_attribute *attr,
sys/dev/mthca/mthca_provider.c
1031
static ssize_t show_hca(struct device *device, struct device_attribute *attr,
sys/dev/mthca/mthca_provider.c
1051
static ssize_t show_board(struct device *device, struct device_attribute *attr,
sys/dev/mthca/mthca_provider.c
1063
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
1199
struct device_attribute *attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1215
struct device_attribute *dev_attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1227
struct device_attribute *attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1239
struct device_attribute *attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1247
struct device_attribute *attr,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1265
static ssize_t show_fw_ver(struct device *device, struct device_attribute *attr,
sys/ofed/drivers/infiniband/core/ib_sysfs.c
1281
static struct device_attribute *ib_class_attributes[] = {
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
1760
struct device_attribute *attr,
sys/ofed/drivers/infiniband/core/ib_user_mad.c
1108
static ssize_t show_ibdev(struct device *dev, struct device_attribute *attr,
sys/ofed/drivers/infiniband/core/ib_user_mad.c
1120
static ssize_t show_port(struct device *dev, struct device_attribute *attr,
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
1000
show_dev_device(struct device *device, struct device_attribute *attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
1014
show_dev_vendor(struct device *device, struct device_attribute *attr, char *buf)
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
945
static ssize_t ibdev_show(struct device *device, struct device_attribute *attr,
sys/ofed/drivers/infiniband/core/ib_uverbs_main.c
965
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,