Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/sh-pfc/
Dcore.h32 int sh_pfc_get_pin_index(struct sh_pfc *pfc, unsigned int pin);
Dpinctrl.c356 int idx = sh_pfc_get_pin_index(pfc, grp->pins[i]); in sh_pfc_func_set_mux()
382 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_request_enable()
424 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_disable_free()
440 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_set_direction()
568 int idx = sh_pfc_get_pin_index(pfc, _pin); in sh_pfc_pinconf_validate()
Dgpio.c51 int idx = sh_pfc_get_pin_index(chip->pfc, offset); in gpio_get_data_reg()
137 int idx = sh_pfc_get_pin_index(pfc, offset); in gpio_pin_request()
Dcore.c117 int sh_pfc_get_pin_index(struct sh_pfc *pfc, unsigned int pin) in sh_pfc_get_pin_index() function