Home
last modified time | relevance | path

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

123

/linux/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()
/linux/arch/sparc/kernel/
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/
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
/linux/arch/arc/kernel/
A Dctx_sw_asm.S18 ; - r0: prev task (so r0 not touched)
/linux/Documentation/userspace-api/media/v4l/
A Dpixfmt-tch-td08.rst19 a small range depending on whether the sensor is touched or not. The full value
A Dpixfmt-tch-td16.rst20 through a small range depending on whether the sensor is touched or not. The
/linux/Documentation/devicetree/bindings/input/touchscreen/
A Dtsc2007.txt10 The penirq pin goes to low when the panel is touched.
/linux/fs/bcachefs/
A Dbtree_cache.c472 unsigned long touched = 0; in bch2_btree_cache_scan() local
502 touched++; in bch2_btree_cache_scan()
504 if (touched >= nr) in bch2_btree_cache_scan()
517 touched++; in bch2_btree_cache_scan()
522 --touched;; in bch2_btree_cache_scan()
544 if (touched >= nr) in bch2_btree_cache_scan()
550 if (touched >= nr) in bch2_btree_cache_scan()
/linux/Documentation/devicetree/bindings/i2c/
A Di2c-mpc.yaml42 preserved (not touched)
/linux/Documentation/ABI/testing/
A Dsysfs-class-wakeup69 source was touched last time, in milliseconds.
/linux/Documentation/driver-api/md/
A Draid5-ppl.rst11 that have not been touched by a write request during the unclean shutdown can
/linux/Documentation/fb/
A Ddeferred_io.rst41 framebuffer at vsync time based on the touched pagelist.
/linux/Documentation/devicetree/bindings/arm/
A Dpmu.yaml112 state. If not present the ARMv7 SDER will not be touched,
/linux/Documentation/maintainer/
A Dmessy-diffstat.rst9 diffstat that shows which files will be touched and how much of each will
/linux/Documentation/networking/
A Dpage_pool.rst86 of the buffer is not touched by the device, so to avoid syncing
/linux/Documentation/devicetree/bindings/mfd/
A Drohm,bd71837-pmic.yaml69 # bootloader or OTP) is not touched.
A Drohm,bd71847-pmic.yaml69 # bootloader or OTP) is not touched.
/linux/Documentation/arch/powerpc/
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/drivers/net/dsa/sja1105/
A Dsja1105_static_config.h273 u64 touched; member
/linux/arch/arm64/boot/dts/mediatek/
A Dmt6795-sony-xperia-m5.dts58 /* preloader and bootloader regions cannot be touched */
/linux/Documentation/core-api/
A Dlocal_ops.rst66 * Variables touched by local ops must be per cpu variables.
/linux/arch/arm/kernel/
A Dentry-header.S98 @ r0-r7 are used for signals and never touched from now on. Clobbering
/linux/Documentation/locking/
A Dmutex-design.rst109 APIs can be used to guarantee that the memory is not touched by the

Completed in 37 milliseconds

123