Searched refs:parse_pci (Results 1 – 6 of 6) sorted by relevance
/xen/xen/drivers/pci/ |
A D | pci.c | 128 const char *__init parse_pci(const char *s, unsigned int *seg_p, in parse_pci() function
|
/xen/xen/drivers/char/ |
A D | ns16550.c | 1345 conf = parse_pci(conf, NULL, &uart->ps_bdf[0], in parse_positional() 1354 if ( !parse_pci(conf, NULL, &uart->pb_bdf[0], in parse_positional() 1424 if ( !parse_pci(param_value, NULL, &uart->ps_bdf[0], in parse_namevalue_pairs() 1444 if ( !parse_pci(param_value, NULL, &uart->pb_bdf[0], in parse_namevalue_pairs()
|
A D | ehci-dbgp.c | 1494 e = parse_pci(opt_dbgp + 8, NULL, &bus, &slot, &func); in ehci_dbgp_init()
|
/xen/xen/include/xen/ |
A D | pci.h | 195 const char *parse_pci(const char *, unsigned int *seg, unsigned int *bus,
|
/xen/xen/drivers/passthrough/amd/ |
A D | iommu_acpi.c | 670 s = parse_pci(s + 1, &seg, &bus, &dev, &func); in parse_ivrs_ioapic() 707 s = parse_pci(s + 1, &seg, &bus, &dev, &func); in parse_ivrs_hpet()
|
/xen/xen/drivers/passthrough/ |
A D | pci.c | 167 s = parse_pci(str, &seg, &bus, &slot, NULL); in parse_phantom_dev()
|
Completed in 21 milliseconds