Searched refs:reply_expected (Results 1 – 9 of 9) sorted by relevance
359 req->reply_expected = 1; in pmu_send_request()421 req.reply_expected = 1; in pmu_reset_bus()469 req->reply_expected = 0; in pmu_request()537 || (req->reply_expected && req_awaiting_reply)) in pmu_start()617 if (req->reply_expected) in pmu_interrupt()
88 if ((adb_iop_state == sending) && req && req->reply_expected) { in adb_iop_complete()274 .reply_expected = 0, in adb_iop_reset_bus()
252 req->reply_expected = 1; in maciisi_send_request()304 req->reply_expected = 0; in maciisi_request()521 if (req->reply_expected) { in maciisi_interrupt()
316 req->reply_expected = 1; in cuda_send_request()379 req->reply_expected = 1; in cuda_request()526 if (req->reply_expected) { in cuda_interrupt()
1023 req->reply_expected = 1; in pmu_send_request()1087 req.reply_expected = 1; in pmu_adb_reset_bus()1124 req->reply_expected = 0; in pmu_request()1490 if (req->reply_expected) in pmu_sr_intr()2513 req.reply_expected = 0; in pmu_blink()2524 req.reply_expected = 0; in pmu_blink()
439 req->reply_expected = flags & ADBREQ_REPLY; in adb_request()829 req->reply_expected = ((req->data[1] & 0xc) == 0xc); in adb_write()
220 if (req->reply_expected) { in macio_adb_interrupt()
439 if (req->reply_expected) { in macii_interrupt()
15 unsigned char reply_expected; member