Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/dma/qcom/
Dhidma_mgmt.c50 static unsigned int max_read_request; variable
51 module_param(max_read_request, uint, 0644);
52 MODULE_PARM_DESC(max_read_request,
78 if (!is_power_of_2(mgmtdev->max_read_request) || in hidma_mgmt_setup()
79 (mgmtdev->max_read_request < 128) || in hidma_mgmt_setup()
80 (mgmtdev->max_read_request > 1024)) { in hidma_mgmt_setup()
82 mgmtdev->max_read_request); in hidma_mgmt_setup()
124 val |= mgmtdev->max_read_request; in hidma_mgmt_setup()
231 &mgmtdev->max_read_request); in hidma_mgmt_probe()
236 if (max_read_request && in hidma_mgmt_probe()
[all …]
Dhidma_mgmt.h15 u32 max_read_request; member
Dhidma_mgmt_sys.c52 IMPLEMENT_GETSET(max_read_request) in IMPLEMENT_GETSET()
96 DECLARE_ATTRIBUTE(max_read_request, S_IRUGO),
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-platform-hidma-mgmt68 What: /sys/devices/platform/hidma-mgmt*/max_read_request
69 /sys/devices/platform/QCOM8060:*/max_read_request