Lines Matching +full:gpio +full:- +full:mosi
1 // SPDX-License-Identifier: GPL-2.0
3 // mt8186-afe-gpio.c -- Mediatek 8186 afe gpio ctrl
10 #include "mt8186-afe-common.h"
11 #include "mt8186-afe-gpio.h"
94 /* gpio status init */ in mt8186_afe_gpio_init()
110 dev_dbg(dev, "%s(), error, invalid gpio type %d\n", in mt8186_afe_gpio_select()
112 return -EINVAL; in mt8186_afe_gpio_select()
116 dev_dbg(dev, "%s(), error, gpio type %d not prepared\n", in mt8186_afe_gpio_select()
118 return -EIO; in mt8186_afe_gpio_select()
124 dev_dbg(dev, "%s(), error, can not set gpio type %d\n", in mt8186_afe_gpio_select()
139 dev_dbg(dev, "%s(), MOSI CLK ON select fail!\n", __func__); in mt8186_afe_gpio_adda_dl()
145 dev_dbg(dev, "%s(), MOSI DAT ON select fail!\n", __func__); in mt8186_afe_gpio_adda_dl()
151 dev_dbg(dev, "%s(), MOSI DAT OFF select fail!\n", __func__); in mt8186_afe_gpio_adda_dl()
157 dev_dbg(dev, "%s(), MOSI CLK ON select fail!\n", __func__); in mt8186_afe_gpio_adda_dl()
202 int ret = -EINVAL; in mt8186_afe_gpio_request()