Searched refs:zpci_update_fh (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/s390/pci/ |
D | pci_event.c | 263 zpci_update_fh(zdev, ccdf->fh); in __zpci_event_error() 301 zpci_update_fh(zdev, fh); in zpci_event_hard_deconfigured() 342 zpci_update_fh(zdev, ccdf->fh); in __zpci_event_availability() 351 zpci_update_fh(zdev, ccdf->fh); in __zpci_event_availability()
|
D | pci.c | 514 void zpci_update_fh(struct zpci_dev *zdev, u32 fh) in zpci_update_fh() function 713 zpci_update_fh(zdev, fh); in zpci_enable_device() 725 zpci_update_fh(zdev, fh); in zpci_disable_device() 732 zpci_update_fh(zdev, fh); in zpci_disable_device() 883 zpci_update_fh(zdev, fh); in zpci_scan_configured_device()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | pci.h | 226 void zpci_update_fh(struct zpci_dev *zdev, u32 fh);
|