/src/sys/dev/ppbus/ |
ppbus_conf.h | 138 PARPORT_ADD_HANDLER_T ppbus_add_handler; member in struct:ppbus_softc
|
ppbus_base.h | 159 int ppbus_add_handler(device_t, void (*)(void *), void *);
|
pps_ppbus.c | 125 res = ppbus_add_handler(sc->ppbus, ppsintr, sc);
|
ppbus_base.c | 317 int ppbus_add_handler(device_t dev, void (*func)(void *), void *arg) function in typeref:typename:int 322 return bus->ppbus_add_handler(device_parent(dev), func, arg); 327 /* Remove a handler registered with ppbus_add_handler() */
|
ppbus_conf.c | 132 ppbus->ppbus_add_handler = sc_link->parport_add_handler;
|
if_plip.c | 390 error = ppbus_add_handler(ppbus, lp_intr, dev);
|