OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pci_bus
(Results
1 - 12
of
12
) sorted by null
/external/kernel-headers/original/linux/
pci.h
114
struct
pci_bus
*bus; /* bus this device is on */
115
struct
pci_bus
*subordinate; /* bus this device bridges to */
224
struct
pci_bus
{
struct
226
struct
pci_bus
*parent; /* parent bus this bridge is on */
252
#define pci_bus_b(n) list_entry(n, struct
pci_bus
, node)
253
#define to_pci_bus(n) container_of(n, struct
pci_bus
, class_dev)
269
int (*read)(struct
pci_bus
*bus, unsigned int devfn, int where, int size, u32 *val);
270
int (*write)(struct
pci_bus
*bus, unsigned int devfn, int where, int size, u32 val);
403
void pcibios_fixup_bus(struct
pci_bus
*);
414
extern struct
pci_bus
*pci_find_bus(int domain, int busnr)
[
all
...]
/external/qemu/hw/
watchdog.h
49
void (*wdt_pc_init)(PCIBus *
pci_bus
);
62
extern void watchdog_pc_init(PCIBus *
pci_bus
);
watchdog.c
124
void watchdog_pc_init(PCIBus *
pci_bus
)
127
watchdog->wdt_pc_init(
pci_bus
);
/hardware/broadcom/wlan/bcm4329/src/include/
bcmdefs.h
33
#define
PCI_BUS
1
61
#define SPROMBUS (
PCI_BUS
)
/hardware/broadcom/wlan/bcm4329/src/shared/
siutils_priv.h
104
#define PCI(si) ((BUSTYPE((si)->pub.bustype) ==
PCI_BUS
) && \
106
#define PCIE(si) ((BUSTYPE((si)->pub.bustype) ==
PCI_BUS
) && \
sbutils.c
202
case
PCI_BUS
:
379
} else if (BUSTYPE(sii->pub.bustype) ==
PCI_BUS
) {
610
case
PCI_BUS
:
858
if ((BUSTYPE(sii->pub.bustype) !=
PCI_BUS
) || PCIE(sii) ||
891
*
PCI_BUS
=> pci or pcie
923
case
PCI_BUS
:
linux_osl.c
174
case
PCI_BUS
:
aiutils.c
129
case
PCI_BUS
:
512
} else if (BUSTYPE(sih->bustype) ==
PCI_BUS
) {
siutils.c
234
if (BUSTYPE(bustype) ==
PCI_BUS
) {
326
if (bustype ==
PCI_BUS
) {
[
all
...]
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_linux.c
207
if (!(osh = osl_attach(dev,
PCI_BUS
, FALSE))) {
404
if (!(osh = osl_attach(pdev,
PCI_BUS
, FALSE))) {
438
if (!(osh = osl_attach(pdev,
PCI_BUS
, FALSE))) {
/external/grub/netboot/
fa311.c
131
unsigned char
pci_bus
= 0;
local
pci.c
492
printf("The PCI BIOS has not enabled this device!\nUpdating PCI command %hX->%hX.
pci_bus
%hhX pci_device_fn %hhX\n",
Completed in 1296 milliseconds