Home
last modified time | relevance | path

Searched refs:hif (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhif.h106 return ar->hif.ops->tx_sg(ar, pipe_id, items, n_items); in ath10k_hif_tx_sg()
112 return ar->hif.ops->diag_read(ar, address, buf, buf_len); in ath10k_hif_diag_read()
118 if (!ar->hif.ops->diag_write) in ath10k_hif_diag_write()
121 return ar->hif.ops->diag_write(ar, address, data, nbytes); in ath10k_hif_diag_write()
128 return ar->hif.ops->exchange_bmi_msg(ar, request, request_len, in ath10k_hif_exchange_bmi_msg()
134 return ar->hif.ops->start(ar); in ath10k_hif_start()
139 return ar->hif.ops->stop(ar); in ath10k_hif_stop()
144 if (ar->hif.ops->start_post) in ath10k_hif_start_post()
145 return ar->hif.ops->start_post(ar); in ath10k_hif_start_post()
151 if (ar->hif.ops->get_htt_tx_complete) in ath10k_hif_get_htt_tx_complete()
[all …]
H A Dcore.c1272 ath10k_bus_str(ar->hif.bus), dev_name(ar->dev)); in ath10k_fetch_cal_file()
1280 ath10k_bus_str(ar->hif.bus), dev_name(ar->dev)); in ath10k_fetch_cal_file()
1305 ath10k_bus_str(ar->hif.bus), dev_name(ar->dev)); in ath10k_core_fetch_board_data_api_1()
1594 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_board_name()
1604 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_board_name()
1610 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_board_name()
1617 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_board_name()
1632 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_eboard_name()
2242 switch (ar->hif.bus) { in ath10k_core_get_fw_name()
2246 ATH10K_FW_FILE_BASE, ath10k_bus_str(ar->hif.bus), in ath10k_core_get_fw_name()
[all …]
H A Dtestmode.c180 switch (ar->hif.bus) { in ath10k_tm_fetch_firmware()
184 ATH10K_FW_UTF_FILE_BASE, ath10k_bus_str(ar->hif.bus), in ath10k_tm_fetch_firmware()
H A Dcoredump.c1467 hw_mem_layouts[i].bus == ar->hif.bus) in _ath10k_coredump_get_mem_layout()
H A Dcore.h1068 } hif; member
H A Dqmi.c859 ar->hif.bus = ATH10K_BUS_SNOC; in ath10k_qmi_fetch_board_file()
H A Dhtc.c1264 if (ar->hif.bus == ATH10K_BUS_SDIO) { in ath10k_htc_start()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dhif.h37 if (ab->hif.ops->ce_irq_enable) in ath11k_hif_ce_irq_enable()
38 ab->hif.ops->ce_irq_enable(ab); in ath11k_hif_ce_irq_enable()
43 if (ab->hif.ops->ce_irq_disable) in ath11k_hif_ce_irq_disable()
44 ab->hif.ops->ce_irq_disable(ab); in ath11k_hif_ce_irq_disable()
49 return sc->hif.ops->start(sc); in ath11k_hif_start()
54 sc->hif.ops->stop(sc); in ath11k_hif_stop()
59 sc->hif.ops->irq_enable(sc); in ath11k_hif_irq_enable()
64 sc->hif.ops->irq_disable(sc); in ath11k_hif_irq_disable()
69 return sc->hif.ops->power_up(sc); in ath11k_hif_power_up()
74 sc->hif.ops->power_down(sc); in ath11k_hif_power_down()
[all …]
H A Dcore.c1021 ath11k_bus_str(ab->hif.bus)); in __ath11k_core_create_board_name()
1025 ath11k_bus_str(ab->hif.bus), in __ath11k_core_create_board_name()
1036 ath11k_bus_str(ab->hif.bus), in __ath11k_core_create_board_name()
2122 ab->hif.bus = bus; in ath11k_core_alloc()
H A Dcore.h888 } hif; member
H A Dpci.c788 ab->hif.ops = &ath11k_pci_hif_ops; in ath11k_pci_probe()
H A Dahb.c1130 ab->hif.ops = hif_ops; in ath11k_ahb_probe()
H A Ddebugfs.c1017 scnprintf(name, sizeof(name), "%s-%s", ath11k_bus_str(ab->hif.bus), in ath11k_debugfs_soc_create()
H A Dqmi.c2489 ath11k_bus_str(ab->hif.bus), dev_name(dev)); in ath11k_qmi_load_bdf_qmi()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dhif.h38 return ab->hif.ops->map_service_to_pipe(ab, service_id, in ath12k_hif_map_service_to_pipe()
48 if (!ab->hif.ops->get_user_msi_vector) in ath12k_hif_get_user_msi_vector()
51 return ab->hif.ops->get_user_msi_vector(ab, user_name, num_vectors, in ath12k_hif_get_user_msi_vector()
60 if (!ab->hif.ops->get_msi_address) in ath12k_hif_get_msi_address()
63 ab->hif.ops->get_msi_address(ab, msi_addr_lo, msi_addr_hi); in ath12k_hif_get_msi_address()
69 if (ab->hif.ops->get_ce_msi_idx) in ath12k_hif_get_ce_msi_idx()
70 ab->hif.ops->get_ce_msi_idx(ab, ce_id, msi_data_idx); in ath12k_hif_get_ce_msi_idx()
77 if (ab->hif.ops->ce_irq_enable) in ath12k_hif_ce_irq_enable()
78 ab->hif.ops->ce_irq_enable(ab); in ath12k_hif_ce_irq_enable()
83 if (ab->hif.ops->ce_irq_disable) in ath12k_hif_ce_irq_disable()
[all …]
H A Dcore.c109 ath12k_bus_str(ab->hif.bus), in ath12k_core_create_board_name()
956 ab->hif.bus = bus; in ath12k_core_alloc()
H A Dcore.h699 } hif; member
H A Dpci.c1231 ab->hif.ops = &ath12k_pci_hif_ops; in ath12k_pci_probe()
H A Dqmi.c2453 ath12k_bus_str(ab->hif.bus), dev_name(dev)); in ath12k_qmi_load_bdf_qmi()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dpci.c34 struct mt7996_hif *hif; in mt7996_pci_get_hif2() local
39 list_for_each_entry(hif, &hif_list, list) { in mt7996_pci_get_hif2()
41 val = readl(hif->regs + MT_PCIE_RECOG_ID); in mt7996_pci_get_hif2()
43 val = readl((u8 *)hif->regs + MT_PCIE_RECOG_ID); in mt7996_pci_get_hif2()
49 get_device(hif->dev); in mt7996_pci_get_hif2()
52 hif = NULL; in mt7996_pci_get_hif2()
57 return hif; in mt7996_pci_get_hif2()
60 static void mt7996_put_hif2(struct mt7996_hif *hif) in mt7996_put_hif2() argument
62 if (!hif) in mt7996_put_hif2()
65 put_device(hif->dev); in mt7996_put_hif2()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dpci.c41 struct mt7915_hif *hif; in mt7915_pci_get_hif2() local
46 list_for_each_entry(hif, &hif_list, list) { in mt7915_pci_get_hif2()
48 val = readl(hif->regs + MT_PCIE_RECOG_ID); in mt7915_pci_get_hif2()
50 val = readl((u8 *)hif->regs + MT_PCIE_RECOG_ID); in mt7915_pci_get_hif2()
56 get_device(hif->dev); in mt7915_pci_get_hif2()
59 hif = NULL; in mt7915_pci_get_hif2()
64 return hif; in mt7915_pci_get_hif2()
67 static void mt7915_put_hif2(struct mt7915_hif *hif) in mt7915_put_hif2() argument
69 if (!hif) in mt7915_put_hif2()
72 put_device(hif->dev); in mt7915_put_hif2()
[all …]
/freebsd/sys/net/altq/
H A Daltq_hfsc.c161 struct hfsc_if *hif; in hfsc_add_altq() local
168 hif = malloc(sizeof(struct hfsc_if), M_DEVBUF, M_NOWAIT | M_ZERO); in hfsc_add_altq()
169 if (hif == NULL) in hfsc_add_altq()
172 TAILQ_INIT(&hif->hif_eligible); in hfsc_add_altq()
173 hif->hif_ifq = &ifp->if_snd; in hfsc_add_altq()
176 a->altq_disc = hif; in hfsc_add_altq()
184 struct hfsc_if *hif; in hfsc_remove_altq() local
186 if ((hif = a->altq_disc) == NULL) in hfsc_remove_altq()
190 (void)hfsc_clear_interface(hif); in hfsc_remove_altq()
191 (void)hfsc_class_destroy(hif->hif_rootclass); in hfsc_remove_altq()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm7445.dtsi88 compatible = "brcm,bcm7445-hif-cpubiuctrl",
94 compatible = "brcm,bcm7445-hif-continuation",
132 interrupt-names = "hif";
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dbrcm,l2-intc.txt6 "brcm,hif-spi-l2-intc" or
/freebsd/sys/contrib/device-tree/Bindings/arm/bcm/
H A Dbrcm,brcmstb.txt23 - compatible: "brcm,bcm<chip_id>-hif-continuation", "syscon"
63 compatible = "brcm,bcm7445-hif-continuation", "syscon";

12