icc_bulk_data
void icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths)
struct icc_bulk_data *paths;
int devm_of_icc_bulk_get(struct device *dev, int num_paths, struct icc_bulk_data *paths)
struct icc_bulk_data *paths)
void icc_bulk_put(int num_paths, struct icc_bulk_data *paths)
int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths)
int icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths)
struct icc_bulk_data bulk[2];
struct icc_bulk_data *icc_tbl;
sizeof(struct icc_bulk_data) * core->icc_count,
static const struct icc_bulk_data ppe_icc_data[] = {
struct icc_bulk_data icc_paths[] __counted_by(num_icc_paths);
struct icc_bulk_data interconnect[] __counted_by(interconnect_count);
struct icc_bulk_data *interconnect;
struct icc_bulk_data paths[DOMAIN_MAX_PATHS];
struct icc_bulk_data paths[DOMAIN_MAX_PATHS];
static inline int of_icc_bulk_get(struct device *dev, int num_paths, struct icc_bulk_data *paths)
struct icc_bulk_data *paths)
static inline void icc_bulk_put(int num_paths, struct icc_bulk_data *paths)
static inline int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths)
static inline int icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths)
static inline void icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths)
int devm_of_icc_bulk_get(struct device *dev, int num_paths, struct icc_bulk_data *paths);
struct icc_bulk_data *paths);
void icc_bulk_put(int num_paths, struct icc_bulk_data *paths);
int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths);
int icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths);
void icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths);