Searched refs:tcs_request (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/soc/qcom/ |
D | rpmh-internal.h | 51 const struct tcs_request *req[MAX_TCS_PER_TYPE]; 66 struct tcs_request msg; 128 int rpmh_rsc_send_data(struct rsc_drv *drv, const struct tcs_request *msg); 130 const struct tcs_request *msg); 133 void rpmh_tx_done(const struct tcs_request *msg, int r);
|
D | rpmh-rsc.c | 265 const struct tcs_request *msg) in get_tcs_for_msg() 314 static const struct tcs_request *get_req_from_tcs(struct rsc_drv *drv, in get_req_from_tcs() 406 const struct tcs_request *req; in tcs_tx_done() 476 const struct tcs_request *msg) in __tcs_buffer_write() 529 const struct tcs_request *msg) in check_for_req_inflight() 591 const struct tcs_request *msg) in claim_tcs_for_req() 628 int rpmh_rsc_send_data(struct rsc_drv *drv, const struct tcs_request *msg) in rpmh_rsc_send_data() 688 static int find_slots(struct tcs_group *tcs, const struct tcs_request *msg, in find_slots() 725 int rpmh_rsc_write_ctrl_data(struct rsc_drv *drv, const struct tcs_request *msg) in rpmh_rsc_write_ctrl_data()
|
D | trace-rpmh.h | 17 TP_PROTO(struct rsc_drv *d, int m, const struct tcs_request *r, int e),
|
D | rpmh.c | 79 void rpmh_tx_done(const struct tcs_request *msg, int r) in rpmh_tx_done()
|
/Linux-v5.10/include/soc/qcom/ |
D | tcs.h | 49 struct tcs_request { struct
|