Lines Matching refs:mtk_pin_desc
62 const struct mtk_pin_desc *desc; in mtk_pinmux_set_mux()
66 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinmux_set_mux()
82 const struct mtk_pin_desc *desc; in mtk_pinmux_gpio_request_enable()
84 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinmux_gpio_request_enable()
97 const struct mtk_pin_desc *desc; in mtk_pinmux_gpio_set_direction()
99 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinmux_gpio_set_direction()
113 const struct mtk_pin_desc *desc; in mtk_pinconf_get()
115 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinconf_get()
250 const struct mtk_pin_desc *desc; in mtk_pinconf_set()
254 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinconf_set()
482 const struct mtk_pin_desc *desc; in mtk_gpio_get()
485 desc = (const struct mtk_pin_desc *)&hw->soc->pins[gpio]; in mtk_gpio_get()
499 const struct mtk_pin_desc *desc; in mtk_gpio_set()
501 desc = (const struct mtk_pin_desc *)&hw->soc->pins[gpio]; in mtk_gpio_set()
526 const struct mtk_pin_desc *desc; in mtk_gpio_to_irq()
531 desc = (const struct mtk_pin_desc *)&hw->soc->pins[offset]; in mtk_gpio_to_irq()
543 const struct mtk_pin_desc *desc; in mtk_gpio_set_config()
546 desc = (const struct mtk_pin_desc *)&hw->soc->pins[offset]; in mtk_gpio_set_config()