#include <linux/init.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/rcupdate.h>
#include <asm/airq.h>
#include <asm/isc.h>
#include "cio.h"
#include "cio_debug.h"
Go to the source code of this file.
#define INDICATOR_MASK (0xffUL << ((NR_AIRQS_PER_WORD - 1) * 8)) |
s390_register_adapter_interrupt() - register adapter interrupt handler : adapter handler to be registered : driver data passed with each call to the handler : isc for which the handler should be called
Returns: Pointer to the indicator to be used on success ERR_PTR() if registration failed
Definition at line 59 of file airq.c.
void s390_unregister_adapter_interrupt |
( |
void * |
ind, |
|
|
u8 |
isc |
|
) |
| |
s390_unregister_adapter_interrupt - unregister adapter interrupt handler : indicator for which the handler is to be unregistered : interruption subclass
Definition at line 93 of file airq.c.