Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/broadcom/b43/
Dmain.c2189 struct b43_fw_header *hdr; in b43_do_request_fw()
2260 if (ctx->blob->size < sizeof(struct b43_fw_header)) in b43_do_request_fw()
2262 hdr = (struct b43_fw_header *)(ctx->blob->data); in b43_do_request_fw()
2267 if (size != ctx->blob->size - sizeof(struct b43_fw_header)) in b43_do_request_fw()
2607 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_microcode()
2814 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_initvals()
2815 const struct b43_fw_header *hdr; in b43_upload_initvals()
2820 hdr = (const struct b43_fw_header *)(fw->initvals.data->data); in b43_upload_initvals()
2829 const size_t hdr_len = sizeof(struct b43_fw_header); in b43_upload_initvals_band()
2830 const struct b43_fw_header *hdr; in b43_upload_initvals_band()
[all …]
Db43.h635 struct b43_fw_header { struct