Home
last modified time | relevance | path

Searched refs:touched (Results 1 – 25 of 57) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dtouchwin.c52 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()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A 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()
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0014-linuxfb-Support-rotate.patch170 - for (const QRect &rect : touched)
171 + for (const QRect &rect : touched) {
187 return touched;
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Dtsc2007.txt10 The penirq pin goes to low when the panel is touched.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Di2c-mpc.txt19 from the bootloader are preserved (not touched).
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-wakeup69 source was touched last time, in milliseconds.
/OK3568_Linux_fs/kernel/mm/
H A Dslab.c189 unsigned int touched; member
529 ac->touched = 0; in init_arraycache()
1786 cpu_cache_get(cachep)->touched = 0; in setup_cpu_cache()
2912 if (!ac->touched && batchcount > BATCHREFILL_LIMIT) { in cache_alloc_refill()
2932 shared->touched = 1; in cache_alloc_refill()
2978 ac->touched = 1; in cache_alloc_refill()
3038 ac->touched = 1; in ____cache_alloc()
3949 if (ac->touched) { in drain_array()
3950 ac->touched = 0; in drain_array()
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Ddeferred_io.rst41 framebuffer at vsync time based on the touched pagelist.
/OK3568_Linux_fs/kernel/Documentation/driver-api/md/
H A Draid5-ppl.rst11 that have not been touched by a write request during the unclean shutdown can
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.h219 u64 touched; member
/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dtransactional_memory.rst51 IF no other processor has touched SAVINGS_ACCT(r3) or CURRENT_ACCT(r3); an
188 TM_CAUSE_EMULATE Emulation that touched memory.
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dsat.cc389 bool touched = page_bitmap_[offset] & mask; in AddrMapPrint() local
390 if (touched && !valid_range) { in AddrMapPrint()
393 } else if (!touched && valid_range) { in AddrMapPrint()
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dpci-info.txt35 touched on PCI (eg: a call to pci_find_devices()) it will not be probed.
/OK3568_Linux_fs/u-boot/board/cadence/xtfpga/
H A DREADME118 rebuild incrementally with -O0 so that only the touched sources
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dentry-header.S99 @ r0-r7 are used for signals and never touched from now on. Clobbering
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dlocal_ops.rst66 * Variables touched by local ops must be per cpu variables.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c132 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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/
H A Drockchip-io-domain.txt57 supplies will be not be touched.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Dci-hdrc-usb2.txt28 property the PORTSC register won't be touched.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/gpio/
H A Dsysfs.rst28 the write protection. In normal use, GPIO #23 would never be touched,
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-minimal-0.21/
H A DMakefile.in.in169 # Note that $(DOMAIN).pot is not touched if it doesn't need to be changed.
245 # Note that a PO file is not touched if it doesn't need to be changed.
/OK3568_Linux_fs/kernel/Documentation/m68k/
H A Dbuddha-driver.rst33 as long as $48 is not touched. After $48 has been written,

123