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

/drivers/char/
H A Dsonypi.c391 static struct sonypi_eventtypes { struct
396 } sonypi_eventtypes[] = { variable in typeref:struct:sonypi_eventtypes
846 for (i = 0; sonypi_eventtypes[i].model; i++) {
847 if (sonypi_device.model != sonypi_eventtypes[i].model)
849 if ((v2 & sonypi_eventtypes[i].data) !=
850 sonypi_eventtypes[i].data)
852 if (!(mask & sonypi_eventtypes[i].mask))
854 for (j = 0; sonypi_eventtypes[i].events[j].event; j++) {
855 if (v1 == sonypi_eventtypes[i].events[j].data) {
856 event = sonypi_eventtypes[
[all...]
/drivers/platform/x86/
H A Dsony-laptop.c1879 struct sonypi_eventtypes { struct
1892 struct sonypi_eventtypes *event_types;
2082 static struct sonypi_eventtypes type1_events[] = {
2095 static struct sonypi_eventtypes type2_events[] = {
2112 static struct sonypi_eventtypes type3_events[] = {

Completed in 77 milliseconds