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/sound/soc/codecs/
H A Drt5640.c2437 if (rt5640->irq_requested) { in rt5640_disable_irq_and_cancel_work()
2439 rt5640->irq_requested = false;
2579 rt5640->irq_requested = true;
2632 rt5640->irq_requested = true; in rt5640_enable_hda_jack_detect()
H A Drt5640.h2156 bool irq_requested; member
/linux/drivers/char/
H A Dvirtio_console.c1174 hp->irq_requested = 1; in notifier_add_vio()
1182 hp->irq_requested = 0; in notifier_del_vio()
1591 port->cons.hvc->irq_requested = 1; in handle_control_message()
/linux/drivers/tty/
H A Dsynclink_gt.c252 bool irq_requested; /* true if IRQ requested */ member
3394 if (info->irq_requested) { in release_resources()
3396 info->irq_requested = false; in release_resources()
3569 port_array[0]->irq_requested = true; in device_init()