Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-mxs.c169 const bool vmalloced_buf = is_vmalloc_addr(buf); in mxs_spi_txrx_dma() local
170 const int desc_len = vmalloced_buf ? PAGE_SIZE : SG_MAXLEN; in mxs_spi_txrx_dma()
219 if (vmalloced_buf) { in mxs_spi_txrx_dma()
H A Dspi.c860 const bool vmalloced_buf = is_vmalloc_addr(buf); in spi_map_buf() local
877 if (vmalloced_buf || kmap_buf) { in spi_map_buf()
894 if (vmalloced_buf || kmap_buf) { in spi_map_buf()
903 if (vmalloced_buf) in spi_map_buf()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-mxs.c169 const bool vmalloced_buf = is_vmalloc_addr(buf); in mxs_spi_txrx_dma() local
170 const int desc_len = vmalloced_buf ? PAGE_SIZE : SG_MAXLEN; in mxs_spi_txrx_dma()
219 if (vmalloced_buf) { in mxs_spi_txrx_dma()
H A Dspi.c1009 const bool vmalloced_buf = is_vmalloc_addr(buf); in spi_map_buf_attrs() local
1026 if (vmalloced_buf || kmap_buf) { in spi_map_buf_attrs()
1043 if (vmalloced_buf || kmap_buf) { in spi_map_buf_attrs()
1052 if (vmalloced_buf) in spi_map_buf_attrs()

Completed in 13 milliseconds