Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dsonypi.c342 for (i = 0; sonypi_eventtypes[i].model; i++) { in sonypi_irq()
343 if (sonypi_device.model != sonypi_eventtypes[i].model) in sonypi_irq()
345 if ((v2 & sonypi_eventtypes[i].data) != sonypi_eventtypes[i].data) in sonypi_irq()
347 if (! (mask & sonypi_eventtypes[i].mask)) in sonypi_irq()
349 for (j = 0; sonypi_eventtypes[i].events[j].event; j++) { in sonypi_irq()
350 if (v1 == sonypi_eventtypes[i].events[j].data) { in sonypi_irq()
351 event = sonypi_eventtypes[i].events[j].event; in sonypi_irq()
Dsonypi.h307 struct sonypi_eventtypes { struct
312 } sonypi_eventtypes[] = { argument