Home
last modified time | relevance | path

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

12

/linux/drivers/staging/wfx/
A Dhif_tx.c43 if (*hif) in wfx_alloc_hif()
131 if (!hif) in hif_shutdown()
150 if (!hif) in hif_configuration()
166 if (!hif) in hif_reset()
219 if (!hif) in hif_write_mib()
242 if (!hif) in hif_scan()
286 if (!hif) in hif_stop_scan()
305 if (!hif) in hif_join()
332 if (!hif) in hif_set_bss_params()
350 if (!hif) in hif_add_key()
[all …]
A Dbh.c70 struct hif_msg *hif; in rx_helper() local
114 _trace_hif_recv(hif, wdev->hif.tx_buffers_used); in rx_helper()
116 if (hif->id != HIF_IND_ID_EXCEPTION && hif->id != HIF_IND_ID_ERROR) { in rx_helper()
117 if (hif->seqnum != wdev->hif.rx_seqnum) in rx_helper()
119 hif->seqnum, wdev->hif.rx_seqnum); in rx_helper()
120 wdev->hif.rx_seqnum = (hif->seqnum + 1) % (HIF_COUNTER_MAX + 1); in rx_helper()
181 hif->seqnum = wdev->hif.tx_seqnum; in tx_helper()
184 data = hif; in tx_helper()
194 _trace_hif_send(hif, wdev->hif.tx_buffers_used); in tx_helper()
206 hif = NULL; in bh_work_tx()
[all …]
A Dhif_rx.c24 int cmd = hif->id; in hif_generic_confirm()
105 const struct hif_msg *hif, in hif_receive_indication() argument
113 __func__, hif->interface); in hif_receive_indication()
173 const struct hif_msg *hif, in hif_scan_complete_indication() argument
190 const struct hif_msg *hif, in hif_join_complete_indication() argument
334 16, 1, hif, le16_to_cpu(hif->len), false); in hif_error_indication()
352 16, 1, hif, le16_to_cpu(hif->len), false); in hif_exception_indication()
385 int hif_id = hif->id; in wfx_handle_rx()
389 hif_receive_indication(wdev, hif, hif->body, skb); in wfx_handle_rx()
398 hif_generic_confirm(wdev, hif, hif->body); in wfx_handle_rx()
[all …]
A Dqueue.c42 !wdev->hif.tx_buffers_used, in wfx_tx_flush()
46 wdev->hif.tx_buffers_used); in wfx_tx_flush()
130 struct hif_msg *hif; in wfx_pending_drop() local
136 hif = (struct hif_msg *)skb->data; in wfx_pending_drop()
137 wvif = wdev_to_wvif(wdev, hif->interface); in wfx_pending_drop()
153 struct hif_msg *hif; in wfx_pending_get() local
158 hif = (struct hif_msg *)skb->data; in wfx_pending_get()
159 req = (struct hif_req_tx *)hif->body; in wfx_pending_get()
239 struct hif_msg *hif; in wfx_tx_queues_get_skb() local
268 hif = (struct hif_msg *)skb->data; in wfx_tx_queues_get_skb()
[all …]
A Dtraces.h162 TP_ARGS(hif, tx_fill_level, is_recv),
177 __entry->msg_len = le16_to_cpu(hif->len);
178 __entry->msg_id = hif->id;
179 __entry->if_id = hif->interface;
187 __entry->mib = le16_to_cpup((__le16 *)hif->body);
212 TP_ARGS(hif, tx_fill_level, is_recv));
213 #define _trace_hif_send(hif, tx_fill_level)\ argument
214 trace_hif_send(hif, tx_fill_level, false)
217 TP_ARGS(hif, tx_fill_level, is_recv));
218 #define _trace_hif_recv(hif, tx_fill_level)\ argument
[all …]
A Ddata_tx.h62 struct hif_msg *hif = (struct hif_msg *)skb->data; in wfx_skb_txreq() local
63 struct hif_req_tx *req = (struct hif_req_tx *)hif->body; in wfx_skb_txreq()
A Ddata_tx.c438 struct hif_msg *hif = (struct hif_msg *)skb->data; in wfx_skb_dtor() local
439 struct hif_req_tx *req = (struct hif_req_tx *)hif->body; in wfx_skb_dtor()
575 struct hif_msg *hif; in wfx_flush() local
591 hif = (struct hif_msg *)skb->data; in wfx_flush()
592 wvif = wdev_to_wvif(wdev, hif->interface); in wfx_flush()
A Dwfx.h42 struct wfx_hif hif; member
/linux/drivers/net/wireless/ath/ath10k/
A Dhif.h118 if (!ar->hif.ops->diag_write) in ath10k_hif_diag_write()
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()
191 ar->hif.ops->power_down(ar); in ath10k_hif_power_down()
196 if (!ar->hif.ops->suspend) in ath10k_hif_suspend()
199 return ar->hif.ops->suspend(ar); in ath10k_hif_suspend()
204 if (!ar->hif.ops->resume) in ath10k_hif_resume()
207 return ar->hif.ops->resume(ar); in ath10k_hif_resume()
212 if (!ar->hif.ops->read32) { in ath10k_hif_read32()
[all …]
A Dcore.c1456 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_board_name()
1466 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_board_name()
1472 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_board_name()
1479 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_board_name()
1494 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_eboard_name()
2036 switch (ar->hif.bus) { in ath10k_core_get_fw_name()
2293 if (hw_params->bus == ar->hif.bus && in ath10k_init_hw_params()
2542 if (ar->hif.bus == ATH10K_BUS_SDIO) in ath10k_core_init_firmware_features()
3143 switch (ar->hif.bus) { in ath10k_core_probe_fw()
3404 ar->hif.ops = hif_ops; in ath10k_core_create()
[all …]
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()
A Dcoredump.c1467 hw_mem_layouts[i].bus == ar->hif.bus) in _ath10k_coredump_get_mem_layout()
/linux/drivers/net/wireless/ath/ath11k/
A Dhif.h36 if (ab->hif.ops->ce_irq_enable) in ath11k_hif_ce_irq_enable()
37 ab->hif.ops->ce_irq_enable(ab); in ath11k_hif_ce_irq_enable()
42 if (ab->hif.ops->ce_irq_disable) in ath11k_hif_ce_irq_disable()
43 ab->hif.ops->ce_irq_disable(ab); in ath11k_hif_ce_irq_disable()
48 return sc->hif.ops->start(sc); in ath11k_hif_start()
53 sc->hif.ops->stop(sc); in ath11k_hif_stop()
58 sc->hif.ops->irq_enable(sc); in ath11k_hif_irq_enable()
63 sc->hif.ops->irq_disable(sc); in ath11k_hif_irq_disable()
73 sc->hif.ops->power_down(sc); in ath11k_hif_power_down()
78 if (ab->hif.ops->suspend) in ath11k_hif_suspend()
[all …]
A Dcore.c397 ath11k_bus_str(ab->hif.bus), in ath11k_core_create_board_name()
1194 ab->hif.bus = bus; in ath11k_core_alloc()
A Dahb.c687 ab->hif.ops = &ath11k_ahb_hif_ops; in ath11k_ahb_probe()
A Dcore.h692 } hif; member
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
A Dpci.c51 struct mt7915_hif *hif; in mt7915_pci_get_hif2() local
62 get_device(hif->dev); in mt7915_pci_get_hif2()
65 hif = NULL; in mt7915_pci_get_hif2()
70 return hif; in mt7915_pci_get_hif2()
75 if (!hif) in mt7915_put_hif2()
78 put_device(hif->dev); in mt7915_put_hif2()
183 if (!hif) in mt7915_pci_init_hif2()
186 dev->hif2 = hif; in mt7915_pci_init_hif2()
193 hif = NULL; in mt7915_pci_init_hif2()
204 hif = devm_kzalloc(&pdev->dev, sizeof(*hif), GFP_KERNEL); in mt7915_pci_hif2_probe()
[all …]
/linux/drivers/net/wireless/ath/ath9k/
A Dhtc_hst.c34 status = target->hif->send(target->hif_dev, endpoint->ul_pipeid, skb); in htc_issue_send()
309 target->hif->stop(target->hif_dev); in htc_stop()
314 target->hif->start(target->hif_dev); in htc_start()
319 target->hif->sta_drain(target->hif_dev, idx); in htc_sta_drain()
467 struct ath9k_htc_hif *hif, in ath9k_htc_hw_alloc() argument
480 target->hif = hif; in ath9k_htc_hw_alloc()
486 endpoint->ul_pipeid = hif->control_ul_pipe; in ath9k_htc_hw_alloc()
487 endpoint->dl_pipeid = hif->control_dl_pipe; in ath9k_htc_hw_alloc()
A Dhtc_hst.h120 struct ath9k_htc_hif *hif; member
222 struct ath9k_htc_hif *hif,
/linux/drivers/clk/mediatek/
A DMakefile30 obj-$(CONFIG_COMMON_CLK_MT2701_HIFSYS) += clk-mt2701-hif.o
44 obj-$(CONFIG_COMMON_CLK_MT7622_HIFSYS) += clk-mt7622-hif.o
48 obj-$(CONFIG_COMMON_CLK_MT7629_HIFSYS) += clk-mt7629-hif.o
/linux/arch/arm/boot/dts/
A Dbcm7445.dtsi88 compatible = "brcm,bcm7445-hif-cpubiuctrl",
94 compatible = "brcm,bcm7445-hif-continuation",
132 interrupt-names = "hif";
/linux/drivers/net/wireless/microchip/wilc1000/
A DMakefile5 hif.o wlan_cfg.o wlan.o
/linux/drivers/net/wireless/ath/ath6kl/
A DMakefile27 ath6kl_core-y += hif.o
/linux/Documentation/devicetree/bindings/interrupt-controller/
A Dbrcm,l2-intc.txt6 "brcm,hif-spi-l2-intc" or
/linux/Documentation/devicetree/bindings/arm/bcm/
A Dbrcm,brcmstb.txt23 - compatible: "brcm,bcm<chip_id>-hif-continuation", "syscon"
63 compatible = "brcm,bcm7445-hif-continuation", "syscon";

Completed in 50 milliseconds

12