Searched refs:ieee1284 (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/parport/
H A Dieee1284.c38 up (&port->physport->ieee1284.irq);
75 ret = down_interruptible (&port->physport->ieee1284.irq);
220 switch (port->ieee1284.mode) {
242 if (port->ieee1284.phase != IEEE1284_PH_FWD_IDLE) {
260 port->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
295 port->ieee1284.mode = IEEE1284_MODE_COMPAT;
296 port->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
332 if (port->ieee1284.mode == mode)
336 if ((port->ieee1284.mode & ~IEEE1284_ADDR) == (mode & ~IEEE1284_ADDR)){
337 port->ieee1284
[all...]
H A Dieee1284_ops.c52 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA;
138 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
171 port->ieee1284.phase = IEEE1284_PH_REV_DATA;
221 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE;
224 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DAVAIL;
259 port->physport->ieee1284.phase = IEEE1284_PH_REV_DATA;
306 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE;
309 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DAVAIL;
345 port->ieee1284.phase = IEEE1284_PH_REV_IDLE;
348 port->ieee1284
[all...]
H A DMakefile6 parport-objs := share.o ieee1284.o ieee1284_ops.o procfs.o
H A Dprobe.c197 if (port->physport->ieee1284.phase != IEEE1284_PH_HBUSY_DAVAIL) {
H A Dparport_ip32.c1639 physport->ieee1284.phase = IEEE1284_PH_FWD_DATA;
1669 physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
1700 if (physport->ieee1284.phase != IEEE1284_PH_FWD_IDLE) {
1709 physport->ieee1284.phase = IEEE1284_PH_ECP_DIR_UNKNOWN;
1720 physport->ieee1284.phase = IEEE1284_PH_FWD_DATA;
1750 physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
H A Dshare.c457 tmp->ieee1284.mode = IEEE1284_MODE_COMPAT;
458 tmp->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
459 sema_init(&tmp->ieee1284.irq, 0);
H A Dparport_pc.c744 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA;
788 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
811 if (port->physport->ieee1284.phase != IEEE1284_PH_FWD_IDLE) {
839 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA;
902 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
/linux-master/drivers/char/
H A Dppdev.c139 mode = pport->ieee1284.mode & ~(IEEE1284_DEVICEID | IEEE1284_ADDR);
158 if (pport->ieee1284.mode & IEEE1284_ADDR)
215 mode = pport->ieee1284.mode & ~(IEEE1284_DEVICEID | IEEE1284_ADDR);
232 if (pport->ieee1284.mode & IEEE1284_ADDR) {
395 info = &pp->pdev->port->ieee1284;
431 pp->pdev->port->ieee1284.mode = mode;
432 pp->pdev->port->ieee1284.phase = pp->state.phase;
442 mode = pp->pdev->port->ieee1284.mode;
461 pp->pdev->port->ieee1284.phase = phase;
470 phase = pp->pdev->port->ieee1284
[all...]
/linux-master/include/linux/
H A Dparport.h208 dev, ieee1284, *_lock.
228 struct ieee1284_info ieee1284; member in struct:parport

Completed in 143 milliseconds