tshut_gpio        746 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	int gpio_nr = bgp->tshut_gpio;
tshut_gpio        863 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		bgp->tshut_gpio = of_get_gpio(node, 0);
tshut_gpio        864 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		if (!gpio_is_valid(bgp->tshut_gpio)) {
tshut_gpio        866 drivers/thermal/ti-soc-thermal/ti-bandgap.c 				bgp->tshut_gpio);
tshut_gpio       1050 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		free_irq(gpio_to_irq(bgp->tshut_gpio), NULL);
tshut_gpio       1051 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		gpio_free(bgp->tshut_gpio);
tshut_gpio       1083 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		free_irq(gpio_to_irq(bgp->tshut_gpio), NULL);
tshut_gpio       1084 drivers/thermal/ti-soc-thermal/ti-bandgap.c 		gpio_free(bgp->tshut_gpio);
tshut_gpio        202 drivers/thermal/ti-soc-thermal/ti-bandgap.h 	int				tshut_gpio;