Searched refs:meson_nfc_irq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | meson_nand.c | 1345 static irqreturn_t meson_nfc_irq(int irq, void *id) in meson_nfc_irq() function 1426 ret = devm_request_irq(dev, irq, meson_nfc_irq, 0, dev_name(dev), nfc); in meson_nfc_probe()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | meson_nand.c | 1479 static irqreturn_t meson_nfc_irq(int irq, void *id) in meson_nfc_irq() function 1554 ret = devm_request_irq(dev, irq, meson_nfc_irq, 0, dev_name(dev), nfc); in meson_nfc_probe()
|
Completed in 5 milliseconds