Lines Matching defs:tpc

513 	struct thunderbay_pinctrl *tpc = gpiochip_get_data(chip);  in thb_gpio_read_reg()  local
520 struct thunderbay_pinctrl *tpc = gpiochip_get_data(chip); in thb_gpio_write_reg() local
620 static int thunderbay_gpiochip_probe(struct thunderbay_pinctrl *tpc) in thunderbay_gpiochip_probe()
655 struct thunderbay_pinctrl *tpc = pinctrl_dev_get_drvdata(pctldev); in thunderbay_request_gpio() local
677 struct thunderbay_pinctrl *tpc = pinctrl_dev_get_drvdata(pctldev); in thunderbay_free_gpio() local
700 struct thunderbay_pinctrl *tpc = pinctrl_dev_get_drvdata(pctldev); in thb_pinctrl_set_mux() local
751 static int thunderbay_build_groups(struct thunderbay_pinctrl *tpc) in thunderbay_build_groups()
774 static int thunderbay_add_functions(struct thunderbay_pinctrl *tpc, struct function_desc *funcs) in thunderbay_add_functions()
815 static int thunderbay_build_functions(struct thunderbay_pinctrl *tpc) in thunderbay_build_functions()
870 static int thunderbay_pinconf_set_tristate(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_set_tristate()
885 static int thunderbay_pinconf_get_tristate(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_get_tristate()
897 static int thunderbay_pinconf_set_pulldown(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_set_pulldown()
912 static int thunderbay_pinconf_get_pulldown(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_get_pulldown()
924 static int thunderbay_pinconf_set_pullup(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_set_pullup()
939 static int thunderbay_pinconf_get_pullup(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_get_pullup()
951 static int thunderbay_pinconf_set_opendrain(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_set_opendrain()
966 static int thunderbay_pinconf_get_opendrain(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_get_opendrain()
978 static int thunderbay_pinconf_set_pushpull(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_set_pushpull()
993 static int thunderbay_pinconf_get_pushpull(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_get_pushpull()
1005 static int thunderbay_pinconf_set_drivestrength(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_set_drivestrength()
1022 static int thunderbay_pinconf_get_drivestrength(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_get_drivestrength()
1035 static int thunderbay_pinconf_set_schmitt(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_set_schmitt()
1050 static int thunderbay_pinconf_get_schmitt(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_get_schmitt()
1062 static int thunderbay_pinconf_set_slew_rate(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_set_slew_rate()
1077 static int thunderbay_pinconf_get_slew_rate(struct thunderbay_pinctrl *tpc, in thunderbay_pinconf_get_slew_rate()
1092 struct thunderbay_pinctrl *tpc = pinctrl_dev_get_drvdata(pctldev); in thunderbay_pinconf_get() local
1142 struct thunderbay_pinctrl *tpc = pinctrl_dev_get_drvdata(pctldev); in thunderbay_pinconf_set() local
1235 struct thunderbay_pinctrl *tpc; in thunderbay_pinctrl_probe() local