1. NAME

irq_set_chip_data - set irq chip data for an irq

2. SYNOPSIS

int irq_set_chip_data(unsigned int  irq , void *  data );

3. ARGUMENTS

irq
    Interrupt number

data
    Pointer to chip specific data

4. DESCRIPTION

Set the hardware irq chip data for an irq

5. AUTHORS

Thomas Gleixner <>
    Author.

Ingo Molnar <>
    Author.

6. COPYRIGHT