Searched refs:sysfs_ops (Results 1 – 25 of 52) sorted by relevance
123
/drivers/cpuidle/ |
D | sysfs.c | 200 static const struct sysfs_ops cpuidle_sysfs_ops = { 213 .sysfs_ops = &cpuidle_sysfs_ops, 340 static const struct sysfs_ops cpuidle_state_sysfs_ops = { 353 .sysfs_ops = &cpuidle_state_sysfs_ops, 480 static const struct sysfs_ops cpuidle_driver_sysfs_ops = { 491 .sysfs_ops = &cpuidle_driver_sysfs_ops,
|
/drivers/edac/ |
D | edac_device_sysfs.c | 142 static const struct sysfs_ops device_ctl_info_ops = { 219 .sysfs_ops = &device_ctl_info_ops, 379 static const struct sysfs_ops device_instance_ops = { 409 .sysfs_ops = &device_instance_ops, 482 static const struct sysfs_ops device_block_ops = { 507 .sysfs_ops = &device_block_ops,
|
D | edac_pci_sysfs.c | 125 static const struct sysfs_ops pci_instance_ops = { 150 .sysfs_ops = &pci_instance_ops, 264 static const struct sysfs_ops edac_pci_sysfs_ops = { 332 .sysfs_ops = &edac_pci_sysfs_ops,
|
/drivers/md/ |
D | dm-sysfs.c | 78 static const struct sysfs_ops dm_sysfs_ops = { 87 .sysfs_ops = &dm_sysfs_ops,
|
/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 319 static const struct sysfs_ops qib_port_ops = { 326 .sysfs_ops = &qib_port_ops, 392 static const struct sysfs_ops qib_sl2vl_ops = { 398 .sysfs_ops = &qib_sl2vl_ops, 482 static const struct sysfs_ops qib_diagc_ops = { 489 .sysfs_ops = &qib_diagc_ops,
|
/drivers/staging/zcache/ramster/ |
D | masklog.c | 123 static const struct sysfs_ops mlog_attr_ops = { 130 .sysfs_ops = &mlog_attr_ops,
|
/drivers/md/bcache/ |
D | sysfs.h | 7 .sysfs_ops = &((const struct sysfs_ops) { \
|
/drivers/firmware/ |
D | dmi-sysfs.c | 109 static const struct sysfs_ops dmi_sysfs_attr_ops = { 227 static const struct sysfs_ops dmi_sysfs_specialize_attr_ops = { 307 .sysfs_ops = &dmi_sysfs_specialize_attr_ops, 565 .sysfs_ops = &dmi_sysfs_attr_ops,
|
D | memmap.c | 82 static const struct sysfs_ops memmap_attr_ops = { 129 .sysfs_ops = &memmap_attr_ops,
|
/drivers/pci/ |
D | slot.c | 34 static const struct sysfs_ops pci_slot_sysfs_ops = { 133 .sysfs_ops = &pci_slot_sysfs_ops,
|
/drivers/media/usb/sn9c102/ |
D | sn9c102_tas5110d.c | 76 .sysfs_ops = SN9C102_I2C_WRITE,
|
D | sn9c102_tas5110c1b.c | 96 .sysfs_ops = SN9C102_I2C_WRITE,
|
D | sn9c102_tas5130d1b.c | 97 .sysfs_ops = SN9C102_I2C_WRITE,
|
D | sn9c102_sensor.h | 155 enum sn9c102_i2c_sysfs_ops sysfs_ops; member
|
D | sn9c102_hv7131d.c | 152 .sysfs_ops = SN9C102_I2C_READ | SN9C102_I2C_WRITE,
|
D | sn9c102_hv7131r.c | 261 .sysfs_ops = SN9C102_I2C_READ | SN9C102_I2C_WRITE,
|
/drivers/uio/ |
D | uio.c | 129 static const struct sysfs_ops map_sysfs_ops = { 135 .sysfs_ops = &map_sysfs_ops, 217 static const struct sysfs_ops portio_sysfs_ops = { 223 .sysfs_ops = &portio_sysfs_ops,
|
/drivers/xen/ |
D | sys-hypervisor.c | 443 static const struct sysfs_ops hyp_sysfs_ops = { 449 .sysfs_ops = &hyp_sysfs_ops,
|
/drivers/video/omap2/dss/ |
D | overlay-sysfs.c | 435 static const struct sysfs_ops overlay_sysfs_ops = { 441 .sysfs_ops = &overlay_sysfs_ops,
|
D | manager-sysfs.c | 491 static const struct sysfs_ops manager_sysfs_ops = { 497 .sysfs_ops = &manager_sysfs_ops,
|
/drivers/base/ |
D | class.c | 86 static const struct sysfs_ops class_sysfs_ops = { 93 .sysfs_ops = &class_sysfs_ops,
|
D | bus.c | 77 static const struct sysfs_ops driver_sysfs_ops = { 91 .sysfs_ops = &driver_sysfs_ops, 122 static const struct sysfs_ops bus_sysfs_ops = { 149 .sysfs_ops = &bus_sysfs_ops,
|
/drivers/firmware/efi/ |
D | efivars.c | 293 static const struct sysfs_ops efivar_attr_ops = { 321 .sysfs_ops = &efivar_attr_ops,
|
/drivers/scsi/ |
D | iscsi_boot_sysfs.c | 58 static const struct sysfs_ops iscsi_boot_attr_ops = { 74 .sysfs_ops = &iscsi_boot_attr_ops,
|
/drivers/gpu/drm/ttm/ |
D | ttm_memory.c | 158 static const struct sysfs_ops ttm_mem_zone_ops = { 165 .sysfs_ops = &ttm_mem_zone_ops,
|
123