![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 /* 0003 * mt8192-afe-gpio.h -- Mediatek 8192 afe gpio ctrl definition 0004 * 0005 * Copyright (c) 2020 MediaTek Inc. 0006 * Author: Shane Chien <shane.chien@mediatek.com> 0007 */ 0008 0009 #ifndef _MT8192_AFE_GPIO_H_ 0010 #define _MT8192_AFE_GPIO_H_ 0011 0012 struct device; 0013 0014 int mt8192_afe_gpio_init(struct device *dev); 0015 0016 int mt8192_afe_gpio_request(struct device *dev, bool enable, 0017 int dai, int uplink); 0018 0019 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |