Lines Matching +full:mux +full:- +full:ctrl +full:- +full:list
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
13 * struct mvebu_mpp_ctrl_data - private data for the mpp ctrl operations
29 * struct mvebu_mpp_ctrl - describe a mpp control
62 * struct mvebu_mpp_ctrl_setting - describe a mpp ctrl setting
63 * @val: ctrl setting value
64 * @name: ctrl setting name, e.g. uart2, spi0 - unique per mpp_mode
65 * @subname: (optional) additional ctrl setting name, e.g. rts, cts
69 * A ctrl_setting describes a specific internal mux function that a mpp pin
95 * struct mvebu_mpp_mode - link ctrl and settings
97 * @settings: list of settings available for this mode
108 * struct mvebu_pinctrl_soc_info - SoC specific info passed to pinctrl-mvebu
110 * @controls: list of available mvebu_mpp_ctrls
113 * @modes: list of available mvebu_mpp_modes
115 * @gpioranges: list of pinctrl_gpio_ranges
137 .npins = _idh - _idl + 1, \
138 .pins = (unsigned[_idh - _idl + 1]) { }, \
149 .npins = _idh - _idl + 1, \
150 .pins = (unsigned[_idh - _idl + 1]) { }, \
175 MPP_VAR_FUNCTION(_val, _name, _subname, (u8)-1)
186 .name = "mvebu-gpio", \