Searched refs:str_to_slot (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/xen/xen-pciback/ |
D | pci_stub.c | 1005 static inline int str_to_slot(const char *buf, int *domain, int *bus, in str_to_slot() function 1179 err = str_to_slot(buf, &domain, &bus, &slot, &func); in new_slot_store() 1198 err = str_to_slot(buf, &domain, &bus, &slot, &func); in remove_slot_store() 1271 err = str_to_slot(buf, &domain, &bus, &slot, &func); in irq_handler_state_store() 1375 err = str_to_slot(buf, &domain, &bus, &slot, &func); in permissive_store() 1439 err = str_to_slot(buf, &domain, &bus, &slot, &func); in allow_interrupt_control_store()
|