Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/pinctrl/sh-pfc/
Dpinctrl.c328 int idx = sh_pfc_get_pin_index(pfc, grp->pins[i]); in sh_pfc_func_set_mux()
354 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_request_enable()
396 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_disable_free()
412 int idx = sh_pfc_get_pin_index(pfc, offset); in sh_pfc_gpio_set_direction()
455 int idx = sh_pfc_get_pin_index(pfc, _pin); in sh_pfc_pinconf_validate()
Dcore.h64 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.c118 int sh_pfc_get_pin_index(struct sh_pfc *pfc, unsigned int pin) in sh_pfc_get_pin_index() function