Searched refs:flush_dma (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/tools/testing/nvdimm/test/ |
| D | nfit.c | 144 dma_addr_t *flush_dma; member 457 t->flush[i] = test_alloc(t, 8, &t->flush_dma[i]); in nfit_test0_alloc() 927 flush->hint_address[0] = t->flush_dma[0]; in nfit_test0_setup() 935 flush->hint_address[0] = t->flush_dma[1]; in nfit_test0_setup() 943 flush->hint_address[0] = t->flush_dma[2]; in nfit_test0_setup() 951 flush->hint_address[0] = t->flush_dma[3]; in nfit_test0_setup() 1070 flush->hint_address[0] = t->flush_dma[4]; in nfit_test0_setup() 1182 nfit_test->flush_dma = devm_kcalloc(dev, num, sizeof(dma_addr_t), in nfit_test_probe() 1195 && nfit_test->flush_dma) in nfit_test_probe()
|
| /linux-4.4.14/sound/pci/ |
| D | atiixp_modem.c | 214 void (*flush_dma)(struct atiixp_modem *chip); member 678 !dma->ops->flush_dma)) in snd_atiixp_pcm_trigger() 698 dma->ops->flush_dma(chip); in snd_atiixp_pcm_trigger() 979 .flush_dma = atiixp_out_flush_dma, 988 .flush_dma = atiixp_in_flush_dma,
|
| D | atiixp.c | 238 void (*flush_dma)(struct atiixp *chip); member 728 !dma->ops->flush_dma)) in snd_atiixp_pcm_trigger() 754 dma->ops->flush_dma(chip); in snd_atiixp_pcm_trigger() 1228 .flush_dma = atiixp_out_flush_dma, 1237 .flush_dma = atiixp_in_flush_dma, 1246 .flush_dma = atiixp_spdif_flush_dma,
|