Lines Matching refs:st_pinctrl
325 struct st_pinctrl { struct
520 static void st_pinconf_set_retime_packed(struct st_pinctrl *info, in st_pinconf_set_retime_packed()
550 static void st_pinconf_set_retime_dedicated(struct st_pinctrl *info, in st_pinconf_set_retime_dedicated()
601 static int st_pinconf_get_retime_packed(struct st_pinctrl *info, in st_pinconf_get_retime_packed()
634 static int st_pinconf_get_retime_dedicated(struct st_pinctrl *info, in st_pinconf_get_retime_dedicated()
768 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pctl_get_groups_count()
776 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pctl_get_group_name()
784 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pctl_get_group_pins()
796 const struct st_pinctrl *info, const char *name) in st_pctl_find_group_by_name()
811 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pctl_dt_node_to_map()
873 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pmx_get_funcs_count()
881 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pmx_get_fname()
889 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pmx_get_groups()
899 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pmx_set_mux()
939 static void st_pinconf_get_retime(struct st_pinctrl *info, in st_pinconf_get_retime()
950 static void st_pinconf_set_retime(struct st_pinctrl *info, in st_pinconf_set_retime()
965 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pinconf_set()
981 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pinconf_get()
1034 static void st_pctl_dt_child_count(struct st_pinctrl *info, in st_pctl_dt_child_count()
1048 static int st_pctl_dt_setup_retime_packed(struct st_pinctrl *info, in st_pctl_dt_setup_retime_packed()
1084 static int st_pctl_dt_setup_retime_dedicated(struct st_pinctrl *info, in st_pctl_dt_setup_retime_dedicated()
1108 static int st_pctl_dt_setup_retime(struct st_pinctrl *info, in st_pctl_dt_setup_retime()
1133 static void st_parse_syscfgs(struct st_pinctrl *info, int bank, in st_parse_syscfgs()
1161 static int st_pctl_dt_calculate_pin(struct st_pinctrl *info, in st_pctl_dt_calculate_pin()
1191 struct st_pctl_group *grp, struct st_pinctrl *info, int idx) in st_pctl_dt_parse_groups()
1264 struct st_pinctrl *info, u32 index, int *grp_index) in st_pctl_parse_functions()
1455 struct st_pinctrl *info = irq_desc_get_handler_data(desc); in st_gpio_irqmux_handler()
1491 static int st_gpiolib_register_bank(struct st_pinctrl *info, in st_gpiolib_register_bank()
1588 struct pinctrl_desc *pctl_desc, struct st_pinctrl *info) in st_pctl_probe_dt()
1678 struct st_pinctrl *info; in st_pctl_probe()