Searched refs:pcie_port_bus_type (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/pcie/
H A Dportdrv_bus.c21 struct bus_type pcie_port_bus_type = { variable in typeref:struct:bus_type
27 EXPORT_SYMBOL_GPL(pcie_port_bus_type); variable
34 if (drv->bus != &pcie_port_bus_type || dev->bus != &pcie_port_bus_type)
H A Dportdrv.h36 extern struct bus_type pcie_port_bus_type;
H A Dportdrv_pci.c125 if (device->bus == &pcie_port_bus_type && device->driver) {
166 if (device->bus == &pcie_port_bus_type && device->driver) {
201 if (device->bus == &pcie_port_bus_type && device->driver) {
240 if (device->bus == &pcie_port_bus_type && device->driver) {
H A Dportdrv_core.c237 device->bus = &pcie_port_bus_type;
331 if ((dev->bus == &pcie_port_bus_type) &&
349 if ((dev->bus == &pcie_port_bus_type) &&
368 if (dev->bus == &pcie_port_bus_type) {
405 return bus_register(&pcie_port_bus_type);
410 bus_unregister(&pcie_port_bus_type);
416 new->driver.bus = &pcie_port_bus_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/pcie/aer/
H A Daerdrv.h118 extern struct bus_type pcie_port_bus_type;
H A Daerdrv_core.c338 if (device->bus == &pcie_port_bus_type) {

Completed in 56 milliseconds