Home
last modified time | relevance | path

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

12345678910>>...23

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/kernel/
Dwatchdog_buddy.c55 * Makes sure that watchdog is touched on this CPU before in watchdog_hardlockup_enable()
79 * Makes sure that watchdog is touched on the next CPU before in watchdog_hardlockup_disable()
106 * Make sure that the watchdog was touched on next CPU when in watchdog_buddy_check_hardlockup()
Dwatchdog.c473 * is touched from NMI. in watchdog_timer_fn()
482 * The stored timestamp is comparable with @now only when not touched. in watchdog_timer_fn()
483 * It might get touched anytime from NMI. Make sure that is_softlockup() in watchdog_timer_fn()
488 /* Reset the interval when touched by known problematic code. */ in watchdog_timer_fn()
492 * If the time stamp was touched atomically in watchdog_timer_fn()
/kernel/linux/linux-6.6/arch/sparc/kernel/
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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
Du_uvc.h63 * descriptors. Used by configfs only, must not be touched by legacy
77 * Used by configfs only, must not be touched by legacy gadgets. The
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/include/linux/
Dcompiler-version.h12 * and add dependency on include/config/CC_VERSION_TEXT, which is touched
/kernel/linux/linux-5.10/mm/
Dmapping_dirty_helpers.c30 * virtual address space of touched ptes for efficient range TLB flushes.
81 * virtual address space of touched ptes for efficient TLB flushes.
84 * touched.
/kernel/linux/linux-6.6/mm/
Dmapping_dirty_helpers.c32 * virtual address space of touched ptes for efficient range TLB flushes.
84 * virtual address space of touched ptes for efficient TLB flushes.
87 * touched.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/include/asm-generic/
Dlocal64.h59 /* Non-atomic variants, ie. preemption disabled and won't be touched
98 /* Non-atomic variants, ie. preemption disabled and won't be touched
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
Dcvmx-boot-vector.h25 * application specific manner, they are not touched by the vectoring
/kernel/linux/linux-5.10/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:"
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dtsc2007.txt10 The penirq pin goes to low when the panel is touched.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/touchscreen/
Dtsc2007.txt10 The penirq pin goes to low when the panel is touched.
/kernel/linux/linux-6.6/arch/arc/kernel/
Dctx_sw_asm.S18 ; - r0: prev task (so r0 not touched)
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
Dcvmx-boot-vector.h25 * application specific manner, they are not touched by the vectoring
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dpixfmt-tch-td08.rst19 a small range depending on whether the sensor is touched or not. The full value

12345678910>>...23