Home
last modified time | relevance | path

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

123

/linux-6.1.9/drivers/input/touchscreen/
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()
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-6.1.9/arch/sparc/kernel/
Dnmi.c84 unsigned int sum, touched = 0; in perfctr_irq() local
97 touched = 1; in perfctr_irq()
104 touched = 1; in perfctr_irq()
106 if (!touched && __this_cpu_read(last_irq_sum) == sum) { in perfctr_irq()
/linux-6.1.9/Documentation/userspace-api/media/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
/linux-6.1.9/Documentation/devicetree/bindings/input/touchscreen/
Dtsc2007.txt10 The penirq pin goes to low when the panel is touched.
/linux-6.1.9/Documentation/devicetree/bindings/i2c/
Di2c-mpc.yaml42 preserved (not touched)
/linux-6.1.9/Documentation/ABI/testing/
Dsysfs-class-wakeup69 source was touched last time, in milliseconds.
/linux-6.1.9/mm/
Dslab.c189 unsigned int touched; member
529 ac->touched = 0; in init_arraycache()
1781 cpu_cache_get(cachep)->touched = 0; in setup_cpu_cache()
2891 if (!ac->touched && batchcount > BATCHREFILL_LIMIT) { in cache_alloc_refill()
2911 shared->touched = 1; in cache_alloc_refill()
2957 ac->touched = 1; in cache_alloc_refill()
3011 ac->touched = 1; in ____cache_alloc()
3813 if (ac->touched) { in drain_array()
3814 ac->touched = 0; in drain_array()
/linux-6.1.9/Documentation/fb/
Ddeferred_io.rst41 framebuffer at vsync time based on the touched pagelist.
/linux-6.1.9/Documentation/driver-api/md/
Draid5-ppl.rst11 that have not been touched by a write request during the unclean shutdown can
/linux-6.1.9/Documentation/devicetree/bindings/arm/
Dpmu.yaml99 state. If not present the ARMv7 SDER will not be touched,
/linux-6.1.9/Documentation/devicetree/bindings/mfd/
Drohm,bd71837-pmic.yaml69 # bootloader or OTP) is not touched.
Drohm,bd71847-pmic.yaml69 # bootloader or OTP) is not touched.
/linux-6.1.9/Documentation/maintainer/
Dmessy-diffstat.rst9 diffstat that shows which files will be touched and how much of each will
/linux-6.1.9/Documentation/powerpc/
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-6.1.9/drivers/net/dsa/sja1105/
Dsja1105_static_config.h273 u64 touched; member
/linux-6.1.9/arch/arm/kernel/
Dentry-header.S98 @ r0-r7 are used for signals and never touched from now on. Clobbering
/linux-6.1.9/Documentation/core-api/
Dlocal_ops.rst66 * Variables touched by local ops must be per cpu variables.
/linux-6.1.9/Documentation/admin-guide/gpio/
Dsysfs.rst28 the write protection. In normal use, GPIO #23 would never be touched,
/linux-6.1.9/Documentation/devicetree/bindings/usb/
Dci-hdrc-usb2.txt28 property the PORTSC register won't be touched.
/linux-6.1.9/drivers/net/ethernet/rocker/
Drocker_ofdpa.c132 unsigned long touched; member
1911 fdb->touched = jiffies; in ofdpa_port_fdb()
1922 found->touched = jiffies; in ofdpa_port_fdb()
2001 expires = entry->touched + ofdpa_port->ageing_time; in ofdpa_fdb_cleanup()
/linux-6.1.9/kernel/
Dworkqueue.c5844 unsigned long pool_ts, touched, ts; in wq_watchdog_timer_fn() local
5857 touched = READ_ONCE(per_cpu(wq_watchdog_touched_cpu, pool->cpu)); in wq_watchdog_timer_fn()
5859 touched = READ_ONCE(wq_watchdog_touched); in wq_watchdog_timer_fn()
5862 if (time_after(pool_ts, touched)) in wq_watchdog_timer_fn()
5865 ts = touched; in wq_watchdog_timer_fn()
/linux-6.1.9/Documentation/m68k/
Dbuddha-driver.rst33 as long as $48 is not touched. After $48 has been written,
/linux-6.1.9/Documentation/devicetree/bindings/power/
Drockchip-io-domain.yaml43 supplies will be not be touched.

123