Home
last modified time | relevance | path

Searched refs:evt (Results 51 - 75 of 540) sorted by relevance

12345678910>>...22

/kernel/linux/linux-5.10/drivers/clocksource/
H A Dtimer-sun4i.c85 static int sun4i_clkevt_shutdown(struct clock_event_device *evt) in sun4i_clkevt_shutdown() argument
87 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_shutdown()
94 static int sun4i_clkevt_set_oneshot(struct clock_event_device *evt) in sun4i_clkevt_set_oneshot() argument
96 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_oneshot()
104 static int sun4i_clkevt_set_periodic(struct clock_event_device *evt) in sun4i_clkevt_set_periodic() argument
106 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_periodic()
115 static int sun4i_clkevt_next_event(unsigned long evt, in sun4i_clkevt_next_event() argument
121 sun4i_clkevt_time_setup(timer_of_base(to), 0, evt - TIMER_SYNC_TICKS); in sun4i_clkevt_next_event()
134 struct clock_event_device *evt = (struct clock_event_device *)dev_id; in sun4i_timer_interrupt() local
135 struct timer_of *to = to_timer_of(evt); in sun4i_timer_interrupt()
[all...]
H A Dtimer-atcpit100.c121 static int atcpit100_clkevt_next_event(unsigned long evt, in atcpit100_clkevt_next_event() argument
129 writel(evt, timer_of_base(to) + CH0_REL); in atcpit100_clkevt_next_event()
135 static int atcpit100_clkevt_set_periodic(struct clock_event_device *evt) in atcpit100_clkevt_set_periodic() argument
137 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_set_periodic()
144 static int atcpit100_clkevt_shutdown(struct clock_event_device *evt) in atcpit100_clkevt_shutdown() argument
146 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_shutdown()
152 static int atcpit100_clkevt_set_oneshot(struct clock_event_device *evt) in atcpit100_clkevt_set_oneshot() argument
154 struct timer_of *to = to_timer_of(evt); in atcpit100_clkevt_set_oneshot()
166 struct clock_event_device *evt = (struct clock_event_device *)dev_id; in atcpit100_timer_interrupt() local
167 struct timer_of *to = to_timer_of(evt); in atcpit100_timer_interrupt()
[all...]
H A Dmxs_timer.c92 static int timrotv1_set_next_event(unsigned long evt, in timrotv1_set_next_event() argument
96 __raw_writel(evt, mxs_timrot_base + HW_TIMROT_TIMCOUNTn(0)); in timrotv1_set_next_event()
101 static int timrotv2_set_next_event(unsigned long evt, in timrotv2_set_next_event() argument
105 __raw_writel(evt, mxs_timrot_base + HW_TIMROT_FIXED_COUNTn(0)); in timrotv2_set_next_event()
112 struct clock_event_device *evt = dev_id; in mxs_timer_interrupt() local
115 evt->event_handler(evt); in mxs_timer_interrupt()
137 static int mxs_shutdown(struct clock_event_device *evt) in mxs_shutdown() argument
144 static int mxs_set_oneshot(struct clock_event_device *evt) in mxs_set_oneshot() argument
146 if (clockevent_state_oneshot(evt)) in mxs_set_oneshot()
[all...]
H A Dtimer-sp804.c163 struct clock_event_device *evt = dev_id; in sp804_timer_interrupt() local
168 evt->event_handler(evt); in sp804_timer_interrupt()
173 static inline void timer_shutdown(struct clock_event_device *evt) in timer_shutdown() argument
178 static int sp804_shutdown(struct clock_event_device *evt) in sp804_shutdown() argument
180 timer_shutdown(evt); in sp804_shutdown()
184 static int sp804_set_periodic(struct clock_event_device *evt) in sp804_set_periodic() argument
189 timer_shutdown(evt); in sp804_set_periodic()
196 struct clock_event_device *evt) in sp804_set_next_event()
222 struct clock_event_device *evt in sp804_clockevents_init() local
195 sp804_set_next_event(unsigned long next, struct clock_event_device *evt) sp804_set_next_event() argument
[all...]
H A Dtimer-tegra.c55 struct clock_event_device *evt) in tegra_timer_set_next_event()
57 void __iomem *reg_base = timer_of_base(to_timer_of(evt)); in tegra_timer_set_next_event()
73 static int tegra_timer_shutdown(struct clock_event_device *evt) in tegra_timer_shutdown() argument
75 void __iomem *reg_base = timer_of_base(to_timer_of(evt)); in tegra_timer_shutdown()
82 static int tegra_timer_set_periodic(struct clock_event_device *evt) in tegra_timer_set_periodic() argument
84 void __iomem *reg_base = timer_of_base(to_timer_of(evt)); in tegra_timer_set_periodic()
85 unsigned long period = timer_of_period(to_timer_of(evt)); in tegra_timer_set_periodic()
95 struct clock_event_device *evt = dev_id; in tegra_timer_isr() local
96 void __iomem *reg_base = timer_of_base(to_timer_of(evt)); in tegra_timer_isr()
99 evt in tegra_timer_isr()
54 tegra_timer_set_next_event(unsigned long cycles, struct clock_event_device *evt) tegra_timer_set_next_event() argument
104 tegra_timer_suspend(struct clock_event_device *evt) tegra_timer_suspend() argument
111 tegra_timer_resume(struct clock_event_device *evt) tegra_timer_resume() argument
[all...]
H A Dasm9260_timer.c110 struct clock_event_device *evt) in asm9260_timer_set_next_event()
119 static inline void __asm9260_timer_shutdown(struct clock_event_device *evt) in __asm9260_timer_shutdown() argument
125 static int asm9260_timer_shutdown(struct clock_event_device *evt) in asm9260_timer_shutdown() argument
127 __asm9260_timer_shutdown(evt); in asm9260_timer_shutdown()
131 static int asm9260_timer_set_oneshot(struct clock_event_device *evt) in asm9260_timer_set_oneshot() argument
133 __asm9260_timer_shutdown(evt); in asm9260_timer_set_oneshot()
141 static int asm9260_timer_set_periodic(struct clock_event_device *evt) in asm9260_timer_set_periodic() argument
143 __asm9260_timer_shutdown(evt); in asm9260_timer_set_periodic()
169 struct clock_event_device *evt = dev_id; in asm9260_timer_interrupt() local
171 evt in asm9260_timer_interrupt()
109 asm9260_timer_set_next_event(unsigned long delta, struct clock_event_device *evt) asm9260_timer_set_next_event() argument
[all...]
H A Dtimer-owl.c61 static int owl_timer_set_state_shutdown(struct clock_event_device *evt) in owl_timer_set_state_shutdown() argument
68 static int owl_timer_set_state_oneshot(struct clock_event_device *evt) in owl_timer_set_state_oneshot() argument
75 static int owl_timer_tick_resume(struct clock_event_device *evt) in owl_timer_tick_resume() argument
80 static int owl_timer_set_next_event(unsigned long evt, in owl_timer_set_next_event() argument
88 writel(evt, base + OWL_Tx_CMP); in owl_timer_set_next_event()
107 struct clock_event_device *evt = (struct clock_event_device *)dev_id; in owl_timer1_interrupt() local
111 evt->event_handler(evt); in owl_timer1_interrupt()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dcevt-txx9.c88 static int txx9tmr_set_state_periodic(struct clock_event_device *evt) in txx9tmr_set_state_periodic() argument
91 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_set_state_periodic()
98 __raw_writel(((u64)(NSEC_PER_SEC / HZ) * evt->mult) >> evt->shift, in txx9tmr_set_state_periodic()
104 static int txx9tmr_set_state_oneshot(struct clock_event_device *evt) in txx9tmr_set_state_oneshot() argument
107 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_set_state_oneshot()
115 static int txx9tmr_set_state_shutdown(struct clock_event_device *evt) in txx9tmr_set_state_shutdown() argument
118 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_set_state_shutdown()
126 static int txx9tmr_tick_resume(struct clock_event_device *evt) in txx9tmr_tick_resume() argument
129 container_of(evt, struc in txx9tmr_tick_resume()
138 txx9tmr_set_next_event(unsigned long delta, struct clock_event_device *evt) txx9tmr_set_next_event() argument
[all...]
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dcevt-txx9.c88 static int txx9tmr_set_state_periodic(struct clock_event_device *evt) in txx9tmr_set_state_periodic() argument
91 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_set_state_periodic()
98 __raw_writel(((u64)(NSEC_PER_SEC / HZ) * evt->mult) >> evt->shift, in txx9tmr_set_state_periodic()
104 static int txx9tmr_set_state_oneshot(struct clock_event_device *evt) in txx9tmr_set_state_oneshot() argument
107 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_set_state_oneshot()
115 static int txx9tmr_set_state_shutdown(struct clock_event_device *evt) in txx9tmr_set_state_shutdown() argument
118 container_of(evt, struct txx9_clock_event_device, cd); in txx9tmr_set_state_shutdown()
126 static int txx9tmr_tick_resume(struct clock_event_device *evt) in txx9tmr_tick_resume() argument
129 container_of(evt, struc in txx9tmr_tick_resume()
138 txx9tmr_set_next_event(unsigned long delta, struct clock_event_device *evt) txx9tmr_set_next_event() argument
[all...]
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dtimer-sun4i.c83 static int sun4i_clkevt_shutdown(struct clock_event_device *evt) in sun4i_clkevt_shutdown() argument
85 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_shutdown()
92 static int sun4i_clkevt_set_oneshot(struct clock_event_device *evt) in sun4i_clkevt_set_oneshot() argument
94 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_oneshot()
102 static int sun4i_clkevt_set_periodic(struct clock_event_device *evt) in sun4i_clkevt_set_periodic() argument
104 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_periodic()
113 static int sun4i_clkevt_next_event(unsigned long evt, in sun4i_clkevt_next_event() argument
119 sun4i_clkevt_time_setup(timer_of_base(to), 0, evt - TIMER_SYNC_TICKS); in sun4i_clkevt_next_event()
132 struct clock_event_device *evt = dev_id; in sun4i_timer_interrupt() local
133 struct timer_of *to = to_timer_of(evt); in sun4i_timer_interrupt()
[all...]
H A Dmxs_timer.c92 static int timrotv1_set_next_event(unsigned long evt, in timrotv1_set_next_event() argument
96 __raw_writel(evt, mxs_timrot_base + HW_TIMROT_TIMCOUNTn(0)); in timrotv1_set_next_event()
101 static int timrotv2_set_next_event(unsigned long evt, in timrotv2_set_next_event() argument
105 __raw_writel(evt, mxs_timrot_base + HW_TIMROT_FIXED_COUNTn(0)); in timrotv2_set_next_event()
112 struct clock_event_device *evt = dev_id; in mxs_timer_interrupt() local
115 evt->event_handler(evt); in mxs_timer_interrupt()
137 static int mxs_shutdown(struct clock_event_device *evt) in mxs_shutdown() argument
144 static int mxs_set_oneshot(struct clock_event_device *evt) in mxs_set_oneshot() argument
146 if (clockevent_state_oneshot(evt)) in mxs_set_oneshot()
[all...]
H A Dtimer-gxp.c29 struct clock_event_device evt; member
38 return container_of(evt_dev, struct gxp_timer, evt); in to_gxp_timer()
67 timer->evt.event_handler(&timer->evt); in gxp_timer_interrupt()
111 gxp_timer->evt.name = node->name; in gxp_timer_init()
112 gxp_timer->evt.rating = 300; in gxp_timer_init()
113 gxp_timer->evt.features = CLOCK_EVT_FEAT_ONESHOT; in gxp_timer_init()
114 gxp_timer->evt.set_next_event = gxp_time_set_next_event; in gxp_timer_init()
115 gxp_timer->evt.cpumask = cpumask_of(0); in gxp_timer_init()
142 clockevents_config_and_register(&gxp_timer->evt, TIMER0_FRE in gxp_timer_init()
[all...]
H A Dtimer-tegra.c55 struct clock_event_device *evt) in tegra_timer_set_next_event()
57 void __iomem *reg_base = timer_of_base(to_timer_of(evt)); in tegra_timer_set_next_event()
73 static int tegra_timer_shutdown(struct clock_event_device *evt) in tegra_timer_shutdown() argument
75 void __iomem *reg_base = timer_of_base(to_timer_of(evt)); in tegra_timer_shutdown()
82 static int tegra_timer_set_periodic(struct clock_event_device *evt) in tegra_timer_set_periodic() argument
84 void __iomem *reg_base = timer_of_base(to_timer_of(evt)); in tegra_timer_set_periodic()
85 unsigned long period = timer_of_period(to_timer_of(evt)); in tegra_timer_set_periodic()
95 struct clock_event_device *evt = dev_id; in tegra_timer_isr() local
96 void __iomem *reg_base = timer_of_base(to_timer_of(evt)); in tegra_timer_isr()
99 evt in tegra_timer_isr()
54 tegra_timer_set_next_event(unsigned long cycles, struct clock_event_device *evt) tegra_timer_set_next_event() argument
104 tegra_timer_suspend(struct clock_event_device *evt) tegra_timer_suspend() argument
111 tegra_timer_resume(struct clock_event_device *evt) tegra_timer_resume() argument
[all...]
H A Dtimer-sp804.c148 struct clock_event_device *evt = dev_id; in sp804_timer_interrupt() local
153 evt->event_handler(evt); in sp804_timer_interrupt()
158 static inline void evt_timer_shutdown(struct clock_event_device *evt) in evt_timer_shutdown() argument
163 static int sp804_shutdown(struct clock_event_device *evt) in sp804_shutdown() argument
165 evt_timer_shutdown(evt); in sp804_shutdown()
169 static int sp804_set_periodic(struct clock_event_device *evt) in sp804_set_periodic() argument
174 evt_timer_shutdown(evt); in sp804_set_periodic()
181 struct clock_event_device *evt) in sp804_set_next_event()
207 struct clock_event_device *evt in sp804_clockevents_init() local
180 sp804_set_next_event(unsigned long next, struct clock_event_device *evt) sp804_set_next_event() argument
[all...]
H A Dasm9260_timer.c110 struct clock_event_device *evt) in asm9260_timer_set_next_event()
119 static inline void __asm9260_timer_shutdown(struct clock_event_device *evt) in __asm9260_timer_shutdown() argument
125 static int asm9260_timer_shutdown(struct clock_event_device *evt) in asm9260_timer_shutdown() argument
127 __asm9260_timer_shutdown(evt); in asm9260_timer_shutdown()
131 static int asm9260_timer_set_oneshot(struct clock_event_device *evt) in asm9260_timer_set_oneshot() argument
133 __asm9260_timer_shutdown(evt); in asm9260_timer_set_oneshot()
141 static int asm9260_timer_set_periodic(struct clock_event_device *evt) in asm9260_timer_set_periodic() argument
143 __asm9260_timer_shutdown(evt); in asm9260_timer_set_periodic()
169 struct clock_event_device *evt = dev_id; in asm9260_timer_interrupt() local
171 evt in asm9260_timer_interrupt()
109 asm9260_timer_set_next_event(unsigned long delta, struct clock_event_device *evt) asm9260_timer_set_next_event() argument
[all...]
H A Dtimer-msc313e.c91 static int msc313e_timer_clkevt_shutdown(struct clock_event_device *evt) in msc313e_timer_clkevt_shutdown() argument
93 struct timer_of *timer = to_timer_of(evt); in msc313e_timer_clkevt_shutdown()
100 static int msc313e_timer_clkevt_set_oneshot(struct clock_event_device *evt) in msc313e_timer_clkevt_set_oneshot() argument
102 struct timer_of *timer = to_timer_of(evt); in msc313e_timer_clkevt_set_oneshot()
110 static int msc313e_timer_clkevt_set_periodic(struct clock_event_device *evt) in msc313e_timer_clkevt_set_periodic() argument
112 struct timer_of *timer = to_timer_of(evt); in msc313e_timer_clkevt_set_periodic()
121 static int msc313e_timer_clkevt_next_event(unsigned long evt, struct clock_event_device *clkevt) in msc313e_timer_clkevt_next_event() argument
126 msc313e_timer_setup(timer_of_base(timer), evt); in msc313e_timer_clkevt_next_event() local
134 struct clock_event_device *evt = dev_id; in msc313e_timer_clkevt_irq() local
136 evt in msc313e_timer_clkevt_irq()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-comp.h24 #define MM_REG_WAIT(cmd, evt) \
27 typeof(evt) (e) = (evt); \
31 #define MM_REG_WAIT_NO_CLEAR(cmd, evt) \
34 typeof(evt) (e) = (evt); \
38 #define MM_REG_CLEAR(cmd, evt) \
41 typeof(evt) (e) = (evt); \
45 #define MM_REG_SET_EVENT(cmd, evt) \
[all...]
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
H A Defc_nport.c272 enum efc_sm_event evt, void *arg) in __efc_nport_common()
278 switch (evt) { in __efc_nport_common()
315 efc_sm_event_name(evt)); in __efc_nport_common()
321 enum efc_sm_event evt, void *arg) in __efc_nport_allocated()
328 switch (evt) { in __efc_nport_allocated()
339 __efc_nport_common(__func__, ctx, evt, arg); in __efc_nport_allocated()
345 enum efc_sm_event evt, void *arg) in __efc_nport_vport_init()
352 switch (evt) { in __efc_nport_vport_init()
376 __efc_nport_common(__func__, ctx, evt, arg); in __efc_nport_vport_init()
382 enum efc_sm_event evt, voi in __efc_nport_vport_wait_alloc()
271 __efc_nport_common(const char *funcname, struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_nport_common() argument
320 __efc_nport_allocated(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_nport_allocated() argument
344 __efc_nport_vport_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_nport_vport_init() argument
381 __efc_nport_vport_wait_alloc(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_nport_vport_wait_alloc() argument
438 __efc_nport_vport_allocated(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_nport_vport_allocated() argument
493 __efc_nport_attached(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_nport_attached() argument
539 __efc_nport_wait_shutdown(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_nport_wait_shutdown() argument
576 __efc_nport_wait_port_free(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) __efc_nport_wait_port_free() argument
[all...]
/kernel/linux/linux-5.10/arch/nios2/kernel/
H A Dtime.c52 to_nios2_clkevent(struct clock_event_device *evt) in to_nios2_clkevent() argument
54 return container_of(evt, struct nios2_clockevent_dev, ced); in to_nios2_clkevent()
162 struct clock_event_device *evt) in nios2_timer_set_next_event()
164 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_set_next_event()
171 static int nios2_timer_shutdown(struct clock_event_device *evt) in nios2_timer_shutdown() argument
173 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_shutdown()
180 static int nios2_timer_set_periodic(struct clock_event_device *evt) in nios2_timer_set_periodic() argument
183 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_set_periodic()
191 static int nios2_timer_resume(struct clock_event_device *evt) in nios2_timer_resume() argument
193 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_resume()
161 nios2_timer_set_next_event(unsigned long delta, struct clock_event_device *evt) nios2_timer_set_next_event() argument
202 struct clock_event_device *evt = (struct clock_event_device *) dev_id; timer_interrupt() local
[all...]
/kernel/linux/linux-6.6/arch/nios2/kernel/
H A Dtime.c52 to_nios2_clkevent(struct clock_event_device *evt) in to_nios2_clkevent() argument
54 return container_of(evt, struct nios2_clockevent_dev, ced); in to_nios2_clkevent()
162 struct clock_event_device *evt) in nios2_timer_set_next_event()
164 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_set_next_event()
171 static int nios2_timer_shutdown(struct clock_event_device *evt) in nios2_timer_shutdown() argument
173 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_shutdown()
180 static int nios2_timer_set_periodic(struct clock_event_device *evt) in nios2_timer_set_periodic() argument
183 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_set_periodic()
191 static int nios2_timer_resume(struct clock_event_device *evt) in nios2_timer_resume() argument
193 struct nios2_clockevent_dev *nios2_ced = to_nios2_clkevent(evt); in nios2_timer_resume()
161 nios2_timer_set_next_event(unsigned long delta, struct clock_event_device *evt) nios2_timer_set_next_event() argument
202 struct clock_event_device *evt = (struct clock_event_device *) dev_id; timer_interrupt() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-spear/
H A Dtime.c69 static int clockevent_next_event(unsigned long evt,
96 static inline void timer_shutdown(struct clock_event_device *evt) in timer_shutdown() argument
105 static int spear_shutdown(struct clock_event_device *evt) in spear_shutdown() argument
107 timer_shutdown(evt); in spear_shutdown()
112 static int spear_set_oneshot(struct clock_event_device *evt) in spear_set_oneshot() argument
117 timer_shutdown(evt); in spear_set_oneshot()
126 static int spear_set_periodic(struct clock_event_device *evt) in spear_set_periodic() argument
132 timer_shutdown(evt); in spear_set_periodic()
175 struct clock_event_device *evt = &clkevt; in spear_timer_interrupt() local
179 evt in spear_timer_interrupt()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-spear/
H A Dtime.c66 static int clockevent_next_event(unsigned long evt,
93 static inline void spear_timer_shutdown(struct clock_event_device *evt) in spear_timer_shutdown() argument
102 static int spear_shutdown(struct clock_event_device *evt) in spear_shutdown() argument
104 spear_timer_shutdown(evt); in spear_shutdown()
109 static int spear_set_oneshot(struct clock_event_device *evt) in spear_set_oneshot() argument
114 spear_timer_shutdown(evt); in spear_set_oneshot()
123 static int spear_set_periodic(struct clock_event_device *evt) in spear_set_periodic() argument
129 spear_timer_shutdown(evt); in spear_set_periodic()
172 struct clock_event_device *evt = &clkevt; in spear_timer_interrupt() local
176 evt in spear_timer_interrupt()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A Dcsio_rnode.c315 "Unhandled rport_type:%d recv in rdev evt " in csio_confirm_rnode()
600 * @evt - SM event.
604 csio_rns_uninit(struct csio_rnode *rn, enum csio_rn_ev evt) in csio_rns_uninit() argument
609 CSIO_INC_STATS(rn, n_evt_sm[evt]); in csio_rns_uninit()
611 switch (evt) { in csio_rns_uninit()
625 "in rn state[uninit]\n", csio_rn_flowid(rn), evt); in csio_rns_uninit()
631 "in rn state[uninit]\n", csio_rn_flowid(rn), evt); in csio_rns_uninit()
640 * @evt - SM event.
644 csio_rns_ready(struct csio_rnode *rn, enum csio_rn_ev evt) in csio_rns_ready() argument
649 CSIO_INC_STATS(rn, n_evt_sm[evt]); in csio_rns_ready()
729 csio_rns_offline(struct csio_rnode *rn, enum csio_rn_ev evt) csio_rns_offline() argument
788 csio_rns_disappeared(struct csio_rnode *rn, enum csio_rn_ev evt) csio_rns_disappeared() argument
871 enum csio_rn_ev evt; csio_rnode_fwevt_handler() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A Dcsio_rnode.c315 "Unhandled rport_type:%d recv in rdev evt " in csio_confirm_rnode()
600 * @evt - SM event.
604 csio_rns_uninit(struct csio_rnode *rn, enum csio_rn_ev evt) in csio_rns_uninit() argument
609 CSIO_INC_STATS(rn, n_evt_sm[evt]); in csio_rns_uninit()
611 switch (evt) { in csio_rns_uninit()
625 "in rn state[uninit]\n", csio_rn_flowid(rn), evt); in csio_rns_uninit()
631 "in rn state[uninit]\n", csio_rn_flowid(rn), evt); in csio_rns_uninit()
640 * @evt - SM event.
644 csio_rns_ready(struct csio_rnode *rn, enum csio_rn_ev evt) in csio_rns_ready() argument
649 CSIO_INC_STATS(rn, n_evt_sm[evt]); in csio_rns_ready()
729 csio_rns_offline(struct csio_rnode *rn, enum csio_rn_ev evt) csio_rns_offline() argument
788 csio_rns_disappeared(struct csio_rnode *rn, enum csio_rn_ev evt) csio_rns_disappeared() argument
871 enum csio_rn_ev evt; csio_rnode_fwevt_handler() local
[all...]
/kernel/linux/linux-5.10/arch/mips/ralink/
H A Dcevt-rt3352.c39 static int systick_set_oneshot(struct clock_event_device *evt);
40 static int systick_shutdown(struct clock_event_device *evt);
43 struct clock_event_device *evt) in systick_next_event()
48 sdev = container_of(evt, struct systick_device, dev); in systick_next_event()
85 static int systick_shutdown(struct clock_event_device *evt) in systick_shutdown() argument
89 sdev = container_of(evt, struct systick_device, dev); in systick_shutdown()
99 static int systick_set_oneshot(struct clock_event_device *evt) in systick_set_oneshot() argument
105 sdev = container_of(evt, struct systick_device, dev); in systick_set_oneshot()
42 systick_next_event(unsigned long delta, struct clock_event_device *evt) systick_next_event() argument

Completed in 12 milliseconds

12345678910>>...22