Searched refs:rd_t (Results 1 – 1 of 1) sorted by relevance
395 struct spi_transfer rd_t; member 553 struct spi_transfer *rd_t = &applespi->rd_t; in applespi_setup_read_txfrs() local 556 memset(rd_t, 0, sizeof(*rd_t)); in applespi_setup_read_txfrs() 561 rd_t->rx_buf = applespi->rx_buffer; in applespi_setup_read_txfrs() 562 rd_t->len = APPLESPI_PACKET_SIZE; in applespi_setup_read_txfrs() 566 spi_message_add_tail(rd_t, msg); in applespi_setup_read_txfrs()