Home
last modified time | relevance | path

Searched refs:gsel (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rza2.c337 int i, ret, npins, gsel, fsel; in rza2_dt_node_to_map() local
370 gsel = pinctrl_generic_add_group(pctldev, np->name, pins, npins, NULL); in rza2_dt_node_to_map()
371 if (gsel < 0) { in rza2_dt_node_to_map()
372 ret = gsel; in rza2_dt_node_to_map()
411 pinctrl_generic_remove_group(pctldev, gsel); in rza2_dt_node_to_map()
H A Dpinctrl-rza1.c996 int gsel, fsel; in rza1_dt_node_to_map() local
1046 gsel = pinctrl_generic_add_group(pctldev, grpname, grpins, npins, in rza1_dt_node_to_map()
1048 if (gsel < 0) { in rza1_dt_node_to_map()
1050 return gsel; in rza1_dt_node_to_map()
1083 pinctrl_generic_remove_group(pctldev, gsel); in rza1_dt_node_to_map()
H A Dsh_pfc.h393 #define PINMUX_IPSR_NOFN(gpsr, fn, gsel) \ argument
394 PINMUX_DATA(fn##_MARK, FN_##gpsr, FN_##gsel)
/linux/drivers/pinctrl/
H A Dpinctrl-th1520.c364 unsigned int gsel) in th1520_pinctrl_get_group_name() argument
368 return thp->desc.pins[gsel].name; in th1520_pinctrl_get_group_name()
372 unsigned int gsel, in th1520_pinctrl_get_group_pins() argument
378 *pins = &thp->desc.pins[gsel].number; in th1520_pinctrl_get_group_pins()
656 unsigned int gsel, unsigned long *config) in th1520_pinconf_group_get() argument
659 unsigned int pin = thp->desc.pins[gsel].number; in th1520_pinconf_group_get()
738 unsigned int gsel, in th1520_pinconf_group_set() argument
743 unsigned int pin = thp->desc.pins[gsel].number; in th1520_pinconf_group_set()
801 unsigned int fsel, unsigned int gsel) in th1520_pinmux_set_mux() argument
811 return th1520_pinmux_set(thp, thp->desc.pins[gsel].number, in th1520_pinmux_set_mux()
[all …]
/linux/drivers/pinctrl/sophgo/
H A Dpinctrl-sophgo-common.c222 unsigned int fsel, unsigned int gsel) in sophgo_pmx_set_mux() argument
229 group = pinctrl_generic_get_group(pctldev, gsel); in sophgo_pmx_set_mux()
279 int sophgo_pconf_group_set(struct pinctrl_dev *pctldev, unsigned int gsel, in sophgo_pconf_group_set() argument
288 group = pinctrl_generic_get_group(pctldev, gsel); in sophgo_pconf_group_set()
/linux/drivers/pinctrl/microchip/
H A Dpinctrl-mpfs-iomux0.c184 unsigned int gsel) in mpfs_iomux0_pinmux_set_mux() argument
191 group = &mpfs_iomux0_pin_groups[gsel]; in mpfs_iomux0_pinmux_set_mux()
H A Dpinctrl-mpfs-mssio.c326 unsigned int gsel) in mpfs_pinctrl_set_mux() argument
332 group = pinctrl_generic_get_group(pctrl_dev, gsel); in mpfs_pinctrl_set_mux()
572 static int mpfs_pinctrl_pinconf_group_set(struct pinctrl_dev *pctrl_dev, unsigned int gsel, in mpfs_pinctrl_pinconf_group_set() argument
581 group = pinctrl_generic_get_group(pctrl_dev, gsel); in mpfs_pinctrl_pinconf_group_set()
H A Dpinctrl-pic64gx-gpio2.c274 unsigned int gsel) in pic64gx_gpio2_pinmux_set_mux() argument
281 group = &pic64gx_gpio2_pin_groups[gsel]; in pic64gx_gpio2_pinmux_set_mux()
/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.c294 unsigned int fsel, unsigned int gsel) in jh7110_set_mux() argument
302 group = pinctrl_generic_get_group(pctldev, gsel); in jh7110_set_mux()
428 unsigned int gsel, in jh7110_pinconf_group_get() argument
433 group = pinctrl_generic_get_group(pctldev, gsel); in jh7110_pinconf_group_get()
441 unsigned int gsel, in jh7110_pinconf_group_set() argument
450 group = pinctrl_generic_get_group(pctldev, gsel); in jh7110_pinconf_group_set()
H A Dpinctrl-starfive-jh7100.c638 unsigned int fsel, unsigned int gsel) in starfive_set_mux() argument
646 group = pinctrl_generic_get_group(pctldev, gsel); in starfive_set_mux()
786 unsigned int gsel, unsigned long *config) in starfive_pinconf_group_get() argument
790 group = pinctrl_generic_get_group(pctldev, gsel); in starfive_pinconf_group_get()
798 unsigned int gsel, in starfive_pinconf_group_set() argument
807 group = pinctrl_generic_get_group(pctldev, gsel); in starfive_pinconf_group_set()
/linux/drivers/pinctrl/spacemit/
H A Dpinctrl-k1.c443 unsigned int fsel, unsigned int gsel) in spacemit_pmx_set_mux() argument
451 group = pinctrl_generic_get_group(pctldev, gsel); in spacemit_pmx_set_mux()
673 unsigned int gsel, in spacemit_pinconf_group_set() argument
683 group = pinctrl_generic_get_group(pctldev, gsel); in spacemit_pinconf_group_set()