Lines Matching full:epp
48 EPP::
80 The port functions can be split into three groups: SPP, EPP, and ECP.
88 EPP (Enhanced Parallel Port) functions are provided for reading and
89 writing in IEEE 1284 EPP mode, and ECP (Extended Capabilities Port)
93 Hardware assistance for EPP and/or ECP transfers may or may not be
169 PARPORT_MODE_EPP The hardware can assist with EPP
1469 port->ops->epp_write_data - write EPP data
1489 Writes data in EPP mode, and returns the number of bytes written.
1507 port->ops->epp_read_data - read EPP data
1527 Reads data in EPP mode, and returns the number of bytes read.
1545 port->ops->epp_write_addr - write EPP address
1565 Writes EPP addresses (8 bits each), and returns the number written.
1585 port->ops->epp_read_addr - read EPP address
1605 Reads EPP addresses (8 bits each), and returns the number read.