Lines Matching refs:adb_request
163 static struct adb_request *current_req;
164 static struct adb_request *last_req;
177 static int cuda_send_request(struct adb_request *req, int sync);
187 static int cuda_write(struct adb_request *req);
189 int cuda_request(struct adb_request *req,
190 void (*done)(struct adb_request *), int nbytes, ...);
206 struct adb_request req; in find_via_cuda()
234 struct adb_request req; in find_via_cuda()
427 cuda_send_request(struct adb_request *req, int sync) in cuda_send_request()
454 struct adb_request req; in cuda_adb_autopoll()
469 struct adb_request req; in cuda_reset_adb_bus()
483 cuda_request(struct adb_request *req, void (*done)(struct adb_request *), in cuda_request() argument
506 cuda_write(struct adb_request *req) in cuda_write()
568 struct adb_request *req = NULL; in cuda_interrupt()
727 void (*done)(struct adb_request *) = req->done; in cuda_interrupt()
777 struct adb_request req; in cuda_get_time()
794 struct adb_request req; in cuda_set_rtc_time()