Searched refs:ppb_1284_set_state (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/sys/dev/ppbus/ |
| D | ppb_1284.c | 109 ppb_1284_set_state(device_t bus, int state) in ppb_1284_set_state() function 203 ppb_1284_set_state(bus, PPB_PERIPHERAL_NEGOCIATION); in ppb_peripheral_negociate() 241 ppb_1284_set_state(bus, PPB_PERIPHERAL_IDLE); in ppb_peripheral_negociate() 293 ppb_1284_set_state(bus, PPB_PERIPHERAL_TERMINATION); in ppb_peripheral_terminate() 324 ppb_1284_set_state(bus, PPB_FORWARD_IDLE); in ppb_peripheral_terminate() 402 ppb_1284_set_state(bus, PPB_PERIPHERAL_TRANSFER); in byte_peripheral_write() 432 ppb_1284_set_state(bus, PPB_PERIPHERAL_IDLE); in byte_peripheral_write() 557 ppb_1284_set_state(bus, PPB_REVERSE_TRANSFER); in spp_1284_read() 582 ppb_1284_set_state(bus, PPB_REVERSE_IDLE); in spp_1284_read() 691 ppb_1284_set_state(bus, PPB_NEGOCIATION); in ppb_1284_negociate() [all …]
|
| D | ppb_1284.h | 120 extern int ppb_1284_set_state(device_t bus, int state);
|
| D | ppi.c | 257 ppb_1284_set_state(ppbus, PPB_NEGOCIATION); in ppiintr() 279 ppb_1284_set_state(ppbus, PPB_FORWARD_IDLE); in ppiintr()
|