Searched refs:hif_ops (Results 1 – 7 of 7) sorted by relevance
144 #define mt792x_init_reset(dev) ((dev)->hif_ops->init_reset(dev))145 #define mt792x_dev_reset(dev) ((dev)->hif_ops->reset(dev))146 #define mt792x_mcu_init(dev) ((dev)->hif_ops->mcu_init(dev))147 #define __mt792x_mcu_drv_pmctrl(dev) ((dev)->hif_ops->drv_own(dev))148 #define __mt792x_mcu_fw_pmctrl(dev) ((dev)->hif_ops->fw_own(dev))180 const struct mt792x_hif_ops *hif_ops; member
166 static const struct mt792x_hif_ops hif_ops = { in mt7921u_probe() local199 dev->hif_ops = &hif_ops; in mt7921u_probe()
141 dev->hif_ops = &mt7921_sdio_ops; in mt7921s_probe()
320 dev->hif_ops = &mt7921_pcie_ops; in mt7921_pci_probe()
1088 const struct ath11k_hif_ops *hif_ops; in ath11k_ahb_probe() local1105 hif_ops = &ath11k_ahb_hif_ops_ipq8074; in ath11k_ahb_probe()1109 hif_ops = &ath11k_ahb_hif_ops_wcn6750; in ath11k_ahb_probe()1130 ab->hif.ops = hif_ops; in ath11k_ahb_probe()
1341 const struct ath10k_hif_ops *hif_ops);
3636 const struct ath10k_hif_ops *hif_ops) in ath10k_core_create() argument3649 ar->hif.ops = hif_ops; in ath10k_core_create()