Searched refs:sonypi_eventtypes (Results 1 – 2 of 2) sorted by relevance
342 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()
307 struct sonypi_eventtypes { struct312 } sonypi_eventtypes[] = { argument