Home
last modified time | relevance | path

Searched refs:ar_snoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.c647 struct ath10k_snoc *ar_snoc = from_timer(ar_snoc, t, rx_post_retry); in ath10k_snoc_rx_replenish_retry() local
1015 ret = regulator_bulk_enable(ar_snoc->num_vregs, ar_snoc->vregs); in ath10k_hw_power_on()
1019 ret = clk_bulk_prepare_enable(ar_snoc->num_clks, ar_snoc->clks); in ath10k_hw_power_on()
1026 regulator_bulk_disable(ar_snoc->num_vregs, ar_snoc->vregs); in ath10k_hw_power_on()
1036 clk_bulk_disable_unprepare(ar_snoc->num_clks, ar_snoc->clks); in ath10k_hw_power_off()
1038 return regulator_bulk_disable(ar_snoc->num_vregs, ar_snoc->vregs); in ath10k_hw_power_off()
1299 ar_snoc->mem = devm_ioremap(&pdev->dev, ar_snoc->mem_pa, in ath10k_snoc_resource_init()
1538 ret = qcom_unregister_ssr_notifier(ar_snoc->notifier, &ar_snoc->nb); in ath10k_modem_deinit()
1733 ar_snoc->ar = ar; in ath10k_snoc_probe()
1758 ar_snoc->vregs = devm_kcalloc(&pdev->dev, ar_snoc->num_vregs, in ath10k_snoc_probe()
[all …]
H A Dqmi.c328 struct ath10k_snoc *ar_snoc = ath10k_snoc_priv(ar); in ath10k_qmi_send_cal_report_req() local
333 if (ar_snoc->xo_cal_supported) { in ath10k_qmi_send_cal_report_req()
335 req.xo_cal_data = ar_snoc->xo_cal_data; in ath10k_qmi_send_cal_report_req()
382 struct ath10k_snoc *ar_snoc = ath10k_snoc_priv(ar); in ath10k_qmi_mode_send_sync_msg() local
383 struct ath10k_qmi *qmi = ar_snoc->qmi; in ath10k_qmi_mode_send_sync_msg()
432 struct ath10k_qmi *qmi = ar_snoc->qmi; in ath10k_qmi_cfg_send_sync_msg()
708 struct ath10k_qmi *qmi = ar_snoc->qmi; in ath10k_qmi_set_fw_log_mode()
766 if (ar_snoc->xo_cal_supported) { in ath10k_qmi_ind_register_send_sync_msg()
1074 ar_snoc->qmi = qmi; in ath10k_qmi_init()
1118 struct ath10k_qmi *qmi = ar_snoc->qmi; in ath10k_qmi_deinit()
[all …]
H A Dsnoc.h33 struct ath10k_snoc *ar_snoc; member