/openbmc/linux/drivers/input/touchscreen/ |
H A 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()
|
H A 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()
|
/openbmc/linux/arch/sparc/kernel/ |
H A 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()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A 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()
|
H A D | tc_counters.h | 34 unsigned long touched; member
|
/openbmc/linux/arch/arc/kernel/ |
H A D | ctx_sw_asm.S | 18 ; - r0: prev task (so r0 not touched)
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-tch-td08.rst | 19 a small range depending on whether the sensor is touched or not. The full value
|
H A D | pixfmt-tch-td16.rst | 20 through a small range depending on whether the sensor is touched or not. The
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | tsc2007.txt | 10 The penirq pin goes to low when the panel is touched.
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-wakeup | 69 source was touched last time, in milliseconds.
|
/openbmc/linux/mm/ |
H A D | slab.c | 189 unsigned int touched; member 528 ac->touched = 0; in init_arraycache() 1774 cpu_cache_get(cachep)->touched = 0; in setup_cpu_cache() 2871 if (!ac->touched && batchcount > BATCHREFILL_LIMIT) { in cache_alloc_refill() 2891 shared->touched = 1; in cache_alloc_refill() 2937 ac->touched = 1; in cache_alloc_refill() 2991 ac->touched = 1; in ____cache_alloc() 3786 if (ac->touched) { in drain_array() 3787 ac->touched = 0; in drain_array()
|
/openbmc/linux/Documentation/driver-api/md/ |
H A D | raid5-ppl.rst | 11 that have not been touched by a write request during the unclean shutdown can
|
/openbmc/linux/Documentation/fb/ |
H A D | deferred_io.rst | 41 framebuffer at vsync time based on the touched pagelist.
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | forms.scss | 61 .ng-invalid.ng-touched {
|
/openbmc/linux/Documentation/networking/ |
H A D | page_pool.rst | 79 of the buffer is not touched by the device, so to avoid syncing
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt6795-sony-xperia-m5.dts | 41 /* preloader and bootloader regions cannot be touched */
|
/openbmc/linux/Documentation/powerpc/ |
H A 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.
|
/openbmc/linux/Documentation/maintainer/ |
H A D | messy-diffstat.rst | 9 diffstat that shows which files will be touched and how much of each will
|
/openbmc/u-boot/board/cadence/xtfpga/ |
H A D | README | 118 rebuild incrementally with -O0 so that only the touched sources
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_static_config.h | 273 u64 touched; member
|
/openbmc/u-boot/doc/driver-model/ |
H A D | pci-info.txt | 35 touched on PCI (eg: a call to pci_find_devices()) it will not be probed.
|
/openbmc/linux/arch/arm/kernel/ |
H A D | entry-header.S | 98 @ r0-r7 are used for signals and never touched from now on. Clobbering
|
/openbmc/linux/Documentation/core-api/ |
H A D | local_ops.rst | 66 * Variables touched by local ops must be per cpu variables.
|
/openbmc/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 132 unsigned long touched; member 1912 fdb->touched = jiffies; in ofdpa_port_fdb() 1923 found->touched = jiffies; in ofdpa_port_fdb() 2002 expires = entry->touched + ofdpa_port->ageing_time; in ofdpa_fdb_cleanup()
|
/openbmc/linux/Documentation/admin-guide/gpio/ |
H A D | sysfs.rst | 28 the write protection. In normal use, GPIO #23 would never be touched,
|