Searched refs:sonypi_eventtypes (Results 1 – 1 of 1) sorted by relevance
378 static struct sonypi_eventtypes { struct383 } sonypi_eventtypes[] = { variable833 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[i].events[j].event; in sonypi_irq()