Searched refs:altfunc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/ |
H A D | pinctrl-abx500.h | 126 * @altfunc: altfunc setting to be used to enable GPIO on a pin in 132 int altfunc; member 135 #define ABX500_PINRANGE(a, b, c) { .offset = a, .npins = b, .altfunc = c }
|
H A D | pinctrl-abx500.c | 607 * what altfunc enables GPIO for a certain pin. in abx500_gpio_request_enable() 621 dev_dbg(pct->dev, "enable GPIO by altfunc %d at gpio %d\n", in abx500_gpio_request_enable() 622 p->altfunc, offset); in abx500_gpio_request_enable() 625 offset, p->altfunc); in abx500_gpio_request_enable() 627 dev_err(pct->dev, "%s setting altfunc failed\n", __func__); in abx500_gpio_request_enable()
|
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/ |
H A D | pinctrl-abx500.h | 130 * @altfunc: altfunc setting to be used to enable GPIO on a pin in 136 int altfunc; member 139 #define ABX500_PINRANGE(a, b, c) { .offset = a, .npins = b, .altfunc = c }
|
H A D | pinctrl-abx500.c | 609 * what altfunc enables GPIO for a certain pin. in abx500_gpio_request_enable() 623 dev_dbg(pct->dev, "enable GPIO by altfunc %d at gpio %d\n", in abx500_gpio_request_enable() 624 p->altfunc, offset); in abx500_gpio_request_enable() 627 offset, p->altfunc); in abx500_gpio_request_enable() 629 dev_err(pct->dev, "%s setting altfunc failed\n", __func__); in abx500_gpio_request_enable()
|
/kernel/linux/linux-5.10/drivers/pinctrl/ |
H A D | pinctrl-st.c | 251 int altfunc; member 911 st_pctl_set_function(pc, conf[i].pin, conf[i].altfunc); in st_pmx_set_mux() 923 * When a PIO bank is used in its primary function mode (altfunc = 0) in st_pmx_set_gpio_direction() 1224 conf->altfunc = be32_to_cpup(list++); in st_pctl_dt_parse_groups()
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-st.c | 255 int altfunc; member 914 st_pctl_set_function(pc, conf[i].pin, conf[i].altfunc); in st_pmx_set_mux() 926 * When a PIO bank is used in its primary function mode (altfunc = 0) in st_pmx_set_gpio_direction() 1254 conf->altfunc = be32_to_cpup(list++); in st_pctl_dt_parse_groups()
|
Completed in 12 milliseconds