Lines Matching refs:ret
1178 int i = 0, npins = 0, nr_props, ret = 0; in st_pctl_dt_parse_groups() local
1193 ret = -EINVAL; in st_pctl_dt_parse_groups()
1205 ret = -ENOMEM; in st_pctl_dt_parse_groups()
1244 return ret; in st_pctl_dt_parse_groups()
1253 int ret, i; in st_pctl_parse_functions() local
1272 ret = st_pctl_dt_parse_groups(child, grp, info, i++); in st_pctl_parse_functions()
1273 if (ret) { in st_pctl_parse_functions()
1275 return ret; in st_pctl_parse_functions()
1580 int ret = 0; in st_pctl_probe_dt() local
1646 ret = st_gpiolib_register_bank(info, bank, child); in st_pctl_probe_dt()
1647 if (ret) { in st_pctl_probe_dt()
1649 return ret; in st_pctl_probe_dt()
1663 ret = st_pctl_parse_functions(child, info, in st_pctl_probe_dt()
1665 if (ret) { in st_pctl_probe_dt()
1668 return ret; in st_pctl_probe_dt()
1680 int ret, i; in st_pctl_probe() local
1697 ret = st_pctl_probe_dt(pdev, pctl_desc, info); in st_pctl_probe()
1698 if (ret) in st_pctl_probe()
1699 return ret; in st_pctl_probe()