| /linux/drivers/accel/rocket/ |
| H A D | rocket_device.c | 38 dma_set_max_seg_size(dev, UINT_MAX); in rocket_device_init()
|
| /linux/rust/helpers/ |
| H A D | dma.c | 50 dma_set_max_seg_size(dev, size); in rust_helper_dma_set_max_seg_size()
|
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_dma.c | 54 dma_set_max_seg_size(subdrv_dev, DMA_BIT_MASK(32)); in drm_iommu_attach_device()
|
| /linux/rust/kernel/ |
| H A D | dma.rs | 98 unsafe fn dma_set_max_seg_size(&self, size: u32) { in dma_set_max_seg_size() method 103 unsafe { bindings::dma_set_max_seg_size(self.as_ref().as_raw(), size) } in dma_set_max_seg_size()
|
| /linux/drivers/media/platform/renesas/ |
| H A D | rcar-fcp.c | 170 dma_set_max_seg_size(fcp->dev, UINT_MAX); in rcar_fcp_probe()
|
| /linux/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_drv.c | 102 dma_set_max_seg_size(dev->dev, dma_max_mapping_size(dev->dev) ?: UINT_MAX); in virtio_gpu_probe()
|
| /linux/drivers/gpu/host1x/ |
| H A D | context.c | 62 dma_set_max_seg_size(&ctx->dev, UINT_MAX); in host1x_memory_context_list_init()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | data_direct.c | 77 dma_set_max_seg_size(&pdev->dev, SZ_2G); in mlx5_data_direct_set_dma_caps()
|
| /linux/drivers/gpu/drm/xlnx/ |
| H A D | zynqmp_dpsub.c | 203 dma_set_max_seg_size(&pdev->dev, DMA_BIT_MASK(32)); in zynqmp_dpsub_probe()
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_drv.c | 381 dma_set_max_seg_size(&pdev->dev, UINT_MAX); in sun4i_drv_probe()
|
| /linux/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_dev.c | 248 dma_set_max_seg_size(dev, U32_MAX); in komeda_dev_create()
|
| /linux/drivers/accel/habanalabs/common/pci/ |
| H A D | pci.c | 416 dma_set_max_seg_size(&pdev->dev, U32_MAX); in hl_pci_init()
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_main.c | 214 dma_set_max_seg_size(&dev->nic_info.pdev->dev, UINT_MAX); in ocrdma_register_device()
|
| /linux/drivers/gpu/drm/v3d/ |
| H A D | v3d_drv.c | 381 dma_set_max_seg_size(&pdev->dev, UINT_MAX); in v3d_platform_drm_probe()
|
| /linux/drivers/media/platform/mediatek/vcodec/encoder/ |
| H A D | mtk_vcodec_enc_drv.c | 260 dma_set_max_seg_size(&pdev->dev, UINT_MAX); in mtk_vcodec_probe()
|
| /linux/drivers/mmc/core/ |
| H A D | queue.c | 392 dma_set_max_seg_size(mmc_dev(host), queue_max_segment_size(mq->queue)); in mmc_alloc_disk()
|
| /linux/drivers/dma/hsu/ |
| H A D | hsu.c | 482 dma_set_max_seg_size(hsu->dma.dev, HSU_CH_DxTSR_MASK); in hsu_dma_probe()
|
| /linux/drivers/mmc/host/ |
| H A D | renesas_sdhi_internal_dmac.c | 595 dma_set_max_seg_size(dev, 0xffffffff); in renesas_sdhi_internal_dmac_probe()
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_device.c | 646 dma_set_max_seg_size(drm_dev->dev, UINT_MAX); in pvr_set_dma_info()
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_device.c | 361 dma_set_max_seg_size(ldev->dev, UINT_MAX); in lima_device_init()
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/ |
| H A D | mtk_vcodec_dec_drv.c | 386 dma_set_max_seg_size(&pdev->dev, UINT_MAX); in mtk_vcodec_probe()
|
| /linux/drivers/infiniband/hw/erdma/ |
| H A D | erdma_main.c | 187 dma_set_max_seg_size(&pdev->dev, UINT_MAX); in erdma_device_init()
|
| /linux/drivers/infiniband/hw/usnic/ |
| H A D | usnic_ib_main.c | 426 dma_set_max_seg_size(&dev->dev, SZ_2G); in usnic_ib_device_add()
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | provider.c | 550 dma_set_max_seg_size(&dev->rdev.lldi.pdev->dev, UINT_MAX); in c4iw_register_device()
|
| /linux/drivers/macintosh/ |
| H A D | macio_asic.c | 387 dma_set_max_seg_size(&dev->ofdev.dev, 65536); in macio_add_one_device()
|