Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pinctrl/sh-pfc/
Dpinctrl.c354 int idx = sh_pfc_get_pin_index(pfc, grp->pins[i]); in sh_pfc_func_set_mux()
380 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_request_enable()
422 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_disable_free()
438 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_set_direction()
481 int idx = sh_pfc_get_pin_index(pfc, _pin); in sh_pfc_pinconf_validate()
Dcore.h66 int sh_pfc_get_pin_index(struct sh_pfc *pfc, unsigned int pin);
Dgpio.c55 int idx = sh_pfc_get_pin_index(chip->pfc, offset); in gpio_get_data_reg()
141 int idx = sh_pfc_get_pin_index(pfc, offset); in gpio_pin_request()
Dcore.c114 int sh_pfc_get_pin_index(struct sh_pfc *pfc, unsigned int pin) in sh_pfc_get_pin_index() function