Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/drivers/scsi/
Dst.h196 #define ST_IDLE 0 macro
Dst.c887 STps->rw = ST_IDLE; in reset_state()
1023 STps->rw = ST_IDLE; in check_tape()
1252 STps->rw = ST_IDLE; in st_open()
2942 STps->rw = ST_IDLE; /* prevent automatic WEOF at close */ in st_int_ioctl()
3189 STps->rw = ST_IDLE; in set_location()
3457 STps->rw = ST_IDLE; in st_ioctl()
3483 STps->rw = ST_IDLE; /* Prevent automatic WEOF and fsf */ in st_ioctl()
3525 STp->ps[i].rw = ST_IDLE; in st_ioctl()
3539 STp->ps[0].rw = ST_IDLE; in st_ioctl()
4199 STps->rw = ST_IDLE; in st_probe()
Dosst.c3020 STps->rw = ST_IDLE; in osst_set_frame_position()
3354 STps->rw = ST_IDLE; in reset_state()
3461 STps->rw = ST_IDLE; in osst_write()
3749 STps->rw = ST_IDLE; in osst_read()
4387 STp->ps[i].rw = ST_IDLE; in osst_int_ioctl()
4538 STps->rw = ST_IDLE; in __os_scsi_tape_open()
4598 STps->rw = ST_IDLE; /* FIXME - seems to be redundant... */ in __os_scsi_tape_open()
4709 STps->rw = ST_IDLE; in __os_scsi_tape_open()
5094 STps->rw = ST_IDLE; in osst_ioctl()
5127 STp->ps[i].rw = ST_IDLE; in osst_ioctl()
[all …]
/linux-4.1.27/drivers/w1/masters/
Dds2490.c112 #define ST_IDLE 0x20 /* DS2490 is currently idle */ macro
474 } while (!(st->status & ST_IDLE) && !(err < 0) && ++count < 100); in ds_wait_status()
777 } while (!(st.status & (ST_IDLE | ST_HALT))); in ds9490r_search()