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

/freebsd-11-stable/sys/dev/ppbus/
H A Dppbconf.c299 error = ppb_1284_negociate(bus, PPB_NIBBLE, PPB_REQUEST_ID);
308 if (!(error = ppb_1284_negociate(bus, PPB_NIBBLE, 0))) {
313 if (!(error = ppb_1284_negociate(bus, PPB_PS2, 0))) {
318 if (!(error = ppb_1284_negociate(bus, PPB_ECP, 0))) {
323 if (!(error = ppb_1284_negociate(bus, PPB_ECP, PPB_USE_RLE))) {
328 if (!(error = ppb_1284_negociate(bus, PPB_EPP, 0))) {
335 if (!(error = ppb_1284_negociate(bus, PPB_NIBBLE,
341 if (!(error = ppb_1284_negociate(bus, PPB_PS2,
347 if (!(error = ppb_1284_negociate(bus, PPB_ECP,
353 if (!(error = ppb_1284_negociate(bu
[all...]
H A Dppb_1284.h115 extern int ppb_1284_negociate(device_t, int, int);
H A Dppb_1284.c540 if ((error = ppb_1284_negociate(bus, mode, 0)))
550 if ((error = ppb_1284_negociate(bus, mode, 0)))
608 if ((error = ppb_1284_negociate(bus, PPB_NIBBLE, PPB_REQUEST_ID)))
613 if ((error = ppb_1284_negociate(bus, PPB_BYTE, PPB_REQUEST_ID)))
649 * ppb_1284_negociate()
658 ppb_1284_negociate(device_t bus, int mode, int options) function
H A Dppi.c379 if ((ppb_1284_negociate(ppbus,
387 if ((error = ppb_1284_negociate(ppbus,
474 if (ppb_1284_negociate(ppbus, PPB_ECP, 0)) {
H A Dimmio.c538 ret = ppb_1284_negociate(ppbus, negociate_mode);
H A Dlpt.c732 if ((error = ppb_1284_negociate(ppbus, PPB_NIBBLE, 0))) {

Completed in 127 milliseconds