Lines Matching refs:irqs_queued
325 int irqs_queued; member
599 vub300->irqs_queued += 1; in __vub300_irqpoll_response()
626 vub300->irqs_queued += 1; in __vub300_irqpoll_response()
643 else if (vub300->irqs_queued) in __vub300_irqpoll_response()
644 vub300->irqs_queued += 1; in __vub300_irqpoll_response()
646 vub300->irqs_queued += 1; in __vub300_irqpoll_response()
699 } else if (vub300->irqs_queued) { in vub300_pollwork_thread()
700 vub300->irqs_queued -= 1; in vub300_pollwork_thread()
1672 if (vub300->irqs_queued) { in __vub300_command_response()
1673 vub300->irqs_queued += 1; in __vub300_command_response()
1675 vub300->irqs_queued += 1; in __vub300_command_response()
1678 vub300->irqs_queued += 1; in __vub300_command_response()
1697 if (vub300->irqs_queued) { in __vub300_command_response()
1698 vub300->irqs_queued += 1; in __vub300_command_response()
1700 vub300->irqs_queued += 1; in __vub300_command_response()
1703 vub300->irqs_queued += 1; in __vub300_command_response()
2060 if (vub300->irqs_queued) { in vub300_enable_sdio_irq()
2061 vub300->irqs_queued -= 1; in vub300_enable_sdio_irq()
2207 vub300->irqs_queued = 0; in vub300_probe()