Searched refs:next_data (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-img-scb.c | 664 u8 next_data = 0x00; in img_i2c_sequence() local 696 next_data = *i2c->seq; in img_i2c_sequence() 699 img_i2c_atomic_op(i2c, next_cmd, next_data); in img_i2c_sequence() 737 u8 next_data = 0x00; in img_i2c_atomic() local 757 next_data = i2c_8bit_addr_from_msg(&i2c->msg); in img_i2c_atomic() 773 next_data = *i2c->msg.buf; in img_i2c_atomic() 823 img_i2c_atomic_op(i2c, next_cmd, next_data); in img_i2c_atomic()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | omap_hsmmc.c | 205 struct omap_hsmmc_next next_data; member 1204 data->host_cookie != host->next_data.cookie) { in omap_hsmmc_pre_dma_transfer() 1207 __func__, data->host_cookie, host->next_data.cookie); in omap_hsmmc_pre_dma_transfer() 1212 if (next || data->host_cookie != host->next_data.cookie) { in omap_hsmmc_pre_dma_transfer() 1217 dma_len = host->next_data.dma_len; in omap_hsmmc_pre_dma_transfer() 1218 host->next_data.dma_len = 0; in omap_hsmmc_pre_dma_transfer() 1418 &host->next_data, c)) in omap_hsmmc_pre_req() 1863 host->next_data.cookie = 1; in omap_hsmmc_probe()
|
| H A D | mmci.c | 733 struct mmci_dmae_next next_data; member 982 struct mmci_dmae_next *nd = &dmae->next_data; in mmci_dmae_prep_data() 1019 struct mmci_dmae_next *next = &dmae->next_data; in mmci_dmae_get_next_data() 1044 struct mmci_dmae_next *next = &dmae->next_data; in mmci_dmae_unprep_data()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | ffb.c | 586 const u8 *next_data = data + 4; in ffb_imageblit() local 603 data = next_data; in ffb_imageblit()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-3 | 5264 struct __gconv_step_data *next_data = data + 1; 5268 ‘next_data’ the next data record. The call of the next function 5271 next_step->__fct (next_step, next_data, &outerr, outbuf, 5339 struct __gconv_step_data *next_data = data + 1; 5356 status = fct (next_step, next_data, NULL, NULL, 5399 result = fct (next_step, next_data, &outerr,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-3 | 5264 struct __gconv_step_data *next_data = data + 1; 5268 ‘next_data’ the next data record. The call of the next function 5271 next_step->__fct (next_step, next_data, &outerr, outbuf, 5339 struct __gconv_step_data *next_data = data + 1; 5356 status = fct (next_step, next_data, NULL, NULL, 5399 result = fct (next_step, next_data, &outerr,
|