Searched refs:pin_to_pocctrl (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/drivers/pinctrl/renesas/ |
A 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(_pin, &pocctrl); in sh_pfc_pinconf_get() 712 if (!pfc->info->ops || !pfc->info->ops->pin_to_pocctrl) in sh_pfc_pinconf_set() 715 bit = pfc->info->ops->pin_to_pocctrl(_pin, &pocctrl); in sh_pfc_pinconf_set()
|
A D | core.c | 1129 if (!info->ops || !info->ops->pin_to_pocctrl) in sh_pfc_check_info() 1131 else if (info->ops->pin_to_pocctrl(pin->pin, &x) < 0) in sh_pfc_check_info() 1134 } else if (info->ops && info->ops->pin_to_pocctrl && in sh_pfc_check_info() 1135 info->ops->pin_to_pocctrl(pin->pin, &x) >= 0) { in sh_pfc_check_info()
|
A D | sh_pfc.h | 257 int (*pin_to_pocctrl)(unsigned int pin, u32 *pocctrl); member
|
A D | pfc-r8a779f0.c | 2077 .pin_to_pocctrl = r8a779f0_pin_to_pocctrl,
|
A D | pfc-r8a77970.c | 2523 .pin_to_pocctrl = r8a77970_pin_to_pocctrl,
|
A D | pfc-r8a77470.c | 3521 .pin_to_pocctrl = r8a77470_pin_to_pocctrl,
|
A D | pfc-r8a77980.c | 3035 .pin_to_pocctrl = r8a77980_pin_to_pocctrl,
|
A D | pfc-r8a77995.c | 3161 .pin_to_pocctrl = r8a77995_pin_to_pocctrl,
|
A D | pfc-r8a779a0.c | 4364 .pin_to_pocctrl = r8a779a0_pin_to_pocctrl,
|
A D | pfc-r8a7794.c | 5834 .pin_to_pocctrl = r8a7794_pin_to_pocctrl,
|
A D | pfc-r8a779g0.c | 4236 .pin_to_pocctrl = r8a779g0_pin_to_pocctrl,
|
A D | pfc-r8a7790.c | 6134 .pin_to_pocctrl = r8a7790_pin_to_pocctrl,
|
A D | pfc-r8a77990.c | 5276 .pin_to_pocctrl = r8a77990_pin_to_pocctrl,
|
A D | pfc-r8a7791.c | 6881 .pin_to_pocctrl = r8a7791_pin_to_pocctrl,
|
A D | pfc-r8a77950.c | 5921 .pin_to_pocctrl = r8a77950_pin_to_pocctrl,
|
A D | pfc-r8a77951.c | 6136 .pin_to_pocctrl = r8a77951_pin_to_pocctrl,
|
A D | pfc-r8a7796.c | 6088 .pin_to_pocctrl = r8a7796_pin_to_pocctrl,
|
A D | pfc-r8a77965.c | 6329 .pin_to_pocctrl = r8a77965_pin_to_pocctrl,
|
Completed in 201 milliseconds