Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dswiotlb.h117 unsigned int swiotlb_max_segment(void);
120 static inline unsigned int swiotlb_max_segment(void) { return 0; } in swiotlb_max_segment() function
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_internal.c63 max_segment = swiotlb_max_segment(); in i915_gem_object_get_pages_internal()
Di915_drv.h2284 unsigned int size = swiotlb_max_segment(); in i915_sg_segment_size()
/Linux-v4.19/kernel/dma/
Dswiotlb.c137 unsigned int swiotlb_max_segment(void) in swiotlb_max_segment() function
141 EXPORT_SYMBOL_GPL(swiotlb_max_segment);
/Linux-v4.19/drivers/mmc/host/
Dtmio_mmc_core.c1275 if (swiotlb_max_segment()) { in tmio_mmc_host_probe()
Dsdhci.c3943 if (swiotlb_max_segment()) { in sdhci_setup_host()