Searched refs:hif (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | hif.h | 107 return ar->hif.ops->tx_sg(ar, pipe_id, items, n_items); in ath10k_hif_tx_sg() 113 return ar->hif.ops->diag_read(ar, address, buf, buf_len); in ath10k_hif_diag_read() 119 if (!ar->hif.ops->diag_write) in ath10k_hif_diag_write() 122 return ar->hif.ops->diag_write(ar, address, data, nbytes); in ath10k_hif_diag_write() 129 return ar->hif.ops->exchange_bmi_msg(ar, request, request_len, in ath10k_hif_exchange_bmi_msg() 135 return ar->hif.ops->start(ar); in ath10k_hif_start() 140 return ar->hif.ops->stop(ar); in ath10k_hif_stop() 149 return ar->hif.ops->map_service_to_pipe(ar, service_id, in ath10k_hif_map_service_to_pipe() 157 ar->hif.ops->get_default_pipe(ar, ul_pipe, dl_pipe); in ath10k_hif_get_default_pipe() 163 ar->hif.ops->send_complete_check(ar, pipe_id, force); in ath10k_hif_send_complete_check() [all …]
|
D | core.c | 472 ath10k_bus_str(ar->hif.bus), dev_name(ar->dev)); in ath10k_fetch_cal_file() 1368 ar->hif.ops = hif_ops; in ath10k_core_create() 1369 ar->hif.bus = bus; in ath10k_core_create()
|
D | core.h | 528 } hif; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | htc_hst.c | 35 status = target->hif->send(target->hif_dev, endpoint->ul_pipeid, skb); in htc_issue_send() 307 target->hif->stop(target->hif_dev); in htc_stop() 312 target->hif->start(target->hif_dev); in htc_start() 317 target->hif->sta_drain(target->hif_dev, idx); in htc_sta_drain() 463 struct ath9k_htc_hif *hif, in ath9k_htc_hw_alloc() argument 476 target->hif = hif; in ath9k_htc_hw_alloc() 482 endpoint->ul_pipeid = hif->control_ul_pipe; in ath9k_htc_hw_alloc() 483 endpoint->dl_pipeid = hif->control_dl_pipe; in ath9k_htc_hw_alloc()
|
D | htc_hst.h | 120 struct ath9k_htc_hif *hif; member 222 struct ath9k_htc_hif *hif,
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,brcmstb.txt | 20 - compatible: "brcm,bcm<chip_id>-hif-cpubiuctrl", "syscon" 21 - compatible: "brcm,bcm<chip_id>-hif-continuation", "syscon" 36 compatible = "brcm,bcm7445-hif-cpubiuctrl", "syscon"; 41 compatible = "brcm,bcm7445-hif-continuation", "syscon";
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | hfc_usb.c | 163 struct hisax_if *hif; /* hisax interface */ member 652 fifo->hif->l1l2(fifo->hif, in tx_iso_complete() 812 fifo->hif->l1l2(fifo->hif, PH_DATA | INDICATION, in collect_rx_frame() 831 fifo->hif->l1l2(fifo->hif, in collect_rx_frame() 835 fifo->hif->l1l2(fifo->hif, in collect_rx_frame() 1056 fifo->hif->l1l2(fifo->hif, in hfc_usb_l2l1() 1072 fifo->hif->l1l2(fifo->hif, in hfc_usb_l2l1() 1217 hfc->fifos[i].hif = &p_b_if[i / 2]->ifc; in hfc_usb_init() 1219 hfc->fifos[i].hif = &hfc->d_if.ifc; in hfc_usb_init()
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | bcm7445.dtsi | 89 compatible = "brcm,bcm7445-hif-cpubiuctrl", 95 compatible = "brcm,bcm7445-hif-continuation",
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | Makefile | 27 ath6kl_core-y += hif.o
|