Lines Matching +full:data +full:- +full:transfer
1 .. SPDX-License-Identifier: GPL-2.0
11 --------------
16 It is however not involved in the actual data transfer as the data transfer
30 ----------
33 for bi-directional communication. Once MHI is in powered on state, the MHI
43 ----------
46 driver sends and receives the upper-layer protocol packets like IP packets,
57 * Prepares the device for transfer by calling mhi_prepare_for_transfer.
58 * Initiates data transfer by calling mhi_queue_transfer.
59 * Once the data transfer is finished, calls mhi_unprepare_from_transfer to
60 end data transfer.