Searched refs:str_to_slot (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/xen/xen-pciback/ |
D | pci_stub.c | 955 static inline int str_to_slot(const char *buf, int *domain, int *bus, in str_to_slot() function 1136 err = str_to_slot(buf, &domain, &bus, &slot, &func); in pcistub_slot_add() 1155 err = str_to_slot(buf, &domain, &bus, &slot, &func); in pcistub_slot_remove() 1229 err = str_to_slot(buf, &domain, &bus, &slot, &func); in pcistub_irq_handler_switch() 1335 err = str_to_slot(buf, &domain, &bus, &slot, &func); in permissive_add()
|