Searched refs:mtk_pin_desc (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.1/drivers/pinctrl/mediatek/ |
D | pinctrl-mtk-common-v2.h | 217 struct mtk_pin_desc { struct 236 const struct mtk_pin_desc *pins; argument 256 const struct mtk_pin_desc *desc); 258 const struct mtk_pin_desc *desc, int *res); 260 const struct mtk_pin_desc *desc, bool pullup); 262 const struct mtk_pin_desc *desc, bool pullup, int *res); 265 const struct mtk_pin_desc *desc, u32 pullup, u32 arg); 267 const struct mtk_pin_desc *desc, u32 *pullup, u32 *arg); 270 const struct mtk_pin_desc *desc, u32 arg); 272 const struct mtk_pin_desc *desc, int *val); [all …]
|
D | pinctrl-mtk-common-v2.c | 73 const struct mtk_pin_desc *desc, in mtk_hw_pin_field_lookup() 146 const struct mtk_pin_desc *desc, in mtk_hw_pin_field_get() 192 int mtk_hw_set_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc, in mtk_hw_set_value() 215 int mtk_hw_get_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc, in mtk_hw_get_value() 237 const struct mtk_pin_desc *desc; in mtk_xt_find_eint_num() 240 desc = (const struct mtk_pin_desc *)hw->soc->pins; in mtk_xt_find_eint_num() 262 const struct mtk_pin_desc *desc; in mtk_is_virt_gpio() 265 desc = (const struct mtk_pin_desc *)&hw->soc->pins[gpio_n]; in mtk_is_virt_gpio() 283 const struct mtk_pin_desc *desc; in mtk_xt_get_gpio_n() 285 desc = (const struct mtk_pin_desc *)hw->soc->pins; in mtk_xt_get_gpio_n() [all …]
|
D | pinctrl-moore.c | 58 const struct mtk_pin_desc *desc; in mtk_pinmux_set_mux() 62 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinmux_set_mux() 78 const struct mtk_pin_desc *desc; in mtk_pinmux_gpio_request_enable() 80 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinmux_gpio_request_enable() 93 const struct mtk_pin_desc *desc; in mtk_pinmux_gpio_set_direction() 95 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinmux_gpio_set_direction() 109 const struct mtk_pin_desc *desc; in mtk_pinconf_get() 111 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinconf_get() 224 const struct mtk_pin_desc *desc; in mtk_pinconf_set() 228 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinconf_set() [all …]
|
D | pinctrl-paris.c | 103 const struct mtk_pin_desc *desc; in mtk_pinmux_gpio_request_enable() 105 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinmux_gpio_request_enable() 116 const struct mtk_pin_desc *desc; in mtk_pinmux_gpio_set_direction() 118 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinmux_gpio_set_direction() 130 const struct mtk_pin_desc *desc; in mtk_pinconf_get() 135 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinconf_get() 254 const struct mtk_pin_desc *desc; in mtk_pinconf_set() 261 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinconf_set() 380 const struct mtk_pin_desc *pin = hw->soc->pins + pin_num; in mtk_pctrl_find_function_by_pin() 398 const struct mtk_pin_desc *pin = hw->soc->pins + i; in mtk_pctrl_is_function_valid() [all …]
|
D | pinctrl-mt7629.c | 114 static const struct mtk_pin_desc mt7629_pins[] = {
|
D | pinctrl-mt7986.c | 425 static const struct mtk_pin_desc mt7986a_pins[] = { 529 static const struct mtk_pin_desc mt7986b_pins[] = {
|
D | pinctrl-mt7622.c | 155 static const struct mtk_pin_desc mt7622_pins[] = {
|
D | pinctrl-mtk-mt6795.h | 12 static const struct mtk_pin_desc mtk_pins_mt6795[] = {
|
D | pinctrl-mtk-mt8195.h | 14 static const struct mtk_pin_desc mtk_pins_mt8195[] = {
|
D | pinctrl-mtk-mt8183.h | 14 static struct mtk_pin_desc mtk_pins_mt8183[] = {
|
D | pinctrl-mtk-mt6765.h | 14 static struct mtk_pin_desc mtk_pins_mt6765[] = {
|
D | pinctrl-mtk-mt8186.h | 14 static const struct mtk_pin_desc mtk_pins_mt8186[] = {
|
D | pinctrl-mtk-mt6779.h | 13 static const struct mtk_pin_desc mtk_pins_mt6779[] = {
|
D | pinctrl-mtk-mt8188.h | 13 static const struct mtk_pin_desc mtk_pins_mt8188[] = {
|
D | pinctrl-mt7623.c | 416 static const struct mtk_pin_desc mt7623_pins[] = {
|
D | pinctrl-mtk-mt8192.h | 13 static const struct mtk_pin_desc mtk_pins_mt8192[] = {
|
D | pinctrl-mtk-mt6797.h | 17 static const struct mtk_pin_desc mtk_pins_mt6797[] = {
|