/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
D | touchwin.c | 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()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | nmi.c | 84 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-5.10/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
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | tsc2007.txt | 10 The penirq pin goes to low when the panel is touched.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/ |
D | i2c-mpc.txt | 19 from the bootloader are preserved (not touched).
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-wakeup | 69 source was touched last time, in milliseconds.
|
/kernel/linux/linux-5.10/mm/ |
D | slab.c | 188 unsigned int touched; member 528 ac->touched = 0; in init_arraycache() 1785 cpu_cache_get(cachep)->touched = 0; in setup_cpu_cache() 2911 if (!ac->touched && batchcount > BATCHREFILL_LIMIT) { in cache_alloc_refill() 2931 shared->touched = 1; in cache_alloc_refill() 2977 ac->touched = 1; in cache_alloc_refill() 3038 ac->touched = 1; in ____cache_alloc() 3926 if (ac->touched) { in drain_array() 3927 ac->touched = 0; in drain_array()
|
/kernel/linux/linux-5.10/Documentation/driver-api/md/ |
D | raid5-ppl.rst | 11 that have not been touched by a write request during the unclean shutdown can
|
/kernel/linux/linux-5.10/Documentation/fb/ |
D | deferred_io.rst | 41 framebuffer at vsync time based on the touched pagelist.
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
D | sja1105_static_config.h | 219 u64 touched; member
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | transactional_memory.rst | 51 IF no other processor has touched SAVINGS_ACCT(r3) or CURRENT_ACCT(r3); an 188 TM_CAUSE_EMULATE Emulation that touched memory.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/ |
D | rockchip-io-domain.txt | 54 supplies will be not be touched.
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | entry-header.S | 99 @ r0-r7 are used for signals and never touched from now on. Clobbering
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | local_ops.rst | 66 * Variables touched by local ops must be per cpu variables.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/gpio/ |
D | sysfs.rst | 28 the write protection. In normal use, GPIO #23 would never be touched,
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-usb2.txt | 28 property the PORTSC register won't be touched.
|
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/ |
D | rocker_ofdpa.c | 132 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()
|
/kernel/linux/linux-5.10/Documentation/m68k/ |
D | buddha-driver.rst | 33 as long as $48 is not touched. After $48 has been written,
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/fsl/ |
D | mpc5200.txt | 116 configuration of the watchdog is not touched. This is useful in two cases:
|
/kernel/linux/linux-5.10/kernel/ |
D | workqueue.c | 5794 unsigned long pool_ts, touched, ts; in wq_watchdog_timer_fn() local 5807 touched = READ_ONCE(wq_watchdog_touched); in wq_watchdog_timer_fn() 5809 if (time_after(pool_ts, touched)) in wq_watchdog_timer_fn() 5812 ts = touched; in wq_watchdog_timer_fn()
|
/kernel/linux/linux-5.10/Documentation/s390/ |
D | driver-model.rst | 260 touched by the driver - it should use the ccwgroup device's driver_data for its
|
/kernel/linux/linux-5.10/Documentation/driver-api/media/ |
D | mc-core.rst | 197 touched by entity drivers. Access to the field must be protected by the
|
/kernel/linux/linux-5.10/Documentation/isdn/ |
D | interface_capi.rst | 103 an opaque pointer to driver specific data, not touched by Kernel CAPI
|