Home
last modified time | relevance | path

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

/linux/drivers/soc/qcom/
H A Dqcom-geni-se.c138 struct se_fw_hdr { struct
1003 static struct se_fw_hdr *geni_find_protocol_fw(struct device *dev, const struct firmware *fw, in geni_find_protocol_fw()
1009 struct se_fw_hdr *sefw; in geni_find_protocol_fw()
1047 if (phdr->p_filesz < sizeof(struct se_fw_hdr)) in geni_find_protocol_fw()
1050 sefw = (struct se_fw_hdr *)(fw->data + phdr->p_offset); in geni_find_protocol_fw()
1194 struct se_fw_hdr *hdr; in geni_load_se_fw()