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

/illumos-gate/usr/src/uts/common/io/
H A Di8042.c135 uint_t (*intr_func)(caddr_t arg1, caddr_t arg2); member in struct:i8042_port
450 if (port->intr_func != NULL) {
913 port->intr_func = NULL;
1060 if (port->intr_func != NULL)
1061 port->intr_func(port->intr_arg1, NULL);
1403 port->intr_func = hdlp->ih_cb_func;
1419 port->intr_func = NULL;
1436 port->intr_func(port->intr_arg1, port->intr_arg2);

Completed in 189 milliseconds