Home
last modified time | relevance | path

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

/linux/drivers/tty/hvc/
H A Dhvc_irq.c34 hp->irq_requested = 0; in notifier_add_irq()
40 hp->irq_requested = 1; in notifier_add_irq()
46 if (!hp->irq_requested) in notifier_del_irq()
49 hp->irq_requested = 0; in notifier_del_irq()
H A Dhvc_console.h44 int irq_requested; member
H A Dhvc_console.c672 if (!hp->irq_requested) in __hvc_poll()
/linux/drivers/gpu/drm/msm/
H A Dmsm_kms.c83 kms->irq_requested = true; in msm_irq_install()
100 if (kms->irq_requested) in msm_irq_uninstall()
/linux/drivers/gpio/
H A Dgpiolib-acpi-core.c47 bool irq_requested; member
230 event->irq_requested = true; in acpi_gpiochip_request_irq()
540 if (event->irq_requested) { in acpi_gpiochip_free_interrupts()
/linux/drivers/perf/
H A Driscv_pmu_sbi.c1434 bool irq_requested = false; in pmu_sbi_device_probe() local
1463 irq_requested = (ret == 0); in pmu_sbi_device_probe()
1531 if (irq_requested) { in pmu_sbi_device_probe()
/linux/sound/soc/codecs/
H A Drt5640.c2438 if (rt5640->irq_requested) { in rt5640_disable_irq_and_cancel_work()
2440 rt5640->irq_requested = false; in rt5640_set_ovcd_params()
2582 rt5640->irq_requested = true;
2635 rt5640->irq_requested = true;
H A Drt5640.h2156 bool irq_requested; member