Searched refs:ppb_1284_set_state (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/ppbus/ |
H A D | ppb_1284.c | 108 ppb_1284_set_state(device_t bus, int state) in ppb_1284_set_state() function 202 ppb_1284_set_state(bus, PPB_PERIPHERAL_NEGOCIATION); in ppb_peripheral_negociate() 239 ppb_1284_set_state(bus, PPB_PERIPHERAL_IDLE); in ppb_peripheral_negociate() 291 ppb_1284_set_state(bus, PPB_PERIPHERAL_TERMINATION); in ppb_peripheral_terminate() 322 ppb_1284_set_state(bus, PPB_FORWARD_IDLE); in ppb_peripheral_terminate() 400 ppb_1284_set_state(bus, PPB_PERIPHERAL_TRANSFER); in byte_peripheral_write() 430 ppb_1284_set_state(bus, PPB_PERIPHERAL_IDLE); in byte_peripheral_write() 553 ppb_1284_set_state(bus, PPB_REVERSE_TRANSFER); in spp_1284_read() 578 ppb_1284_set_state(bus, PPB_REVERSE_IDLE); in spp_1284_read() 687 ppb_1284_set_state(bus, PPB_NEGOCIATION); in ppb_1284_negociate() [all …]
|
H A D | ppb_1284.h | 120 extern int ppb_1284_set_state(device_t bus, int state);
|
H A D | ppi.c | 251 ppb_1284_set_state(ppbus, PPB_NEGOCIATION); in ppiintr() 273 ppb_1284_set_state(ppbus, PPB_FORWARD_IDLE); in ppiintr()
|