HomeSort by: relevance | last modified time | path
    Searched defs:pci_attach_args (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
pcivar.h 54 struct pci_attach_args;
80 int (*ov_intr_map)(void *, const struct pci_attach_args *,
151 struct pci_attach_args { struct
182 * can't use it directly since pci_attach_args has yet to be defined.
185 pci_attach_args_pc(const struct pci_attach_args *pa)
302 int pci_mapreg_map(const struct pci_attach_args *, int, pcireg_t, int,
305 int pci_mapreg_submap(const struct pci_attach_args *, int, pcireg_t, int,
309 int pci_find_rom(const struct pci_attach_args *, bus_space_tag_t,
333 pci_compatible_lookup(const struct pci_attach_args *,
335 int pci_compatible_match(const struct pci_attach_args *,
    [all...]

Completed in 11 milliseconds