xref: /kernel/linux/linux-6.6/drivers/platform/x86/intel/int3472/tps68470.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/platform/x86/intel/int3472/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * TI TPS68470 PMIC platform data definition.
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright (c) 2021 Red Hat Inc.
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * Red Hat authors:
862306a36Sopenharmony_ci * Hans de Goede <hdegoede@redhat.com>
962306a36Sopenharmony_ci */
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#ifndef _INTEL_SKL_INT3472_TPS68470_H
1262306a36Sopenharmony_ci#define _INTEL_SKL_INT3472_TPS68470_H
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_cistruct gpiod_lookup_table;
1562306a36Sopenharmony_cistruct tps68470_regulator_platform_data;
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_cistruct int3472_tps68470_board_data {
1862306a36Sopenharmony_ci	const char *dev_name;
1962306a36Sopenharmony_ci	const struct tps68470_regulator_platform_data *tps68470_regulator_pdata;
2062306a36Sopenharmony_ci	unsigned int n_gpiod_lookups;
2162306a36Sopenharmony_ci	struct gpiod_lookup_table *tps68470_gpio_lookup_tables[];
2262306a36Sopenharmony_ci};
2362306a36Sopenharmony_ci
2462306a36Sopenharmony_ciconst struct int3472_tps68470_board_data *int3472_tps68470_get_board_data(const char *dev_name);
2562306a36Sopenharmony_ci
2662306a36Sopenharmony_ci#endif
27

Indexes created Thu Nov 07 10:32:03 CST 2024