Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/ppbus/
HDppb_1284.c201 ppb_set_mode(bus, PPB_COMPATIBLE); in ppb_peripheral_negociate()
242 ppb_set_mode(bus, PPB_BYTE); in ppb_peripheral_negociate()
321 ppb_set_mode(bus, PPB_COMPATIBLE); in ppb_peripheral_terminate()
674 ppb_set_mode(bus, PPB_COMPATIBLE); in ppb_1284_negociate()
797 ppb_set_mode(bus, mode); in ppb_1284_negociate()
855 ppb_set_mode(bus, PPB_COMPATIBLE); in ppb_1284_terminate()
HDpps.c152 i = ppb_set_mode(sc->ppbus, PPB_EPP); in ppsattach()
201 i = ppb_set_mode(sc->ppbus, PPB_COMPATIBLE); in ppsattach()
232 i = ppb_set_mode(sc->ppbus, PPB_PS2); in ppsopen()
268 ppb_set_mode(ppbus, PPB_COMPATIBLE); in ppsclose()
HDppbconf.c138 ppb_set_mode(bus, val); in ppbus_write_ivar()
524 ppb_set_mode(bus, ppbdev->ctx.mode); in ppb_request_bus()
HDppbconf.h269 extern int ppb_set_mode(device_t, int); /* returns old mode */
HDppb_base.c126 ppb_set_mode(device_t bus, int mode) in ppb_set_mode() function
HDpcfclock.c270 ppb_set_mode(ppbus, PPB_COMPATIBLE); in pcfclock_read_dev()
HDppi.c274 ppb_set_mode(ppbus, PPB_COMPATIBLE); in ppiintr()
HDif_plip.c370 ppb_set_mode(ppbus, PPB_COMPATIBLE); in lpinit_locked()
/freebsd-head/sys/modules/ppbus/
HDMakefile15 ppb_set_mode \