Lines Matching full:request
2 MMC Asynchronous Request
12 preparations for the next request are done in parallel with the current
16 time between when an MMC request ends and another MMC request begins.
21 MMC request.
30 a request and how fast the memory is. The faster the MMC/SD is the
31 more significant the prepare request time becomes. Roughly the expected
47 It starts a new MMC command request for a host. The function isn't
48 truly non-blocking. If there is an ongoing async request it waits
49 for completion of that request and starts the new one and returns. It
50 doesn't wait for the new request to complete. If there is no ongoing
51 request it starts the new request and returns immediately.
58 to before and after the actual mmc_host_ops.request() function is called.
63 Optimize for the first request
66 The first request in a series of requests can't be prepared in parallel
67 with the previous transfer, since there is no previous request.
70 request. The host driver may optimize for this scenario to minimize
72 request in two chunks, prepare the first chunk and start the request,
83 * The first chunk of the request should take the same time