Searched refs:timer (Results 351 - 375 of 1561) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc.c90 hrtimer_cancel(&huc->delayed_load.timer);
102 hrtimer_cancel(&huc->delayed_load.timer);
108 hrtimer_cancel(&huc->delayed_load.timer);
113 hrtimer_start(&huc->delayed_load.timer,
120 struct intel_huc *huc = container_of(hrtimer, struct intel_huc, delayed_load.timer);
170 hrtimer_start(&huc->delayed_load.timer, delay, HRTIMER_MODE_REL);
234 hrtimer_init(&huc->delayed_load.timer, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
235 huc->delayed_load.timer.function = huc_delayed_load_timer_callback;
H A Dintel_huc.h45 struct hrtimer timer; member in struct:intel_huc::__anon1224
/linux-master/include/sound/
H A Dmpu401.h82 struct timer_list timer; member in struct:snd_mpu401
/linux-master/net/ax25/
H A Dax25_std_subr.c11 #include <linux/timer.h>
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Ddevice.h33 #include <subdev/timer.h>
/linux-master/arch/arm/kernel/
H A Dtime.c26 #include <linux/timer.h>
/linux-master/arch/arm/mach-shmobile/
H A DMakefile7 obj-y := timer.o
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dtherm.h8 #include <subdev/timer.h>
/linux-master/fs/xfs/libxfs/
H A Dxfs_quota_defs.h144 __be32 xfs_dquot_to_disk_ts(struct xfs_dquot *ddq, time64_t timer);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dnv50.c28 #include <subdev/timer.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dv1.c26 #include <subdev/timer.h>
/linux-master/arch/arm/mach-omap1/
H A DMakefile9 obj-y += clock.o clock_data.o opp_data.o reset.o pm_bus.o timer.o
/linux-master/arch/powerpc/kernel/
H A Drtas-rtc.c4 #include <linux/timer.h>
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ring_mux.h27 #include <linux/timer.h>
/linux-master/drivers/iio/trigger/
H A Dstm32-lptimer-trigger.c9 * Inspired by Benjamin Gaignard's stm32-timer-trigger driver
12 #include <linux/iio/timer/stm32-lptim-trigger.h>
/linux-master/include/acpi/
H A Dghes.h10 * It provides the context for APEI hardware error timer/IRQ/SCI/NMI
27 struct timer_list timer; member in union:ghes::__anon1894
/linux-master/arch/m68k/amiga/
H A Dpcmcia.c17 #include <linux/timer.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bar/
H A Dtu102.c26 #include <subdev/timer.h>
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dpriv.h28 #include <subdev/timer.h>
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.h12 #include <linux/timer.h>
/linux-master/arch/x86/kernel/
H A Dirqinit.c22 #include <asm/timer.h>
/linux-master/drivers/scsi/csiostor/
H A Dcsio_defs.h40 #include <linux/timer.h>
/linux-master/drivers/net/ethernet/3com/
H A D3c515.c63 #include <linux/timer.h>
306 struct timer_list timer; /* Media selection timer. */ member in struct:corkscrew_private
320 /* The action to take with a media selection timer tick.
434 int timer; local
446 for (timer = 4; timer >= 0; timer--) {
617 timer_setup(&vp->timer, corkscrew_timer, 0);
622 int timer; local
[all...]
/linux-master/arch/powerpc/sysdev/
H A Dfsl_gtm.c40 u8 gtcfr2; /* Timer 3, timer 4 global config register */
80 * gtm_get_timer16 - request GTM timer to use it with the rest of GTM API
83 * This function reserves GTM timer for later use. It returns gtm_timer
84 * structure to use with the rest of GTM API, you should use timer->irq
85 * to manage timer interrupt.
113 * gtm_get_specific_timer16 - request specific GTM timer
115 * @timer: specific timer number, Timer1 is 0.
118 * This function reserves GTM timer for later use. It returns gtm_timer
119 * structure to use with the rest of GTM API, you should use timer
122 gtm_get_specific_timer16(struct gtm *gtm, unsigned int timer) argument
[all...]
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Dnexthop.sh420 log_test "Bucket migration after idle timer"
455 log_test "Bucket migration after idle timer (with delete)"
462 local timer=$1; shift
469 $IP nexthop add id 10 group 1/2 type resilient buckets 8 $timer 4
477 $IP nexthop replace id 10 group 1/2,3 type resilient $timer 8
480 # 6 seconds, past the original timer.
486 # 10 seconds, past the new timer.
490 log_test "Bucket migration after $timer increase"
497 local timer=$1; shift
504 $IP nexthop add id 10 group 1/2 type resilient buckets 8 $timer
[all...]

Completed in 1417 milliseconds

<<11121314151617181920>>