Home
last modified time | relevance | path

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

/linux-6.15/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c299 int (*oen_write)(struct rzg2l_pinctrl *pctrl, unsigned int _pin, u8 oen); member
1469 if (!pctrl->data->oen_write) in rzg2l_pinctrl_pinconf_set()
1471 ret = pctrl->data->oen_write(pctrl, _pin, !!arg); in rzg2l_pinctrl_pinconf_set()
3291 .oen_write = &rzg2l_write_oen,
3308 .oen_write = &rzg2l_write_oen,
3324 .oen_write = &rzg3s_oen_write,
3347 .oen_write = &rzv2h_oen_write,
3370 .oen_write = &rzv2h_oen_write,