Searched refs:sdio_io_rw_ext_helper (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/mmc/core/ |
| A D | sdio_io.c | 315 static int sdio_io_rw_ext_helper(struct sdio_func *func, int write, in sdio_io_rw_ext_helper() function 471 return sdio_io_rw_ext_helper(func, 0, addr, 1, dst, count); in sdio_memcpy_fromio() 488 return sdio_io_rw_ext_helper(func, 1, addr, 1, src, count); in sdio_memcpy_toio() 505 return sdio_io_rw_ext_helper(func, 0, addr, 0, dst, count); in sdio_readsb() 522 return sdio_io_rw_ext_helper(func, 1, addr, 0, src, count); in sdio_writesb()
|
| /linux/ |
| A D | System.map | 45570 ffff800010c426e0 t sdio_io_rw_ext_helper
|
| A D | .tmp_System.map | 45570 ffff800010c426e0 t sdio_io_rw_ext_helper
|
Completed in 294 milliseconds