Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dtifm_core.c292 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, in tifm_map_sg() function
298 EXPORT_SYMBOL(tifm_map_sg);
/openbmc/linux/include/linux/
H A Dtifm.h144 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents,
/openbmc/linux/drivers/mmc/host/
H A Dtifm_sd.c662 if(1 != tifm_map_sg(sock, &host->bounce_buf, 1, in tifm_sd_request()
671 host->sg_len = tifm_map_sg(sock, r_data->sg, in tifm_sd_request()
/openbmc/linux/drivers/memstick/host/
H A Dtifm_ms.c280 if (1 != tifm_map_sg(sock, &host->req->sg, 1, in tifm_ms_issue_cmd()