Searched refs:pin_to_pocctrl (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/pinctrl/sh-pfc/ |
D | pinctrl.c | 640 if (!pfc->info->ops || !pfc->info->ops->pin_to_pocctrl) in sh_pfc_pinconf_get() 643 bit = pfc->info->ops->pin_to_pocctrl(pfc, _pin, &pocctrl); in sh_pfc_pinconf_get() 708 if (!pfc->info->ops || !pfc->info->ops->pin_to_pocctrl) in sh_pfc_pinconf_set() 711 bit = pfc->info->ops->pin_to_pocctrl(pfc, _pin, &pocctrl); in sh_pfc_pinconf_set()
|
D | sh_pfc.h | 234 int (*pin_to_pocctrl)(struct sh_pfc *pfc, unsigned int pin, u32 *pocctrl); member
|
D | pfc-r8a77970.c | 2419 .pin_to_pocctrl = r8a77970_pin_to_pocctrl,
|
D | pfc-r8a77980.c | 2823 .pin_to_pocctrl = r8a77980_pin_to_pocctrl,
|
D | pfc-r8a77995.c | 2478 .pin_to_pocctrl = r8a77995_pin_to_pocctrl,
|
D | pfc-r8a7794.c | 5567 .pin_to_pocctrl = r8a7794_pin_to_pocctrl,
|
D | pfc-r8a7791.c | 6612 .pin_to_pocctrl = r8a7791_pin_to_pocctrl,
|
D | pfc-r8a7790.c | 5708 .pin_to_pocctrl = r8a7790_pin_to_pocctrl,
|
D | pfc-r8a77965.c | 5134 .pin_to_pocctrl = r8a77965_pin_to_pocctrl,
|
D | pfc-r8a7795-es1.c | 5807 .pin_to_pocctrl = r8a7795es1_pin_to_pocctrl,
|
D | pfc-r8a7796.c | 6135 .pin_to_pocctrl = r8a7796_pin_to_pocctrl,
|
D | pfc-r8a7795.c | 6208 .pin_to_pocctrl = r8a7795_pin_to_pocctrl,
|