Lines Matching refs:transfers

157 SPI_STATISTICS_SHOW(transfers, "%lu");
300 stats->transfers++;
967 list_for_each_entry(xfer, &msg->transfers, transfer_list) {
1014 list_for_each_entry(xfer, &msg->transfers, transfer_list) {
1045 list_for_each_entry(xfer, &msg->transfers, transfer_list) {
1070 list_for_each_entry(xfer, &msg->transfers, transfer_list) {
1097 list_for_each_entry(xfer, &msg->transfers,
1266 list_for_each_entry(xfer, &msg->transfers, transfer_list) {
1326 &msg->transfers)) {
1522 list_for_each_entry(xfer, &msg->transfers, transfer_list) {
1646 * because a device on the bus said that its transfers needed realtime
1650 * the thread will be at realtime priority for all transfers on that
1653 * transfers.
1732 list_for_each_entry(xfer, &mesg->transfers, transfer_list) {
1739 list_for_each_entry(xfer, &mesg->transfers, transfer_list)
1746 * Release splited transfers here since spi_map_msg is done on the
1747 * splited transfers.
1875 * spi_queued_transfer - transfer function for queued transfers
1922 * memory operations do not preempt regular SPI transfers that have been queued
2628 * operations if it does not support regular SPI transfers, and this is
3075 /* insert replaced transfers back into the message */
3084 * spi_replace_transfers - replace transfers with several transfers
3088 * @remove: number of transfers to remove
3089 * @insert: the number of transfers we want to insert instead
3135 /* remove the requested number of transfers */
3137 /* if the entry after replaced_after it is msg->transfers
3138 * then we have been requested to remove more transfers
3141 if (rxfer->replaced_after->next == &msg->transfers) {
3144 /* insert replaced transfers back into the message */
3156 * transfers and add it to list of replaced_transfers
3245 * so that we skip those already split transfers
3259 * spi_split_tranfers_maxsize - split spi transfers into multiple transfers
3283 list_for_each_entry(xfer, &msg->transfers, transfer_list) {
3331 * example, not all hardware supports wire transfers using nine bit words,
3448 * @inactive: CS inactive delay between transfers specified via @spi_delay
3517 if (list_empty(&message->transfers))
3523 * splitting transfers into one-word transfers and ensuring that
3542 list_for_each_entry(xfer, &message->transfers, transfer_list) {
3544 if (list_is_last(&xfer->transfer_list, &message->transfers))
3559 list_for_each_entry(xfer, &message->transfers, transfer_list) {
3578 list_for_each_entry(xfer, &message->transfers, transfer_list) {
3604 /* No partial transfers accepted */
3661 * Some controllers do not support doing regular SPI transfers. Return
3675 list_for_each_entry(xfer, &message->transfers, transfer_list) {
3687 * @message: describes the data transfers, including completion callback
3741 * @message: describes the data transfers, including completion callback
3857 * spi_sync - blocking/synchronous SPI data transfers
3859 * @message: describes the data transfers
3892 * @message: describes the data transfers