Searched refs:parse_pci (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/xen/drivers/pci/ |
A D | pci.c | 118 const char *__init parse_pci(const char *s, unsigned int *seg_p, in parse_pci() function
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | pci.h | 164 const char *parse_pci(const char *, unsigned int *seg, unsigned int *bus,
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | ns16550.c | 1269 conf = parse_pci(conf, NULL, &uart->ps_bdf[0], in parse_positional() 1278 if ( !parse_pci(conf, NULL, &uart->pb_bdf[0], in parse_positional() 1348 if ( !parse_pci(param_value, NULL, &uart->ps_bdf[0], in parse_namevalue_pairs() 1368 if ( !parse_pci(param_value, NULL, &uart->pb_bdf[0], in parse_namevalue_pairs()
|
A D | ehci-dbgp.c | 1484 e = parse_pci(opt_dbgp + 8, NULL, &bus, &slot, &func); in ehci_dbgp_init()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_acpi.c | 649 s = parse_pci(s + 1, &seg, &bus, &dev, &func); in parse_ivrs_ioapic() 686 s = parse_pci(s + 1, &seg, &bus, &dev, &func); in parse_ivrs_hpet()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | pci.c | 164 s = parse_pci(str, &seg, &bus, &slot, NULL); in parse_phantom_dev()
|
Completed in 21 milliseconds