Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pinctrl/nomadik/
Dpinctrl-abx500.h132 int altfunc; member
135 #define ABX500_PINRANGE(a, b, c) { .offset = a, .npins = b, .altfunc = c }
Dpinctrl-abx500.c622 p->altfunc, offset); in abx500_gpio_request_enable()
625 offset, p->altfunc); in abx500_gpio_request_enable()
/linux-6.1.9/drivers/pinctrl/
Dpinctrl-st.c250 int altfunc; member
909 st_pctl_set_function(pc, conf[i].pin, conf[i].altfunc); in st_pmx_set_mux()
1249 conf->altfunc = be32_to_cpup(list++); in st_pctl_dt_parse_groups()