Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c76 struct firmware_hdr { struct
394 wl->fw.fw_hdr[i]->size / (sizeof(struct firmware_hdr)); in brcms_request_fw()
1611 struct firmware_hdr *hdr; in brcms_ucode_init_buf()
1613 hdr = (struct firmware_hdr *)wl->fw.fw_hdr[i]->data; in brcms_ucode_init_buf()
1641 struct firmware_hdr *hdr; in brcms_ucode_init_uint()
1643 hdr = (struct firmware_hdr *)wl->fw.fw_hdr[i]->data; in brcms_ucode_init_uint()
1685 struct firmware_hdr *ucode_hdr; in brcms_check_firmwares()
1695 } else if (fw_hdr->size % sizeof(struct firmware_hdr)) { in brcms_check_firmwares()
1698 sizeof(struct firmware_hdr)); in brcms_check_firmwares()
1706 ucode_hdr = (struct firmware_hdr *)fw_hdr->data; in brcms_check_firmwares()
/linux/sound/soc/fsl/
H A Dfsl_easrc.c362 struct asrc_firmware_hdr *hdr = easrc_priv->firmware_hdr; in fsl_easrc_resampler_config()
632 hdr = easrc_priv->firmware_hdr; in fsl_easrc_prefilter_config()
1812 struct asrc_firmware_hdr *firm = easrc_priv->firmware_hdr; in fsl_easrc_dump_firmware()
1874 easrc_priv->firmware_hdr = (struct asrc_firmware_hdr *)data; in fsl_easrc_get_firmware()
1875 pnum = easrc_priv->firmware_hdr->prefil_scen; in fsl_easrc_get_firmware()
1876 inum = easrc_priv->firmware_hdr->interp_scen; in fsl_easrc_get_firmware()