Searched refs:reply_expected (Results 1 – 7 of 7) sorted by relevance
87 if ((adb_iop_state == sending) && req && req->reply_expected) { in adb_iop_complete()273 .reply_expected = 0, in adb_iop_reset_bus()
436 req->reply_expected = 1; in cuda_send_request()500 req->reply_expected = 1; in cuda_request()641 if (req->reply_expected) { in cuda_interrupt()
1049 req->reply_expected = 1; in pmu_send_request()1113 req.reply_expected = 1; in pmu_adb_reset_bus()1150 req->reply_expected = 0; in pmu_request()1518 if (req->reply_expected) in pmu_sr_intr()2562 req.reply_expected = 0; in pmu_blink()2573 req.reply_expected = 0; in pmu_blink()
435 req->reply_expected = flags & ADBREQ_REPLY; in adb_request()820 req->reply_expected = ((req->data[1] & 0xc) == 0xc); in adb_write()
220 if (req->reply_expected) { in macio_adb_interrupt()
440 if (req->reply_expected) { in macii_interrupt()
16 unsigned char reply_expected; member