Searched refs:zpci_create_device (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/s390/pci/ |
D | pci_event.c | 327 zdev = zpci_create_device(ccdf->fid, ccdf->fh, ZPCI_FN_STATE_CONFIGURED); in __zpci_event_availability() 340 zpci_create_device(ccdf->fid, ccdf->fh, ZPCI_FN_STATE_STANDBY); in __zpci_event_availability()
|
D | pci_clp.c | 413 zpci_create_device(entry->fid, entry->fh, entry->config_state); in __clp_add()
|
D | pci.c | 797 struct zpci_dev *zpci_create_device(u32 fid, u32 fh, enum zpci_state state) in zpci_create_device() function
|
/linux-5.19.10/arch/s390/include/asm/ |
D | pci.h | 205 struct zpci_dev *zpci_create_device(u32 fid, u32 fh, enum zpci_state state);
|