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
20 * struct meson_pmx_group - a pinmux group
23 * @pins: pins in the group
24 * @num_pins: number of pins in the group
32 const unsigned int *pins; member
38 * struct meson_pmx_func - a pinmux function
51 * struct meson_reg_desc - a register descriptor
57 * pull-enable, direction, etc. for a single pin
65 * enum meson_reg_type - type of registers encoded in @meson_reg_desc
78 * enum meson_pinconf_drv - value of drive-strength supported
88 * struct meson bank
96 * A bank represents a set of pins controlled by a contiguous set of
112 const struct pinctrl_pin_desc *pins; member