Home
last modified time | relevance | path

Searched refs:rsc_hdr (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/soc/qcom/
Dcmd-db.c46 struct rsc_hdr { struct
68 struct rsc_hdr header[MAX_SLV_ID]; argument
105 static inline void *rsc_to_entry_header(struct rsc_hdr *hdr) in rsc_to_entry_header()
113 rsc_offset(struct rsc_hdr *hdr, struct entry_header *ent) in rsc_offset()
138 struct rsc_hdr *rh) in cmd_db_get_header()
140 struct rsc_hdr *rsc_hdr; in cmd_db_get_header() local
156 rsc_hdr = &cmd_db_header->header[i]; in cmd_db_get_header()
157 if (!rsc_hdr->slv_id) in cmd_db_get_header()
160 ent = rsc_to_entry_header(rsc_hdr); in cmd_db_get_header()
161 for (j = 0; j < le16_to_cpu(rsc_hdr->cnt); j++, ent++) { in cmd_db_get_header()
[all …]