Home
last modified time | relevance | path

Searched refs:next_data (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/mmc/host/
Djz4740_mmc.c165 struct jz4740_mmc_host_next next_data; member
230 host->next_data.cookie = 1; in jz4740_mmc_acquire_dma_channels()
256 struct jz4740_mmc_host_next *next_data = &host->next_data; in jz4740_mmc_prepare_dma_data() local
261 data->host_cookie != host->next_data.cookie) { in jz4740_mmc_prepare_dma_data()
266 host->next_data.cookie); in jz4740_mmc_prepare_dma_data()
271 if (next || data->host_cookie != host->next_data.cookie) { in jz4740_mmc_prepare_dma_data()
278 sg_len = next_data->sg_len; in jz4740_mmc_prepare_dma_data()
279 next_data->sg_len = 0; in jz4740_mmc_prepare_dma_data()
354 struct jz4740_mmc_host_next *next_data = &host->next_data; in jz4740_mmc_pre_request() local
361 if (jz4740_mmc_prepare_dma_data(host, data, next_data, chan)) in jz4740_mmc_pre_request()
Domap_hsmmc.c208 struct omap_hsmmc_next next_data; member
1329 data->host_cookie != host->next_data.cookie) { in omap_hsmmc_pre_dma_transfer()
1332 __func__, data->host_cookie, host->next_data.cookie); in omap_hsmmc_pre_dma_transfer()
1337 if (next || data->host_cookie != host->next_data.cookie) { in omap_hsmmc_pre_dma_transfer()
1342 dma_len = host->next_data.dma_len; in omap_hsmmc_pre_dma_transfer()
1343 host->next_data.dma_len = 0; in omap_hsmmc_pre_dma_transfer()
1543 &host->next_data, c)) in omap_hsmmc_pre_req()
2007 host->next_data.cookie = 1; in omap_hsmmc_probe()
Dmmci.h332 struct mmci_host_next next_data; member
Dmmci.c426 host->next_data.cookie = 1; in mmci_dma_setup()
628 struct mmci_host_next *nd = &host->next_data; in mmci_dma_prep_next()
669 struct mmci_host_next *next = &host->next_data; in mmci_get_next_data()
684 struct mmci_host_next *nd = &host->next_data; in mmci_pre_request()
710 struct mmci_host_next *next = &host->next_data; in mmci_post_request()
/Linux-v4.19/drivers/i2c/busses/
Di2c-img-scb.c667 u8 next_data = 0x00; in img_i2c_sequence() local
699 next_data = *i2c->seq; in img_i2c_sequence()
702 img_i2c_atomic_op(i2c, next_cmd, next_data); in img_i2c_sequence()
740 u8 next_data = 0x00; in img_i2c_atomic() local
760 next_data = i2c_8bit_addr_from_msg(&i2c->msg); in img_i2c_atomic()
776 next_data = *i2c->msg.buf; in img_i2c_atomic()
826 img_i2c_atomic_op(i2c, next_cmd, next_data); in img_i2c_atomic()
/Linux-v4.19/drivers/video/fbdev/
Dffb.c585 const u8 *next_data = data + 4; in ffb_imageblit() local
602 data = next_data; in ffb_imageblit()