Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs | Functions
airq.h File Reference

Go to the source code of this file.

Typedefs

typedef void(* adapter_int_handler_t )(void *, void *)
 

Functions

voids390_register_adapter_interrupt (adapter_int_handler_t, void *, u8)
 
void s390_unregister_adapter_interrupt (void *, u8)
 

Typedef Documentation

typedef void(* adapter_int_handler_t)(void *, void *)

Definition at line 12 of file airq.h.

Function Documentation

void* s390_register_adapter_interrupt ( adapter_int_handler_t  handler,
void drv_data,
u8  isc 
)

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.