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()
776 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pctl_get_groups_count()
784 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pctl_get_group_name()
792 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pctl_get_group_pins()
804 const struct st_pinctrl *info, const char *name) in st_pctl_find_group_by_name()
819 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pctl_dt_node_to_map()
881 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pmx_get_funcs_count()
889 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pmx_get_fname()
897 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pmx_get_groups()
907 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pmx_set_mux()
947 static void st_pinconf_get_retime(struct st_pinctrl *info, in st_pinconf_get_retime()
958 static void st_pinconf_set_retime(struct st_pinctrl *info, in st_pinconf_set_retime()
973 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pinconf_set()
989 struct st_pinctrl *info = pinctrl_dev_get_drvdata(pctldev); in st_pinconf_get()
1042 static void st_pctl_dt_child_count(struct st_pinctrl *info, in st_pctl_dt_child_count()
1056 static int st_pctl_dt_setup_retime_packed(struct st_pinctrl *info, in st_pctl_dt_setup_retime_packed()
1092 static int st_pctl_dt_setup_retime_dedicated(struct st_pinctrl *info, in st_pctl_dt_setup_retime_dedicated()
1116 static int st_pctl_dt_setup_retime(struct st_pinctrl *info, in st_pctl_dt_setup_retime()
1141 static void st_parse_syscfgs(struct st_pinctrl *info, int bank, in st_parse_syscfgs()
1169 static int st_pctl_dt_calculate_pin(struct st_pinctrl *info, in st_pctl_dt_calculate_pin()
1199 struct st_pctl_group *grp, struct st_pinctrl *info, int idx) in st_pctl_dt_parse_groups()
1278 struct st_pinctrl *info, u32 index, int *grp_index) in st_pctl_parse_functions()
1472 struct st_pinctrl *info = irq_desc_get_handler_data(desc); in st_gpio_irqmux_handler()
1508 static int st_gpiolib_register_bank(struct st_pinctrl *info, in st_gpiolib_register_bank()
1605 struct pinctrl_desc *pctl_desc, struct st_pinctrl *info) in st_pctl_probe_dt()
1701 struct st_pinctrl *info; in st_pctl_probe()