Lines Matching defs:pin
74 * DEFAULT: means same regmap as pin iomux
113 * @pin_base: first pin number
158 * struct rockchip_mux_recalced_data: represent a pin iomux data.
160 * @pin: pin number.
167 u8 pin;
174 * struct rockchip_mux_recalced_data: represent a pin iomux data.
176 * @pin: index at register or used to calc index.
177 * @func: the min pin.
179 * @route_offset: the max pin.
184 u8 pin;
224 * @name: name of the pin group, used to lookup the group.
228 * @configs: the config values to be set for each pin
229 * @nconfigs: number of configs for each pin
239 * struct rockchip_pmx_func: represent a pin function.
240 * @name: name of the pin function, used to lookup the function.
241 * @groups: one or more names of pin groups that provide this function.