Searched refs:timer (Results 176 - 200 of 1548) sorted by relevance

1234567891011>>

/linux-master/sound/sh/
H A Daica.h65 struct timer_list timer; member in struct:snd_card_aica
/linux-master/sound/soc/au1x/
H A Ddb1000.c11 #include <linux/timer.h>
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Dtimer.c22 #include <nvif/timer.h>
/linux-master/drivers/scsi/isci/
H A Disci.h153 * This member indicates interrupt coalescence timer may cause SAS
490 * Each timer is associated with a cancellation flag that is set when
491 * del_timer() is called and checked in the timer callback function. This
496 struct timer_list timer; member in struct:sci_timer
504 timer_setup(&tmr->timer, fn, 0);
510 mod_timer(&tmr->timer, jiffies + msecs_to_jiffies(msec));
516 del_timer(&tmr->timer);
/linux-master/net/atm/
H A Dlec_arpc.h42 struct timer_list timer; /* Arping timer */ member in struct:lec_arp_table
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dg84.c26 #include <subdev/timer.h>
H A Dgm107.c24 #include <subdev/timer.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dg94.c27 #include <subdev/timer.h>
/linux-master/drivers/staging/rtl8192e/
H A Drtl819x_BA.h52 struct timer_list timer; member in struct:ba_record
/linux-master/sound/core/seq/oss/
H A Dseq_oss_rw.c158 if (snd_seq_oss_process_timer_event(dp->timer, rec))
170 event.time.tick = snd_seq_oss_timer_cur_tick(dp->timer);
171 if (dp->timer->realtime || !dp->timer->running)
/linux-master/drivers/watchdog/
H A Dwatchdog_core.h13 * by all the watchdog timer drivers.
48 struct hrtimer timer; member in struct:watchdog_core_data
/linux-master/io_uring/
H A Dtimeout.h5 struct hrtimer timer; member in struct:io_timeout_data
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgm200.c27 #include <subdev/timer.h>
/linux-master/include/net/netns/
H A Dsctp.h5 #include <linux/timer.h>
90 /* The interval for PLPMTUD probe timer */
/linux-master/drivers/acpi/acpica/
H A Dexdebug.c44 u32 timer; local
76 * We will emit the current timer value (in microseconds) with each
82 timer = ((u32)acpi_os_get_timer() / 10);
83 timer &= 0x03FFFFFF;
85 acpi_os_printf("ACPI Debug: T=0x%8.8X %*s", timer,
/linux-master/drivers/md/bcache/
H A Dstats.h29 struct timer_list timer; member in struct:cache_accounting
/linux-master/net/sunrpc/
H A DMakefile14 addr.o rpcb_clnt.o timer.o xdr.o \
/linux-master/drivers/counter/
H A DMakefile13 obj-$(CONFIG_STM32_TIMER_CNT) += stm32-timer-cnt.o
/linux-master/arch/arm/include/asm/
H A Ddelay.h93 /* Delay-loop timer registration. */
95 extern void register_current_timer_delay(const struct delay_timer *timer);
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_io_utils.c118 struct msm_hrtimer_work, timer);
129 hrtimer_start(&work->timer, wakeup_time, mode);
138 hrtimer_init(&work->timer, clock_id, mode);
139 work->timer.function = msm_hrtimer_worktimer;
/linux-master/drivers/auxdisplay/
H A Dline-display.h60 * @timer: timer used to implement scrolling
72 struct timer_list timer; member in struct:linedisp
/linux-master/sound/pci/ctxfi/
H A Dcttimer.c3 * PCM timer handling on ctxfi
16 MODULE_PARM_DESC(use_system_timer, "Force to use system-timer");
29 /* timer instance -- assigned to each PCM stream */
35 struct timer_list timer; member in struct:ct_timer_instance
44 /* timer instance manager */
46 spinlock_t lock; /* global timer lock (for xfitimer) */
55 unsigned int running:1; /* global timer running */
60 * system-timer-based updates
65 struct ct_timer_instance *ti = from_timer(ti, t, timer);
87 mod_timer(&ti->timer, jiffie
398 struct ct_timer *timer = data; local
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_sw_fence.c413 struct timer_list timer; member in struct:i915_sw_dma_fence_cb_timer
430 struct i915_sw_dma_fence_cb_timer *cb = from_timer(cb, t, timer);
468 timer_shutdown_sync(&cb->timer);
512 struct i915_sw_dma_fence_cb_timer *timer = local
513 container_of(cb, typeof(*timer), base);
515 timer->dma = dma_fence_get(dma);
516 init_irq_work(&timer->work, irq_i915_sw_fence_work);
518 timer_setup(&timer->timer,
520 mod_timer(&timer
[all...]
/linux-master/drivers/leds/trigger/
H A Dledtrig-pattern.c15 #include <linux/timer.h>
36 struct timer_list timer; member in struct:pattern_trig_data
76 struct pattern_trig_data *data = from_timer(data, t, timer);
86 mod_timer(&data->timer,
109 mod_timer(&data->timer,
139 data->timer.expires = jiffies;
140 add_timer(&data->timer);
178 del_timer_sync(&data->timer);
270 del_timer_sync(&data->timer);
408 timer_setup(&data->timer, pattern_trig_timer_functio
[all...]
/linux-master/drivers/ntb/test/
H A Dntb_pingpong.c101 struct hrtimer timer; member in struct:pp_ctx
112 container_of(__timer, struct pp_ctx, timer)
147 hrtimer_cancel(&pp->timer);
158 hrtimer_start(&pp->timer, ms_to_ktime(delay_ms), HRTIMER_MODE_REL);
163 hrtimer_cancel(&pp->timer);
211 hrtimer_start(&pp->timer, ms_to_ktime(delay_ms), HRTIMER_MODE_REL);
287 hrtimer_init(&pp->timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
288 pp->timer.function = pp_timer_func;

Completed in 201 milliseconds

1234567891011>>