sonypi_eventtypes  382 drivers/char/sonypi.c } sonypi_eventtypes[] = {
sonypi_eventtypes  832 drivers/char/sonypi.c 	for (i = 0; sonypi_eventtypes[i].model; i++) {
sonypi_eventtypes  833 drivers/char/sonypi.c 		if (sonypi_device.model != sonypi_eventtypes[i].model)
sonypi_eventtypes  835 drivers/char/sonypi.c 		if ((v2 & sonypi_eventtypes[i].data) !=
sonypi_eventtypes  836 drivers/char/sonypi.c 		    sonypi_eventtypes[i].data)
sonypi_eventtypes  838 drivers/char/sonypi.c 		if (!(mask & sonypi_eventtypes[i].mask))
sonypi_eventtypes  840 drivers/char/sonypi.c 		for (j = 0; sonypi_eventtypes[i].events[j].event; j++) {
sonypi_eventtypes  841 drivers/char/sonypi.c 			if (v1 == sonypi_eventtypes[i].events[j].data) {
sonypi_eventtypes  842 drivers/char/sonypi.c 				event = sonypi_eventtypes[i].events[j].event;
sonypi_eventtypes 3361 drivers/platform/x86/sony-laptop.c 	struct sonypi_eventtypes	*event_types;
sonypi_eventtypes 3551 drivers/platform/x86/sony-laptop.c static struct sonypi_eventtypes type1_events[] = {
sonypi_eventtypes 3564 drivers/platform/x86/sony-laptop.c static struct sonypi_eventtypes type2_events[] = {
sonypi_eventtypes 3581 drivers/platform/x86/sony-laptop.c static struct sonypi_eventtypes type3_events[] = {