Searched refs:hidma_mgmt_dev (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/qcom/ |
H A D | hidma_mgmt_sys.c | 14 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 set_priority() 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 *mde in show_values_channel() [all...] |
H A D | hidma_mgmt.h | 8 struct hidma_mgmt_dev { struct 30 int hidma_mgmt_init_sys(struct hidma_mgmt_dev *dev); 31 int hidma_mgmt_setup(struct hidma_mgmt_dev *mgmtdev);
|
H A D | hidma_mgmt.c | 65 int hidma_mgmt_setup(struct hidma_mgmt_dev *mgmtdev) in hidma_mgmt_setup() 164 struct hidma_mgmt_dev *mgmtdev; in hidma_mgmt_probe()
|
/kernel/linux/linux-6.6/drivers/dma/qcom/ |
H A D | hidma_mgmt_sys.c | 14 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 set_priority() 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 *mde in show_values_channel() [all...] |
H A D | hidma_mgmt.h | 8 struct hidma_mgmt_dev { struct 30 int hidma_mgmt_init_sys(struct hidma_mgmt_dev *dev); 31 int hidma_mgmt_setup(struct hidma_mgmt_dev *mgmtdev);
|
H A D | hidma_mgmt.c | 67 int hidma_mgmt_setup(struct hidma_mgmt_dev *mgmtdev) in hidma_mgmt_setup() 166 struct hidma_mgmt_dev *mgmtdev; in hidma_mgmt_probe()
|
Completed in 4 milliseconds