Home
last modified time | relevance | path

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

/linux/drivers/nfc/st-nci/
A Di2c.c36 bool irq_active; member
52 if (phy->ndlc->powered == 0 && phy->irq_active == 0) { in st_nci_i2c_enable()
54 phy->irq_active = true; in st_nci_i2c_enable()
65 phy->irq_active = false; in st_nci_i2c_disable()
242 phy->irq_active = true; in st_nci_i2c_probe()
A Dspi.c37 bool irq_active; member
53 if (phy->ndlc->powered == 0 && phy->irq_active == 0) { in st_nci_spi_enable()
55 phy->irq_active = true; in st_nci_spi_enable()
66 phy->irq_active = false; in st_nci_spi_disable()
255 phy->irq_active = true; in st_nci_spi_probe()
/linux/drivers/usb/host/
A Disp1362.h465 unsigned int irq_active:1; member
A Disp1362-hcd.c126 if (isp1362_hcd->irq_active) in isp1362_enable_int()
1016 BUG_ON(isp1362_hcd->irq_active++); in isp1362_irq()
1175 isp1362_hcd->irq_active--; in isp1362_irq()

Completed in 14 milliseconds