Searched refs:max_rd_xactions (Results 1 – 4 of 4) sorted by relevance
62 static unsigned int max_rd_xactions; variable63 module_param(max_rd_xactions, uint, 0644);64 MODULE_PARM_DESC(max_rd_xactions,95 if (mgmtdev->max_rd_xactions > HIDMA_MAX_RD_XACTIONS_MASK) { in hidma_mgmt_setup()133 val |= mgmtdev->max_rd_xactions; in hidma_mgmt_setup()260 &mgmtdev->max_rd_xactions); in hidma_mgmt_probe()265 if (max_rd_xactions && in hidma_mgmt_probe()266 (max_rd_xactions != mgmtdev->max_rd_xactions)) { in hidma_mgmt_probe()268 max_rd_xactions); in hidma_mgmt_probe()269 mgmtdev->max_rd_xactions = max_rd_xactions; in hidma_mgmt_probe()[all …]
13 u32 max_rd_xactions; member
50 IMPLEMENT_GETSET(max_rd_xactions) in IMPLEMENT_GETSET()94 DECLARE_ATTRIBUTE(max_rd_xactions, S_IRUGO),
56 What: /sys/devices/platform/hidma-mgmt*/max_rd_xactions57 /sys/devices/platform/QCOM8060:*/max_rd_xactions