Searched refs:pci_bus (Results 1 – 7 of 7) sorted by relevance
/include/linux/ |
D | pci.h | 61 struct pci_bus *bus; /* The bus this slot is on */ 189 struct pci_bus *bus; /* bus this device is on */ 190 struct pci_bus *subordinate; /* bus this device bridges to */ 311 struct pci_bus { struct 313 struct pci_bus *parent; /* parent bus this bridge is on */ argument 341 #define pci_bus_b(n) list_entry(n, struct pci_bus, node) argument 342 #define to_pci_bus(n) container_of(n, struct pci_bus, dev) 367 int (*read)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val); 368 int (*write)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val); 519 void pcibios_fixup_bus(struct pci_bus *); [all …]
|
D | pci_hotplug.h | 170 extern int pci_hp_register(struct hotplug_slot *, struct pci_bus *, int nr, 226 extern acpi_status acpi_get_hp_params_from_firmware(struct pci_bus *bus, 230 int acpi_pci_check_ejectable(struct pci_bus *pbus, acpi_handle handle); 231 int acpi_pci_detect_ejectable(struct pci_bus *pbus);
|
D | pci-acpi.h | 64 static inline acpi_handle acpi_pci_get_bridge_handle(struct pci_bus *pbus) in acpi_pci_get_bridge_handle()
|
D | i2o-dev.h | 183 i2o_pci_bus pci_bus; member
|
/include/acpi/ |
D | acpi_drivers.h | 89 struct pci_bus; 94 struct pci_bus *bus); 98 struct pci_bus *pci_acpi_scan_root(struct acpi_device *device, int domain,
|
D | actbl1.h | 1127 u8 pci_bus; member 1153 u8 pci_bus; member 1264 u8 pci_bus; /* PCI Bus number */ member 1323 u8 pci_bus; /* PCI Bus number */ member
|
/include/pcmcia/ |
D | ss.h | 205 void (*tune_bridge)(struct pcmcia_socket *sock, struct pci_bus *bus);
|