hif 1096 drivers/net/wireless/ath/ath10k/core.c ath10k_bus_str(ar->hif.bus), dev_name(ar->dev)); hif 1104 drivers/net/wireless/ath/ath10k/core.c ath10k_bus_str(ar->hif.bus), dev_name(ar->dev)); hif 1386 drivers/net/wireless/ath/ath10k/core.c ath10k_bus_str(ar->hif.bus), hif 1395 drivers/net/wireless/ath/ath10k/core.c ath10k_bus_str(ar->hif.bus), hif 1402 drivers/net/wireless/ath/ath10k/core.c ath10k_bus_str(ar->hif.bus), hif 1417 drivers/net/wireless/ath/ath10k/core.c ath10k_bus_str(ar->hif.bus), hif 1943 drivers/net/wireless/ath/ath10k/core.c switch (ar->hif.bus) { hif 1947 drivers/net/wireless/ath/ath10k/core.c ATH10K_FW_FILE_BASE, ath10k_bus_str(ar->hif.bus), hif 2166 drivers/net/wireless/ath/ath10k/core.c if (hw_params->bus == ar->hif.bus && hif 2379 drivers/net/wireless/ath/ath10k/core.c if (ar->hif.bus == ATH10K_BUS_SDIO) hif 2568 drivers/net/wireless/ath/ath10k/core.c if (ar->hif.bus == ATH10K_BUS_SDIO) hif 2865 drivers/net/wireless/ath/ath10k/core.c switch (ar->hif.bus) { hif 2899 drivers/net/wireless/ath/ath10k/core.c ath10k_err(ar, "incorrect hif bus type: %d\n", ar->hif.bus); hif 3126 drivers/net/wireless/ath/ath10k/core.c ar->hif.ops = hif_ops; hif 3127 drivers/net/wireless/ath/ath10k/core.c ar->hif.bus = bus; hif 981 drivers/net/wireless/ath/ath10k/core.h } hif; hif 104 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->tx_sg(ar, pipe_id, items, n_items); hif 110 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->diag_read(ar, address, buf, buf_len); hif 116 drivers/net/wireless/ath/ath10k/hif.h if (!ar->hif.ops->diag_write) hif 119 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->diag_write(ar, address, data, nbytes); hif 126 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->exchange_bmi_msg(ar, request, request_len, hif 132 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->start(ar); hif 137 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->stop(ar); hif 142 drivers/net/wireless/ath/ath10k/hif.h if (ar->hif.ops->swap_mailbox) hif 143 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->swap_mailbox(ar); hif 151 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->map_service_to_pipe(ar, service_id, hif 158 drivers/net/wireless/ath/ath10k/hif.h ar->hif.ops->get_default_pipe(ar, ul_pipe, dl_pipe); hif 164 drivers/net/wireless/ath/ath10k/hif.h ar->hif.ops->send_complete_check(ar, pipe_id, force); hif 170 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->get_free_queue_number(ar, pipe_id); hif 176 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->power_up(ar, fw_mode); hif 181 drivers/net/wireless/ath/ath10k/hif.h ar->hif.ops->power_down(ar); hif 186 drivers/net/wireless/ath/ath10k/hif.h if (!ar->hif.ops->suspend) hif 189 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->suspend(ar); hif 194 drivers/net/wireless/ath/ath10k/hif.h if (!ar->hif.ops->resume) hif 197 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->resume(ar); hif 202 drivers/net/wireless/ath/ath10k/hif.h if (!ar->hif.ops->read32) { hif 207 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->read32(ar, address); hif 213 drivers/net/wireless/ath/ath10k/hif.h if (!ar->hif.ops->write32) { hif 218 drivers/net/wireless/ath/ath10k/hif.h ar->hif.ops->write32(ar, address, data); hif 225 drivers/net/wireless/ath/ath10k/hif.h if (!ar->hif.ops->fetch_cal_eeprom) hif 228 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->fetch_cal_eeprom(ar, data, data_len); hif 234 drivers/net/wireless/ath/ath10k/hif.h if (!ar->hif.ops->get_target_info) hif 237 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->get_target_info(ar, tgt_info); hif 243 drivers/net/wireless/ath/ath10k/hif.h if (!ar->hif.ops->set_target_log_mode) hif 246 drivers/net/wireless/ath/ath10k/hif.h return ar->hif.ops->set_target_log_mode(ar, fw_log_mode); hif 908 drivers/net/wireless/ath/ath10k/htc.c if (ar->hif.bus == ATH10K_BUS_SDIO) { hif 771 drivers/net/wireless/ath/ath10k/qmi.c ar->hif.bus = ATH10K_BUS_SNOC; hif 180 drivers/net/wireless/ath/ath10k/testmode.c switch (ar->hif.bus) { hif 184 drivers/net/wireless/ath/ath10k/testmode.c ATH10K_FW_UTF_FILE_BASE, ath10k_bus_str(ar->hif.bus), hif 34 drivers/net/wireless/ath/ath9k/htc_hst.c status = target->hif->send(target->hif_dev, endpoint->ul_pipeid, skb); hif 309 drivers/net/wireless/ath/ath9k/htc_hst.c target->hif->stop(target->hif_dev); hif 314 drivers/net/wireless/ath/ath9k/htc_hst.c target->hif->start(target->hif_dev); hif 319 drivers/net/wireless/ath/ath9k/htc_hst.c target->hif->sta_drain(target->hif_dev, idx); hif 465 drivers/net/wireless/ath/ath9k/htc_hst.c struct ath9k_htc_hif *hif, hif 478 drivers/net/wireless/ath/ath9k/htc_hst.c target->hif = hif; hif 484 drivers/net/wireless/ath/ath9k/htc_hst.c endpoint->ul_pipeid = hif->control_ul_pipe; hif 485 drivers/net/wireless/ath/ath9k/htc_hst.c endpoint->dl_pipeid = hif->control_dl_pipe; hif 120 drivers/net/wireless/ath/ath9k/htc_hst.h struct ath9k_htc_hif *hif; hif 222 drivers/net/wireless/ath/ath9k/htc_hst.h struct ath9k_htc_hif *hif,