Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.h136 int altfunc; member
139 #define ABX500_PINRANGE(a, b, c) { .offset = a, .npins = b, .altfunc = c }
H A Dpinctrl-abx500.c625 p->altfunc, offset); in abx500_gpio_request_enable()
628 offset, p->altfunc); in abx500_gpio_request_enable()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-st.c255 int altfunc; member
914 st_pctl_set_function(pc, conf[i].pin, conf[i].altfunc); in st_pmx_set_mux()
1254 conf->altfunc = be32_to_cpup(list++); in st_pctl_dt_parse_groups()