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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dsony-laptop.c1103 } sony_pic_eventtypes[] = { variable in typeref:struct:sonypi_eventtypes
2019 for (i = 0; sony_pic_eventtypes[i].model; i++) {
2021 if (spic_dev.model != sony_pic_eventtypes[i].model)
2024 if ((data_mask & sony_pic_eventtypes[i].data) !=
2025 sony_pic_eventtypes[i].data)
2028 if (!(mask & sony_pic_eventtypes[i].mask))
2031 for (j = 0; sony_pic_eventtypes[i].events[j].event; j++) {
2032 if (ev == sony_pic_eventtypes[i].events[j].data) {
2034 sony_pic_eventtypes[i].events[j].event;

Completed in 43 milliseconds