Home
last modified time | relevance | path

Searched refs:bus_params (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dusb.c1000 struct ath10k_bus_params bus_params = {}; in ath10k_usb_probe() local
1037 bus_params.dev_type = ATH10K_DEV_TYPE_HL; in ath10k_usb_probe()
1039 bus_params.chip_id = 0; in ath10k_usb_probe()
1040 bus_params.hl_msdu_ids = true; in ath10k_usb_probe()
1041 ret = ath10k_core_register(ar, &bus_params); in ath10k_usb_probe()
H A Dpci.c3538 struct ath10k_bus_params bus_params = {}; in ath10k_pci_probe() local
3669 bus_params.dev_type = ATH10K_DEV_TYPE_LL; in ath10k_pci_probe()
3670 bus_params.link_can_suspend = true; in ath10k_pci_probe()
3676 bus_params.chip_id = in ath10k_pci_probe()
3678 if (bus_params.chip_id != 0xffffffff) { in ath10k_pci_probe()
3680 bus_params.chip_id)) { in ath10k_pci_probe()
3693 bus_params.chip_id = ath10k_pci_soc_read32(ar, SOC_CHIP_ID_ADDRESS); in ath10k_pci_probe()
3694 if (bus_params.chip_id == 0xffffffff) { in ath10k_pci_probe()
3699 if (!ath10k_pci_chip_is_supported(pdev->device, bus_params.chip_id)) { in ath10k_pci_probe()
3704 ret = ath10k_core_register(ar, &bus_params); in ath10k_pci_probe()
[all …]
H A Dsdio.c2524 struct ath10k_bus_params bus_params = {}; in ath10k_sdio_probe() local
2620 bus_params.dev_type = ATH10K_DEV_TYPE_HL; in ath10k_sdio_probe()
2622 bus_params.chip_id = 0; in ath10k_sdio_probe()
2623 bus_params.hl_msdu_ids = true; in ath10k_sdio_probe()
2627 ret = ath10k_core_register(ar, &bus_params); in ath10k_sdio_probe()