Lines Matching full:transfer
409 buffer for each transfer direction, supporting full duplex
417 + whether the chipselect becomes inactive after a transfer and
422 transfer in that atomic group, and potentially saving costs
453 transfer mode, wordsize, or clock rate. This is done with spi_setup(),
557 driver to prepare the transfer hardware by issuing this call.
566 The subsystem calls the driver to transfer a single message while
572 …r->transfer_one(struct spi_master *master, struct spi_device *spi, struct spi_transfer *transfer)``
573 The subsystem calls the driver to transfer a single transfer while
575 finished with this transfer, it must call
577 transfer. This may sleep. Note: transfer_one and transfer_one_message
584 * 0: transfer is finished
585 * 1: transfer is still in progress
595 ``master->transfer(struct spi_device *spi, struct spi_message *message)``
597 transfer happens and its complete() callback is issued. The two
616 function transfer().
625 Such a transfer() method would normally just add the message to a
626 queue, and then start some asynchronous transfer engine (unless it's