Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/
H A Dsonypi.c377 static struct sonypi_eventtypes { struct
382 } sonypi_eventtypes[] = { argument
832 for (i = 0; sonypi_eventtypes[i].model; i++) { in sonypi_irq()
833 if (sonypi_device.model != sonypi_eventtypes[i].model) in sonypi_irq()
835 if ((v2 & sonypi_eventtypes[i].data) != in sonypi_irq()
836 sonypi_eventtypes[i].data) in sonypi_irq()
838 if (!(mask & sonypi_eventtypes[i].mask)) in sonypi_irq()
840 for (j = 0; sonypi_eventtypes[i].events[j].event; j++) { in sonypi_irq()
841 if (v1 == sonypi_eventtypes[i].events[j].data) { in sonypi_irq()
842 event = sonypi_eventtypes[i].events[j].event; in sonypi_irq()
/openbmc/linux/drivers/platform/x86/
H A Dsony-laptop.c3336 struct sonypi_eventtypes { struct
3349 struct sonypi_eventtypes *event_types; argument
3539 static struct sonypi_eventtypes type1_events[] = {
3552 static struct sonypi_eventtypes type2_events[] = {
3569 static struct sonypi_eventtypes type3_events[] = {