Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pinctrl/nomadik/
Dpinctrl-abx500.h136 int altfunc; member
139 #define ABX500_PINRANGE(a, b, c) { .offset = a, .npins = b, .altfunc = c }
Dpinctrl-abx500.c624 p->altfunc, offset); in abx500_gpio_request_enable()
627 offset, p->altfunc); in abx500_gpio_request_enable()
/Linux-v6.6/drivers/pinctrl/
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()