Home
last modified time | relevance | path

Searched refs:touched (Results 1 – 5 of 5) sorted by relevance

/drivers/input/touchscreen/
Dtouchwin.c52 int touched; member
64 tw->touched = 1; in tw_interrupt()
74 } else if (tw->touched) { /* untouch */ in tw_interrupt()
78 tw->touched = 0; in tw_interrupt()
Dhp680_ts_input.c30 int touched = 0; in do_softint() local
54 touched = __raw_readb(PHDR) & PHDR_TS_PEN_DOWN; in do_softint()
57 if (touched) { in do_softint()
/drivers/net/dsa/sja1105/
Dsja1105_static_config.h273 u64 touched; member
Dsja1105_static_config.c373 sja1105_packing(buf, &entry->touched, 159, 159, size, op); in sja1105pqrs_l2_lookup_entry_packing()
401 sja1105_packing(buf, &entry->touched, 168, 168, size, op); in sja1110_l2_lookup_entry_packing()
/drivers/net/ethernet/rocker/
Drocker_ofdpa.c132 unsigned long touched; member
1911 fdb->touched = jiffies; in ofdpa_port_fdb()
1922 found->touched = jiffies; in ofdpa_port_fdb()
2001 expires = entry->touched + ofdpa_port->ageing_time; in ofdpa_fdb_cleanup()