Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x.h144 #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
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dusb.c166 static const struct mt792x_hif_ops hif_ops = { in mt7921u_probe() local
199 dev->hif_ops = &hif_ops; in mt7921u_probe()
H A Dsdio.c141 dev->hif_ops = &mt7921_sdio_ops; in mt7921s_probe()
H A Dpci.c320 dev->hif_ops = &mt7921_pcie_ops; in mt7921_pci_probe()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dahb.c1088 const struct ath11k_hif_ops *hif_ops; in ath11k_ahb_probe() local
1105 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()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h1341 const struct ath10k_hif_ops *hif_ops);
H A Dcore.c3636 const struct ath10k_hif_ops *hif_ops) in ath10k_core_create() argument
3649 ar->hif.ops = hif_ops; in ath10k_core_create()