Lines Matching +full:meson +full:- +full:pins
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Pin controller and GPIO driver for Amlogic Meson SoCs
17 * struct meson_pmx_group - a pinmux group
20 * @pins: pins in the group
21 * @num_pins: number of pins in the group
29 const unsigned int *pins; member
35 * struct meson_pmx_func - a pinmux function
48 * struct meson_reg_desc - a register descriptor
54 * pull-enable, direction, etc. for a single pin
62 * enum meson_reg_type - type of registers encoded in @meson_reg_desc
75 * enum meson_pinconf_drv - value of drive-strength supported
85 * struct meson bank
93 * A bank represents a set of pins controlled by a contiguous set of
109 const struct pinctrl_pin_desc *pins; member