Searched refs:touched (Results 1 – 9 of 9) sorted by relevance
| /drivers/input/touchscreen/ |
| A 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()
|
| A 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/ethernet/sfc/ |
| A D | tc_counters.c | 92 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 D | tc_counters.h | 34 unsigned long touched; member
|
| A D | tc_conntrack.c | 528 flow_stats_update(&tc->stats, 0, 0, 0, cnt->touched, in efx_tc_ct_stats()
|
| A D | tc.c | 2630 packets - cnt->old_packets, 0, cnt->touched, in efx_tc_flower_stats()
|
| /drivers/net/dsa/sja1105/ |
| A D | sja1105_static_config.h | 273 u64 touched; member
|
| A D | sja1105_static_config.c | 369 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 D | rocker_ofdpa.c | 132 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