Searched refs:hif (Results 1 – 7 of 7) sorted by relevance
/drivers/net/wireless/ath/ath10k/ |
D | hif.h | 100 return ar->hif.ops->tx_sg(ar, pipe_id, items, n_items); in ath10k_hif_tx_sg() 106 return ar->hif.ops->diag_read(ar, address, buf, buf_len); in ath10k_hif_diag_read() 112 if (!ar->hif.ops->diag_write) in ath10k_hif_diag_write() 115 return ar->hif.ops->diag_write(ar, address, data, nbytes); in ath10k_hif_diag_write() 122 return ar->hif.ops->exchange_bmi_msg(ar, request, request_len, in ath10k_hif_exchange_bmi_msg() 128 return ar->hif.ops->start(ar); in ath10k_hif_start() 133 return ar->hif.ops->stop(ar); in ath10k_hif_stop() 140 return ar->hif.ops->map_service_to_pipe(ar, service_id, in ath10k_hif_map_service_to_pipe() 147 ar->hif.ops->get_default_pipe(ar, ul_pipe, dl_pipe); in ath10k_hif_get_default_pipe() 153 ar->hif.ops->send_complete_check(ar, pipe_id, force); in ath10k_hif_send_complete_check() [all …]
|
D | core.c | 842 ath10k_bus_str(ar->hif.bus), dev_name(ar->dev)); in ath10k_fetch_cal_file() 850 ath10k_bus_str(ar->hif.bus), dev_name(ar->dev)); in ath10k_fetch_cal_file() 1066 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_board_name() 1074 ath10k_bus_str(ar->hif.bus), in ath10k_core_create_board_name() 2288 ar->hif.ops = hif_ops; in ath10k_core_create() 2289 ar->hif.bus = bus; in ath10k_core_create()
|
D | core.h | 728 } hif; member
|
/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() 310 target->hif->stop(target->hif_dev); in htc_stop() 315 target->hif->start(target->hif_dev); in htc_start() 320 target->hif->sta_drain(target->hif_dev, idx); in htc_sta_drain() 466 struct ath9k_htc_hif *hif, in ath9k_htc_hw_alloc() argument 479 target->hif = hif; in ath9k_htc_hw_alloc() 485 endpoint->ul_pipeid = hif->control_ul_pipe; in ath9k_htc_hw_alloc() 486 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,
|
/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()
|
/drivers/net/wireless/ath/ath6kl/ |
D | Makefile | 27 ath6kl_core-y += hif.o
|