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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dsonypi.c390 static struct sonypi_eventtypes { struct
395 } sonypi_eventtypes[] = { variable in typeref:struct:sonypi_eventtypes
827 for (i = 0; sonypi_eventtypes[i].model; i++) {
828 if (sonypi_device.model != sonypi_eventtypes[i].model)
830 if ((v2 & sonypi_eventtypes[i].data) !=
831 sonypi_eventtypes[i].data)
833 if (!(mask & sonypi_eventtypes[i].mask))
835 for (j = 0; sonypi_eventtypes[i].events[j].event; j++) {
836 if (v1 == sonypi_eventtypes[i].events[j].data) {
837 event = sonypi_eventtypes[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dsony-laptop.c1098 static struct sonypi_eventtypes { struct

Completed in 57 milliseconds