Lines Matching refs:pdevreg
4522 devreg_t *pdevreg; in s390_redo_validation() local
4524 pdevreg = in s390_redo_validation()
4526 if (pdevreg != NULL) { in s390_redo_validation()
4527 if (pdevreg->oper_func != NULL) in s390_redo_validation()
4528 pdevreg->oper_func (irq, in s390_redo_validation()
4529 pdevreg); in s390_redo_validation()
5630 devreg_t *pdevreg; in s390_do_path_verification() local
5631 pdevreg = s390_search_devreg(ioinfo[irq]); in s390_do_path_verification()
5633 if (pdevreg && pdevreg->oper_func) in s390_do_path_verification()
5634 pdevreg->oper_func(irq, pdevreg); in s390_do_path_verification()
5663 devreg_t *pdevreg; in s390_DevicePathVerification() local
5729 pdevreg = s390_search_devreg(ioinfo[irq]); in s390_DevicePathVerification()
5731 if (pdevreg && pdevreg->oper_func) in s390_DevicePathVerification()
5732 pdevreg->oper_func(irq, pdevreg); in s390_DevicePathVerification()
5767 pdevreg = s390_search_devreg(ioinfo[irq]); in s390_DevicePathVerification()
5769 if (pdevreg && pdevreg->oper_func) in s390_DevicePathVerification()
5770 pdevreg->oper_func(irq, pdevreg); in s390_DevicePathVerification()
6604 devreg_t *pdevreg; in s390_process_subchannel_source() local
6606 pdevreg = s390_search_devreg (ioinfo[irq]); in s390_process_subchannel_source()
6608 if (pdevreg && pdevreg->oper_func) in s390_process_subchannel_source()
6609 pdevreg->oper_func(irq, pdevreg); in s390_process_subchannel_source()