Searched refs:tifm_map_sg (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/misc/ |
A D | tifm_core.c | 292 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, in tifm_map_sg() function 298 EXPORT_SYMBOL(tifm_map_sg);
|
/linux-6.3-rc2/include/linux/ |
A D | tifm.h | 144 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents,
|
/linux-6.3-rc2/drivers/mmc/host/ |
A D | tifm_sd.c | 662 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()
|
/linux-6.3-rc2/drivers/memstick/host/ |
A D | tifm_ms.c | 280 if (1 != tifm_map_sg(sock, &host->req->sg, 1, in tifm_ms_issue_cmd()
|
Completed in 30 milliseconds