Lines Matching refs:request
7 preparations for the next request are done in parallel with the current
10 time between when an MMC request ends and another MMC request begins.
14 MMC request.
22 a request and how fast the memory is. The faster the MMC/SD is the
23 more significant the prepare request time becomes. Roughly the expected
38 It starts a new MMC command request for a host. The function isn't
39 truly non-blocking. If there is an ongoing async request it waits
40 for completion of that request and starts the new one and returns. It
41 doesn't wait for the new request to complete. If there is no ongoing
42 request it starts the new request and returns immediately.
49 to before and after the actual mmc_host_ops.request() function is called.
53 Optimize for the first request
56 The first request in a series of requests can't be prepared in parallel
57 with the previous transfer, since there is no previous request.
59 request. The host driver may optimize for this scenario to minimize
61 request in two chunks, prepare the first chunk and start the request,
72 * The first chunk of the request should take the same time