Home
last modified time | relevance | path

Searched refs:hif_ops (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x.h204 #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
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dusb.c165 static const struct mt792x_hif_ops hif_ops = { in mt7921u_probe() local
198 dev->hif_ops = &hif_ops; in mt7921u_probe()
H A Dsdio.c142 dev->hif_ops = &mt7921_sdio_ops; in mt7921s_probe()
H A Dpci.c330 dev->hif_ops = &mt7921_pcie_ops; in mt7921_pci_probe()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Dusb.c152 static const struct mt792x_hif_ops hif_ops = { in mt7925u_probe() local
186 dev->hif_ops = &hif_ops; in mt7925u_probe()
H A Dpci.c364 dev->hif_ops = &mt7925_pcie_ops; in mt7925_pci_probe()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dahb.c1112 const struct ath11k_hif_ops *hif_ops; in ath11k_ahb_probe() local
1123 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()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h1361 const struct ath10k_hif_ops *hif_ops);
H A Dcore.c3708 const struct ath10k_hif_ops *hif_ops) in ath10k_core_create() argument
3721 ar->hif.ops = hif_ops; in ath10k_core_create()