Searched refs:attribute_group (Results 1 – 25 of 978) sorted by relevance
12345678910>>...40
| /Linux-v5.15/include/linux/ |
| D | sysfs.h | 84 struct attribute_group { struct 154 static const struct attribute_group *_name##_groups[] = { \ 160 static const struct attribute_group _name##_group = { \ 166 static const struct attribute_group _name##_group = { \ 292 const struct attribute_group *grp); 294 const struct attribute_group **groups); 296 const struct attribute_group **groups); 298 const struct attribute_group *grp); 300 const struct attribute_group *grp); 302 const struct attribute_group **groups); [all …]
|
| D | device.h | 74 const struct attribute_group **groups); 76 const struct attribute_group **groups); 89 const struct attribute_group **groups; 557 const struct attribute_group **groups; /* optional groups */ 902 void *drvdata, const struct attribute_group **groups, 907 const struct attribute_group **groups); 909 const struct attribute_group **groups); 912 const struct attribute_group *grp) in device_add_group() 914 const struct attribute_group *groups[] = { grp, NULL }; in device_add_group() 920 const struct attribute_group *grp) in device_remove_group() [all …]
|
| D | cpu.h | 24 struct attribute_group; 47 extern int cpu_add_dev_attr_group(struct attribute_group *attrs); 48 extern void cpu_remove_dev_attr_group(struct attribute_group *attrs); 71 const struct attribute_group **groups,
|
| /Linux-v5.15/drivers/hwmon/ |
| D | vexpress-hwmon.c | 84 const struct attribute_group **attr_groups; 95 static struct attribute_group vexpress_hwmon_group_volt = { 101 .attr_groups = (const struct attribute_group *[]) { 115 static struct attribute_group vexpress_hwmon_group_amp = { 121 .attr_groups = (const struct attribute_group *[]) { 134 static struct attribute_group vexpress_hwmon_group_temp = { 140 .attr_groups = (const struct attribute_group *[]) { 153 static struct attribute_group vexpress_hwmon_group_power = { 159 .attr_groups = (const struct attribute_group *[]) { 172 static struct attribute_group vexpress_hwmon_group_energy = { [all …]
|
| /Linux-v5.15/drivers/net/ipa/ |
| D | ipa_sysfs.h | 9 struct attribute_group; 11 extern const struct attribute_group ipa_attribute_group; 12 extern const struct attribute_group ipa_feature_attribute_group; 13 extern const struct attribute_group ipa_modem_attribute_group;
|
| D | ipa_sysfs.c | 59 const struct attribute_group ipa_attribute_group = { 94 const struct attribute_group ipa_feature_attribute_group = { 133 const struct attribute_group ipa_modem_attribute_group = {
|
| /Linux-v5.15/fs/sysfs/ |
| D | group.c | 21 const struct attribute_group *grp) in remove_files() 36 const struct attribute_group *grp, int update) in create_files() 109 const struct attribute_group *grp) in internal_create_group() 173 const struct attribute_group *grp) in sysfs_create_group() 180 const struct attribute_group **groups) in internal_create_groups() 213 const struct attribute_group **groups) in sysfs_create_groups() 231 const struct attribute_group **groups) in sysfs_update_groups() 256 const struct attribute_group *grp) in sysfs_update_group() 271 const struct attribute_group *grp) in sysfs_remove_group() 306 const struct attribute_group **groups) in sysfs_remove_groups() [all …]
|
| /Linux-v5.15/include/linux/iio/ |
| D | iio-opaque.h | 47 struct attribute_group chan_attr_group; 49 const struct attribute_group **groups; 51 struct attribute_group legacy_scan_el_group; 52 struct attribute_group legacy_buffer_group;
|
| /Linux-v5.15/drivers/rtc/ |
| D | sysfs.c | 300 static struct attribute_group rtc_attr_group = { 305 static const struct attribute_group *rtc_attr_groups[] = { 310 const struct attribute_group **rtc_get_dev_attribute_groups(void) in rtc_get_dev_attribute_groups() 315 int rtc_add_groups(struct rtc_device *rtc, const struct attribute_group **grps) in rtc_add_groups() 318 const struct attribute_group **groups, **old; in rtc_add_groups() 348 int rtc_add_group(struct rtc_device *rtc, const struct attribute_group *grp) in rtc_add_group() 350 const struct attribute_group *groups[] = { grp, NULL }; in rtc_add_group()
|
| D | rtc-core.h | 42 const struct attribute_group **rtc_get_dev_attribute_groups(void); 44 static inline const struct attribute_group **rtc_get_dev_attribute_groups(void) in rtc_get_dev_attribute_groups()
|
| /Linux-v5.15/drivers/pci/ |
| D | pci.h | 26 extern const struct attribute_group pci_dev_smbios_attr_group; 160 extern const struct attribute_group pci_dev_vpd_attr_group; 214 extern const struct attribute_group *pci_dev_groups[]; 215 extern const struct attribute_group *pcibus_groups[]; 217 extern const struct attribute_group *pci_bus_groups[]; 521 extern const struct attribute_group sriov_pf_dev_attr_group; 522 extern const struct attribute_group sriov_vf_dev_attr_group; 710 extern const struct attribute_group aer_stats_attr_group; 725 extern const struct attribute_group pci_dev_acpi_attr_group; 742 extern const struct attribute_group aspm_ctrl_attr_group; [all …]
|
| /Linux-v5.15/drivers/scsi/ufs/ |
| 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-v5.15/drivers/soc/tegra/fuse/ |
| D | fuse.h | 36 const struct attribute_group *soc_attr_group; 74 extern const struct attribute_group tegra_soc_attr_group; 122 extern const struct attribute_group tegra194_soc_attr_group;
|
| /Linux-v5.15/drivers/rapidio/ |
| D | rio.h | 50 extern const struct attribute_group *rio_dev_groups[]; 51 extern const struct attribute_group *rio_bus_groups[]; 52 extern const struct attribute_group *rio_mport_groups[];
|
| 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[] = {
|
| /Linux-v5.15/drivers/ptp/ |
| D | ptp_private.h | 45 struct attribute_group pin_attr_group; 47 const struct attribute_group *pin_attr_groups[2]; 124 extern const struct attribute_group *ptp_groups[];
|
| /Linux-v5.15/drivers/soundwire/ |
| D | sysfs_slave.c | 133 static const struct attribute_group sdw_slave_dev_attr_group = { 188 static const struct attribute_group dp0_group = { 263 static const struct attribute_group sdw_slave_status_attr_group = { 267 const struct attribute_group *sdw_slave_status_attr_groups[] = {
|
| /Linux-v5.15/drivers/iio/trigger/ |
| 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-v5.15/arch/x86/events/ |
| D | msr.c | 141 static struct attribute_group group_therm = { 162 static struct attribute_group events_attr_group = { 172 static struct attribute_group format_attr_group = { 177 static const struct attribute_group *attr_groups[] = { 183 static const struct attribute_group *attr_update[] = {
|
| D | probe.h | 8 struct attribute_group *grp; 25 static struct attribute_group group_##_name = { \
|
| /Linux-v5.15/drivers/perf/hisilicon/ |
| D | hisi_uncore_ddrc_pmu.c | 341 static const struct attribute_group hisi_ddrc_pmu_v1_format_group = { 351 static const struct attribute_group hisi_ddrc_pmu_v2_format_group = { 368 static const struct attribute_group hisi_ddrc_pmu_v1_events_group = { 380 static const struct attribute_group hisi_ddrc_pmu_v2_events_group = { 392 static const struct attribute_group hisi_ddrc_pmu_cpumask_attr_group = { 404 static const struct attribute_group hisi_ddrc_pmu_identifier_group = { 408 static const struct attribute_group *hisi_ddrc_pmu_v1_attr_groups[] = { 416 static const struct attribute_group *hisi_ddrc_pmu_v2_attr_groups[] = {
|
| /Linux-v5.15/drivers/usb/typec/ |
| D | bus.h | 20 struct attribute_group group; 21 const struct attribute_group *groups[2];
|
| /Linux-v5.15/drivers/iommu/ |
| 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-v5.15/drivers/perf/ |
| D | xgene_pmu.c | 99 const struct attribute_group **attr_groups; 205 static const struct attribute_group l3c_pmu_format_attr_group = { 210 static const struct attribute_group iob_pmu_format_attr_group = { 215 static const struct attribute_group mcb_pmu_format_attr_group = { 220 static const struct attribute_group mc_pmu_format_attr_group = { 250 static const struct attribute_group l3c_pmu_v3_format_attr_group = { 255 static const struct attribute_group iob_pmu_v3_format_attr_group = { 260 static const struct attribute_group iob_slow_pmu_v3_format_attr_group = { 265 static const struct attribute_group mcb_pmu_v3_format_attr_group = { 270 static const struct attribute_group mc_pmu_v3_format_attr_group = { [all …]
|
| /Linux-v5.15/arch/powerpc/perf/ |
| D | hv-gpci.c | 68 static struct attribute_group format_group = { 73 static struct attribute_group event_group = { 129 static struct attribute_group cpumask_attr_group = { 133 static struct attribute_group interface_group = { 138 static const struct attribute_group *attr_groups[] = {
|
12345678910>>...40