Searched refs:nopfunc (Results 1 – 3 of 3) sorted by relevance
892 ioinfo[irq]->nopfunc = not_oper_handler; in s390_request_irq_special()1006 ioinfo[irq]->nopfunc = NULL; in s390_free_irq()4804 ioinfo[irq]->nopfunc = NULL; in s390_validate_subchannel()5700 if (ioinfo[irq]->nopfunc) { in s390_DevicePathVerification()5702 ioinfo[irq]->nopfunc(irq, in s390_DevicePathVerification()5705 not_oper_handler_func_t nopfunc = in s390_DevicePathVerification() local5706 ioinfo[irq]->nopfunc; in s390_DevicePathVerification()5715 nopfunc(irq, DEVSTAT_DEVICE_GONE); in s390_DevicePathVerification()6566 not_oper_handler_func_t nopfunc = ioinfo[irq]->nopfunc; in s390_process_subchannel_source() local6577 && (nopfunc != NULL)) { in s390_process_subchannel_source()[all …]
68 not_oper_handler_func_t nopfunc; /* not oper handler */ member