sonypi_eventtypes
} sonypi_eventtypes[] = {
for (i = 0; sonypi_eventtypes[i].model; i++) {
if (sonypi_device.model != sonypi_eventtypes[i].model)
if ((v2 & sonypi_eventtypes[i].data) !=
sonypi_eventtypes[i].data)
if (!(mask & sonypi_eventtypes[i].mask))
for (j = 0; sonypi_eventtypes[i].events[j].event; j++) {
if (v1 == sonypi_eventtypes[i].events[j].data) {
event = sonypi_eventtypes[i].events[j].event;
struct sonypi_eventtypes *event_types;
static struct sonypi_eventtypes type1_events[] = {
static struct sonypi_eventtypes type2_events[] = {
static struct sonypi_eventtypes type3_events[] = {