Searched refs:pckbcintr (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dpckbcvar.h101 int pckbcintr(void *);
H A Dpckbc.c476 pckbcintr(t->t_sc);
578 pckbcintr(void *vsc) function
693 pckbcintr(t->t_sc);
/netbsd-current/sys/arch/sgimips/hpc/
H A Dpckbc_hpc.c138 if (cpu_intr_establish(msc->sc_irq, IPL_TTY, pckbcintr, sc) == NULL) {
/netbsd-current/sys/arch/evbppc/walnut/dev/
H A Dpckbc_pbus.c150 intr_establish(irq, IST_LEVEL, IPL_SERIAL, pckbcintr, sc);
/netbsd-current/sys/arch/evbppc/explora/dev/
H A Dpckbc_elb.c123 intr_establish_xname(irq, IST_LEVEL, IPL_TTY, pckbcintr, sc,
/netbsd-current/sys/arch/alpha/jensenio/
H A Dpckbc_jensenio.c138 jsc->sc_jih[slot].jih_vec, 0, pckbcintr, sc);
/netbsd-current/sys/arch/i386/pnpbios/
H A Dpckbc_pnpbios.c204 rv = isa_intr_establish(ic, irq, ist, IPL_TTY, pckbcintr, sc);
/netbsd-current/sys/arch/arc/jazz/
H A Dpckbc_jazzio.c171 jazzio_intr_establish(jsc->sc_intr[slot], pckbcintr, sc);
/netbsd-current/sys/arch/alpha/sableio/
H A Dpckbc_sableio.c146 IPL_TTY, pckbcintr, sc);
/netbsd-current/sys/dev/ofisa/
H A Dpckbc_ofisa.c153 IPL_TTY, pckbcintr, sc);
/netbsd-current/sys/arch/sparc64/dev/
H A Dpckbc_ebus.c233 IPL_TTY, pckbcintr, sc);
/netbsd-current/sys/dev/acpi/
H A Dpckbc_acpi.c242 IPL_TTY, false, pckbcintr, sc, intr_name);
/netbsd-current/sys/dev/isa/
H A Dpckbc_isa.c221 IPL_TTY, pckbcintr, sc);

Completed in 147 milliseconds