#include <linux/bitops.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/interrupt.h>
#include <linux/ioport.h>
#include <linux/module.h>
#include <linux/types.h>
#include <asm/hardware.h>
#include <asm/io.h>
#include "gsc.h"
Go to the source code of this file.
|
int | gsc_alloc_irq (struct gsc_irq *i) |
|
int | gsc_claim_irq (struct gsc_irq *i, int irq) |
|
| EXPORT_SYMBOL (gsc_alloc_irq) |
|
| EXPORT_SYMBOL (gsc_claim_irq) |
|
irqreturn_t | gsc_asic_intr (int gsc_asic_irq, void *dev) |
|
int | gsc_find_local_irq (unsigned int irq, int *global_irqs, int limit) |
|
int | gsc_assign_irq (struct irq_chip *type, void *data) |
|
void | gsc_asic_assign_irq (struct gsc_asic *asic, int local_irq, int *irqp) |
|
void | gsc_fixup_irqs (struct parisc_device *parent, void *ctrl, void(*choose_irq)(struct parisc_device *, void *)) |
|
int | gsc_common_setup (struct parisc_device *parent, struct gsc_asic *gsc_asic) |
|
void __init | gsc_init (void) |
|
#define DEBPRINTK |
( |
|
x, |
|
|
|
... |
|
) |
| |
Definition at line 34 of file gsc.c.
Definition at line 37 of file gsc.c.
Definition at line 75 of file gsc.c.
Definition at line 52 of file gsc.c.
int gsc_find_local_irq |
( |
unsigned int |
irq, |
|
|
int * |
global_irqs, |
|
|
int |
limit |
|
) |
| |
Definition at line 96 of file gsc.c.