Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath10k/ !
H A Dahb.c743 ar = ath10k_core_create(size, &pdev->dev, ATH10K_BUS_AHB, in ath10k_ahb_probe()
H A Dcore.h1358 struct ath10k *ath10k_core_create(size_t priv_size, struct device *dev,
H A Dusb.c1027 ar = ath10k_core_create(sizeof(*ar_usb), &dev->dev, ATH10K_BUS_USB, in ath10k_usb_probe()
H A Dcore.c3705 struct ath10k *ath10k_core_create(size_t priv_size, struct device *dev, in ath10k_core_create() function
3851 EXPORT_SYMBOL(ath10k_core_create);
H A Dsnoc.c1731 ar = ath10k_core_create(sizeof(*ar_snoc), dev, ATH10K_BUS_SNOC, in ath10k_snoc_probe()
H A Dsdio.c2529 ar = ath10k_core_create(sizeof(*ar_sdio), &func->dev, ATH10K_BUS_SDIO, in ath10k_sdio_probe()
H A Dpci.c3706 ar = ath10k_core_create(sizeof(*ar_pci), &pdev->dev, ATH10K_BUS_PCI, in ath10k_pci_probe()