linux/drivers/acpi/acpica/utresdecode.c

// SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0
/*******************************************************************************
 *
 * Module Name: utresdecode - Resource descriptor keyword strings
 *
 ******************************************************************************/

#include <acpi/acpi.h>
#include "accommon.h"
#include "acresrc.h"

#define _COMPONENT
ACPI_MODULE_NAME("utresdecode")

#if defined (ACPI_DEBUG_OUTPUT) || \
	defined (ACPI_DISASSEMBLER) || \
	defined (ACPI_DEBUGGER)
/*
 * Strings used to decode resource descriptors.
 * Used by both the disassembler and the debugger resource dump routines
 */
const char *acpi_gbl_bm_decode[] =;

const char *acpi_gbl_config_decode[] =;

const char *acpi_gbl_consume_decode[] =;

const char *acpi_gbl_dec_decode[] =;

const char *acpi_gbl_he_decode[] =;

const char *acpi_gbl_io_decode[] =;

const char *acpi_gbl_ll_decode[] =;

const char *acpi_gbl_max_decode[] =;

const char *acpi_gbl_mem_decode[] =;

const char *acpi_gbl_min_decode[] =;

const char *acpi_gbl_mtp_decode[] =;

const char *acpi_gbl_phy_decode[] =;

const char *acpi_gbl_rng_decode[] =;

const char *acpi_gbl_rw_decode[] =;

const char *acpi_gbl_shr_decode[] =;

const char *acpi_gbl_siz_decode[] =;

const char *acpi_gbl_trs_decode[] =;

const char *acpi_gbl_ttp_decode[] =;

const char *acpi_gbl_typ_decode[] =;

const char *acpi_gbl_ppc_decode[] =;

const char *acpi_gbl_ior_decode[] =;

const char *acpi_gbl_dts_decode[] =;

/* GPIO connection type */

const char *acpi_gbl_ct_decode[] =;

/* Serial bus type */

const char *acpi_gbl_sbt_decode[] =;

/* I2C serial bus access mode */

const char *acpi_gbl_am_decode[] =;

/* I2C serial bus slave mode */

const char *acpi_gbl_sm_decode[] =;

/* SPI serial bus wire mode */

const char *acpi_gbl_wm_decode[] =;

/* SPI serial clock phase */

const char *acpi_gbl_cph_decode[] =;

/* SPI serial bus clock polarity */

const char *acpi_gbl_cpo_decode[] =;

/* SPI serial bus device polarity */

const char *acpi_gbl_dp_decode[] =;

/* UART serial bus endian */

const char *acpi_gbl_ed_decode[] =;

/* UART serial bus bits per byte */

const char *acpi_gbl_bpb_decode[] =;

/* UART serial bus stop bits */

const char *acpi_gbl_sb_decode[] =;

/* UART serial bus flow control */

const char *acpi_gbl_fc_decode[] =;

/* UART serial bus parity type */

const char *acpi_gbl_pt_decode[] =;

/* pin_config type */

const char *acpi_gbl_ptyp_decode[] =;

const char *acpi_gbl_clock_input_mode[] =;

const char *acpi_gbl_clock_input_scale[] =;

#endif