Lines Matching full:halt
10 #define pr_fmt(fmt) "gpio-halt: " fmt
29 .compatible = "sgy,gpio-halt",
48 panic("Halt failed\n"); in gpio_halt_cb()
69 NULL, 0, GPIOD_OUT_LOW, "gpio-halt"); in __gpio_halt_probe()
72 dev_err(&pdev->dev, "failed to request halt GPIO: %d\n", err); in __gpio_halt_probe()
80 "gpio-halt", pdev); in __gpio_halt_probe()
89 /* Register our halt function */ in __gpio_halt_probe()
90 ppc_md.halt = gpio_halt_cb; in __gpio_halt_probe()
93 dev_info(&pdev->dev, "registered halt GPIO, irq: %d\n", halt_irq); in __gpio_halt_probe()
122 ppc_md.halt = NULL; in gpio_halt_remove()
142 .name = "gpio-halt",
151 MODULE_DESCRIPTION("Driver to support GPIO triggered system halt for Servergy CTS-1000 Systems.");