Home
last modified time | relevance | path

Searched refs:evt (Results 26 - 50 of 540) sorted by relevance

12345678910>>...22

/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dhpet.c26 struct clock_event_device evt; member
72 struct hpet_channel *clockevent_to_channel(struct clock_event_device *evt) in clockevent_to_channel() argument
74 return container_of(evt, struct hpet_channel, evt); in clockevent_to_channel()
297 static int hpet_clkevt_set_state_periodic(struct clock_event_device *evt) in hpet_clkevt_set_state_periodic() argument
299 unsigned int channel = clockevent_to_channel(evt)->num; in hpet_clkevt_set_state_periodic()
304 delta = ((uint64_t)(NSEC_PER_SEC / HZ)) * evt->mult; in hpet_clkevt_set_state_periodic()
305 delta >>= evt->shift; in hpet_clkevt_set_state_periodic()
328 static int hpet_clkevt_set_state_oneshot(struct clock_event_device *evt) in hpet_clkevt_set_state_oneshot() argument
330 unsigned int channel = clockevent_to_channel(evt) in hpet_clkevt_set_state_oneshot()
341 hpet_clkevt_set_state_shutdown(struct clock_event_device *evt) hpet_clkevt_set_state_shutdown() argument
353 hpet_clkevt_legacy_resume(struct clock_event_device *evt) hpet_clkevt_legacy_resume() argument
361 hpet_clkevt_set_next_event(unsigned long delta, struct clock_event_device *evt) hpet_clkevt_set_next_event() argument
400 struct clock_event_device *evt = &hc->evt; hpet_init_clockevent() local
609 hpet_clkevt_msi_resume(struct clock_event_device *evt) hpet_clkevt_msi_resume() argument
625 struct clock_event_device *evt = &hc->evt; hpet_msi_interrupt_handler() local
655 struct clock_event_device *evt = &hc->evt; init_one_hpet_msi_clockevent() local
1284 struct clock_event_device *evt = &hpet_base.channels[0].evt; hpet_rtc_timer_init() local
1382 struct clock_event_device *evt = &hpet_base.channels[0].evt; hpet_set_periodic_freq() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
H A Defc_node.h23 efc_node_evt_set(struct efc_sm_ctx *ctx, enum efc_sm_event evt, in efc_node_evt_set() argument
28 if (evt == EFC_EVT_ENTER) { in efc_node_evt_set()
31 } else if (evt == EFC_EVT_EXIT) { in efc_node_evt_set()
38 node->current_evt = evt; in efc_node_evt_set()
111 enum efc_sm_event evt, void *arg,
117 enum efc_sm_event evt, void *arg,
130 void efc_node_post_event(struct efc_node *node, enum efc_sm_event evt,
135 enum efc_sm_event evt, void *arg);
138 enum efc_sm_event evt, void *arg);
141 enum efc_sm_event evt, voi
[all...]
H A Defc_domain.h20 __efc_domain_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg);
22 __efc_domain_wait_alloc(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
25 __efc_domain_allocated(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
28 __efc_domain_wait_attach(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
31 __efc_domain_ready(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg);
33 __efc_domain_wait_nports_free(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
36 __efc_domain_wait_shutdown(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
39 __efc_domain_wait_domain_lost(struct efc_sm_ctx *ctx, enum efc_sm_event evt,
H A Defc_node.c364 enum efc_sm_event evt, void *arg) in __efc_node_shutdown()
368 efc_node_evt_set(ctx, evt, __func__); in __efc_node_shutdown()
372 switch (evt) { in __efc_node_shutdown()
420 __efc_node_common(__func__, ctx, evt, arg); in __efc_node_shutdown()
465 enum efc_sm_event evt, void *arg) in __efc_node_wait_els_shutdown()
470 efc_node_evt_set(ctx, evt, __func__); in __efc_node_wait_els_shutdown()
474 switch (evt) { in __efc_node_wait_els_shutdown()
527 node_printf(node, "%s received\n", efc_sm_event_name(evt)); in __efc_node_wait_els_shutdown()
531 __efc_node_common(__func__, ctx, evt, arg); in __efc_node_wait_els_shutdown()
540 enum efc_sm_event evt, voi in __efc_node_wait_node_free()
363 __efc_node_shutdown(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_node_shutdown() argument
464 __efc_node_wait_els_shutdown(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_node_wait_els_shutdown() argument
539 __efc_node_wait_node_free(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_node_wait_node_free() argument
588 __efc_node_wait_ios_shutdown(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_node_wait_ios_shutdown() argument
645 __efc_node_common(const char *funcname, struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_node_common() argument
769 efc_node_post_event(struct efc_node *node, enum efc_sm_event evt, void *arg) efc_node_post_event() argument
843 efc_node_check_els_req(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg, u8 cmd, void (*efc_node_common_func)(const char *, struct efc_sm_ctx *, enum efc_sm_event, void *), const char *funcname) efc_node_check_els_req() argument
852 efc_node_check_ns_req(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg, u16 cmd, void (*efc_node_common_func)(const char *, struct efc_sm_ctx *, enum efc_sm_event, void *), const char *funcname) efc_node_check_ns_req() argument
883 __efc_node_paused(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_node_paused() argument
931 enum efc_sm_event evt; efc_node_recv_els_frame() member
947 enum efc_sm_event evt = EFC_EVT_ELS_RCVD; efc_node_recv_els_frame() local
1040 enum efc_sm_event evt = EFC_EVT_NODE_SESS_REG_OK; efc_scsi_sess_reg_complete() local
1084 efc_node_post_els_resp(struct efc_node *node, u32 evt, void *arg) efc_node_post_els_resp() argument
[all...]
H A Defc_nport.h27 enum efc_sm_event evt, void *arg);
30 enum efc_sm_event evt, void *arg);
33 enum efc_sm_event evt, void *arg);
36 enum efc_sm_event evt, void *arg);
39 enum efc_sm_event evt, void *arg);
42 enum efc_sm_event evt, void *arg);
45 enum efc_sm_event evt, void *arg);
H A Defc_domain.c172 enum efc_sm_event evt, void *arg) in __efc_domain_common()
176 switch (evt) { in __efc_domain_common()
188 funcname, efc_sm_event_name(evt)); in __efc_domain_common()
194 enum efc_sm_event evt, void *arg) in __efc_domain_common_shutdown()
198 switch (evt) { in __efc_domain_common_shutdown()
216 funcname, efc_sm_event_name(evt)); in __efc_domain_common_shutdown()
230 __efc_domain_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, in __efc_domain_init() argument
237 switch (evt) { in __efc_domain_init()
352 __efc_domain_common(__func__, ctx, evt, arg); in __efc_domain_init()
358 enum efc_sm_event evt, voi in __efc_domain_wait_alloc()
171 __efc_domain_common(const char *funcname, struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_domain_common() argument
193 __efc_domain_common_shutdown(const char *funcname, struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_domain_common_shutdown() argument
357 __efc_domain_wait_alloc(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_domain_wait_alloc() argument
459 __efc_domain_allocated(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_domain_allocated() argument
544 __efc_domain_wait_attach(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_domain_wait_attach() argument
625 __efc_domain_ready(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_domain_ready() argument
695 __efc_domain_wait_nports_free(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_domain_wait_nports_free() argument
724 __efc_domain_wait_shutdown(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_domain_wait_shutdown() argument
774 __efc_domain_wait_domain_lost(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_domain_wait_domain_lost() argument
[all...]
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dtime.c200 static int xen_timerop_shutdown(struct clock_event_device *evt) in xen_timerop_shutdown() argument
209 struct clock_event_device *evt) in xen_timerop_set_next_event()
211 WARN_ON(!clockevent_state_oneshot(evt)); in xen_timerop_set_next_event()
240 static int xen_vcpuop_shutdown(struct clock_event_device *evt) in xen_vcpuop_shutdown() argument
253 static int xen_vcpuop_set_oneshot(struct clock_event_device *evt) in xen_vcpuop_set_oneshot() argument
265 struct clock_event_device *evt) in xen_vcpuop_set_next_event()
271 WARN_ON(!clockevent_state_oneshot(evt)); in xen_vcpuop_set_next_event()
306 struct clock_event_device evt; member
309 static DEFINE_PER_CPU(struct xen_clock_event_device, xen_clock_events) = { .evt.irq = -1 };
313 struct clock_event_device *evt in xen_timer_interrupt() local
208 xen_timerop_set_next_event(unsigned long delta, struct clock_event_device *evt) xen_timerop_set_next_event() argument
264 xen_vcpuop_set_next_event(unsigned long delta, struct clock_event_device *evt) xen_vcpuop_set_next_event() argument
327 struct clock_event_device *evt; xen_teardown_timer() local
339 struct clock_event_device *evt = &xevt->evt; xen_setup_timer() local
[all...]
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dtime.c208 static int xen_timerop_shutdown(struct clock_event_device *evt) in xen_timerop_shutdown() argument
217 struct clock_event_device *evt) in xen_timerop_set_next_event()
219 WARN_ON(!clockevent_state_oneshot(evt)); in xen_timerop_set_next_event()
248 static int xen_vcpuop_shutdown(struct clock_event_device *evt) in xen_vcpuop_shutdown() argument
261 static int xen_vcpuop_set_oneshot(struct clock_event_device *evt) in xen_vcpuop_set_oneshot() argument
273 struct clock_event_device *evt) in xen_vcpuop_set_next_event()
279 WARN_ON(!clockevent_state_oneshot(evt)); in xen_vcpuop_set_next_event()
314 struct clock_event_device evt; member
317 static DEFINE_PER_CPU(struct xen_clock_event_device, xen_clock_events) = { .evt.irq = -1 };
321 struct clock_event_device *evt in xen_timer_interrupt() local
216 xen_timerop_set_next_event(unsigned long delta, struct clock_event_device *evt) xen_timerop_set_next_event() argument
272 xen_vcpuop_set_next_event(unsigned long delta, struct clock_event_device *evt) xen_vcpuop_set_next_event() argument
335 struct clock_event_device *evt; xen_teardown_timer() local
347 struct clock_event_device *evt = &xevt->evt; xen_setup_timer() local
[all...]
/kernel/linux/linux-5.10/drivers/clocksource/
H A Ddw_apb_timer.c38 ced_to_dw_apb_ced(struct clock_event_device *evt) in ced_to_dw_apb_ced() argument
40 return container_of(evt, struct dw_apb_clock_event_device, ced); in ced_to_dw_apb_ced()
97 struct clock_event_device *evt = data; in dw_apb_clockevent_irq() local
98 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt); in dw_apb_clockevent_irq()
100 if (!evt->event_handler) { in dw_apb_clockevent_irq()
108 evt->event_handler(evt); in dw_apb_clockevent_irq()
121 static int apbt_shutdown(struct clock_event_device *evt) in apbt_shutdown() argument
123 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt); in apbt_shutdown()
127 cpumask_first(evt in apbt_shutdown()
135 apbt_set_oneshot(struct clock_event_device *evt) apbt_set_oneshot() argument
167 apbt_set_periodic(struct clock_event_device *evt) apbt_set_periodic() argument
193 apbt_resume(struct clock_event_device *evt) apbt_resume() argument
204 apbt_next_event(unsigned long delta, struct clock_event_device *evt) apbt_next_event() argument
[all...]
H A Dtimer-ixp4xx.c73 to_ixp4xx_timer(struct clock_event_device *evt) in to_ixp4xx_timer() argument
75 return container_of(evt, struct ixp4xx_timer, clkevt); in to_ixp4xx_timer()
96 struct clock_event_device *evt = &tmr->clkevt; in ixp4xx_timer_interrupt() local
102 evt->event_handler(evt); in ixp4xx_timer_interrupt()
108 struct clock_event_device *evt) in ixp4xx_set_next_event()
110 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_next_event()
122 static int ixp4xx_shutdown(struct clock_event_device *evt) in ixp4xx_shutdown() argument
124 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_shutdown()
134 static int ixp4xx_set_oneshot(struct clock_event_device *evt) in ixp4xx_set_oneshot() argument
107 ixp4xx_set_next_event(unsigned long cycles, struct clock_event_device *evt) ixp4xx_set_next_event() argument
144 ixp4xx_set_periodic(struct clock_event_device *evt) ixp4xx_set_periodic() argument
156 ixp4xx_resume(struct clock_event_device *evt) ixp4xx_resume() argument
[all...]
H A Dtimer-npcm7xx.c56 static int npcm7xx_timer_resume(struct clock_event_device *evt) in npcm7xx_timer_resume() argument
58 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_resume()
68 static int npcm7xx_timer_shutdown(struct clock_event_device *evt) in npcm7xx_timer_shutdown() argument
70 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_shutdown()
80 static int npcm7xx_timer_oneshot(struct clock_event_device *evt) in npcm7xx_timer_oneshot() argument
82 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_oneshot()
93 static int npcm7xx_timer_periodic(struct clock_event_device *evt) in npcm7xx_timer_periodic() argument
95 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_periodic()
108 static int npcm7xx_clockevent_set_next_event(unsigned long evt, in npcm7xx_clockevent_set_next_event() argument
114 writel(evt, timer_of_bas in npcm7xx_clockevent_set_next_event()
124 struct clock_event_device *evt = (struct clock_event_device *)dev_id; npcm7xx_timer0_interrupt() local
[all...]
H A Dbcm2835_timer.c33 struct clock_event_device evt; member
47 struct bcm2835_timer, evt); in bcm2835_time_set_next_event()
60 event_handler = READ_ONCE(timer->evt.event_handler); in bcm2835_time_interrupt()
62 event_handler(&timer->evt); in bcm2835_time_interrupt()
110 timer->evt.name = node->name; in bcm2835_timer_init()
111 timer->evt.rating = 300; in bcm2835_timer_init()
112 timer->evt.features = CLOCK_EVT_FEAT_ONESHOT; in bcm2835_timer_init()
113 timer->evt.set_next_event = bcm2835_time_set_next_event; in bcm2835_timer_init()
114 timer->evt.cpumask = cpumask_of(0); in bcm2835_timer_init()
123 clockevents_config_and_register(&timer->evt, fre in bcm2835_timer_init()
[all...]
H A Dtimer-fttmr010.c105 int (*timer_shutdown)(struct clock_event_device *evt);
117 static inline struct fttmr010 *to_fttmr010(struct clock_event_device *evt) in to_fttmr010() argument
119 return container_of(evt, struct fttmr010, clkevt); in to_fttmr010()
143 struct clock_event_device *evt) in fttmr010_timer_set_next_event()
145 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_set_next_event()
149 fttmr010->timer_shutdown(evt); in fttmr010_timer_set_next_event()
171 static int ast2600_timer_shutdown(struct clock_event_device *evt) in ast2600_timer_shutdown() argument
173 struct fttmr010 *fttmr010 = to_fttmr010(evt); in ast2600_timer_shutdown()
181 static int fttmr010_timer_shutdown(struct clock_event_device *evt) in fttmr010_timer_shutdown() argument
183 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_shutdown()
142 fttmr010_timer_set_next_event(unsigned long cycles, struct clock_event_device *evt) fttmr010_timer_set_next_event() argument
194 fttmr010_timer_set_oneshot(struct clock_event_device *evt) fttmr010_timer_set_oneshot() argument
219 fttmr010_timer_set_periodic(struct clock_event_device *evt) fttmr010_timer_set_periodic() argument
256 struct clock_event_device *evt = dev_id; fttmr010_timer_interrupt() local
264 struct clock_event_device *evt = dev_id; ast2600_timer_interrupt() local
[all...]
H A Ddummy_timer.c18 struct clock_event_device *evt = per_cpu_ptr(&dummy_timer_evt, cpu); in dummy_timer_starting_cpu() local
20 evt->name = "dummy_timer"; in dummy_timer_starting_cpu()
21 evt->features = CLOCK_EVT_FEAT_PERIODIC | in dummy_timer_starting_cpu()
24 evt->rating = 100; in dummy_timer_starting_cpu()
25 evt->cpumask = cpumask_of(cpu); in dummy_timer_starting_cpu()
27 clockevents_register_device(evt); in dummy_timer_starting_cpu()
/kernel/linux/linux-6.6/drivers/clocksource/
H A Ddw_apb_timer.c38 ced_to_dw_apb_ced(struct clock_event_device *evt) in ced_to_dw_apb_ced() argument
40 return container_of(evt, struct dw_apb_clock_event_device, ced); in ced_to_dw_apb_ced()
97 struct clock_event_device *evt = data; in dw_apb_clockevent_irq() local
98 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt); in dw_apb_clockevent_irq()
100 if (!evt->event_handler) { in dw_apb_clockevent_irq()
108 evt->event_handler(evt); in dw_apb_clockevent_irq()
121 static int apbt_shutdown(struct clock_event_device *evt) in apbt_shutdown() argument
123 struct dw_apb_clock_event_device *dw_ced = ced_to_dw_apb_ced(evt); in apbt_shutdown()
127 cpumask_first(evt in apbt_shutdown()
135 apbt_set_oneshot(struct clock_event_device *evt) apbt_set_oneshot() argument
167 apbt_set_periodic(struct clock_event_device *evt) apbt_set_periodic() argument
193 apbt_resume(struct clock_event_device *evt) apbt_resume() argument
204 apbt_next_event(unsigned long delta, struct clock_event_device *evt) apbt_next_event() argument
[all...]
H A Dtimer-ixp4xx.c62 to_ixp4xx_timer(struct clock_event_device *evt) in to_ixp4xx_timer() argument
64 return container_of(evt, struct ixp4xx_timer, clkevt); in to_ixp4xx_timer()
85 struct clock_event_device *evt = &tmr->clkevt; in ixp4xx_timer_interrupt() local
91 evt->event_handler(evt); in ixp4xx_timer_interrupt()
97 struct clock_event_device *evt) in ixp4xx_set_next_event()
99 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_next_event()
111 static int ixp4xx_shutdown(struct clock_event_device *evt) in ixp4xx_shutdown() argument
113 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_shutdown()
123 static int ixp4xx_set_oneshot(struct clock_event_device *evt) in ixp4xx_set_oneshot() argument
96 ixp4xx_set_next_event(unsigned long cycles, struct clock_event_device *evt) ixp4xx_set_next_event() argument
133 ixp4xx_set_periodic(struct clock_event_device *evt) ixp4xx_set_periodic() argument
145 ixp4xx_resume(struct clock_event_device *evt) ixp4xx_resume() argument
[all...]
H A Dtimer-npcm7xx.c56 static int npcm7xx_timer_resume(struct clock_event_device *evt) in npcm7xx_timer_resume() argument
58 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_resume()
68 static int npcm7xx_timer_shutdown(struct clock_event_device *evt) in npcm7xx_timer_shutdown() argument
70 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_shutdown()
80 static int npcm7xx_timer_oneshot(struct clock_event_device *evt) in npcm7xx_timer_oneshot() argument
82 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_oneshot()
93 static int npcm7xx_timer_periodic(struct clock_event_device *evt) in npcm7xx_timer_periodic() argument
95 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer_periodic()
108 static int npcm7xx_clockevent_set_next_event(unsigned long evt, in npcm7xx_clockevent_set_next_event() argument
114 writel(evt, timer_of_bas in npcm7xx_clockevent_set_next_event()
124 struct clock_event_device *evt = (struct clock_event_device *)dev_id; npcm7xx_timer0_interrupt() local
[all...]
H A Dbcm2835_timer.c33 struct clock_event_device evt; member
47 struct bcm2835_timer, evt); in bcm2835_time_set_next_event()
60 event_handler = READ_ONCE(timer->evt.event_handler); in bcm2835_time_interrupt()
62 event_handler(&timer->evt); in bcm2835_time_interrupt()
110 timer->evt.name = node->name; in bcm2835_timer_init()
111 timer->evt.rating = 300; in bcm2835_timer_init()
112 timer->evt.features = CLOCK_EVT_FEAT_ONESHOT; in bcm2835_timer_init()
113 timer->evt.set_next_event = bcm2835_time_set_next_event; in bcm2835_timer_init()
114 timer->evt.cpumask = cpumask_of(0); in bcm2835_timer_init()
123 clockevents_config_and_register(&timer->evt, fre in bcm2835_timer_init()
[all...]
H A Dtimer-fttmr010.c105 int (*timer_shutdown)(struct clock_event_device *evt);
117 static inline struct fttmr010 *to_fttmr010(struct clock_event_device *evt) in to_fttmr010() argument
119 return container_of(evt, struct fttmr010, clkevt); in to_fttmr010()
143 struct clock_event_device *evt) in fttmr010_timer_set_next_event()
145 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_set_next_event()
149 fttmr010->timer_shutdown(evt); in fttmr010_timer_set_next_event()
171 static int ast2600_timer_shutdown(struct clock_event_device *evt) in ast2600_timer_shutdown() argument
173 struct fttmr010 *fttmr010 = to_fttmr010(evt); in ast2600_timer_shutdown()
181 static int fttmr010_timer_shutdown(struct clock_event_device *evt) in fttmr010_timer_shutdown() argument
183 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_shutdown()
142 fttmr010_timer_set_next_event(unsigned long cycles, struct clock_event_device *evt) fttmr010_timer_set_next_event() argument
194 fttmr010_timer_set_oneshot(struct clock_event_device *evt) fttmr010_timer_set_oneshot() argument
219 fttmr010_timer_set_periodic(struct clock_event_device *evt) fttmr010_timer_set_periodic() argument
256 struct clock_event_device *evt = dev_id; fttmr010_timer_interrupt() local
264 struct clock_event_device *evt = dev_id; ast2600_timer_interrupt() local
[all...]
H A Ddummy_timer.c18 struct clock_event_device *evt = per_cpu_ptr(&dummy_timer_evt, cpu); in dummy_timer_starting_cpu() local
20 evt->name = "dummy_timer"; in dummy_timer_starting_cpu()
21 evt->features = CLOCK_EVT_FEAT_PERIODIC | in dummy_timer_starting_cpu()
24 evt->rating = 100; in dummy_timer_starting_cpu()
25 evt->cpumask = cpumask_of(cpu); in dummy_timer_starting_cpu()
27 clockevents_register_device(evt); in dummy_timer_starting_cpu()
H A Dtimer-goldfish.c48 static int goldfish_timer_set_oneshot(struct clock_event_device *evt) in goldfish_timer_set_oneshot() argument
50 struct goldfish_timer *timerdrv = ced_to_gf(evt); in goldfish_timer_set_oneshot()
60 static int goldfish_timer_shutdown(struct clock_event_device *evt) in goldfish_timer_shutdown() argument
62 struct goldfish_timer *timerdrv = ced_to_gf(evt); in goldfish_timer_shutdown()
71 struct clock_event_device *evt) in goldfish_timer_next_event()
73 struct goldfish_timer *timerdrv = ced_to_gf(evt); in goldfish_timer_next_event()
90 struct clock_event_device *evt = &timerdrv->ced; in goldfish_timer_irq() local
95 evt->event_handler(evt); in goldfish_timer_irq()
70 goldfish_timer_next_event(unsigned long delta, struct clock_event_device *evt) goldfish_timer_next_event() argument
/kernel/linux/linux-6.6/net/tipc/
H A Dsubscr.c46 struct tipc_subscr *s = &sub->evt.s; in tipc_sub_send_event()
47 struct tipc_event *evt = &sub->evt; in tipc_sub_send_event() local
51 tipc_evt_write(evt, event, event); in tipc_sub_send_event()
53 tipc_evt_write(evt, found_lower, p->sr.lower); in tipc_sub_send_event()
54 tipc_evt_write(evt, found_upper, p->sr.upper); in tipc_sub_send_event()
55 tipc_evt_write(evt, port.ref, p->sk.ref); in tipc_sub_send_event()
56 tipc_evt_write(evt, port.node, p->sk.node); in tipc_sub_send_event()
58 tipc_evt_write(evt, found_lower, s->seq.lower); in tipc_sub_send_event()
59 tipc_evt_write(evt, found_uppe in tipc_sub_send_event()
[all...]
/kernel/linux/linux-5.10/net/tipc/
H A Dsubscr.c45 struct tipc_event *evt = &sub->evt; in tipc_sub_send_event() local
49 tipc_evt_write(evt, event, event); in tipc_sub_send_event()
50 tipc_evt_write(evt, found_lower, found_lower); in tipc_sub_send_event()
51 tipc_evt_write(evt, found_upper, found_upper); in tipc_sub_send_event()
52 tipc_evt_write(evt, port.ref, port); in tipc_sub_send_event()
53 tipc_evt_write(evt, port.node, node); in tipc_sub_send_event()
54 tipc_topsrv_queue_evt(sub->net, sub->conid, event, evt); in tipc_sub_send_event()
80 struct tipc_subscr *s = &sub->evt.s; in tipc_sub_report_overlap()
106 struct tipc_subscr *s = &sub->evt in tipc_sub_timeout()
[all...]
/kernel/linux/linux-5.10/arch/openrisc/kernel/
H A Dtime.c68 struct clock_event_device *evt = in openrisc_clockevent_init() local
75 evt->broadcast = tick_broadcast; in openrisc_clockevent_init()
77 evt->name = "openrisc_timer_clockevent", in openrisc_clockevent_init()
78 evt->features = CLOCK_EVT_FEAT_ONESHOT, in openrisc_clockevent_init()
79 evt->rating = 300, in openrisc_clockevent_init()
80 evt->set_next_event = openrisc_timer_set_next_event, in openrisc_clockevent_init()
82 evt->cpumask = cpumask_of(cpu); in openrisc_clockevent_init()
85 clockevents_config_and_register(evt, cpuinfo->clock_frequency, in openrisc_clockevent_init()
113 struct clock_event_device *evt = in timer_interrupt() local
122 evt in timer_interrupt()
[all...]
/kernel/linux/linux-6.6/arch/openrisc/kernel/
H A Dtime.c72 struct clock_event_device *evt = in openrisc_clockevent_init() local
79 evt->broadcast = tick_broadcast; in openrisc_clockevent_init()
81 evt->name = "openrisc_timer_clockevent", in openrisc_clockevent_init()
82 evt->features = CLOCK_EVT_FEAT_ONESHOT, in openrisc_clockevent_init()
83 evt->rating = 300, in openrisc_clockevent_init()
84 evt->set_next_event = openrisc_timer_set_next_event, in openrisc_clockevent_init()
86 evt->cpumask = cpumask_of(cpu); in openrisc_clockevent_init()
89 clockevents_config_and_register(evt, cpuinfo->clock_frequency, in openrisc_clockevent_init()
117 struct clock_event_device *evt = in timer_interrupt() local
126 evt in timer_interrupt()
[all...]

Completed in 13 milliseconds

12345678910>>...22