Searched refs:tifm_map_sg (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | tifm.h | 148 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents,
|
/linux-4.1.27/drivers/misc/ |
H A D | tifm_core.c | 298 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, tifm_map_sg() function 303 EXPORT_SYMBOL(tifm_map_sg); variable
|
/linux-4.1.27/drivers/memstick/host/ |
H A D | tifm_ms.c | 285 if (1 != tifm_map_sg(sock, &host->req->sg, 1, tifm_ms_issue_cmd()
|
/linux-4.1.27/drivers/mmc/host/ |
H A D | tifm_sd.c | 671 if(1 != tifm_map_sg(sock, &host->bounce_buf, 1, tifm_sd_request() 680 host->sg_len = tifm_map_sg(sock, r_data->sg, tifm_sd_request()
|
Completed in 66 milliseconds