Searched refs:lptdev (Results 1 – 1 of 1) sorted by relevance
452 device_t lptdev = UNITODEVICE(unit); in lptopen() local453 device_t ppbus = device_get_parent(lptdev); in lptopen()473 if ((err = lpt_request_ppbus(lptdev, PPB_WAIT|PPB_INTR)) != 0) { in lptopen()509 lpt_release_ppbus(lptdev); in lptopen()514 if (tsleep((caddr_t)lptdev, PCATCH, "lptinit", hz/4) != in lptopen()519 lpt_release_ppbus(lptdev); in lptopen()546 lpt_release_ppbus(lptdev); in lptopen()553 callout_reset(&sc->sc_callout, sc->sc_backoff, lptout, lptdev); in lptopen()572 device_t lptdev = UNITODEVICE(unit); in lptclose() local573 device_t ppbus = device_get_parent(lptdev); in lptclose()[all …]