Searched refs:u_tmp (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/spi/
H A Dspidev.c216 struct spi_ioc_transfer *u_tmp; local
235 for (n = n_xfers, k_tmp = k_xfers, u_tmp = u_xfers;
237 n--, k_tmp++, u_tmp++) {
241 unsigned int len_aligned = ALIGN(u_tmp->len, ARCH_DMA_MINALIGN);
243 k_tmp->len = u_tmp->len;
256 if (u_tmp->rx_buf) {
266 if (u_tmp->tx_buf) {
275 (uintptr_t) u_tmp->tx_buf,
276 u_tmp->len))
281 k_tmp->cs_change = !!u_tmp
[all...]

Completed in 166 milliseconds