Searched refs:bus_attribute (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/Documentation/driver-model/ |
D | bus.txt | 14 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/ |
D | device.h | 37 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/ |
D | bus.c | 22 #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/ |
D | sysfs.txt | 335 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/ |
D | pci.h | 162 extern struct bus_attribute pci_bus_attrs[];
|
D | pci-sysfs.c | 270 struct bus_attribute pci_bus_attrs[] = {
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | ibmebus.c | 313 static struct bus_attribute ibmebus_bus_attrs[] = {
|
D | vio.c | 1019 static struct bus_attribute vio_cmo_bus_attrs[] = {
|
/linux-2.6.39/drivers/s390/crypto/ |
D | ap_bus.c | 960 static struct bus_attribute *const ap_bus_attrs[] = {
|
/linux-2.6.39/drivers/block/ |
D | rbd.c | 2432 static struct bus_attribute rbd_bus_attrs[] = {
|