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()
85 const struct mtk_pin_desc *desc; in mtk_pinmux_gpio_request_enable()
87 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinmux_gpio_request_enable()
100 const struct mtk_pin_desc *desc; in mtk_pinmux_gpio_set_direction()
102 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinmux_gpio_set_direction()
116 const struct mtk_pin_desc *desc; in mtk_pinconf_get()
118 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinconf_get()
253 const struct mtk_pin_desc *desc; in mtk_pinconf_set()
257 desc = (const struct mtk_pin_desc *)&hw->soc->pins[pin]; in mtk_pinconf_set()
485 const struct mtk_pin_desc *desc; in mtk_gpio_get()
488 desc = (const struct mtk_pin_desc *)&hw->soc->pins[gpio]; in mtk_gpio_get()
502 const struct mtk_pin_desc *desc; in mtk_gpio_set()
504 desc = (const struct mtk_pin_desc *)&hw->soc->pins[gpio]; in mtk_gpio_set()
524 const struct mtk_pin_desc *desc; in mtk_gpio_to_irq()
529 desc = (const struct mtk_pin_desc *)&hw->soc->pins[offset]; in mtk_gpio_to_irq()
541 const struct mtk_pin_desc *desc; in mtk_gpio_set_config()
544 desc = (const struct mtk_pin_desc *)&hw->soc->pins[offset]; in mtk_gpio_set_config()