Home
last modified time | relevance | path

Searched refs:pin_to_pocctrl (Results 1 – 17 of 17) sorted by relevance

/Linux-v6.6/drivers/pinctrl/renesas/
Dpinctrl.c619 if (!pfc->info->ops || !pfc->info->ops->pin_to_pocctrl) in sh_pfc_pinconf_get()
622 bit = pfc->info->ops->pin_to_pocctrl(_pin, &pocctrl); in sh_pfc_pinconf_get()
692 if (!pfc->info->ops || !pfc->info->ops->pin_to_pocctrl) in sh_pfc_pinconf_set()
695 bit = pfc->info->ops->pin_to_pocctrl(_pin, &pocctrl); in sh_pfc_pinconf_set()
Dcore.c1115 if (!info->ops || !info->ops->pin_to_pocctrl) in sh_pfc_check_info()
1117 else if (info->ops->pin_to_pocctrl(pin->pin, &x) < 0) in sh_pfc_check_info()
1120 } else if (info->ops && info->ops->pin_to_pocctrl && in sh_pfc_check_info()
1121 info->ops->pin_to_pocctrl(pin->pin, &x) >= 0) { in sh_pfc_check_info()
Dsh_pfc.h254 int (*pin_to_pocctrl)(unsigned int pin, u32 *pocctrl); member
Dpfc-r8a779f0.c2077 .pin_to_pocctrl = r8a779f0_pin_to_pocctrl,
Dpfc-r8a77970.c2535 .pin_to_pocctrl = r8a77970_pin_to_pocctrl,
Dpfc-r8a77470.c3521 .pin_to_pocctrl = r8a77470_pin_to_pocctrl,
Dpfc-r8a77980.c3052 .pin_to_pocctrl = r8a77980_pin_to_pocctrl,
Dpfc-r8a77995.c3171 .pin_to_pocctrl = r8a77995_pin_to_pocctrl,
Dpfc-r8a779a0.c4356 .pin_to_pocctrl = r8a779a0_pin_to_pocctrl,
Dpfc-r8a7794.c5834 .pin_to_pocctrl = r8a7794_pin_to_pocctrl,
Dpfc-r8a7790.c6134 .pin_to_pocctrl = r8a7790_pin_to_pocctrl,
Dpfc-r8a77990.c5285 .pin_to_pocctrl = r8a77990_pin_to_pocctrl,
Dpfc-r8a779g0.c4333 .pin_to_pocctrl = r8a779g0_pin_to_pocctrl,
Dpfc-r8a7791.c6881 .pin_to_pocctrl = r8a7791_pin_to_pocctrl,
Dpfc-r8a77951.c6136 .pin_to_pocctrl = r8a77951_pin_to_pocctrl,
Dpfc-r8a7796.c6088 .pin_to_pocctrl = r8a7796_pin_to_pocctrl,
Dpfc-r8a77965.c6329 .pin_to_pocctrl = r8a77965_pin_to_pocctrl,