Home
last modified time | relevance | path

Searched refs:reply_expected (Results 1 – 13 of 13) sorted by relevance

/linux-2.4.37.9/drivers/macintosh/
Dadb-iop.c90 if ((adb_iop_state == sending) && req && req->reply_expected) { in adb_iop_complete()
279 .reply_expected = 0, in adb_iop_reset_bus()
Dvia-pmu.c908 req->reply_expected = 1; in pmu_send_request()
969 req.reply_expected = 1; in pmu_adb_reset_bus()
1007 req->reply_expected = 0; in pmu_request()
1331 if (req->reply_expected) in pmu_sr_intr()
1623 req.reply_expected = 0; in pmu_i2c_combined_read()
1648 req.reply_expected = 0; in pmu_i2c_combined_read()
1686 req.reply_expected = 0; in pmu_i2c_stdsub_write()
1710 req.reply_expected = 0; in pmu_i2c_stdsub_write()
1745 req.reply_expected = 0; in pmu_i2c_simple_read()
1769 req.reply_expected = 0; in pmu_i2c_simple_read()
[all …]
Dvia-pmu68k.c365 req->reply_expected = 1; in pmu_send_request()
427 req.reply_expected = 1; in pmu_reset_bus()
475 req->reply_expected = 0; in pmu_request()
543 || (req->reply_expected && req_awaiting_reply)) in pmu_start()
624 if (req->reply_expected) in pmu_interrupt()
Dvia-cuda.c310 req->reply_expected = 1; in cuda_send_request()
373 req->reply_expected = 1; in cuda_request()
510 if (req->reply_expected) { in cuda_interrupt()
Dvia-maciisi.c253 req->reply_expected = 1; in maciisi_send_request()
507 if (req->reply_expected) { in maciisi_interrupt()
Dadb.c472 req->reply_expected = flags & ADBREQ_REPLY; in adb_request()
819 req->reply_expected = ((req->data[1] & 0xc) == 0xc); in adb_write()
Dmacio-adb.c217 if (req->reply_expected) { in macio_adb_interrupt()
Dvia-macii.c485 if (req->reply_expected) { in macii_interrupt()
/linux-2.4.37.9/drivers/char/
Dpc_keyb.c89 static volatile unsigned char reply_expected; variable
285 if (reply_expected) { in do_acknowledge()
293 reply_expected = 0; in do_acknowledge()
297 reply_expected = 0; in do_acknowledge()
557 reply_expected = 1; in send_data()
Dec3104_keyb.c99 static volatile unsigned char reply_expected; variable
/linux-2.4.37.9/include/asm-m68k/
Dadb.h59 unsigned char reply_expected; member
/linux-2.4.37.9/include/linux/
Dadb.h50 unsigned char reply_expected; member
/linux-2.4.37.9/drivers/sbus/char/
Dpcikbd.c65 static volatile unsigned char reply_expected = 0; variable
260 if(reply_expected) { in do_acknowledge()
263 reply_expected = 0; in do_acknowledge()
267 reply_expected = 0; in do_acknowledge()
458 reply_expected = 1; in send_data()