Home
last modified time | relevance | path

Searched refs:ST_IDLE (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/macintosh/
Dvia-macii.c77 #define ST_IDLE 0x30 /* ADB state: idle, nothing to send */ macro
180 via[B] |= ST_IDLE; in macii_init_via()
458 via[B] = (via[B] & ~ST_MASK) | ST_IDLE; in macii_interrupt()
476 (status & ST_MASK) == ST_IDLE); in macii_interrupt()
540 via[B] = (via[B] & ~ST_MASK) | ST_IDLE; in macii_interrupt()
/linux-3.4.99/drivers/scsi/
Dst.h193 #define ST_IDLE 0 macro
Dst.c877 STps->rw = ST_IDLE; in reset_state()
1014 STps->rw = ST_IDLE; in check_tape()
1247 STps->rw = ST_IDLE; in st_open()
2913 STps->rw = ST_IDLE; /* prevent automatic WEOF at close */ in st_int_ioctl()
3162 STps->rw = ST_IDLE; in set_location()
3437 STps->rw = ST_IDLE; in st_ioctl()
3463 STps->rw = ST_IDLE; /* Prevent automatic WEOF and fsf */ in st_ioctl()
3505 STp->ps[i].rw = ST_IDLE; in st_ioctl()
3519 STp->ps[0].rw = ST_IDLE; in st_ioctl()
4132 STps->rw = ST_IDLE; in st_probe()
Dosst.c3018 STps->rw = ST_IDLE; in osst_set_frame_position()
3353 STps->rw = ST_IDLE; in reset_state()
3460 STps->rw = ST_IDLE; in osst_write()
3748 STps->rw = ST_IDLE; in osst_read()
4386 STp->ps[i].rw = ST_IDLE; in osst_int_ioctl()
4537 STps->rw = ST_IDLE; in __os_scsi_tape_open()
4597 STps->rw = ST_IDLE; /* FIXME - seems to be redundant... */ in __os_scsi_tape_open()
4708 STps->rw = ST_IDLE; in __os_scsi_tape_open()
5093 STps->rw = ST_IDLE; in osst_ioctl()
5126 STp->ps[i].rw = ST_IDLE; in osst_ioctl()
[all …]
/linux-3.4.99/drivers/w1/masters/
Dds2490.c108 #define ST_IDLE 0x20 /* DS2490 is currently idle */ macro
467 } while (!(buf[0x08] & ST_IDLE) && !(err < 0) && ++count < 100); in ds_wait_status()