Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/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
1023 ret = regulator_bulk_enable(ar_snoc->num_vregs, ar_snoc->vregs); in ath10k_hw_power_on()
1027 ret = clk_bulk_prepare_enable(ar_snoc->num_clks, ar_snoc->clks); in ath10k_hw_power_on()
1034 regulator_bulk_disable(ar_snoc->num_vregs, ar_snoc->vregs); in ath10k_hw_power_on()
1044 clk_bulk_disable_unprepare(ar_snoc->num_clks, ar_snoc->clks); in ath10k_hw_power_off()
1046 return regulator_bulk_disable(ar_snoc->num_vregs, ar_snoc->vregs); in ath10k_hw_power_off()
1309 ar_snoc->mem = devm_ioremap(&pdev->dev, ar_snoc->mem_pa, in ath10k_snoc_resource_init()
1551 ret = qcom_unregister_ssr_notifier(ar_snoc->notifier, &ar_snoc->nb); in ath10k_modem_deinit()
1746 ar_snoc->ar = ar; in ath10k_snoc_probe()
1771 ar_snoc->vregs = devm_kcalloc(&pdev->dev, ar_snoc->num_vregs, in ath10k_snoc_probe()
[all …]
H A Dqmi.c329 struct ath10k_snoc *ar_snoc = ath10k_snoc_priv(ar); in ath10k_qmi_send_cal_report_req() local
334 if (ar_snoc->xo_cal_supported) { in ath10k_qmi_send_cal_report_req()
336 req.xo_cal_data = ar_snoc->xo_cal_data; in ath10k_qmi_send_cal_report_req()
383 struct ath10k_snoc *ar_snoc = ath10k_snoc_priv(ar); in ath10k_qmi_mode_send_sync_msg() local
384 struct ath10k_qmi *qmi = ar_snoc->qmi; in ath10k_qmi_mode_send_sync_msg()
433 struct ath10k_qmi *qmi = ar_snoc->qmi; in ath10k_qmi_cfg_send_sync_msg()
709 struct ath10k_qmi *qmi = ar_snoc->qmi; in ath10k_qmi_set_fw_log_mode()
767 if (ar_snoc->xo_cal_supported) { in ath10k_qmi_ind_register_send_sync_msg()
1083 ar_snoc->qmi = qmi; in ath10k_qmi_init()
1130 struct ath10k_qmi *qmi = ar_snoc->qmi; in ath10k_qmi_deinit()
[all …]
H A Dsnoc.h33 struct ath10k_snoc *ar_snoc; member