Searched refs:attr_type (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/staging/gasket/ |
D | gasket_sysfs.h | 44 .data.attr_type = 0, \ 61 uint attr_type; member 79 .data.attr_type = _attr_type \
|
D | gasket_interrupt.c | 283 gasket_attr->data.attr_type; in interrupt_sysfs_show()
|
D | apex_driver.c | 528 type = (enum sysfs_attribute_type)gasket_attr->data.attr_type; in sysfs_show()
|
D | gasket_core.c | 493 (enum gasket_sysfs_attribute_type)gasket_attr->data.attr_type; in gasket_sysfs_data_show()
|
/Linux-v5.4/drivers/media/usb/pvrusb2/ |
D | pvrusb2-sysfs.c | 51 struct device_attribute attr_type; member 94 cip = container_of(attr, struct pvr2_sysfs_ctl_item, attr_type); in show_type() 317 sysfs_attr_init(&cip->attr_type.attr); in pvr2_sysfs_add_control() 318 cip->attr_type.attr.name = "type"; in pvr2_sysfs_add_control() 319 cip->attr_type.attr.mode = S_IRUGO; in pvr2_sysfs_add_control() 320 cip->attr_type.show = show_type; in pvr2_sysfs_add_control() 362 cip->attr_gen[acnt++] = &cip->attr_type.attr; in pvr2_sysfs_add_control()
|
/Linux-v5.4/drivers/iommu/ |
D | fsl_pamu_domain.c | 855 enum iommu_attr attr_type, void *data) in fsl_pamu_set_domain_attr() argument 860 switch (attr_type) { in fsl_pamu_set_domain_attr() 883 enum iommu_attr attr_type, void *data) in fsl_pamu_get_domain_attr() argument 888 switch (attr_type) { in fsl_pamu_get_domain_attr()
|
/Linux-v5.4/drivers/scsi/ |
D | iscsi_boot_sysfs.c | 69 #define iscsi_boot_rd_attr(fnname, sysfs_name, attr_type) \ argument 72 .type = attr_type, \
|
/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_hwmon.c | 360 enum mlxsw_hwmon_attr_type attr_type, in mlxsw_hwmon_attr_add() argument 368 switch (attr_type) { in mlxsw_hwmon_attr_add()
|
/Linux-v5.4/tools/perf/ |
D | builtin-script.c | 316 static inline unsigned int attr_type(unsigned int type) in attr_type() function 522 evsel = perf_session__find_first_evtype(session, attr_type(j)); in perf_session__check_output_opt()
|
/Linux-v5.4/scripts/ |
D | checkpatch.pl | 5677 my $attr_type = $2;
|