pin_to_pocctrl   3424 drivers/pinctrl/sh-pfc/pfc-r8a77470.c 	.pin_to_pocctrl = r8a77470_pin_to_pocctrl,
pin_to_pocctrl   5736 drivers/pinctrl/sh-pfc/pfc-r8a7790.c 	.pin_to_pocctrl = r8a7790_pin_to_pocctrl,
pin_to_pocctrl   6631 drivers/pinctrl/sh-pfc/pfc-r8a7791.c 	.pin_to_pocctrl = r8a7791_pin_to_pocctrl,
pin_to_pocctrl   5599 drivers/pinctrl/sh-pfc/pfc-r8a7794.c 	.pin_to_pocctrl = r8a7794_pin_to_pocctrl,
pin_to_pocctrl   5865 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c 	.pin_to_pocctrl = r8a7795es1_pin_to_pocctrl,
pin_to_pocctrl   6231 drivers/pinctrl/sh-pfc/pfc-r8a7795.c 	.pin_to_pocctrl = r8a7795_pin_to_pocctrl,
pin_to_pocctrl   6183 drivers/pinctrl/sh-pfc/pfc-r8a7796.c 	.pin_to_pocctrl = r8a7796_pin_to_pocctrl,
pin_to_pocctrl   6423 drivers/pinctrl/sh-pfc/pfc-r8a77965.c 	.pin_to_pocctrl = r8a77965_pin_to_pocctrl,
pin_to_pocctrl   2425 drivers/pinctrl/sh-pfc/pfc-r8a77970.c 	.pin_to_pocctrl = r8a77970_pin_to_pocctrl,
pin_to_pocctrl   2874 drivers/pinctrl/sh-pfc/pfc-r8a77980.c 	.pin_to_pocctrl = r8a77980_pin_to_pocctrl,
pin_to_pocctrl   5270 drivers/pinctrl/sh-pfc/pfc-r8a77990.c 	.pin_to_pocctrl = r8a77990_pin_to_pocctrl,
pin_to_pocctrl   2848 drivers/pinctrl/sh-pfc/pfc-r8a77995.c 	.pin_to_pocctrl = r8a77995_pin_to_pocctrl,
pin_to_pocctrl    643 drivers/pinctrl/sh-pfc/pinctrl.c 		if (!pfc->info->ops || !pfc->info->ops->pin_to_pocctrl)
pin_to_pocctrl    646 drivers/pinctrl/sh-pfc/pinctrl.c 		bit = pfc->info->ops->pin_to_pocctrl(pfc, _pin, &pocctrl);
pin_to_pocctrl    711 drivers/pinctrl/sh-pfc/pinctrl.c 			if (!pfc->info->ops || !pfc->info->ops->pin_to_pocctrl)
pin_to_pocctrl    714 drivers/pinctrl/sh-pfc/pinctrl.c 			bit = pfc->info->ops->pin_to_pocctrl(pfc, _pin, &pocctrl);
pin_to_pocctrl    266 drivers/pinctrl/sh-pfc/sh_pfc.h 	int (*pin_to_pocctrl)(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl);