Searched refs:timer (Results 426 - 450 of 1561) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu.c104 static enum hrtimer_restart wave5_vpu_timer_callback(struct hrtimer *timer) argument
107 container_of(timer, struct vpu_device, hrtimer);
110 hrtimer_forward_now(timer, ns_to_ktime(vpu_poll_interval * NSEC_PER_MSEC));
/linux-master/arch/mips/include/asm/ip32/
H A Dcrime.h95 volatile unsigned long timer; member in struct:sgi_crime
/linux-master/include/media/
H A Ddvb_demux.h23 #include <linux/timer.h>
/linux-master/include/sound/
H A Dsnd_wavefront.h25 char istimer; /* timer is used */
31 struct timer_list timer; member in struct:_snd_wavefront_midi
/linux-master/drivers/char/
H A Dnwbutton.c13 #include <linux/timer.h>
145 * this is the first press, so it starts a timer and increments the counter.
146 * If it is higher than 0, it deletes the old timer, starts a new one, and
H A Dhangcheck-timer.c3 * hangcheck-timer.c
5 * Driver for a little io fencing timer.
13 * The hangcheck-timer driver uses the TSC to catch delays that
14 * jiffies does not notice. A timer is set. When the timer fires, it
16 * margin of error. The hangcheck_tick module parameter takes the timer
19 * timer and 180 seconds for the margin of error. IOW, a timer is set
20 * for 60 seconds. When the timer fires, the callback checks the
21 * actual duration that the timer waite
[all...]
/linux-master/drivers/isdn/mISDN/
H A Dlayer2.h32 struct FsmTimer timer; member in struct:teimgr
/linux-master/net/rose/
H A Drose_out.c11 #include <linux/timer.h>
/linux-master/net/802/
H A Dfc.c21 #include <linux/timer.h>
/linux-master/sound/core/seq/
H A Dseq_timer.h9 #include <sound/timer.h>
22 initialized:1; /* timer is initialized */
31 int type; /* timer type */
32 struct snd_timer_id alsa_id; /* ALSA's timer ID */
33 struct snd_timer_instance *timeri; /* timer instance */
35 unsigned long preferred_resolution; /* timer resolution, ticks/sec */
46 /* create new timer (constructor) */
49 /* delete timer (destructor) */
107 /* called by timer isr */
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-sli-defs.h84 __BITFIELD_FIELD(uint64_t timer:10,
/linux-master/drivers/usb/phy/
H A Dphy-mv-usb.h100 struct timer_list timer[OTG_TIMER_NUM]; member in struct:mv_otg_ctrl
/linux-master/arch/powerpc/platforms/cell/
H A Dcpufreq_spudemand.c14 #include <linux/timer.h>
101 /* setup timer */
113 /* cancel timer */
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dovly827e.c28 #include <nvif/timer.h>
/linux-master/drivers/s390/net/
H A Dctcm_fsms.h20 #include <linux/timer.h>
95 * Event, representing timer expiry.
/linux-master/drivers/s390/cio/
H A Ddevice.h7 #include <linux/timer.h>
H A Dio_sch.h174 struct timer_list timer; member in struct:ccw_device_private
/linux-master/fs/jffs2/
H A Djffs2_fs_sb.h21 #include <linux/timer.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgk104.c31 #include <subdev/timer.h>
H A Dgk110.c29 #include <subdev/timer.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv50.c28 #include <subdev/timer.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmnv41.c24 #include <subdev/timer.h>
/linux-master/drivers/gpu/drm/i915/gvt/
H A Ddisplay.h174 struct hrtimer timer; member in struct:intel_vgpu_vblank_timer
/linux-master/sound/soc/fsl/
H A Dimx-pcm-rpmsg.h448 /* Struct of timer */
450 struct timer_list timer; member in struct:stream_timer
480 * @stream_timer: timer for tigger workqueue
/linux-master/drivers/net/wan/
H A Dhdlc_ppp.c64 struct timer_list timer; member in struct:proto
318 if (action & (SCR | STR)) /* set Configure-Req/Terminate-Req timer */
319 mod_timer(&proto->timer, proto->timeout =
348 mod_timer(&proto->timer, proto->timeout =
361 del_timer(&proto->timer);
564 struct proto *proto = from_timer(proto, t, timer);
572 if (timer_pending(&proto->timer)) {
605 proto->timer.expires = jiffies +
607 add_timer(&proto->timer);
624 timer_setup(&proto->timer, ppp_time
[all...]

Completed in 401 milliseconds

<<11121314151617181920>>