Lines Matching refs:mtk_pin_desc
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()
444 const struct mtk_pin_desc *desc; in mtk_gpio_get()
447 desc = (const struct mtk_pin_desc *)&hw->soc->pins[gpio]; in mtk_gpio_get()
461 const struct mtk_pin_desc *desc; in mtk_gpio_set()
463 desc = (const struct mtk_pin_desc *)&hw->soc->pins[gpio]; in mtk_gpio_set()
488 const struct mtk_pin_desc *desc; in mtk_gpio_to_irq()
493 desc = (const struct mtk_pin_desc *)&hw->soc->pins[offset]; in mtk_gpio_to_irq()
505 const struct mtk_pin_desc *desc; in mtk_gpio_set_config()
508 desc = (const struct mtk_pin_desc *)&hw->soc->pins[offset]; in mtk_gpio_set_config()