Home
last modified time | relevance | path

Searched refs:timer (Results 276 – 300 of 2757) sorted by relevance

1...<<11121314151617181920>>...111

/openbmc/linux/arch/arm/boot/dts/st/
H A Dstm32mp151.dtsi46 timer {
148 timer@1 {
184 timer@2 {
218 timer@3 {
254 timer@4 {
279 timer@5 {
299 timer@6 {
323 timer@11 {
347 timer@12 {
371 timer@13 {
[all …]
H A Dstm32f746.dtsi93 timer@1 {
94 compatible = "st,stm32-timer-trigger";
115 timer@2 {
137 timer@3 {
159 timer@4 {
175 timer@5 {
191 timer@6 {
213 timer@11 {
427 timer@0 {
449 timer@7 {
[all …]
/openbmc/linux/Documentation/watchdog/
H A Dwatchdog-kernel-api.rst20 a watchdog timer driver then only needs to provide the different routines
21 (operations) that control the watchdog timer (WDT).
25 Each watchdog timer driver that wants to use the WatchDog Timer Driver Core
33 The watchdog_register_device routine registers a watchdog timer device.
83 * timeout: the watchdog timer's timeout value (in seconds).
86 * pretimeout: the watchdog timer's pretimeout value (in seconds).
87 * min_timeout: the watchdog timer's minimum timeout value (in seconds).
89 * max_timeout: the watchdog timer's maximum timeout value (in seconds),
154 * stop: with this routine the watchdog timer device is being stopped.
246 If this bit is set then the watchdog timer will not be able to stop.
[all …]
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap5-l4-abe.dtsi305 timer5: timer@0 {
313 ti,timer-dsp;
314 ti,timer-pwm;
337 timer6: timer@0 {
345 ti,timer-dsp;
346 ti,timer-pwm;
369 timer7: timer@0 {
377 ti,timer-dsp;
400 timer8: timer@0 {
408 ti,timer-dsp;
[all …]
/openbmc/linux/Documentation/devicetree/bindings/arm/ux500/
H A Dboards.txt28 timer:
29 see binding for timer/arm,twd-timer.yaml
68 timer@a0410600 {
69 compatible = "arm,cortex-a9-twd-timer";
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dtny_a9263.dts38 tcb0: timer@fff7c000 {
39 timer@0 {
40 compatible = "atmel,tcb-timer";
44 timer@2 {
45 compatible = "atmel,tcb-timer";
H A Dusb_a9260_common.dtsi25 tcb0: timer@fffa0000 {
26 timer@0 {
27 compatible = "atmel,tcb-timer";
31 timer@2 {
32 compatible = "atmel,tcb-timer";
H A Dat91-qil_a9260.dts33 tcb0: timer@fffa0000 {
34 timer@0 {
35 compatible = "atmel,tcb-timer";
39 timer@2 {
40 compatible = "atmel,tcb-timer";
113 atmel,wakeup-rtt-timer;
H A Dat91sam9x5cm.dtsi26 tcb0: timer@f8008000 {
27 timer@0 {
28 compatible = "atmel,tcb-timer";
32 timer@1 {
33 compatible = "atmel,tcb-timer";
H A Dat91-sama5d4_ma5d4.dtsi86 tcb2: timer@fc024000 {
87 timer@0 {
88 compatible = "atmel,tcb-timer";
92 timer@1 {
93 compatible = "atmel,tcb-timer";
H A Dat91rm9200ek.dts34 tcb0: timer@fffa0000 {
35 timer@0 {
36 compatible = "atmel,tcb-timer";
40 timer@2 {
41 compatible = "atmel,tcb-timer";
/openbmc/linux/include/linux/usb/
H A Dotg-fsm.h198 void (*add_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer);
199 void (*del_timer)(struct otg_fsm *fsm, enum otg_fsm_timer timer);
280 static inline int otg_add_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer) in otg_add_timer() argument
284 fsm->ops->add_timer(fsm, timer); in otg_add_timer()
288 static inline int otg_del_timer(struct otg_fsm *fsm, enum otg_fsm_timer timer) in otg_del_timer() argument
292 fsm->ops->del_timer(fsm, timer); in otg_del_timer()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_wakeref.c131 struct intel_wakeref_auto *wf = from_timer(wf, t, timer); in wakeref_auto_timeout()
148 timer_setup(&wf->timer, wakeref_auto_timeout, 0); in intel_wakeref_auto_init()
159 if (del_timer_sync(&wf->timer)) in intel_wakeref_auto()
160 wakeref_auto_timeout(&wf->timer); in intel_wakeref_auto()
183 if (mod_timer(&wf->timer, jiffies + timeout)) in intel_wakeref_auto()
184 wakeref_auto_timeout(&wf->timer); in intel_wakeref_auto()
/openbmc/linux/drivers/tty/serial/
H A Dkgdb_nmi.c92 struct timer_list timer; member
193 struct kgdb_nmi_tty_priv *priv = from_timer(priv, t, timer); in kgdb_nmi_tty_receiver()
196 priv->timer.expires = jiffies + (HZ/100); in kgdb_nmi_tty_receiver()
197 add_timer(&priv->timer); in kgdb_nmi_tty_receiver()
214 priv->timer.expires = jiffies + (HZ/100); in kgdb_nmi_tty_activate()
215 add_timer(&priv->timer); in kgdb_nmi_tty_activate()
225 del_timer(&priv->timer); in kgdb_nmi_tty_shutdown()
244 timer_setup(&priv->timer, kgdb_nmi_tty_receiver, 0); in kgdb_nmi_tty_install()
/openbmc/linux/arch/arm/mach-omap1/
H A DKconfig67 bool "Use 32KHz timer"
71 Select this option if you want to enable the OMAP 32KHz timer.
72 This timer saves power compared to the OMAP_MPU_TIMER, and has
73 support for no tick during idle. The 32KHz timer provides less
74 intra-tick resolution than OMAP_MPU_TIMER. The 32KHz timer is
79 The actual timer selection is done in the board file
83 bool "Use mpu timer"
86 Select this option if you want to use the OMAP mpu timer. This
87 timer provides more intra-tick resolution than the 32KHz timer,
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-j721s2-main.dtsi227 ti,timer-pwm;
239 ti,timer-pwm;
251 ti,timer-pwm;
263 ti,timer-pwm;
275 ti,timer-pwm;
287 ti,timer-pwm;
299 ti,timer-pwm;
311 ti,timer-pwm;
323 ti,timer-pwm;
335 ti,timer-pwm;
[all …]
/openbmc/qemu/ui/
H A Dspice-core.c56 QEMUTimer *timer; member
61 SpiceTimer *timer; in timer_add() local
63 timer = g_malloc0(sizeof(*timer)); in timer_add()
64 timer->timer = timer_new_ms(QEMU_CLOCK_REALTIME, func, opaque); in timer_add()
65 return timer; in timer_add()
70 timer_mod(timer->timer, qemu_clock_get_ms(QEMU_CLOCK_REALTIME) + ms); in timer_start()
73 static void timer_cancel(SpiceTimer *timer) in timer_cancel() argument
75 timer_del(timer->timer); in timer_cancel()
78 static void timer_remove(SpiceTimer *timer) in timer_remove() argument
80 timer_free(timer->timer); in timer_remove()
[all …]
/openbmc/linux/Documentation/trace/
H A Dtimerlat-tracer.rst7 the tracer sets a periodic timer that wakes up a thread. The thread then
9 time* and the *absolute time* that the timer was set to expire. The main
47 prints two lines at every activation. The first is the *timer latency*
56 or by thread masking interrupts. Once the timer happens, the delay
72 timer latency at the *irq* context higher than the configured
75 timer latency at the *thread* context is higher than the configured
98 In this case, the root cause of the timer latency does not point to a
99 single cause but to multiple ones. Firstly, the timer IRQ was delayed
118 External timer irq thread
205 When the timer IRQ fires, the timerlat IRQ will execute, report the
[all …]
/openbmc/u-boot/doc/device-tree-bindings/
H A Dchosen.txt25 tick-timer property
27 In a system there are multiple timers, specify which timer to be used
28 as the tick-timer. Earlier it was hardcoded in the timer driver now
29 since device tree has all the timer nodes. Specify which timer to be
30 used as tick timer.
36 tick-timer = "/timer2@f00";
40 compatible = "vendor,some-timer";
/openbmc/qemu/hw/watchdog/
H A Dspapr_watchdog.c78 if (timer_pending(&w->timer)) { in watchdog_stop()
79 timer_del(&w->timer); in watchdog_stop()
166 timer_mod(&w->timer, in h_watchdog()
221 return timer_pending(&w->timer); in watchdog_needed()
230 VMSTATE_TIMER(timer, SpaprWatchdog),
242 timer_init_ms(&w->timer, QEMU_CLOCK_VIRTUAL, watchdog_expired, w); in spapr_wdt_realize()
245 (uint64_t *)&w->timer.expire_time, in spapr_wdt_realize()
/openbmc/linux/drivers/watchdog/
H A Dshwdt.c78 struct timer_list timer; member
93 mod_timer(&wdt->timer, next_ping_period(clock_division_ratio)); in sh_wdt_start()
132 del_timer(&wdt->timer); in sh_wdt_stop()
176 struct sh_wdt *wdt = from_timer(wdt, t, timer); in sh_wdt_ping()
189 mod_timer(&wdt->timer, next_ping_period(clock_division_ratio)); in sh_wdt_ping()
272 timer_setup(&wdt->timer, sh_wdt_ping, 0); in sh_wdt_probe()
273 wdt->timer.expires = next_ping_period(clock_division_ratio); in sh_wdt_probe()
/openbmc/linux/drivers/md/bcache/
H A Dstats.c126 if (del_timer_sync(&acc->timer)) in bch_cache_accounting_destroy()
152 struct cache_accounting *acc = from_timer(acc, t, timer); in scale_accounting()
175 acc->timer.expires += accounting_delay; in scale_accounting()
178 add_timer(&acc->timer); in scale_accounting()
231 timer_setup(&acc->timer, scale_accounting, 0); in bch_cache_accounting_init()
232 acc->timer.expires = jiffies + accounting_delay; in bch_cache_accounting_init()
233 add_timer(&acc->timer); in bch_cache_accounting_init()
/openbmc/linux/Documentation/networking/
H A Dproc_net_tcp.rst28 | | | |----------> number of jiffies until timer expires
51 0 no timer is pending
52 1 retransmit-timer is pending
53 2 another timer (e.g. delayed ack or keepalive) is pending
56 4 zero window probe timer is pending
/openbmc/linux/arch/arm/boot/dts/rockchip/
H A Drk3128.dtsi63 timer {
233 timer0: timer@20044000 {
234 compatible = "rockchip,rk3128-timer", "rockchip,rk3288-timer";
241 timer1: timer@20044020 {
242 compatible = "rockchip,rk3128-timer", "rockchip,rk3288-timer";
249 timer2: timer@20044040 {
250 compatible = "rockchip,rk3128-timer", "rockchip,rk3288-timer";
257 timer3: timer@20044060 {
258 compatible = "rockchip,rk3128-timer", "rockchip,rk3288-timer";
266 compatible = "rockchip,rk3128-timer", "rockchip,rk3288-timer";
[all …]
/openbmc/linux/drivers/staging/iio/Documentation/
H A Dsysfs-bus-iio-adc-ad7280a17 allows the user to set the timer to a value from 0 minutes to
18 36.9 minutes. The resolution of the timer is 71.5 sec.
20 timer value is set 0, the timer is disabled. The cell balance

1...<<11121314151617181920>>...111