Searched refs:str_to_slot (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/xen/xen-pciback/ |
D | pci_stub.c | 1006 static inline int str_to_slot(const char *buf, int *domain, int *bus, in str_to_slot() function 1180 err = str_to_slot(buf, &domain, &bus, &slot, &func); in new_slot_store() 1199 err = str_to_slot(buf, &domain, &bus, &slot, &func); in remove_slot_store() 1272 err = str_to_slot(buf, &domain, &bus, &slot, &func); in irq_handler_state_store() 1376 err = str_to_slot(buf, &domain, &bus, &slot, &func); in permissive_store() 1440 err = str_to_slot(buf, &domain, &bus, &slot, &func); in allow_interrupt_control_store()
|