/Linux-v6.6/drivers/input/touchscreen/ |
D | touchwin.c | 16 * 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()
|
D | hp680_ts_input.c | 30 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-v6.6/kernel/ |
D | watchdog_buddy.c | 55 * 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()
|
D | watchdog.c | 464 * is touched from NMI. in watchdog_timer_fn() 473 * The stored timestamp is comparable with @now only when not touched. in watchdog_timer_fn() 474 * It might get touched anytime from NMI. Make sure that is_softlockup() in watchdog_timer_fn() 479 /* Reset the interval when touched by known problematic code. */ in watchdog_timer_fn() 483 * If the time stamp was touched atomically in watchdog_timer_fn()
|
/Linux-v6.6/arch/sparc/kernel/ |
D | nmi.c | 89 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-v6.6/drivers/net/ethernet/sfc/ |
D | tc_counters.c | 92 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()
|
D | tc_counters.h | 34 unsigned long touched; member
|
/Linux-v6.6/drivers/usb/gadget/function/ |
D | u_uvc.h | 63 * 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-v6.6/tools/testing/ktest/examples/include/ |
D | patchcheck.conf | 5 # 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-v6.6/mm/ |
D | mapping_dirty_helpers.c | 32 * 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-v6.6/include/linux/ |
D | compiler-version.h | 12 * and add dependency on include/config/CC_VERSION_TEXT, which is touched
|
D | journal-head.h | 82 * committing it when the new transaction touched it.
|
D | slab_def.h | 22 /* 2) touched by every alloc & free from the backend */
|
/Linux-v6.6/include/asm-generic/ |
D | local64.h | 59 /* Non-atomic variants, ie. preemption disabled and won't be touched 98 /* Non-atomic variants, ie. preemption disabled and won't be touched
|
/Linux-v6.6/Documentation/devicetree/bindings/input/touchscreen/ |
D | tsc2007.txt | 10 The penirq pin goes to low when the panel is touched.
|
/Linux-v6.6/arch/mips/include/asm/octeon/ |
D | cvmx-boot-vector.h | 25 * application specific manner, they are not touched by the vectoring
|
/Linux-v6.6/arch/arc/kernel/ |
D | ctx_sw_asm.S | 18 ; - r0: prev task (so r0 not touched)
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | pixfmt-tch-td08.rst | 19 a small range depending on whether the sensor is touched or not. The full value
|
D | pixfmt-tch-td16.rst | 20 through a small range depending on whether the sensor is touched or not. The
|
/Linux-v6.6/tools/perf/tests/shell/ |
D | record+script_probe_vfs_getname.sh | 27 echo "Looking at perf.data file for vfs_getname records for the file we touched:"
|
/Linux-v6.6/arch/hexagon/include/asm/ |
D | mmu_context.h | 36 * touched. in switch_mm()
|
/Linux-v6.6/kernel/sched/ |
D | features.h | 14 * touched, increases cache locality.
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-class-wakeup | 69 source was touched last time, in milliseconds.
|
/Linux-v6.6/Documentation/driver-api/md/ |
D | raid5-ppl.rst | 11 that have not been touched by a write request during the unclean shutdown can
|
/Linux-v6.6/include/scsi/ |
D | libsas.h | 267 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 */
|