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

/fuchsia/zircon/system/dev/block/sdmmc/
H A Dsdmmc.h125 zx_status_t sdio_rw_data(void *ctx, uint8_t fn_idx, sdio_rw_txn_t *txn);
H A Dsdio.c41 zx_status_t sdio_rw_data(void *ctx, uint8_t fn_idx, sdio_rw_txn_t *txn) { function
63 zxlogf(ERROR, "sdio_rw_data: data size is not a multiple of 4\n");
78 zxlogf(TRACE, "sdio_rw_data: vmo map error %d\n", st);
103 zxlogf(ERROR, "sdio_rw_data: Error %sing data.func: %d status: %d\n",
138 return sdio_rw_data(dev, fn_idx, &txn);
151 return sdio_rw_data(dev, fn_idx, &txn);
H A Dsdmmc.c287 .do_rw_txn = sdio_rw_data,

Completed in 77 milliseconds