Home
last modified time | relevance | path

Searched refs:tifm_map_sg (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/misc/
Dtifm_core.c298 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, in tifm_map_sg() function
303 EXPORT_SYMBOL(tifm_map_sg);
/linux-4.4.14/include/linux/
Dtifm.h148 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents,
/linux-4.4.14/drivers/mmc/host/
Dtifm_sd.c671 if(1 != tifm_map_sg(sock, &host->bounce_buf, 1, in tifm_sd_request()
680 host->sg_len = tifm_map_sg(sock, r_data->sg, in tifm_sd_request()
/linux-4.4.14/drivers/memstick/host/
Dtifm_ms.c285 if (1 != tifm_map_sg(sock, &host->req->sg, 1, in tifm_ms_issue_cmd()