Home
last modified time | relevance | path

Searched refs:bus_attribute (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/Documentation/driver-model/
Dbus.txt14 struct bus_attribute * bus_attrs;
138 struct bus_attribute {
152 static bus_attribute bus_attr_debug;
157 int bus_create_file(struct bus_type *, struct bus_attribute *);
158 void bus_remove_file(struct bus_type *, struct bus_attribute *);
/linux-2.6.39/include/linux/
Ddevice.h37 struct bus_attribute { struct
44 struct bus_attribute bus_attr_##_name = __ATTR(_name, _mode, _show, _store) argument
47 struct bus_attribute *);
48 extern void bus_remove_file(struct bus_type *, struct bus_attribute *);
52 struct bus_attribute *bus_attrs;
/linux-2.6.39/drivers/base/
Dbus.c22 #define to_bus_attr(_attr) container_of(_attr, struct bus_attribute, attr)
97 struct bus_attribute *bus_attr = to_bus_attr(attr); in bus_attr_show()
109 struct bus_attribute *bus_attr = to_bus_attr(attr); in bus_attr_store()
123 int bus_create_file(struct bus_type *bus, struct bus_attribute *attr) in bus_create_file()
135 void bus_remove_file(struct bus_type *bus, struct bus_attribute *attr) in bus_remove_file()
/linux-2.6.39/Documentation/filesystems/
Dsysfs.txt335 struct bus_attribute {
347 int bus_create_file(struct bus_type *, struct bus_attribute *);
348 void bus_remove_file(struct bus_type *, struct bus_attribute *);
/linux-2.6.39/drivers/pci/
Dpci.h162 extern struct bus_attribute pci_bus_attrs[];
Dpci-sysfs.c270 struct bus_attribute pci_bus_attrs[] = {
/linux-2.6.39/arch/powerpc/kernel/
Dibmebus.c313 static struct bus_attribute ibmebus_bus_attrs[] = {
Dvio.c1019 static struct bus_attribute vio_cmo_bus_attrs[] = {
/linux-2.6.39/drivers/s390/crypto/
Dap_bus.c960 static struct bus_attribute *const ap_bus_attrs[] = {
/linux-2.6.39/drivers/block/
Drbd.c2432 static struct bus_attribute rbd_bus_attrs[] = {