Home
last modified time | relevance | path

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

/freebsd/sys/dev/ppbus/
H A Dppb_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()
H A Dpps.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()
H A Dppbconf.c138 ppb_set_mode(bus, val); in ppbus_write_ivar()
539 ppb_set_mode(bus, ppbdev->ctx.mode); in ppb_request_bus()
H A Dppbconf.h269 extern int ppb_set_mode(device_t, int); /* returns old mode */
H A Dppb_base.c126 ppb_set_mode(device_t bus, int mode) in ppb_set_mode() function
H A Dpcfclock.c270 ppb_set_mode(ppbus, PPB_COMPATIBLE); in pcfclock_read_dev()
H A Dppi.c274 ppb_set_mode(ppbus, PPB_COMPATIBLE); in ppiintr()
H A Dif_plip.c374 ppb_set_mode(ppbus, PPB_COMPATIBLE); in lpinit_locked()
/freebsd/sys/modules/ppbus/
H A DMakefile16 ppb_set_mode \