OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pci_ops
(Results
1 - 1
of
1
) sorted by null
/external/kernel-headers/original/linux/
pci.h
233
struct
pci_ops
*ops; /* configuration access functions */
268
struct
pci_ops
{
struct
416
struct pci_bus *pci_scan_bus_parented(struct device *parent, int bus, struct
pci_ops
*ops, void *sysdata);
417
static inline struct pci_bus *pci_scan_bus(int bus, struct
pci_ops
*ops, void *sysdata)
425
struct pci_bus *pci_create_bus(struct device *parent, int bus, struct
pci_ops
*ops, void *sysdata);
Completed in 38 milliseconds