Symbol: PARPORT_STATUS_ERROR
drivers/parport/daisy.c
312
| PARPORT_STATUS_ERROR);
drivers/parport/daisy.c
316
| PARPORT_STATUS_ERROR)) {
drivers/parport/daisy.c
325
| PARPORT_STATUS_ERROR);
drivers/parport/daisy.c
326
if (s != (PARPORT_STATUS_SELECT | PARPORT_STATUS_ERROR)) {
drivers/parport/daisy.c
370
((s & PARPORT_STATUS_ERROR ? 0 : 1) << 3));
drivers/parport/daisy.c
389
PARPORT_STATUS_ERROR);
drivers/parport/daisy.c
396
PARPORT_STATUS_ERROR);
drivers/parport/daisy.c
407
PARPORT_STATUS_ERROR);
drivers/parport/daisy.c
443
| PARPORT_STATUS_ERROR);
drivers/parport/daisy.c
447
| PARPORT_STATUS_ERROR)) {
drivers/parport/daisy.c
456
| PARPORT_STATUS_ERROR);
drivers/parport/daisy.c
457
if (s != (PARPORT_STATUS_SELECT | PARPORT_STATUS_ERROR)) {
drivers/parport/ieee1284.c
387
PARPORT_STATUS_ERROR
drivers/parport/ieee1284.c
391
PARPORT_STATUS_ERROR
drivers/parport/ieee1284.c
538
if (parport_read_status (port) & PARPORT_STATUS_ERROR)
drivers/parport/ieee1284_ops.c
161
(parport_read_status(port) & PARPORT_STATUS_ERROR)) {
drivers/parport/ieee1284_ops.c
212
if (parport_read_status (port) & PARPORT_STATUS_ERROR) {
drivers/parport/ieee1284_ops.c
246
if (parport_read_status (port) & PARPORT_STATUS_ERROR) {
drivers/parport/ieee1284_ops.c
297
if (parport_read_status (port) & PARPORT_STATUS_ERROR) {
drivers/parport/ieee1284_ops.c
58
unsigned char mask = (PARPORT_STATUS_ERROR
drivers/parport/ieee1284_ops.c
60
unsigned char val = (PARPORT_STATUS_ERROR
drivers/parport/ieee1284_ops.c
74
PARPORT_STATUS_ERROR))
drivers/parport/ieee1284_ops.c
76
PARPORT_STATUS_ERROR))
drivers/parport/parport_amiga.c
78
unsigned char ret = PARPORT_STATUS_BUSY | PARPORT_STATUS_ACK | PARPORT_STATUS_ERROR;
drivers/parport/parport_atari.c
89
PARPORT_STATUS_SELECT | PARPORT_STATUS_ERROR);
drivers/parport/parport_mfc3.c
158
ret |= PARPORT_STATUS_ERROR;
drivers/parport/parport_sunbpp.c
94
bits |= PARPORT_STATUS_ERROR;