Searched refs:touched (Results 1 – 5 of 5) sorted by relevance
/drivers/input/touchscreen/ |
D | touchwin.c | 52 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()
|
D | hp680_ts_input.c | 30 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/ |
D | sja1105_static_config.h | 273 u64 touched; member
|
D | sja1105_static_config.c | 373 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/ |
D | rocker_ofdpa.c | 132 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()
|