Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/qcom/
H A Dcmd-db.c54 struct rsc_hdr { struct
76 struct rsc_hdr header[MAX_SLV_ID]; argument
145 const struct rsc_hdr **rh) in cmd_db_get_header()
147 const struct rsc_hdr *rsc_hdr; in cmd_db_get_header() local
164 rsc_hdr = &cmd_db_header->header[i]; in cmd_db_get_header()
165 if (!rsc_hdr->slv_id) in cmd_db_get_header()
168 ent = rsc_to_entry_header(rsc_hdr); in cmd_db_get_header()
174 *rh = rsc_hdr; in cmd_db_get_header()
216 const struct rsc_hdr *rsc_hdr; in cmd_db_read_aux_data() local
225 return rsc_offset(rsc_hdr, ent); in cmd_db_read_aux_data()
[all …]