Searched refs:zpci_create_device (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/s390/pci/ |
H A D | pci_event.c | 328 zdev = zpci_create_device(ccdf->fid, ccdf->fh, ZPCI_FN_STATE_CONFIGURED); in __zpci_event_availability() 341 zpci_create_device(ccdf->fid, ccdf->fh, ZPCI_FN_STATE_STANDBY); in __zpci_event_availability()
|
H A D | pci_clp.c | 420 zpci_create_device(entry->fid, entry->fh, entry->config_state); in __clp_add()
|
H A D | pci.c | 780 struct zpci_dev *zpci_create_device(u32 fid, u32 fh, enum zpci_state state) in zpci_create_device() function
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pci.h | 215 struct zpci_dev *zpci_create_device(u32 fid, u32 fh, enum zpci_state state);
|