pinmux_type       306 drivers/pinctrl/sh-pfc/core.c int sh_pfc_config_mux(struct sh_pfc *pfc, unsigned mark, int pinmux_type)
pinmux_type       311 drivers/pinctrl/sh-pfc/core.c 	switch (pinmux_type) {
pinmux_type       351 drivers/pinctrl/sh-pfc/core.c 			if (pinmux_type == PINMUX_TYPE_FUNCTION) {
pinmux_type       356 drivers/pinctrl/sh-pfc/core.c 			} else if (pinmux_type != PINMUX_TYPE_GPIO) {
pinmux_type        30 drivers/pinctrl/sh-pfc/core.h int sh_pfc_config_mux(struct sh_pfc *pfc, unsigned mark, int pinmux_type);