Home
last modified time | relevance | path

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

12

/linux/drivers/input/touchscreen/
H 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()
H 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()
/linux/arch/sparc/kernel/
H A Dnmi.c89 unsigned int sum, touched = 0; in perfctr_irq() local
102 touched = 1; in perfctr_irq()
109 touched = 1; in perfctr_irq()
111 if (!touched && __this_cpu_read(last_irq_sum) == sum) { in perfctr_irq()
/linux/drivers/net/ethernet/sfc/
H 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()
H A Dtc_counters.h34 unsigned long touched; member
H A Dtc_conntrack.c528 flow_stats_update(&tc->stats, 0, 0, 0, cnt->touched, in efx_tc_ct_stats()
/linux/arch/arc/kernel/
H A Dctx_sw_asm.S18 ; - r0: prev task (so r0 not touched)
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-tch-td08.rst20 a small range depending on whether the sensor is touched or not. The full value
H A Dpixfmt-tch-td16.rst21 through a small range depending on whether the sensor is touched or not. The
/linux/Documentation/ABI/testing/
H A Dsysfs-class-wakeup69 source was touched last time, in milliseconds.
/linux/Documentation/fb/
H A Ddeferred_io.rst41 framebuffer at vsync time based on the touched pagelist.
/linux/Documentation/driver-api/md/
H A Draid5-ppl.rst11 that have not been touched by a write request during the unclean shutdown can
/linux/Documentation/core-api/kho/
H A Dconcepts.rst18 serialized subsystem states, or in-memory data that shall not be touched
/linux/Documentation/arch/powerpc/
H A Dtransactional_memory.rst51 IF no other processor has touched SAVINGS_ACCT(r3) or CURRENT_ACCT(r3); an
188 TM_CAUSE_EMULATE Emulation that touched memory.
/linux/Documentation/networking/
H A Dpage_pool.rst86 of the buffer is not touched by the device, so to avoid syncing
/linux/Documentation/maintainer/
H A Dmessy-diffstat.rst9 diffstat that shows which files will be touched and how much of each will
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.h273 u64 touched; member
/linux/arch/arm/kernel/
H A Dentry-header.S98 @ r0-r7 are used for signals and never touched from now on. Clobbering
/linux/Documentation/core-api/
H A Dlocal_ops.rst66 * Variables touched by local ops must be per cpu variables.
/linux/drivers/net/ethernet/rocker/
H 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()
/linux/Documentation/locking/
H A Dmutex-design.rst109 APIs can be used to guarantee that the memory is not touched by the
/linux/Documentation/userspace-api/gpio/
H A Dsysfs.rst28 the write protection. In normal use, GPIO #23 would never be touched,
/linux/Documentation/arch/m68k/
H A Dbuddha-driver.rst33 as long as $48 is not touched. After $48 has been written,
/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dmpc5200.txt116 configuration of the watchdog is not touched. This is useful in two cases:
/linux/Documentation/arch/s390/
H A Ddriver-model.rst260 touched by the driver - it should use the ccwgroup device's driver_data for its

12