Searched refs:icc_bulk_data (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/include/linux/ |
D | interconnect.h | 34 struct icc_bulk_data { struct 45 int devm_of_icc_bulk_get(struct device *dev, int num_paths, struct icc_bulk_data *paths); argument 54 struct icc_bulk_data *paths); 55 void icc_bulk_put(int num_paths, struct icc_bulk_data *paths); 56 int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths); 57 int icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths); 58 void icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths); 107 static inline int of_icc_bulk_get(struct device *dev, int num_paths, struct icc_bulk_data *paths) in of_icc_bulk_get() 113 struct icc_bulk_data *paths) in devm_of_icc_bulk_get() 118 static inline void icc_bulk_put(int num_paths, struct icc_bulk_data *paths) in icc_bulk_put() [all …]
|
/linux-6.12.1/drivers/interconnect/ |
D | bulk.c | 16 struct icc_bulk_data *paths) in of_icc_bulk_get() 46 void icc_bulk_put(int num_paths, struct icc_bulk_data *paths) in icc_bulk_put() 62 int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths) in icc_bulk_set_bw() 86 int icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths) in icc_bulk_enable() 112 void icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths) in icc_bulk_disable() 120 struct icc_bulk_data *paths; 139 int devm_of_icc_bulk_get(struct device *dev, int num_paths, struct icc_bulk_data *paths) in devm_of_icc_bulk_get()
|
/linux-6.12.1/drivers/net/ipa/ |
D | ipa_power.c | 50 struct icc_bulk_data interconnect[] __counted_by(interconnect_count); 57 struct icc_bulk_data *interconnect; in ipa_interconnect_init()
|
/linux-6.12.1/drivers/pmdomain/imx/ |
D | imx8m-blk-ctrl.c | 66 struct icc_bulk_data paths[DOMAIN_MAX_PATHS];
|
D | imx8mp-blk-ctrl.c | 65 struct icc_bulk_data paths[DOMAIN_MAX_PATHS];
|