Home
last modified time | relevance | path

Searched refs:intr_func (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Di8042.c139 uint_t (*intr_func)(caddr_t arg1, caddr_t arg2); member
454 if (port->intr_func != NULL) { in i8042_cleanup()
917 port->intr_func = NULL; in i8042_map()
1064 if (port->intr_func != NULL) in i8042_intr()
1065 port->intr_func(port->intr_arg1, NULL); in i8042_intr()
1407 port->intr_func = hdlp->ih_cb_func; in i8042_intr_ops()
1423 port->intr_func = NULL; in i8042_intr_ops()
1440 port->intr_func(port->intr_arg1, port->intr_arg2); in i8042_intr_ops()