Searched refs:il_free_fw_desc (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/intel/iwlegacy/ |
| D | 3945-mac.c | 1650 il_free_fw_desc(il->pci_dev, &il->ucode_code); in il3945_dealloc_ucode_pci() 1651 il_free_fw_desc(il->pci_dev, &il->ucode_data); in il3945_dealloc_ucode_pci() 1652 il_free_fw_desc(il->pci_dev, &il->ucode_data_backup); in il3945_dealloc_ucode_pci() 1653 il_free_fw_desc(il->pci_dev, &il->ucode_init); in il3945_dealloc_ucode_pci() 1654 il_free_fw_desc(il->pci_dev, &il->ucode_init_data); in il3945_dealloc_ucode_pci() 1655 il_free_fw_desc(il->pci_dev, &il->ucode_boot); in il3945_dealloc_ucode_pci()
|
| D | 4965-mac.c | 4652 il_free_fw_desc(il->pci_dev, &il->ucode_code); in il4965_dealloc_ucode_pci() 4653 il_free_fw_desc(il->pci_dev, &il->ucode_data); in il4965_dealloc_ucode_pci() 4654 il_free_fw_desc(il->pci_dev, &il->ucode_data_backup); in il4965_dealloc_ucode_pci() 4655 il_free_fw_desc(il->pci_dev, &il->ucode_init); in il4965_dealloc_ucode_pci() 4656 il_free_fw_desc(il->pci_dev, &il->ucode_init_data); in il4965_dealloc_ucode_pci() 4657 il_free_fw_desc(il->pci_dev, &il->ucode_boot); in il4965_dealloc_ucode_pci()
|
| D | common.h | 2214 il_free_fw_desc(struct pci_dev *pci_dev, struct fw_desc *desc) in il_free_fw_desc() function
|