Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/crypto/
Dap_bus.c1427 static BUS_ATTR(ap_domain, 0444, ap_domain_show, NULL);
1447 static BUS_ATTR(ap_control_domain_mask, 0444,
1461 static BUS_ATTR(ap_interrupts, 0444, ap_interrupts_show, NULL);
1475 static BUS_ATTR(config_time, 0644, ap_config_time_show, ap_config_time_store);
1498 static BUS_ATTR(poll_thread, 0644, ap_poll_thread_show, ap_poll_thread_store);
1527 static BUS_ATTR(poll_timeout, 0644, poll_timeout_show, poll_timeout_store);
1540 static BUS_ATTR(ap_max_domain_id, 0444, ap_max_domain_id_show, NULL);
/linux-4.4.14/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-4.4.14/arch/powerpc/kernel/
Dibmebus.c295 static BUS_ATTR(probe, S_IWUSR, NULL, ibmebus_store_probe);
321 static BUS_ATTR(remove, S_IWUSR, NULL, ibmebus_store_remove);
/linux-4.4.14/drivers/base/
Dbus.c624 static BUS_ATTR(drivers_probe, S_IWUSR, NULL, store_drivers_probe);
625 static BUS_ATTR(drivers_autoprobe, S_IWUSR | S_IRUGO,
878 static BUS_ATTR(uevent, S_IWUSR, NULL, bus_uevent_store);
/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_sysfs.c556 static BUS_ATTR(ctlr_create, S_IWUSR, NULL, fcoe_ctlr_create_store);
557 static BUS_ATTR(ctlr_destroy, S_IWUSR, NULL, fcoe_ctlr_destroy_store);
/linux-4.4.14/drivers/rapidio/
Drio-sysfs.c329 static BUS_ATTR(scan, (S_IWUSR|S_IWGRP), NULL, bus_scan_store);
/linux-4.4.14/Documentation/zh_CN/filesystems/
Dsysfs.txt337 BUS_ATTR(_name, _mode, _show, _store)
/linux-4.4.14/Documentation/filesystems/
Dsysfs.txt347 BUS_ATTR(_name, _mode, _show, _store)
/linux-4.4.14/drivers/block/
Drbd.c442 static BUS_ATTR(add, S_IWUSR, NULL, rbd_add);
443 static BUS_ATTR(remove, S_IWUSR, NULL, rbd_remove);
444 static BUS_ATTR(add_single_major, S_IWUSR, NULL, rbd_add_single_major);
445 static BUS_ATTR(remove_single_major, S_IWUSR, NULL, rbd_remove_single_major);
/linux-4.4.14/include/linux/
Ddevice.h51 #define BUS_ATTR(_name, _mode, _show, _store) \ macro
/linux-4.4.14/drivers/pci/
Dpci-sysfs.c322 static BUS_ATTR(rescan, (S_IWUSR|S_IWGRP), NULL, bus_rescan_store);
Dpci.c4746 BUS_ATTR(resource_alignment, 0644, pci_resource_alignment_show,