Home
last modified time | relevance | path

Searched refs:ath10k_core_create (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dahb.c743 ar = ath10k_core_create(size, &pdev->dev, ATH10K_BUS_AHB, in ath10k_ahb_probe()
H A Dcore.h1345 struct ath10k *ath10k_core_create(size_t priv_size, struct device *dev,
H A Dusb.c1010 ar = ath10k_core_create(sizeof(*ar_usb), &dev->dev, ATH10K_BUS_USB, in ath10k_usb_probe()
H A Dcore.c3617 struct ath10k *ath10k_core_create(size_t priv_size, struct device *dev, in ath10k_core_create() function
3763 EXPORT_SYMBOL(ath10k_core_create);
H A Dsnoc.c1747 ar = ath10k_core_create(sizeof(*ar_snoc), dev, ATH10K_BUS_SNOC, in ath10k_snoc_probe()
H A Dsdio.c2535 ar = ath10k_core_create(sizeof(*ar_sdio), &func->dev, ATH10K_BUS_SDIO, in ath10k_sdio_probe()
H A Dpci.c3602 ar = ath10k_core_create(sizeof(*ar_pci), &pdev->dev, ATH10K_BUS_PCI, in ath10k_pci_probe()