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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/touchscreen/
H A Dhp680_ts_input.c29 int touched = 0; local
53 touched = ctrl_inb(PHDR) & PHDR_TS_PEN_DOWN;
56 if (touched) {
H A Dtouchwin.c20 * constantly outputs a stream of 0's unless it is touched.
57 int touched; member in struct:tw
69 tw->touched = 1;
79 } else if (tw->touched) { /* untouch */
83 tw->touched = 0;
H A Dh3600_ts_input.c169 static int touched = 0; local
230 if (!touched) {
232 touched = 1;
245 touched = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dnmi.c319 int touched = 0; local
327 touched = 1;
333 touched = 1;
350 touched = 1;
353 if (!touched && __get_cpu_var(last_irq_sum) == sum) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dnmi.c329 int touched = 0; local
337 touched = 1;
357 if (!touched && last_irq_sums[cpu] == sum) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-log.c129 int touched; member in struct:log_c
162 * The touched member needs to be updated every time we access
174 l->touched = 1;
181 l->touched = 1;
295 lc->touched = 0;
555 if (!lc->touched)
562 lc->touched = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c268 unsigned int touched; member in struct:array_cache
383 /* 1) per-cpu data, touched during every alloc/free */
392 /* 3) touched by every alloc & free from the backend */
953 nc->touched = 0;
979 to->touched = 1;
2081 cpu_cache_get(cachep)->touched = 0;
2935 if (!ac->touched && batchcount > BATCHREFILL_LIMIT) {
3010 ac->touched = 1;
3165 ac->touched = 1;
4039 if (ac->touched
[all...]

Completed in 70 milliseconds