Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/b43legacy/
Dmain.c1529 struct b43legacy_fw_header *hdr; in do_request_fw()
1562 if ((*fw)->size < sizeof(struct b43legacy_fw_header)) in do_request_fw()
1564 hdr = (struct b43legacy_fw_header *)((*fw)->data); in do_request_fw()
1569 if (size != (*fw)->size - sizeof(struct b43legacy_fw_header)) in do_request_fw()
1686 const size_t hdr_len = sizeof(struct b43legacy_fw_header); in b43legacy_upload_microcode()
1873 const size_t hdr_len = sizeof(struct b43legacy_fw_header); in b43legacy_upload_initvals()
1874 const struct b43legacy_fw_header *hdr; in b43legacy_upload_initvals()
1880 hdr = (const struct b43legacy_fw_header *)(fw->initvals->data); in b43legacy_upload_initvals()
1888 hdr = (const struct b43legacy_fw_header *) in b43legacy_upload_initvals()
Db43legacy.h362 struct b43legacy_fw_header { struct