linux/drivers/net/wireless/ath/ath12k/acpi.c

// SPDX-License-Identifier: BSD-3-Clause-Clear
/*
 * Copyright (c) 2018-2021 The Linux Foundation. All rights reserved.
 * Copyright (c) 2021-2024 Qualcomm Innovation Center, Inc. All rights reserved.
 */

#include "core.h"
#include "acpi.h"
#include "debug.h"

static int ath12k_acpi_dsm_get_data(struct ath12k_base *ab, int func)
{}

static int ath12k_acpi_set_power_limit(struct ath12k_base *ab)
{}

static int ath12k_acpi_set_bios_sar_power(struct ath12k_base *ab)
{}

static void ath12k_acpi_dsm_notify(acpi_handle handle, u32 event, void *data)
{}

static int ath12k_acpi_set_bios_sar_params(struct ath12k_base *ab)
{}

static int ath12k_acpi_set_tas_params(struct ath12k_base *ab)
{}

int ath12k_acpi_start(struct ath12k_base *ab)
{}

void ath12k_acpi_stop(struct ath12k_base *ab)
{}