Searched refs:ADBREQ_NOSEND (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/macintosh/ |
| D | via-macii.c | 203 adb_request(&req, NULL, ADBREQ_NOSEND, 1, ADB_READREG(next_device, 0)); in macii_queue_poll() 285 adb_request(&req, NULL, ADBREQ_NOSEND, 1, in macii_autopoll() 317 adb_request(&req, NULL, ADBREQ_NOSEND, 1, ADB_BUSRESET); in macii_reset_bus()
|
| D | adb.c | 442 if (flags & ADBREQ_NOSEND) in adb_request()
|
| /Linux-v5.4/include/linux/ |
| D | adb.h | 44 #define ADBREQ_NOSEND 4 /* build the request, but don't send it */ macro
|