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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dsonypi.c392 static struct sonypi_eventtypes { struct
397 } sonypi_eventtypes[] = { variable in typeref:struct:sonypi_eventtypes
831 for (i = 0; sonypi_eventtypes[i].model; i++) {
832 if (sonypi_device.model != sonypi_eventtypes[i].model)
834 if ((v2 & sonypi_eventtypes[i].data) !=
835 sonypi_eventtypes[i].data)
837 if (!(mask & sonypi_eventtypes[i].mask))
839 for (j = 0; sonypi_eventtypes[i].events[j].event; j++) {
840 if (v1 == sonypi_eventtypes[i].events[j].data) {
841 event = sonypi_eventtypes[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dsony-laptop.c1447 struct sonypi_eventtypes { struct
1460 struct sonypi_eventtypes *event_types;
1650 static struct sonypi_eventtypes type1_events[] = {
1663 static struct sonypi_eventtypes type2_events[] = {
1680 static struct sonypi_eventtypes type3_events[] = {

Completed in 129 milliseconds