Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/input/touchscreen/
Dtouchwin.c56 int touched; member
68 tw->touched = 1; in tw_interrupt()
78 } else if (tw->touched) { /* untouch */ in tw_interrupt()
82 tw->touched = 0; in tw_interrupt()
Dhp680_ts_input.c29 int touched = 0; in do_softint() local
53 touched = __raw_readb(PHDR) & PHDR_TS_PEN_DOWN; in do_softint()
56 if (touched) { in do_softint()
/Linux-v4.19/arch/sparc/kernel/
Dnmi.c83 unsigned int sum, touched = 0; in perfctr_irq() local
96 touched = 1; in perfctr_irq()
103 touched = 1; in perfctr_irq()
105 if (!touched && __this_cpu_read(last_irq_sum) == sum) { in perfctr_irq()
/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-tch-td08.rst19 a small range depending on whether the sensor is touched or not. The full value
Dpixfmt-tch-td16.rst20 through a small range depending on whether the sensor is touched or not. The
Dvidioc-g-ext-ctrls.rst255 touched) or from an error during the actual reading from/writing
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/
Dtsc2007.txt10 The penirq pin goes to low when the panel is touched.
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-mpc.txt19 from the bootloader are preserved (not touched).
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Dpmu.txt58 state. If not present the ARMv7 SDER will not be touched,
/Linux-v4.19/mm/
Dslab.c188 unsigned int touched; member
578 ac->touched = 0; in init_arraycache()
1864 cpu_cache_get(cachep)->touched = 0; in setup_cpu_cache()
2992 if (!ac->touched && batchcount > BATCHREFILL_LIMIT) { in cache_alloc_refill()
3012 shared->touched = 1; in cache_alloc_refill()
3058 ac->touched = 1; in cache_alloc_refill()
3119 ac->touched = 1; in ____cache_alloc()
4012 if (ac->touched) { in drain_array()
4013 ac->touched = 0; in drain_array()
/Linux-v4.19/Documentation/md/
Draid5-ppl.txt9 that have not been touched by a write request during the unclean shutdown can
/Linux-v4.19/Documentation/fb/
Ddeferred_io.txt40 framebuffer at vsync time based on the touched pagelist.
/Linux-v4.19/Documentation/powerpc/
Dtransactional_memory.txt50 IF no other processor has touched SAVINGS_ACCT(r3) or CURRENT_ACCT(r3); an
186 TM_CAUSE_EMULATE Emulation that touched memory.
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Dci-hdrc-usb2.txt23 property the PORTSC register won't be touched.
/Linux-v4.19/Documentation/devicetree/bindings/power/
Drockchip-io-domain.txt54 supplies will be not be touched.
/Linux-v4.19/arch/arm/kernel/
Dentry-header.S98 @ r0-r7 are used for signals and never touched from now on. Clobbering
/Linux-v4.19/Documentation/core-api/
Dlocal_ops.rst66 * Variables touched by local ops must be per cpu variables.
/Linux-v4.19/Documentation/gpio/
Dsysfs.txt26 the write protection. In normal use, GPIO #23 would never be touched,
/Linux-v4.19/drivers/net/ethernet/rocker/
Drocker_ofdpa.c135 unsigned long touched; member
1914 fdb->touched = jiffies; in ofdpa_port_fdb()
1925 found->touched = jiffies; in ofdpa_port_fdb()
2004 expires = entry->touched + ofdpa_port->ageing_time; in ofdpa_fdb_cleanup()
/Linux-v4.19/Documentation/m68k/
DREADME.buddha30 as long as $48 is not touched. After $48 has been written,
/Linux-v4.19/Documentation/media/kapi/
Dmc-core.rst195 touched by entity drivers. Access to the field must be protected by the
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/fsl/
Dmpc5200.txt116 configuration of the watchdog is not touched. This is useful in two cases:
/Linux-v4.19/kernel/
Dworkqueue.c5536 unsigned long pool_ts, touched, ts; in wq_watchdog_timer_fn() local
5543 touched = READ_ONCE(wq_watchdog_touched); in wq_watchdog_timer_fn()
5545 if (time_after(pool_ts, touched)) in wq_watchdog_timer_fn()
5548 ts = touched; in wq_watchdog_timer_fn()
/Linux-v4.19/Documentation/s390/
Ddriver-model.txt222 touched by the driver - it should use the ccwgroup device's driver_data for its
/Linux-v4.19/Documentation/isdn/
DINTERFACE.CAPI105 an opaque pointer to driver specific data, not touched by Kernel CAPI

12