Searched refs:hif_ops (Results 1 – 9 of 9) sorted by relevance
204 #define mt792x_init_reset(dev) ((dev)->hif_ops->init_reset(dev))205 #define mt792x_dev_reset(dev) ((dev)->hif_ops->reset(dev))206 #define mt792x_mcu_init(dev) ((dev)->hif_ops->mcu_init(dev))207 #define __mt792x_mcu_drv_pmctrl(dev) ((dev)->hif_ops->drv_own(dev))208 #define __mt792x_mcu_fw_pmctrl(dev) ((dev)->hif_ops->fw_own(dev))249 const struct mt792x_hif_ops *hif_ops; member
165 static const struct mt792x_hif_ops hif_ops = { in mt7921u_probe() local198 dev->hif_ops = &hif_ops; in mt7921u_probe()
142 dev->hif_ops = &mt7921_sdio_ops; in mt7921s_probe()
330 dev->hif_ops = &mt7921_pcie_ops; in mt7921_pci_probe()
152 static const struct mt792x_hif_ops hif_ops = { in mt7925u_probe() local186 dev->hif_ops = &hif_ops; in mt7925u_probe()
364 dev->hif_ops = &mt7925_pcie_ops; in mt7925_pci_probe()
1112 const struct ath11k_hif_ops *hif_ops; in ath11k_ahb_probe() local1123 hif_ops = &ath11k_ahb_hif_ops_ipq8074; in ath11k_ahb_probe()1127 hif_ops = &ath11k_ahb_hif_ops_wcn6750; in ath11k_ahb_probe()1148 ab->hif.ops = hif_ops; in ath11k_ahb_probe()
1361 const struct ath10k_hif_ops *hif_ops);
3708 const struct ath10k_hif_ops *hif_ops) in ath10k_core_create() argument3721 ar->hif.ops = hif_ops; in ath10k_core_create()