Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pinctrl/nomadik/
Dpinctrl-abx500.h136 int altfunc; member
139 #define ABX500_PINRANGE(a, b, c) { .offset = a, .npins = b, .altfunc = c }
Dpinctrl-abx500.c630 p->altfunc, offset); in abx500_gpio_request_enable()
633 offset, p->altfunc); in abx500_gpio_request_enable()
/linux-6.12.1/drivers/pinctrl/
Dpinctrl-st.c255 int altfunc; member
906 st_pctl_set_function(pc, conf[i].pin, conf[i].altfunc); in st_pmx_set_mux()
1243 conf->altfunc = be32_to_cpup(list++); in st_pctl_dt_parse_groups()