Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Dsonypi.c378 static struct sonypi_eventtypes { struct
383 } sonypi_eventtypes[] = { variable
833 for (i = 0; sonypi_eventtypes[i].model; i++) { in sonypi_irq()
834 if (sonypi_device.model != sonypi_eventtypes[i].model) in sonypi_irq()
836 if ((v2 & sonypi_eventtypes[i].data) != in sonypi_irq()
837 sonypi_eventtypes[i].data) in sonypi_irq()
839 if (!(mask & sonypi_eventtypes[i].mask)) in sonypi_irq()
841 for (j = 0; sonypi_eventtypes[i].events[j].event; j++) { in sonypi_irq()
842 if (v1 == sonypi_eventtypes[i].events[j].data) { in sonypi_irq()
843 event = sonypi_eventtypes[ in sonypi_irq()
[all...]