Searched refs:sg_mapping_iter (Results 1 - 25 of 52) sorted by relevance

123

/linux-master/drivers/misc/cb710/
H A Dsgbuf2.c11 static bool sg_dwiter_next(struct sg_mapping_iter *miter)
20 static bool sg_dwiter_is_at_end(struct sg_mapping_iter *miter)
25 static uint32_t sg_dwiter_read_buffer(struct sg_mapping_iter *miter)
54 static bool sg_dwiter_get_next_block(struct sg_mapping_iter *miter, uint32_t **ptr)
90 uint32_t cb710_sg_dwiter_read_next_block(struct sg_mapping_iter *miter)
101 static void sg_dwiter_write_slow(struct sg_mapping_iter *miter, uint32_t data)
131 void cb710_sg_dwiter_write_next_block(struct sg_mapping_iter *miter, uint32_t data)
/linux-master/include/linux/
H A Dcb710.h154 uint32_t cb710_sg_dwiter_read_next_block(struct sg_mapping_iter *miter);
155 void cb710_sg_dwiter_write_next_block(struct sg_mapping_iter *miter, uint32_t data);
172 static inline void cb710_sg_dwiter_write_from_io(struct sg_mapping_iter *miter,
194 static inline void cb710_sg_dwiter_read_to_io(struct sg_mapping_iter *miter,
H A Dscatterlist.h675 struct sg_mapping_iter { struct
689 void sg_miter_start(struct sg_mapping_iter *miter, struct scatterlist *sgl,
691 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset);
692 bool sg_miter_next(struct sg_mapping_iter *miter);
693 void sg_miter_stop(struct sg_mapping_iter *miter);
/linux-master/drivers/usb/storage/
H A Dprotocol.c127 struct sg_mapping_iter miter;
/linux-master/drivers/usb/musb/
H A Dmusb_host.h41 struct sg_mapping_iter sg_miter; /* for highmem in PIO mode */
/linux-master/lib/
H A Dscatterlist.c800 void sg_miter_start(struct sg_mapping_iter *miter, struct scatterlist *sgl,
803 memset(miter, 0, sizeof(struct sg_mapping_iter));
811 static bool sg_miter_get_next_page(struct sg_mapping_iter *miter)
851 bool sg_miter_skip(struct sg_mapping_iter *miter, off_t offset)
887 bool sg_miter_next(struct sg_mapping_iter *miter)
923 void sg_miter_stop(struct sg_mapping_iter *miter)
966 struct sg_mapping_iter miter;
1081 struct sg_mapping_iter miter;
/linux-master/drivers/nvme/target/
H A Dio-cmd-bdev.c191 struct sg_mapping_iter *miter)
236 struct sg_mapping_iter *miter)
251 struct sg_mapping_iter prot_miter;
/linux-master/drivers/mmc/host/
H A Dtoshsd.h169 struct sg_mapping_iter sg_miter; /* for PIO */
H A Dcb710-mmc.c245 struct sg_mapping_iter *miter, size_t dw_count)
267 struct sg_mapping_iter miter;
311 struct sg_mapping_iter miter;
H A Dcavium.h68 struct sg_mapping_iter smi;
H A Dsh_mmcif.c235 struct sg_mapping_iter sg_miter;
620 struct sg_mapping_iter *sgm = &host->sg_miter;
656 struct sg_mapping_iter *sgm = &host->sg_miter;
681 struct sg_mapping_iter *sgm = &host->sg_miter;
730 struct sg_mapping_iter *sgm = &host->sg_miter;
766 struct sg_mapping_iter *sgm = &host->sg_miter;
791 struct sg_mapping_iter *sgm = &host->sg_miter;
H A Dmmci.h453 struct sg_mapping_iter sg_miter;
H A Djz4740_mmc.c174 struct sg_mapping_iter miter;
519 struct sg_mapping_iter *miter = &host->miter;
574 struct sg_mapping_iter *miter = &host->miter;
H A Ddw_mmc.h168 struct sg_mapping_iter sg_miter;
H A Dsdhci-esdhc-mcf.c302 struct sg_mapping_iter sgm;
H A Dcavium.c301 struct sg_mapping_iter *smi = &host->smi;
716 struct sg_mapping_iter *smi = &host->smi;
H A Dmvsdio.c42 struct sg_mapping_iter sg_miter;
356 struct sg_mapping_iter *sgm = &host->sg_miter;
H A Dmoxart-mmc.c137 struct sg_mapping_iter sg_miter;
281 struct sg_mapping_iter *sgm = &host->sg_miter;
/linux-master/drivers/fpga/
H A Dfpga-mgr.c184 struct sg_mapping_iter miter;
297 struct sg_mapping_iter miter;
377 struct sg_mapping_iter miter;
/linux-master/lib/crypto/mpi/
H A Dmpicoder.c366 struct sg_mapping_iter miter;
439 struct sg_mapping_iter miter;
/linux-master/drivers/fpga/tests/
H A Dfpga-mgr-test.c140 struct sg_mapping_iter miter;
/linux-master/lib/crypto/
H A Dchacha20poly1305.c218 struct sg_mapping_iter miter;
/linux-master/drivers/crypto/marvell/cesa/
H A Dtdma.c360 struct sg_mapping_iter miter;
/linux-master/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c35 struct sg_mapping_iter mi, mo;
199 struct sg_mapping_iter mi, mo;
/linux-master/drivers/target/
H A Dtarget_core_iblock.c674 struct sg_mapping_iter *miter)
740 struct sg_mapping_iter prot_miter;

Completed in 322 milliseconds

123