current_sg 277 drivers/dma/ste_dma40_ll.c struct scatterlist *current_sg = sg; current_sg 284 drivers/dma/ste_dma40_ll.c for_each_sg(sg, current_sg, sg_len, i) { current_sg 285 drivers/dma/ste_dma40_ll.c dma_addr_t sg_addr = sg_dma_address(current_sg); current_sg 286 drivers/dma/ste_dma40_ll.c unsigned int len = sg_dma_len(current_sg); current_sg 289 drivers/dma/ste_dma40_ll.c total_size += sg_dma_len(current_sg); current_sg 425 drivers/dma/ste_dma40_ll.c struct scatterlist *current_sg = sg; current_sg 433 drivers/dma/ste_dma40_ll.c for_each_sg(sg, current_sg, sg_len, i) { current_sg 434 drivers/dma/ste_dma40_ll.c dma_addr_t sg_addr = sg_dma_address(current_sg); current_sg 435 drivers/dma/ste_dma40_ll.c unsigned int len = sg_dma_len(current_sg); current_sg 438 drivers/dma/ste_dma40_ll.c total_size += sg_dma_len(current_sg); current_sg 431 drivers/memstick/core/ms_block.c msb_sg_copy(msb->current_sg, sg, ARRAY_SIZE(sg), current_sg 557 drivers/memstick/core/ms_block.c if (msb_sg_copy(msb->current_sg, sg, ARRAY_SIZE(sg), current_sg 907 drivers/memstick/core/ms_block.c msb->current_sg = sg; current_sg 1041 drivers/memstick/core/ms_block.c msb->current_sg = sg; current_sg 202 drivers/memstick/core/ms_block.h struct scatterlist *current_sg; current_sg 37 drivers/misc/cardreader/rtsx_usb.c usb_sg_cancel(&ucr->current_sg); current_sg 48 drivers/misc/cardreader/rtsx_usb.c ret = usb_sg_init(&ucr->current_sg, ucr->pusb_dev, pipe, 0, current_sg 55 drivers/misc/cardreader/rtsx_usb.c usb_sg_wait(&ucr->current_sg); current_sg 59 drivers/misc/cardreader/rtsx_usb.c ret = ucr->current_sg.status; current_sg 62 drivers/misc/cardreader/rtsx_usb.c *act_len = ucr->current_sg.bytes; current_sg 423 drivers/usb/storage/transport.c result = usb_sg_init(&us->current_sg, us->pusb_dev, pipe, 0, current_sg 442 drivers/usb/storage/transport.c usb_sg_cancel(&us->current_sg); current_sg 447 drivers/usb/storage/transport.c usb_sg_wait(&us->current_sg); current_sg 450 drivers/usb/storage/transport.c result = us->current_sg.status; current_sg 452 drivers/usb/storage/transport.c *act_len = us->current_sg.bytes; current_sg 454 drivers/usb/storage/transport.c us->current_sg.bytes); current_sg 937 drivers/usb/storage/transport.c usb_sg_cancel(&us->current_sg); current_sg 129 drivers/usb/storage/usb.h struct usb_sg_request current_sg; /* scatter-gather req. */ current_sg 56 include/linux/rtsx_usb.h struct usb_sg_request current_sg;