Searched defs:sg_tmp (Results 1 - 2 of 2) sorted by last modified time

/drivers/mmc/host/
H A Dtmio_mmc_dma.c49 struct scatterlist *sg = host->sg_ptr, *sg_tmp; local
58 for_each_sg(sg, sg_tmp, host->sg_len, i) {
59 if (sg_tmp->offset & align)
61 if (sg_tmp->length & align) {
126 struct scatterlist *sg = host->sg_ptr, *sg_tmp; local
135 for_each_sg(sg, sg_tmp, host->sg_len, i) {
136 if (sg_tmp->offset & align)
138 if (sg_tmp->length & align) {
/drivers/memstick/core/
H A Dms_block.c1606 struct scatterlist sg_tmp[10]; local
1633 sg_init_table(sg_tmp, ARRAY_SIZE(sg_tmp));
1634 msb_sg_copy(sg, sg_tmp, ARRAY_SIZE(sg_tmp), offset, msb->page_size);
1636 sg_copy_to_buffer(sg_tmp, sg_nents(sg_tmp),
1647 struct scatterlist sg_tmp[10]; local
1656 sg_init_table(sg_tmp, ARRAY_SIZE(sg_tmp));
[all...]

Completed in 58 milliseconds