Home
last modified time | relevance | path

Searched refs:hidma_mgmt_dev (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/dma/qcom/
Dhidma_mgmt_sys.c22 struct hidma_mgmt_dev *mdev;
30 int (*get)(struct hidma_mgmt_dev *mdev);
31 int (*set)(struct hidma_mgmt_dev *mdev, u64 val);
35 static int get_##name(struct hidma_mgmt_dev *mdev) \
39 static int set_##name(struct hidma_mgmt_dev *mdev, u64 val) \
64 static int set_priority(struct hidma_mgmt_dev *mdev, unsigned int i, u64 val) in IMPLEMENT_GETSET()
80 static int set_weight(struct hidma_mgmt_dev *mdev, unsigned int i, u64 val) in set_weight()
110 struct hidma_mgmt_dev *mdev = dev_get_drvdata(dev); in show_values()
127 struct hidma_mgmt_dev *mdev = dev_get_drvdata(dev); in set_values()
152 struct hidma_mgmt_dev *mdev; in show_values_channel()
[all …]
Dhidma_mgmt.h16 struct hidma_mgmt_dev { struct
38 int hidma_mgmt_init_sys(struct hidma_mgmt_dev *dev); argument
39 int hidma_mgmt_setup(struct hidma_mgmt_dev *mgmtdev);
Dhidma_mgmt.c73 int hidma_mgmt_setup(struct hidma_mgmt_dev *mgmtdev) in hidma_mgmt_setup()
172 struct hidma_mgmt_dev *mgmtdev; in hidma_mgmt_probe()