Home
last modified time | relevance | path

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

/drivers/input/touchscreen/
A 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()
A 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/ethernet/sfc/
A Dtc_counters.c92 unsigned long touched; in efx_tc_counter_work() local
96 touched = READ_ONCE(cnt->touched); in efx_tc_counter_work()
104 if (time_after_eq(encap->neigh->used, touched)) in efx_tc_counter_work()
106 encap->neigh->used = touched; in efx_tc_counter_work()
144 cnt->touched = jiffies; in efx_tc_flower_allocate_counter()
361 cnt->touched = jiffies; in efx_tc_counter_update()
A Dtc_counters.h34 unsigned long touched; member
A Dtc_conntrack.c528 flow_stats_update(&tc->stats, 0, 0, 0, cnt->touched, in efx_tc_ct_stats()
A Dtc.c2630 packets - cnt->old_packets, 0, cnt->touched, in efx_tc_flower_stats()
/drivers/net/dsa/sja1105/
A Dsja1105_static_config.h273 u64 touched; member
A Dsja1105_static_config.c369 sja1105_packing(buf, &entry->touched, 159, 159, size, op); in sja1105pqrs_l2_lookup_entry_packing()
397 sja1105_packing(buf, &entry->touched, 168, 168, size, op); in sja1110_l2_lookup_entry_packing()
/drivers/net/ethernet/rocker/
A Drocker_ofdpa.c132 unsigned long touched; member
1912 fdb->touched = jiffies; in ofdpa_port_fdb()
1923 found->touched = jiffies; in ofdpa_port_fdb()
2002 expires = entry->touched + ofdpa_port->ageing_time; in ofdpa_fdb_cleanup()

Completed in 665 milliseconds