Home
last modified time | relevance | path

Searched full:touched (Results 1 – 25 of 258) sorted by relevance

1234567891011

/Linux-v5.15/drivers/input/touchscreen/
Dtouchwin.c16 * constantly outputs a stream of 0's unless it is touched.
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()
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-v5.15/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-v5.15/drivers/usb/gadget/function/
Du_uvc.h60 * descriptors. Used by configfs only, must not be touched by legacy
68 * Used by configfs only, must not be touched by legacy gadgets. The
/Linux-v5.15/tools/testing/ktest/examples/include/
Dpatchcheck.conf5 # commit has touched, and if any of those files produce a warning, then
59 # touched by the commit. To detect these kinds of warnings, you
/Linux-v5.15/kernel/
Dwatchdog.c381 * is touched from NMI. in watchdog_timer_fn()
390 * The stored timestamp is comparable with @now only when not touched. in watchdog_timer_fn()
391 * It might get touched anytime from NMI. Make sure that is_softlockup() in watchdog_timer_fn()
396 /* Reset the interval when touched by known problematic code. */ in watchdog_timer_fn()
400 * If the time stamp was touched atomically in watchdog_timer_fn()
/Linux-v5.15/include/linux/
Dcompiler-version.h12 * and add dependency on include/config/CC_VERSION_TEXT, which is touched
Djournal-head.h82 * committing it when the new transaction touched it.
Dslab_def.h22 /* 2) touched by every alloc & free from the backend */
/Linux-v5.15/include/asm-generic/
Dlocal64.h50 /* Non-atomic variants, ie. preemption disabled and won't be touched
88 /* Non-atomic variants, ie. preemption disabled and won't be touched
Dlocal.h49 /* Non-atomic variants, ie. preemption disabled and won't be touched
/Linux-v5.15/mm/
Dmapping_dirty_helpers.c31 * virtual address space of touched ptes for efficient range TLB flushes.
83 * virtual address space of touched ptes for efficient TLB flushes.
86 * touched.
/Linux-v5.15/tools/perf/tests/shell/
Drecord+script_probe_vfs_getname.sh27 echo "Looking at perf.data file for vfs_getname records for the file we touched:"
/Linux-v5.15/Documentation/devicetree/bindings/input/touchscreen/
Dtsc2007.txt10 The penirq pin goes to low when the panel is touched.
/Linux-v5.15/arch/mips/include/asm/octeon/
Dcvmx-boot-vector.h25 * application specific manner, they are not touched by the vectoring
/Linux-v5.15/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-v5.15/arch/hexagon/include/asm/
Dmmu_context.h36 * touched. in switch_mm()
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-class-wakeup69 source was touched last time, in milliseconds.
/Linux-v5.15/include/scsi/
Dlibsas.h278 void *lldd_port; /* not touched by the sas class code */
346 void *lldd_phy; /* not touched by the sas_class_code */
394 void *lldd_ha; /* not touched by sas class code */
/Linux-v5.15/kernel/sched/
Dfeatures.h18 * touched, increases cache locality.
/Linux-v5.15/Documentation/driver-api/md/
Draid5-ppl.rst11 that have not been touched by a write request during the unclean shutdown can
/Linux-v5.15/Documentation/devicetree/bindings/i2c/
Di2c-mpc.yaml42 preserved (not touched)
/Linux-v5.15/drivers/usb/chipidea/
Dci_hdrc_tegra.c266 * shouldn't be touched directly by the CI driver. in tegra_usb_enter_lpm()
315 * USB controller registers shouldn't be touched before PHY is in tegra_usb_probe()
/Linux-v5.15/arch/mips/include/asm/
Dfpregdef.h23 * explicitly put ".set hardfloat" where floating point registers are touched.

1234567891011