Home
last modified time | relevance | path

Searched defs:timer (Results 1 – 25 of 89) sorted by relevance

1234

/arch/arm/plat-omap/
Ddmtimer.c72 static inline u32 omap_dm_timer_read_reg(struct omap_dm_timer *timer, u32 reg) in omap_dm_timer_read_reg()
88 static void omap_dm_timer_write_reg(struct omap_dm_timer *timer, u32 reg, in omap_dm_timer_write_reg()
95 static void omap_timer_restore_context(struct omap_dm_timer *timer) in omap_timer_restore_context()
112 static int omap_dm_timer_reset(struct omap_dm_timer *timer) in omap_dm_timer_reset()
141 static int omap_dm_timer_of_set_source(struct omap_dm_timer *timer) in omap_dm_timer_of_set_source()
166 static int omap_dm_timer_prepare(struct omap_dm_timer *timer) in omap_dm_timer_prepare()
219 struct omap_dm_timer *timer = NULL, *t; in _omap_dm_timer_request() local
351 int omap_dm_timer_free(struct omap_dm_timer *timer) in omap_dm_timer_free()
364 void omap_dm_timer_enable(struct omap_dm_timer *timer) in omap_dm_timer_enable()
384 void omap_dm_timer_disable(struct omap_dm_timer *timer) in omap_dm_timer_disable()
[all …]
/arch/mips/include/asm/mach-jz4740/
Dtimer.h64 static inline void jz4740_timer_stop(unsigned int timer) in jz4740_timer_stop()
69 static inline void jz4740_timer_start(unsigned int timer) in jz4740_timer_start()
74 static inline bool jz4740_timer_is_enabled(unsigned int timer) in jz4740_timer_is_enabled()
79 static inline void jz4740_timer_enable(unsigned int timer) in jz4740_timer_enable()
84 static inline void jz4740_timer_disable(unsigned int timer) in jz4740_timer_disable()
89 static inline void jz4740_timer_set_period(unsigned int timer, uint16_t period) in jz4740_timer_set_period()
94 static inline void jz4740_timer_set_duty(unsigned int timer, uint16_t duty) in jz4740_timer_set_duty()
99 static inline void jz4740_timer_set_count(unsigned int timer, uint16_t count) in jz4740_timer_set_count()
104 static inline uint16_t jz4740_timer_get_count(unsigned int timer) in jz4740_timer_get_count()
109 static inline void jz4740_timer_ack_full(unsigned int timer) in jz4740_timer_ack_full()
[all …]
/arch/s390/kernel/
Dvtime.c37 u64 timer; in get_vtimer() local
45 u64 timer; in set_vtimer() local
126 u64 timer, clock, user, guest, system, hardirq, softirq, steal; in do_account_vtime() local
225 u64 timer; in vtime_account_irq_enter() local
252 static void list_add_sorted(struct vtimer_list *timer, struct list_head *head) in list_add_sorted()
270 struct vtimer_list *timer, *tmp; in virt_timer_expire() local
307 void init_virt_timer(struct vtimer_list *timer) in init_virt_timer()
314 static inline int vtimer_pending(struct vtimer_list *timer) in vtimer_pending()
319 static void internal_add_vtimer(struct vtimer_list *timer) in internal_add_vtimer()
338 static void __add_vtimer(struct vtimer_list *timer, int periodic) in __add_vtimer()
[all …]
/arch/nios2/kernel/
Dtime.c42 struct nios2_timer timer; member
47 struct nios2_timer timer; member
63 static u16 timer_readw(struct nios2_timer *timer, u32 offs) in timer_readw()
68 static void timer_writew(struct nios2_timer *timer, u16 val, u32 offs) in timer_writew()
73 static inline unsigned long read_timersnapshot(struct nios2_timer *timer) in read_timersnapshot()
117 static void nios2_timer_start(struct nios2_timer *timer) in nios2_timer_start()
126 static void nios2_timer_stop(struct nios2_timer *timer) in nios2_timer_stop()
135 static void nios2_timer_config(struct nios2_timer *timer, unsigned long period, in nios2_timer_config()
174 struct nios2_timer *timer = &nios2_ced->timer; in nios2_timer_shutdown() local
184 struct nios2_timer *timer = &nios2_ced->timer; in nios2_timer_set_periodic() local
[all …]
/arch/mips/include/asm/mach-rc32434/
Dtimer.h43 struct timer { struct
44 struct timer_counter tim[TIMER_COUNT]; argument
45 u32 rcount; /* use RCOUNT_ */
46 u32 rcompare; /* use RCOMPARE_ */
47 u32 rtc; /* use RTC_ */
/arch/arm/mach-omap1/
Dtime.c74 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); in omap_mpu_timer_read() local
80 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); in omap_mpu_set_autoreset() local
87 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); in omap_mpu_remove_autoreset() local
95 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); in omap_mpu_timer_start() local
110 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(nr); in omap_mpu_timer_stop() local
188 omap_mpu_timer_regs_t __iomem *timer = omap_mpu_timer_base(1); in omap_init_clocksource() local
/arch/um/os-Linux/
Dtime.c43 int os_timer_create(void* timer) { in os_timer_create()
60 int os_timer_set_interval(void* timer, void* i) in os_timer_set_interval()
100 long os_timer_remain(void* timer) in os_timer_remain()
/arch/arm/plat-omap/include/plat/
Ddmtimer.h279 static inline u32 __omap_dm_timer_read(struct omap_dm_timer *timer, u32 reg, in __omap_dm_timer_read()
289 static inline void __omap_dm_timer_write(struct omap_dm_timer *timer, in __omap_dm_timer_write()
299 static inline void __omap_dm_timer_init_regs(struct omap_dm_timer *timer) in __omap_dm_timer_init_regs()
334 static inline void __omap_dm_timer_enable_posted(struct omap_dm_timer *timer) in __omap_dm_timer_enable_posted()
361 static inline void __omap_dm_timer_override_errata(struct omap_dm_timer *timer, in __omap_dm_timer_override_errata()
367 static inline void __omap_dm_timer_stop(struct omap_dm_timer *timer, in __omap_dm_timer_stop()
391 static inline void __omap_dm_timer_load_start(struct omap_dm_timer *timer, in __omap_dm_timer_load_start()
399 static inline void __omap_dm_timer_int_enable(struct omap_dm_timer *timer, in __omap_dm_timer_int_enable()
407 __omap_dm_timer_read_counter(struct omap_dm_timer *timer, int posted) in __omap_dm_timer_read_counter()
412 static inline void __omap_dm_timer_write_status(struct omap_dm_timer *timer, in __omap_dm_timer_write_status()
/arch/xtensa/kernel/
Dtime.c88 struct ccount_timer *timer = in ccount_timer_shutdown() local
100 struct ccount_timer *timer = in ccount_timer_set_oneshot() local
119 struct ccount_timer *timer = &per_cpu(ccount_timer, cpu); in local_timer_setup() local
/arch/arm/boot/dts/
Dmt6580.dtsi70 timer: timer@10008000 { label
Dmt6592.dtsi87 timer: timer@10008000 { label
Dmt8127.dtsi108 timer: timer@10008000 { label
Dmt6589.dtsi82 timer: timer@10008000 { label
Dmoxart.dtsi60 timer: timer@98400000 { label
Dbcm63138.dtsi155 timer: timer@80 { label
Dowl-s500.dtsi170 timer: timer@b0168000 { label
Dmt8135.dtsi176 timer: timer@10008000 { label
/arch/mips/boot/dts/brcm/
Dbcm6328.dtsi84 timer: syscon@10000040 { label
/arch/powerpc/oprofile/cell/
Dspu_profiler.c137 static enum hrtimer_restart profile_spus(struct hrtimer *timer) in profile_spus()
194 static struct hrtimer timer; variable
/arch/arm64/boot/dts/actions/
Ds900.dtsi157 timer: timer@e0228000 { label
/arch/sh/include/asm/
Dheartbeat.h13 struct timer_list timer; member
/arch/x86/lib/
Dkaslr.c36 u16 status, timer; in i8254() local
/arch/mips/cavium-octeon/
Doct_ilm.c116 static void start_timer(int timer, u64 interval) in start_timer()
156 static void disable_timer(int timer) in disable_timer()
/arch/arm/mach-footbridge/
Ddc21285.c189 struct timer_list *timer = dev_id; in dc21285_serr_irq() local
233 struct timer_list *timer = dev_id; in dc21285_parity_irq() local
/arch/arm/mach-omap1/include/mach/
Dmtd-xip.h33 volatile xip_omap_mpu_timer_regs_t* timer = xip_omap_mpu_timer_base(nr); in xip_omap_mpu_timer_read() local

1234