| /linux/include/linux/ |
| H A D | sysfs.h | 68 * struct attribute_group - data structure used to declare an attribute group. 105 struct attribute_group { struct 132 * associated with a named attribute_group to optionally be hidden. argument 157 * static struct attribute_group example_group = { 194 * static struct attribute_group example_group = { 211 * attributes. If an attribute_group defines both text and binary 285 static const struct attribute_group *_name##_groups[] = { \ 291 static const struct attribute_group _name##_group = { \ 302 static const struct attribute_group _name##_group = { \ 446 const struct attribute_group *gr 106 nameattribute_group global() argument [all...] |
| H A D | device.h | 75 const struct attribute_group **groups); 77 const struct attribute_group **groups); 90 const struct attribute_group **groups; 649 const struct attribute_group **groups; /* optional groups */ 1183 void *drvdata, const struct attribute_group **groups, 1188 const struct attribute_group **groups); 1190 const struct attribute_group **groups); 1193 const struct attribute_group *grp) in device_add_group() 1195 const struct attribute_group *groups[] = { grp, NULL }; in device_add_group() 1201 const struct attribute_group *grp) in device_remove_group() [all …]
|
| H A D | rtc.h | 267 int rtc_add_group(struct rtc_device *rtc, const struct attribute_group *grp); 268 int rtc_add_groups(struct rtc_device *rtc, const struct attribute_group **grps); 271 int rtc_add_group(struct rtc_device *rtc, const struct attribute_group *grp) in rtc_add_group() 277 int rtc_add_groups(struct rtc_device *rtc, const struct attribute_group **grps) in rtc_add_groups()
|
| /linux/drivers/hwmon/ |
| H A D | vexpress-hwmon.c | 83 const struct attribute_group **attr_groups; 94 static struct attribute_group vexpress_hwmon_group_volt = { 100 .attr_groups = (const struct attribute_group *[]) { 114 static struct attribute_group vexpress_hwmon_group_amp = { 120 .attr_groups = (const struct attribute_group *[]) { 133 static struct attribute_group vexpress_hwmon_group_temp = { 139 .attr_groups = (const struct attribute_group *[]) { 152 static struct attribute_group vexpress_hwmon_group_power = { 158 .attr_groups = (const struct attribute_group *[]) { 171 static struct attribute_group vexpress_hwmon_group_energy = { [all …]
|
| /linux/fs/sysfs/ |
| H A D | group.c | 21 const struct attribute_group *grp) in remove_files() 34 static umode_t __first_visible(const struct attribute_group *grp, struct kobject *kobj) in __first_visible() 50 const struct attribute_group *grp, int update) in create_files() 130 const struct attribute_group *grp) in internal_create_group() 213 const struct attribute_group *grp) in sysfs_create_group() 220 const struct attribute_group **groups) in internal_create_groups() 253 const struct attribute_group **groups) in sysfs_create_groups() 271 const struct attribute_group **groups) in sysfs_update_groups() 296 const struct attribute_group *grp) in sysfs_update_group() 311 const struct attribute_group *grp) in sysfs_remove_group() [all …]
|
| /linux/drivers/net/ipa/ |
| H A D | ipa_sysfs.h | 9 extern const struct attribute_group ipa_attribute_group; 10 extern const struct attribute_group ipa_feature_attribute_group; 11 extern const struct attribute_group ipa_endpoint_id_attribute_group; 12 extern const struct attribute_group ipa_modem_attribute_group;
|
| H A D | ipa_sysfs.c | 64 const struct attribute_group ipa_attribute_group = { 99 const struct attribute_group ipa_feature_attribute_group = { 149 const struct attribute_group ipa_endpoint_id_attribute_group = { 171 const struct attribute_group ipa_modem_attribute_group = {
|
| /linux/include/linux/iio/ |
| H A D | iio-opaque.h | 59 struct attribute_group chan_attr_group; 61 const struct attribute_group **groups; 63 struct attribute_group legacy_scan_el_group; 64 struct attribute_group legacy_buffer_group;
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_throttle.c | 118 static const struct attribute_group *get_platform_throttle_group(struct xe_device *xe); 125 const struct attribute_group *group; in reasons_show() 227 static const struct attribute_group throttle_group_attrs = { 232 static const struct attribute_group cri_throttle_group_attrs = { 237 static const struct attribute_group *get_platform_throttle_group(struct xe_device *xe) in get_platform_throttle_group() 251 const struct attribute_group *group = get_platform_throttle_group(xe); in gt_throttle_sysfs_fini() 259 const struct attribute_group *group = get_platform_throttle_group(xe); in xe_gt_throttle_init()
|
| /linux/drivers/peci/ |
| H A D | sysfs.c | 43 static const struct attribute_group peci_bus_group = { 47 const struct attribute_group *peci_bus_groups[] = { 75 static const struct attribute_group peci_device_group = { 79 const struct attribute_group *peci_device_groups[] = {
|
| /linux/arch/x86/events/ |
| H A D | rapl.c | 467 static struct attribute_group rapl_pmu_events_group = { 478 static struct attribute_group rapl_pmu_format_group = { 483 static const struct attribute_group *rapl_attr_groups[] = { 489 static const struct attribute_group *rapl_core_attr_groups[] = { 502 static struct attribute_group rapl_events_cores_group = { 514 static struct attribute_group rapl_events_pkg_group = { 526 static struct attribute_group rapl_events_ram_group = { 538 static struct attribute_group rapl_events_gpu_group = { 550 static struct attribute_group rapl_events_psys_group = { 562 static struct attribute_group rapl_events_core_group = { [all …]
|
| /linux/drivers/rtc/ |
| H A D | sysfs.c | 297 static struct attribute_group rtc_attr_group = { 303 const struct attribute_group **rtc_get_dev_attribute_groups(void) in rtc_get_dev_attribute_groups() 308 int rtc_add_groups(struct rtc_device *rtc, const struct attribute_group **grps) in rtc_add_groups() 311 const struct attribute_group **groups, **old; in rtc_add_groups() 345 int rtc_add_group(struct rtc_device *rtc, const struct attribute_group *grp) in rtc_add_group() 347 const struct attribute_group *groups[] = { grp, NULL }; in rtc_add_group()
|
| H A D | rtc-core.h | 37 const struct attribute_group **rtc_get_dev_attribute_groups(void); 39 static inline const struct attribute_group **rtc_get_dev_attribute_groups(void) in rtc_get_dev_attribute_groups()
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_ext.h | 186 extern const struct attribute_group *zfcp_sysfs_adapter_attr_groups[]; 187 extern const struct attribute_group *zfcp_unit_attr_groups[]; 188 extern const struct attribute_group *zfcp_port_attr_groups[]; 190 extern const struct attribute_group *zfcp_sysfs_sdev_attr_groups[]; 191 extern const struct attribute_group *zfcp_sysfs_shost_attr_groups[];
|
| /linux/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_pmu.h | 75 const struct attribute_group **attr_groups; 84 const struct attribute_group **attr_groups; 144 extern const struct attribute_group hisi_pmu_cpumask_attr_group; 145 extern const struct attribute_group hisi_pmu_identifier_group;
|
| H A D | hisi_uncore_pa_pmu.c | 313 static const struct attribute_group hisi_pa_pmu_v2_format_group = { 325 static const struct attribute_group hisi_pa_pmu_v2_events_group = { 340 static const struct attribute_group hisi_pa_pmu_v3_events_group = { 351 static const struct attribute_group hisi_h60pa_pmu_events_group = { 362 static const struct attribute_group *hisi_pa_pmu_v2_attr_groups[] = { 376 static const struct attribute_group *hisi_pa_pmu_v3_attr_groups[] = { 396 static const struct attribute_group *hisi_h60pa_pmu_attr_groups[] = {
|
| /linux/drivers/rapidio/ |
| H A D | rio-sysfs.c | 278 static const struct attribute_group rio_dev_group = { 284 const struct attribute_group *rio_dev_groups[] = { 319 static const struct attribute_group rio_bus_group = { 323 const struct attribute_group *rio_bus_groups[] = { 359 static const struct attribute_group rio_mport_group = { 363 const struct attribute_group *rio_mport_groups[] = {
|
| H A D | rio.h | 48 extern const struct attribute_group *rio_dev_groups[]; 49 extern const struct attribute_group *rio_bus_groups[]; 50 extern const struct attribute_group *rio_mport_groups[];
|
| /linux/drivers/iio/trigger/ |
| H A D | iio-trig-sysfs.c | 71 static const struct attribute_group iio_sysfs_trig_group = { 75 static const struct attribute_group *iio_sysfs_trig_groups[] = { 118 static const struct attribute_group iio_sysfs_trigger_attr_group = { 122 static const struct attribute_group *iio_sysfs_trigger_attr_groups[] = {
|
| /linux/drivers/soc/tegra/fuse/ |
| H A D | fuse.h | 40 const struct attribute_group *soc_attr_group; 80 extern const struct attribute_group tegra_soc_attr_group; 129 extern const struct attribute_group tegra194_soc_attr_group;
|
| /linux/drivers/iommu/ |
| H A D | iommu-sysfs.c | 22 static const struct attribute_group devices_attr_group = { 27 static const struct attribute_group *dev_groups[] = { 56 const struct attribute_group **groups, in iommu_device_sysfs_add()
|
| /linux/drivers/misc/pvpanic/ |
| H A D | pvpanic.h | 13 struct attribute_group; 17 extern const struct attribute_group *pvpanic_dev_groups[];
|
| /linux/drivers/base/ |
| H A D | physical_location.h | 12 extern const struct attribute_group dev_attr_physical_location_group; 15 static const struct attribute_group dev_attr_physical_location_group = {};
|
| /linux/drivers/ufs/core/ |
| H A D | ufs-sysfs.h | 15 extern const struct attribute_group ufs_sysfs_unit_descriptor_group; 16 extern const struct attribute_group ufs_sysfs_lun_attributes_group;
|
| /linux/drivers/input/touchscreen/ |
| H A D | ad7879.h | 14 struct attribute_group; 18 extern const struct attribute_group *ad7879_groups[];
|