Home
last modified time | relevance | path

Searched refs:ath11k_core_alloc (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath11k/
Dcore.c2050 struct ath11k_base *ath11k_core_alloc(struct device *dev, size_t priv_size, in ath11k_core_alloc() function
2099 EXPORT_SYMBOL(ath11k_core_alloc);
Dcore.h1173 struct ath11k_base *ath11k_core_alloc(struct device *dev, size_t priv_size,
Dpci.c737 ab = ath11k_core_alloc(&pdev->dev, sizeof(*ab_pci), ATH11K_BUS_PCI); in ath11k_pci_probe()
Dahb.c1123 ab = ath11k_core_alloc(&pdev->dev, sizeof(struct ath11k_ahb), in ath11k_ahb_probe()