Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/macintosh/
Dvia-macii.c78 #define ST_IDLE 0x30 /* ADB state: idle, nothing to send */ macro
181 via[B] |= ST_IDLE; in macii_init_via()
459 via[B] = (via[B] & ~ST_MASK) | ST_IDLE; in macii_interrupt()
477 (status & ST_MASK) == ST_IDLE); in macii_interrupt()
541 via[B] = (via[B] & ~ST_MASK) | ST_IDLE; in macii_interrupt()
/Linux-v4.19/drivers/scsi/
Dst.h217 #define ST_IDLE 0 macro
Dst.c939 STps->rw = ST_IDLE; in reset_state()
1075 STps->rw = ST_IDLE; in check_tape()
1304 STps->rw = ST_IDLE; in st_open()
2997 STps->rw = ST_IDLE; /* prevent automatic WEOF at close */ in st_int_ioctl()
3244 STps->rw = ST_IDLE; in set_location()
3607 STps->rw = ST_IDLE; in st_ioctl()
3633 STps->rw = ST_IDLE; /* Prevent automatic WEOF and fsf */ in st_ioctl()
3680 STp->ps[i].rw = ST_IDLE; in st_ioctl()
3694 STp->ps[0].rw = ST_IDLE; in st_ioctl()
4355 STps->rw = ST_IDLE; in st_probe()
Dosst.c3023 STps->rw = ST_IDLE; in osst_set_frame_position()
3357 STps->rw = ST_IDLE; in reset_state()
3464 STps->rw = ST_IDLE; in osst_write()
3752 STps->rw = ST_IDLE; in osst_read()
4390 STp->ps[i].rw = ST_IDLE; in osst_int_ioctl()
4541 STps->rw = ST_IDLE; in __os_scsi_tape_open()
4601 STps->rw = ST_IDLE; /* FIXME - seems to be redundant... */ in __os_scsi_tape_open()
4712 STps->rw = ST_IDLE; in __os_scsi_tape_open()
5097 STps->rw = ST_IDLE; in osst_ioctl()
5130 STp->ps[i].rw = ST_IDLE; in osst_ioctl()
[all …]
/Linux-v4.19/drivers/w1/masters/
Dds2490.c111 #define ST_IDLE 0x20 /* DS2490 is currently idle */ macro
453 } while (!(st->status & ST_IDLE) && !(err < 0) && ++count < 100); in ds_wait_status()
758 } while (!(st.status & (ST_IDLE | ST_HALT))); in ds9490r_search()