Home
last modified time | relevance | path

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

12345678910>>...15

/openbmc/phosphor-webui/app/access-control/controllers/
H A Duser-accounts-modal-user.html74 … <div ng-if="form.username.$invalid && form.username.$touched" class="form__validation-message">
117 … ng-required="modalCtrl.user.new || form.password.$touched || form.passwordConfirm.$touched"
123 form.password.$touched ||
124 form.passwordConfirm.$touched) ? '' : '******'}}"/>
139 … ng-required="modalCtrl.user.new || form.password.$touched || form.passwordConfirm.$touched"
147 form.password.$touched ||
148 form.passwordConfirm.$touched) ? '' : '******'}}"/>
H A Dcertificate-modal-csr-gen.html50 ng-class="{'visible' : addCsrForm.certType.$touched}">
78 ng-class="{'visible' : addCsrForm.countryCode.$touched}">
94 ng-class="{'visible' : addCsrForm.state.$touched}">
110 ng-class="{'visible' : addCsrForm.city.$touched}">
128 ng-class="{'visible' : addCsrForm.companyName.$touched}">
146 ng-class="{'visible' : addCsrForm.companyUnit.$touched}">
164 ng-class="{'visible' : addCsrForm.commonName.$touched}">
270 ng-class="{'visible' : addCsrForm.keyPairAlgorithm.$touched}">
296 ng-class="{'visible' : addCsrForm.keyCurveId.$touched}">
325 ng-class="{'visible' : addCsrForm.keyBitLength.$touched}">
H A Dldap-controller.html35 ng-change="ldap__configuration.ldap__uri.$touched = true"
84 … ng-class="{'visible' : ldap__configuration.ldap__uri.$touched || submitted}" role="alert">
94 … ng-class="{'visible' : ldap__configuration.ldap__bind__dn.$touched || submitted}" role="alert">
109 … ng-class="{'visible' : ldap__configuration.ldap__bind_pw.$touched || submitted}" role="alert">
119 … ng-class="{'visible' : ldap__configuration.ldap__base__dn.$touched || submitted}" role="alert">
/openbmc/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()
/openbmc/phosphor-webui/app/login/controllers/
H A Dlogin-controller.html16 …rm.host.$error" class="form-error" ng-class="{'visible' : login__form.host.$touched || submitted}">
23 …ame.$error" class="form-error" ng-class="{'visible' : login__form.username.$touched || submitted}">
29 …word.$error" class="form-error" ng-class="{'visible': login__form.password.$touched || submitted}">
/openbmc/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.c471 * is touched from NMI. in watchdog_timer_fn()
480 * The stored timestamp is comparable with @now only when not touched. in watchdog_timer_fn()
481 * It might get touched anytime from NMI. Make sure that is_softlockup() in watchdog_timer_fn()
486 /* Reset the interval when touched by known problematic code. */ in watchdog_timer_fn()
490 * If the time stamp was touched atomically in watchdog_timer_fn()
/openbmc/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()
/openbmc/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()
/openbmc/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
/openbmc/qemu/.gitlab-ci.d/
H A Dopensbi.yml9 # if any files affecting the build output are touched
31 # Run if any files affecting the build output are touched
/openbmc/phosphor-webui/app/configuration/controllers/
H A Dsnmp-controller.html41 … ng-class="{'visible': manager_group['snmp-manager'+($index+1)+'-address'].$touched || submitted}">
60 … ng-class="{'visible': manager_group['snmp-manager'+($index+1)+'-port'].$touched || submitted}">
/openbmc/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
/openbmc/linux/include/linux/
H A Dcompiler-version.h12 * and add dependency on include/config/CC_VERSION_TEXT, which is touched
/openbmc/phosphor-webui/app/common/directives/
H A Dldap-user-roles.html168 ng-class="{'visible' : add__group__form.group_name.$touched}"
190 ng-class="{'visible' : add__group__form.group__role.$touched}"
236 ng-class="{'visible' : edit__group__form.group__role__edit.$touched}"
/openbmc/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.
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dinetd.conf5 # If you want to disable an entry so it isn't touched during
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/
H A Daliasesdb9 # has touched it since our last newaliases call
/openbmc/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
/openbmc/qemu/target/i386/whpx/
H A Dwhpx-accel-ops.h26 /* state subset only touched by the VCPU itself during runtime */
/openbmc/linux/arch/arc/kernel/
H A Dctx_sw_asm.S18 ; - r0: prev task (so r0 not touched)
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dtsc2007.txt10 The penirq pin goes to low when the panel is touched.
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-boot-vector.h25 * application specific manner, they are not touched by the vectoring
/openbmc/linux/tools/perf/tests/shell/
H A Drecord+script_probe_vfs_getname.sh27 echo "Looking at perf.data file for vfs_getname records for the file we touched:"

12345678910>>...15