/src/sys/arch/ia64/include/ |
isa_machdep.h | 31 typedef int isa_chipset_tag_t; typedef in typeref:typename:int 34 isa_intr_establish(isa_chipset_tag_t ic, int irq, int type, int level,
|
/src/sys/arch/hppa/include/ |
isa_machdep.h | 36 typedef struct hppa_isa_chipset *isa_chipset_tag_t; typedef in typeref:struct:hppa_isa_chipset * 47 void (*ic_detach_hook)(isa_chipset_tag_t, device_t);
|
/src/sys/arch/powerpc/include/ |
isa_machdep.h | 93 typedef struct powerpc_isa_chipset *isa_chipset_tag_t; typedef in typeref:struct:powerpc_isa_chipset * 102 void genppc_isa_detach_hook(isa_chipset_tag_t, device_t); 103 const struct evcnt *genppc_isa_intr_evcnt(isa_chipset_tag_t, int); 104 void *genppc_isa_intr_establish(isa_chipset_tag_t, int /*irq*/, int /*type*/, 106 void genppc_isa_intr_disestablish(isa_chipset_tag_t, void *); 107 int genppc_isa_intr_alloc(isa_chipset_tag_t, struct pic_ops *, int,
|
/src/sys/arch/arm/include/ |
isa_machdep.h | 46 typedef struct arm32_isa_chipset *isa_chipset_tag_t; typedef in typeref:struct:arm32_isa_chipset * 55 void isa_detach_hook(isa_chipset_tag_t, device_t); 56 const struct evcnt *isa_intr_evcnt(isa_chipset_tag_t ic, int irq); 57 void *isa_intr_establish(isa_chipset_tag_t ic, int irq, int type, 59 void *isa_intr_establish_xname(isa_chipset_tag_t ic, int irq, int type, 61 void isa_intr_disestablish(isa_chipset_tag_t ic, void *handler); 139 int isa_intr_alloc(isa_chipset_tag_t ic, int mask, int type, int *irq);
|
/src/sys/arch/atari/include/ |
isa_machdep.h | 68 typedef struct atari_isa_chipset *isa_chipset_tag_t; typedef in typeref:struct:atari_isa_chipset * 83 void isa_detach_hook(isa_chipset_tag_t, device_t); 84 int isa_intr_alloc(isa_chipset_tag_t, int, int, int *); 85 const struct evcnt *isa_intr_evcnt(isa_chipset_tag_t ic, int irq); 86 void *isa_intr_establish(isa_chipset_tag_t ic, int irq, int type, 88 void *isa_intr_establish_xname(isa_chipset_tag_t ic, int irq, int type, 90 void isa_intr_disestablish(isa_chipset_tag_t ic, void *handler);
|
/src/sys/arch/hpcmips/include/ |
isa_machdep.h | 38 typedef struct hpcmips_isa_chipset *isa_chipset_tag_t; typedef in typeref:struct:hpcmips_isa_chipset * 49 void isa_detach_hook(isa_chipset_tag_t, device_t); 50 int isa_intr_alloc(isa_chipset_tag_t, int, int, int *); 51 const struct evcnt *isa_intr_evcnt(isa_chipset_tag_t ic, int irq); 52 void *isa_intr_establish(isa_chipset_tag_t, int, int, int, int (*)(void *), void *); 53 void *isa_intr_establish_xname(isa_chipset_tag_t, int, int, int, int (*)(void *), void *, const char *); 54 void isa_intr_disestablish(isa_chipset_tag_t, void *);
|
/src/sys/arch/mipsco/include/ |
isa_machdep.h | 96 typedef struct mipsco_isa_chipset *isa_chipset_tag_t; typedef in typeref:struct:mipsco_isa_chipset * 105 void isa_detach_hook(isa_chipset_tag_t, device_t); 106 int isa_intr_alloc(isa_chipset_tag_t, int, int, int *); 107 const struct evcnt *isa_intr_evcnt(isa_chipset_tag_t ic, int irq); 108 void *isa_intr_establish(isa_chipset_tag_t ic, int irq, int type, 110 void *isa_intr_establish_xname(isa_chipset_tag_t ic, int irq, int type, 112 void isa_intr_disestablish(isa_chipset_tag_t ic, void *handler);
|
/src/sys/arch/alpha/include/ |
isa_machdep.h | 64 typedef struct alpha_isa_chipset *isa_chipset_tag_t; typedef in typeref:struct:alpha_isa_chipset * 78 void (*ic_detach_hook)(isa_chipset_tag_t, device_t);
|
/src/sys/arch/arc/include/ |
isa_machdep.h | 38 typedef struct arc_isa_bus *isa_chipset_tag_t; typedef in typeref:struct:arc_isa_bus * 56 const struct evcnt *(*ic_intr_evcnt)(isa_chipset_tag_t, int); 57 void *(*ic_intr_establish)(isa_chipset_tag_t, int, int, int, 59 void (*ic_intr_disestablish)(isa_chipset_tag_t, void *); 60 void (*ic_detach_hook)(isa_chipset_tag_t, device_t); 129 int isa_intr_alloc(isa_chipset_tag_t, int, int, int *);
|
/src/sys/arch/mips/include/ |
isa_machdep.h | 64 typedef struct mips_isa_chipset *isa_chipset_tag_t; typedef in typeref:struct:mips_isa_chipset * 80 void (*ic_detach_hook)(isa_chipset_tag_t, device_t);
|
/src/sys/arch/x86/include/ |
isa_machdep.h | 94 typedef struct x86_isa_chipset *isa_chipset_tag_t; typedef in typeref:struct:x86_isa_chipset * 103 void isa_detach_hook(isa_chipset_tag_t, device_t); 104 int isa_intr_alloc(isa_chipset_tag_t, int, int, int *); 105 const struct evcnt *isa_intr_evcnt(isa_chipset_tag_t ic, int irq); 106 void *isa_intr_establish(isa_chipset_tag_t ic, int irq, int type, 108 void *isa_intr_establish_xname(isa_chipset_tag_t ic, int irq, int type, 110 void isa_intr_disestablish(isa_chipset_tag_t ic, void *handler);
|