Home
last modified time | relevance | path

Searched refs:BUS_ATTR (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/Documentation/driver-model/
Dbus.txt127 Bus drivers can export attributes using the BUS_ATTR macro that works
131 static BUS_ATTR(debug,0644,show_debug,store_debug);
/Linux-v4.19/arch/powerpc/platforms/pseries/
Dibmebus.c301 static BUS_ATTR(probe, 0200, NULL, ibmebus_store_probe);
328 static BUS_ATTR(remove, 0200, NULL, ibmebus_store_remove);
/Linux-v4.19/drivers/base/
Dbus.c586 static BUS_ATTR(drivers_probe, S_IWUSR, NULL, store_drivers_probe);
587 static BUS_ATTR(drivers_autoprobe, S_IWUSR | S_IRUGO,
834 static BUS_ATTR(uevent, S_IWUSR, NULL, bus_uevent_store);
/Linux-v4.19/drivers/rapidio/
Drio-sysfs.c317 static BUS_ATTR(scan, (S_IWUSR|S_IWGRP), NULL, bus_scan_store);
/Linux-v4.19/Documentation/translations/zh_CN/filesystems/
Dsysfs.txt337 BUS_ATTR(_name, _mode, _show, _store)
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe_sysfs.c674 static BUS_ATTR(ctlr_create, S_IWUSR, NULL, fcoe_ctlr_create_store);
675 static BUS_ATTR(ctlr_destroy, S_IWUSR, NULL, fcoe_ctlr_destroy_store);
/Linux-v4.19/drivers/block/
Drbd.c472 static BUS_ATTR(add, 0200, NULL, rbd_add);
473 static BUS_ATTR(remove, 0200, NULL, rbd_remove);
474 static BUS_ATTR(add_single_major, 0200, NULL, rbd_add_single_major);
475 static BUS_ATTR(remove_single_major, 0200, NULL, rbd_remove_single_major);
476 static BUS_ATTR(supported_features, 0444, rbd_supported_features_show, NULL);
/Linux-v4.19/Documentation/filesystems/
Dsysfs.txt347 BUS_ATTR(_name, _mode, _show, _store)
/Linux-v4.19/include/linux/
Ddevice.h52 #define BUS_ATTR(_name, _mode, _show, _store) \ macro
/Linux-v4.19/drivers/pci/
Dpci-sysfs.c432 static BUS_ATTR(rescan, (S_IWUSR|S_IWGRP), NULL, bus_rescan_store);
Dpci.c5968 static BUS_ATTR(resource_alignment, 0644, pci_resource_alignment_show,