Home
last modified time | relevance | path

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

/drivers/dma/qcom/
Dhidma_mgmt_sys.c14 struct hidma_mgmt_dev *mdev;
22 int (*get)(struct hidma_mgmt_dev *mdev);
23 int (*set)(struct hidma_mgmt_dev *mdev, u64 val);
27 static int get_##name(struct hidma_mgmt_dev *mdev) \
31 static int set_##name(struct hidma_mgmt_dev *mdev, u64 val) \
56 static int set_priority(struct hidma_mgmt_dev *mdev, unsigned int i, u64 val) in IMPLEMENT_GETSET()
72 static int set_weight(struct hidma_mgmt_dev *mdev, unsigned int i, u64 val) in set_weight()
102 struct hidma_mgmt_dev *mdev = dev_get_drvdata(dev); in show_values()
119 struct hidma_mgmt_dev *mdev = dev_get_drvdata(dev); in set_values()
144 struct hidma_mgmt_dev *mdev; in show_values_channel()
[all …]
Dhidma_mgmt.h8 struct hidma_mgmt_dev { struct
30 int hidma_mgmt_init_sys(struct hidma_mgmt_dev *dev); argument
31 int hidma_mgmt_setup(struct hidma_mgmt_dev *mgmtdev);
Dhidma_mgmt.c67 int hidma_mgmt_setup(struct hidma_mgmt_dev *mgmtdev) in hidma_mgmt_setup()
166 struct hidma_mgmt_dev *mgmtdev; in hidma_mgmt_probe()