Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c25 static int halt_irq; variable
77 halt_irq = irq_of_parse_and_map(halt_node, 0); in __gpio_halt_probe()
78 err = request_irq(halt_irq, gpio_halt_irq, in __gpio_halt_probe()
83 halt_irq, err); in __gpio_halt_probe()
93 dev_info(&pdev->dev, "registered halt GPIO, irq: %d\n", halt_irq); in __gpio_halt_probe()
119 free_irq(halt_irq, pdev); in gpio_halt_remove()