Home
last modified time | relevance | path

Searched refs:max_rd_xactions (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/dma/qcom/
Dhidma_mgmt.c60 static unsigned int max_rd_xactions; variable
61 module_param(max_rd_xactions, uint, 0644);
62 MODULE_PARM_DESC(max_rd_xactions,
93 if (mgmtdev->max_rd_xactions > HIDMA_MAX_RD_XACTIONS_MASK) { in hidma_mgmt_setup()
131 val |= mgmtdev->max_rd_xactions; in hidma_mgmt_setup()
259 &mgmtdev->max_rd_xactions); in hidma_mgmt_probe()
264 if (max_rd_xactions && in hidma_mgmt_probe()
265 (max_rd_xactions != mgmtdev->max_rd_xactions)) { in hidma_mgmt_probe()
267 max_rd_xactions); in hidma_mgmt_probe()
268 mgmtdev->max_rd_xactions = max_rd_xactions; in hidma_mgmt_probe()
[all …]
Dhidma_mgmt.h13 u32 max_rd_xactions; member
Dhidma_mgmt_sys.c50 IMPLEMENT_GETSET(max_rd_xactions) in IMPLEMENT_GETSET()
94 DECLARE_ATTRIBUTE(max_rd_xactions, S_IRUGO),
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-platform-hidma-mgmt56 What: /sys/devices/platform/hidma-mgmt*/max_rd_xactions
57 /sys/devices/platform/QCOM8060:*/max_rd_xactions