Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dahb.h69 void (*arch_deinit)(struct ath12k_base *ab); member
H A Dahb.c1244 ab_ahb->device_family_ops->arch_deinit(ab); in ath12k_ahb_probe()
1294 ab_ahb->device_family_ops->arch_deinit(ab); in ath12k_ahb_free_resources()
1324 !driver->ops.arch_init || !driver->ops.arch_deinit) in ath12k_ahb_register_driver()
H A Dpci.c1668 ab_pci->device_family_ops->arch_deinit(ab); in ath12k_pci_probe()
1729 ab_pci->device_family_ops->arch_deinit(ab); in ath12k_pci_remove()
1828 !driver->ops.arch_init || !driver->ops.arch_deinit) in ath12k_pci_register_driver()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Dahb.c127 .ops.arch_deinit = ath12k_wifi7_arch_deinit,