Searched refs:get_msi_address (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| A D | hif.h | 28 void (*get_msi_address)(struct ath12k_base *ab, u32 *msi_addr_lo, member 61 if (!ab->hif.ops->get_msi_address) in ath12k_hif_get_msi_address() 64 ab->hif.ops->get_msi_address(ab, msi_addr_lo, msi_addr_hi); in ath12k_hif_get_msi_address()
|
| A D | pci.c | 1325 .get_msi_address = ath12k_pci_get_msi_address,
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| A D | hif.h | 29 void (*get_msi_address)(struct ath11k_base *ab, u32 *msi_addr_lo, member 134 if (!ab->hif.ops->get_msi_address) in ath11k_get_msi_address() 137 ab->hif.ops->get_msi_address(ab, msi_addr_lo, msi_addr_hi); in ath11k_get_msi_address()
|
| A D | pci.c | 710 .get_msi_address = ath11k_pcic_get_msi_address,
|
| A D | ahb.c | 786 .get_msi_address = ath11k_pcic_get_msi_address,
|
Completed in 19 milliseconds