Searched refs:BUS_ATTR (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/Documentation/driver-model/ |
D | bus.txt | 127 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/ |
D | ibmebus.c | 301 static BUS_ATTR(probe, 0200, NULL, ibmebus_store_probe); 328 static BUS_ATTR(remove, 0200, NULL, ibmebus_store_remove);
|
/Linux-v4.19/drivers/base/ |
D | bus.c | 586 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/ |
D | rio-sysfs.c | 317 static BUS_ATTR(scan, (S_IWUSR|S_IWGRP), NULL, bus_scan_store);
|
/Linux-v4.19/Documentation/translations/zh_CN/filesystems/ |
D | sysfs.txt | 337 BUS_ATTR(_name, _mode, _show, _store)
|
/Linux-v4.19/drivers/scsi/fcoe/ |
D | fcoe_sysfs.c | 674 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/ |
D | rbd.c | 472 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/ |
D | sysfs.txt | 347 BUS_ATTR(_name, _mode, _show, _store)
|
/Linux-v4.19/include/linux/ |
D | device.h | 52 #define BUS_ATTR(_name, _mode, _show, _store) \ macro
|
/Linux-v4.19/drivers/pci/ |
D | pci-sysfs.c | 432 static BUS_ATTR(rescan, (S_IWUSR|S_IWGRP), NULL, bus_rescan_store);
|
D | pci.c | 5968 static BUS_ATTR(resource_alignment, 0644, pci_resource_alignment_show,
|