Home
last modified time | relevance | path

Searched refs:tshut_gpiod (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/thermal/ti-soc-thermal/
H A Dti-bandgap.c763 status = request_irq(gpiod_to_irq(bgp->tshut_gpiod), in ti_bandgap_tshut_init()
863 bgp->tshut_gpiod = devm_gpiod_get(&pdev->dev, NULL, GPIOD_IN); in ti_bandgap_build()
864 if (IS_ERR(bgp->tshut_gpiod)) { in ti_bandgap_build()
866 return ERR_CAST(bgp->tshut_gpiod); in ti_bandgap_build()
1066 free_irq(gpiod_to_irq(bgp->tshut_gpiod), NULL); in ti_bandgap_probe()
1100 free_irq(gpiod_to_irq(bgp->tshut_gpiod), NULL); in ti_bandgap_remove()
H A Dti-bandgap.h208 struct gpio_desc *tshut_gpiod; member