Home
last modified time | relevance | path

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

12345678910

/linux/drivers/input/touchscreen/
H A 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()
H 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/kernel/
H A 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()
H A Dwatchdog.c703 * is touched from NMI. in watchdog_timer_fn()
712 * The stored timestamp is comparable with @now only when not touched. in watchdog_timer_fn()
713 * It might get touched anytime from NMI. Make sure that is_softlockup() in watchdog_timer_fn()
720 /* Reset the interval when touched by known problematic code. */ in watchdog_timer_fn()
724 * If the time stamp was touched atomically in watchdog_timer_fn()
/linux/arch/sparc/kernel/
H 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/
H 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()
H A Dtc_counters.h34 unsigned long touched; member
/linux/drivers/usb/gadget/function/
H A 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
/linux/tools/testing/ktest/examples/include/
H A 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/mm/
H A 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.
/linux/include/asm-generic/
H A 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
/linux/include/linux/
H A Dcompiler-version.h12 * and add dependency on include/config/CC_VERSION_TEXT, which is touched
H A Djournal-head.h82 * committing it when the new transaction touched it.
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-boot-vector.h25 * application specific manner, they are not touched by the vectoring
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dtsc2007.txt10 The penirq pin goes to low when the panel is touched.
/linux/arch/arc/kernel/
H A Dctx_sw_asm.S18 ; - r0: prev task (so r0 not touched)
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-tch-td08.rst19 a small range depending on whether the sensor is touched or not. The full value
H A Dpixfmt-tch-td16.rst20 through a small range depending on whether the sensor is touched or not. The
/linux/tools/perf/tests/shell/
H A Drecord+script_probe_vfs_getname.sh32 echo "Looking at perf.data file for vfs_getname records for the file we touched:"
/linux/arch/hexagon/include/asm/
H A Dmmu_context.h36 * touched. in switch_mm()
/linux/fs/bcachefs/
H A Dbtree_cache.c452 unsigned long touched = 0; in bch2_btree_cache_scan() local
482 touched++; in bch2_btree_cache_scan()
484 if (touched >= nr) in bch2_btree_cache_scan()
497 touched++; in bch2_btree_cache_scan()
502 --touched;; in bch2_btree_cache_scan()
524 if (touched >= nr) in bch2_btree_cache_scan()
530 if (touched >= nr) in bch2_btree_cache_scan()
/linux/kernel/sched/
H A Dfeatures.h30 * touched, increases cache locality.
/linux/include/scsi/
H A Dlibsas.h267 void *lldd_port; /* not touched by the sas class code */
333 void *lldd_phy; /* not touched by the sas_class_code */
376 void *lldd_ha; /* not touched by sas class code */
/linux/Documentation/ABI/testing/
H A Dsysfs-class-wakeup69 source was touched last time, in milliseconds.
/linux/Documentation/driver-api/md/
H A Draid5-ppl.rst11 that have not been touched by a write request during the unclean shutdown can

12345678910