Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/host/
Djz4740_mmc.c151 struct jz4740_mmc_host_next next_data; member
194 host->next_data.cookie = 1; in jz4740_mmc_acquire_dma_channels()
229 struct jz4740_mmc_host_next *next_data = &host->next_data; in jz4740_mmc_prepare_dma_data() local
234 data->host_cookie != host->next_data.cookie) { in jz4740_mmc_prepare_dma_data()
239 host->next_data.cookie); in jz4740_mmc_prepare_dma_data()
244 if (next || data->host_cookie != host->next_data.cookie) { in jz4740_mmc_prepare_dma_data()
251 sg_len = next_data->sg_len; in jz4740_mmc_prepare_dma_data()
252 next_data->sg_len = 0; in jz4740_mmc_prepare_dma_data()
328 struct jz4740_mmc_host_next *next_data = &host->next_data; in jz4740_mmc_pre_request() local
335 if (jz4740_mmc_prepare_dma_data(host, data, next_data, chan)) in jz4740_mmc_pre_request()
Dmmci.h240 struct mmci_host_next next_data; member
Domap_hsmmc.c213 struct omap_hsmmc_next next_data; member
1381 data->host_cookie != host->next_data.cookie) { in omap_hsmmc_pre_dma_transfer()
1384 __func__, data->host_cookie, host->next_data.cookie); in omap_hsmmc_pre_dma_transfer()
1389 if (next || data->host_cookie != host->next_data.cookie) { in omap_hsmmc_pre_dma_transfer()
1394 dma_len = host->next_data.dma_len; in omap_hsmmc_pre_dma_transfer()
1395 host->next_data.dma_len = 0; in omap_hsmmc_pre_dma_transfer()
1587 &host->next_data, c)) in omap_hsmmc_pre_req()
2058 host->next_data.cookie = 1; in omap_hsmmc_probe()
Dmmci.c439 host->next_data.cookie = 1; in mmci_dma_setup()
644 struct mmci_host_next *nd = &host->next_data; in mmci_dma_prep_next()
684 struct mmci_host_next *next = &host->next_data; in mmci_get_next_data()
700 struct mmci_host_next *nd = &host->next_data; in mmci_pre_request()
726 struct mmci_host_next *next = &host->next_data; in mmci_post_request()
/linux-4.4.14/drivers/i2c/busses/
Di2c-img-scb.c651 u8 next_data = 0x00; in img_i2c_sequence() local
683 next_data = *i2c->seq; in img_i2c_sequence()
686 img_i2c_atomic_op(i2c, next_cmd, next_data); in img_i2c_sequence()
724 u8 next_data = 0x00; in img_i2c_atomic() local
744 next_data = (i2c->msg.addr << 1); in img_i2c_atomic()
746 next_data |= 0x1; in img_i2c_atomic()
760 next_data = *i2c->msg.buf; in img_i2c_atomic()
810 img_i2c_atomic_op(i2c, next_cmd, next_data); in img_i2c_atomic()
/linux-4.4.14/drivers/video/fbdev/
Dffb.c585 const u8 *next_data = data + 4; in ffb_imageblit() local
602 data = next_data; in ffb_imageblit()