Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Dintel_cht_int33fe.c100 int fusb302_irq; in cht_int33fe_probe() local
145 fusb302_irq = acpi_dev_gpio_irq_get(ACPI_COMPANION(dev), 1); in cht_int33fe_probe()
146 if (fusb302_irq < 0) { in cht_int33fe_probe()
147 if (fusb302_irq != -EPROBE_DEFER) in cht_int33fe_probe()
149 return fusb302_irq; in cht_int33fe_probe()
195 board_info.irq = fusb302_irq; in cht_int33fe_probe()