Searched refs:rpmh_ctrlr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
H A D | rpmh-internal.h | 75 * struct rpmh_ctrlr: our representation of the controller 82 struct rpmh_ctrlr { struct 125 struct rpmh_ctrlr client; 134 int rpmh_flush(struct rpmh_ctrlr *ctrlr);
|
H A D | rpmh.c | 72 static struct rpmh_ctrlr *get_rpmh_ctrlr(const struct device *dev) in get_rpmh_ctrlr() 103 static struct cache_req *__find_req(struct rpmh_ctrlr *ctrlr, u32 addr) in __find_req() 117 static struct cache_req *cache_rpm_request(struct rpmh_ctrlr *ctrlr, in cache_rpm_request() 179 struct rpmh_ctrlr *ctrlr = get_rpmh_ctrlr(dev); in __rpmh_write() 287 static void cache_batch(struct rpmh_ctrlr *ctrlr, struct batch_cache_req *req) in cache_batch() 297 static int flush_batch(struct rpmh_ctrlr *ctrlr) in flush_batch() 341 struct rpmh_ctrlr *ctrlr = get_rpmh_ctrlr(dev); in rpmh_write_batch() 419 static int send_single(struct rpmh_ctrlr *ctrlr, enum rpmh_state state, in send_single() 442 int rpmh_flush(struct rpmh_ctrlr *ctrlr) in rpmh_flush() 502 struct rpmh_ctrlr *ctrl in rpmh_invalidate() [all...] |
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | rpmh.c | 72 static struct rpmh_ctrlr *get_rpmh_ctrlr(const struct device *dev) in get_rpmh_ctrlr() 97 static struct cache_req *__find_req(struct rpmh_ctrlr *ctrlr, u32 addr) in __find_req() 111 static struct cache_req *cache_rpm_request(struct rpmh_ctrlr *ctrlr, in cache_rpm_request() 173 struct rpmh_ctrlr *ctrlr = get_rpmh_ctrlr(dev); in __rpmh_write() 275 static void cache_batch(struct rpmh_ctrlr *ctrlr, struct batch_cache_req *req) in cache_batch() 285 static int flush_batch(struct rpmh_ctrlr *ctrlr) in flush_batch() 329 struct rpmh_ctrlr *ctrlr = get_rpmh_ctrlr(dev); in rpmh_write_batch() 407 static int send_single(struct rpmh_ctrlr *ctrlr, enum rpmh_state state, in send_single() 430 int rpmh_flush(struct rpmh_ctrlr *ctrlr) in rpmh_flush() 492 struct rpmh_ctrlr *ctrl in rpmh_invalidate() [all...] |
H A D | rpmh-internal.h | 73 * struct rpmh_ctrlr: our representation of the controller 80 struct rpmh_ctrlr { struct 133 struct rpmh_ctrlr client; 146 int rpmh_flush(struct rpmh_ctrlr *ctrlr);
|
Completed in 4 milliseconds