Home
last modified time | relevance | path

Searched defs:evt (Results 1 – 25 of 210) sorted by relevance

123456789

/linux-6.6.21/drivers/scsi/lpfc/
Dlpfc_nportdisc.c1132 void *arg, uint32_t evt) in lpfc_disc_illegal()
1156 void *arg, uint32_t evt) in lpfc_cmpl_plogi_illegal()
1177 void *arg, uint32_t evt) in lpfc_rcv_plogi_unused_node()
1191 void *arg, uint32_t evt) in lpfc_rcv_els_unused_node()
1199 void *arg, uint32_t evt) in lpfc_rcv_logo_unused_node()
1213 void *arg, uint32_t evt) in lpfc_cmpl_logo_unused_node()
1220 void *arg, uint32_t evt) in lpfc_device_rm_unused_node()
1228 void *arg, uint32_t evt) in lpfc_device_recov_unused_node()
1235 void *arg, uint32_t evt) in lpfc_rcv_plogi_plogi_issue()
1286 void *arg, uint32_t evt) in lpfc_rcv_prli_plogi_issue()
[all …]
/linux-6.6.21/drivers/scsi/elx/libefc/
Defc_fabric.c52 enum efc_sm_event evt, void *arg) in __efc_fabric_common()
73 __efc_fabric_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, in __efc_fabric_init()
132 enum efc_sm_event evt, void *arg) in __efc_fabric_flogi_wait_rsp()
238 enum efc_sm_event evt, void *arg) in __efc_vport_fabric_init()
260 enum efc_sm_event evt, void *arg) in __efc_fabric_fdisc_wait_rsp()
354 enum efc_sm_event evt, void *arg) in __efc_fabric_wait_domain_attach()
394 __efc_fabric_idle(struct efc_sm_ctx *ctx, enum efc_sm_event evt, in __efc_fabric_idle()
412 __efc_ns_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) in __efc_ns_init()
433 enum efc_sm_event evt, void *arg) in __efc_ns_plogi_wait_rsp()
469 enum efc_sm_event evt, void *arg) in __efc_ns_wait_node_attach()
[all …]
Defc_device.c45 enum efc_sm_event evt, void *arg) in __efc_d_common()
83 enum efc_sm_event evt, void *arg) in __efc_d_wait_del_node()
146 enum efc_sm_event evt, void *arg) in __efc_d_wait_del_ini_tgt()
199 enum efc_sm_event evt, void *arg) in __efc_d_initiate_shutdown()
315 enum efc_sm_event evt, void *arg) in __efc_d_wait_loop()
372 enum efc_sm_event evt, void *arg) in __efc_d_wait_plogi_acc_cmpl()
409 enum efc_sm_event evt, void *arg) in __efc_d_wait_logo_rsp()
504 __efc_d_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) in __efc_d_init()
688 enum efc_sm_event evt, void *arg) in __efc_d_wait_plogi_rsp()
810 enum efc_sm_event evt, void *arg) in __efc_d_wait_plogi_rsp_recvd_prli()
[all …]
Defc_domain.c172 enum efc_sm_event evt, void *arg) in __efc_domain_common()
194 enum efc_sm_event evt, void *arg) in __efc_domain_common_shutdown()
230 __efc_domain_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, in __efc_domain_init()
358 enum efc_sm_event evt, void *arg) in __efc_domain_wait_alloc()
460 enum efc_sm_event evt, void *arg) in __efc_domain_allocated()
545 enum efc_sm_event evt, void *arg) in __efc_domain_wait_attach()
625 __efc_domain_ready(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg) in __efc_domain_ready()
695 __efc_domain_wait_nports_free(struct efc_sm_ctx *ctx, enum efc_sm_event evt, in __efc_domain_wait_nports_free()
725 enum efc_sm_event evt, void *arg) in __efc_domain_wait_shutdown()
775 enum efc_sm_event evt, void *arg) in __efc_domain_wait_domain_lost()
Defc_node.c364 enum efc_sm_event evt, void *arg) in __efc_node_shutdown()
465 enum efc_sm_event evt, void *arg) in __efc_node_wait_els_shutdown()
540 enum efc_sm_event evt, void *arg) in __efc_node_wait_node_free()
589 enum efc_sm_event evt, void *arg) in __efc_node_wait_ios_shutdown()
646 enum efc_sm_event evt, void *arg) in __efc_node_common()
770 enum efc_sm_event evt, void *arg) in efc_node_post_event()
843 efc_node_check_els_req(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg, in efc_node_check_els_req()
852 efc_node_check_ns_req(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg, in efc_node_check_ns_req()
884 enum efc_sm_event evt, void *arg) in __efc_node_paused()
931 enum efc_sm_event evt; in efc_node_recv_els_frame() member
[all …]
/linux-6.6.21/drivers/scsi/ibmvscsi/
Dibmvfc.c212 static void ibmvfc_trc_start(struct ibmvfc_event *evt) in ibmvfc_trc_start()
248 static void ibmvfc_trc_end(struct ibmvfc_event *evt) in ibmvfc_trc_end()
287 #define ibmvfc_trc_start(evt) do { } while (0) argument
288 #define ibmvfc_trc_end(evt) do { } while (0) argument
812 struct ibmvfc_event *evt = &pool->events[i]; in ibmvfc_init_event_pool() local
1009 struct ibmvfc_event *evt) in ibmvfc_valid_event()
1024 static void ibmvfc_free_event(struct ibmvfc_event *evt) in ibmvfc_free_event()
1047 static void ibmvfc_scsi_eh_done(struct ibmvfc_event *evt) in ibmvfc_scsi_eh_done()
1068 struct ibmvfc_event *evt, *pos; in ibmvfc_complete_purge() local
1085 static void ibmvfc_fail_request(struct ibmvfc_event *evt, int error_code) in ibmvfc_fail_request()
[all …]
/linux-6.6.21/arch/m68k/coldfire/
Dpit.c46 static int cf_pit_set_periodic(struct clock_event_device *evt) in cf_pit_set_periodic()
56 static int cf_pit_set_oneshot(struct clock_event_device *evt) in cf_pit_set_oneshot()
64 static int cf_pit_shutdown(struct clock_event_device *evt) in cf_pit_shutdown()
76 struct clock_event_device *evt) in cf_pit_next_event()
100 struct clock_event_device *evt = &cf_pit_clockevent; in pit_tick() local
/linux-6.6.21/drivers/clocksource/
Dtimer-rda.c67 static int rda_ostimer_set_state_shutdown(struct clock_event_device *evt) in rda_ostimer_set_state_shutdown()
76 static int rda_ostimer_set_state_oneshot(struct clock_event_device *evt) in rda_ostimer_set_state_oneshot()
85 static int rda_ostimer_set_state_periodic(struct clock_event_device *evt) in rda_ostimer_set_state_periodic()
99 static int rda_ostimer_tick_resume(struct clock_event_device *evt) in rda_ostimer_tick_resume()
104 static int rda_ostimer_set_next_event(unsigned long evt, in rda_ostimer_set_next_event()
116 struct clock_event_device *evt = dev_id; in rda_ostimer_interrupt() local
Dtimer-ixp4xx.c62 to_ixp4xx_timer(struct clock_event_device *evt) in to_ixp4xx_timer()
85 struct clock_event_device *evt = &tmr->clkevt; in ixp4xx_timer_interrupt() local
97 struct clock_event_device *evt) in ixp4xx_set_next_event()
111 static int ixp4xx_shutdown(struct clock_event_device *evt) in ixp4xx_shutdown()
123 static int ixp4xx_set_oneshot(struct clock_event_device *evt) in ixp4xx_set_oneshot()
133 static int ixp4xx_set_periodic(struct clock_event_device *evt) in ixp4xx_set_periodic()
145 static int ixp4xx_resume(struct clock_event_device *evt) in ixp4xx_resume()
Dtimer-npcm7xx.c56 static int npcm7xx_timer_resume(struct clock_event_device *evt) in npcm7xx_timer_resume()
68 static int npcm7xx_timer_shutdown(struct clock_event_device *evt) in npcm7xx_timer_shutdown()
80 static int npcm7xx_timer_oneshot(struct clock_event_device *evt) in npcm7xx_timer_oneshot()
93 static int npcm7xx_timer_periodic(struct clock_event_device *evt) in npcm7xx_timer_periodic()
108 static int npcm7xx_clockevent_set_next_event(unsigned long evt, in npcm7xx_clockevent_set_next_event()
124 struct clock_event_device *evt = (struct clock_event_device *)dev_id; in npcm7xx_timer0_interrupt() local
Dtimer-owl.c61 static int owl_timer_set_state_shutdown(struct clock_event_device *evt) in owl_timer_set_state_shutdown()
68 static int owl_timer_set_state_oneshot(struct clock_event_device *evt) in owl_timer_set_state_oneshot()
75 static int owl_timer_tick_resume(struct clock_event_device *evt) in owl_timer_tick_resume()
80 static int owl_timer_set_next_event(unsigned long evt, in owl_timer_set_next_event()
107 struct clock_event_device *evt = (struct clock_event_device *)dev_id; in owl_timer1_interrupt() local
Dexynos_mct.c83 struct clock_event_device evt; member
297 struct clock_event_device *evt) in exynos4_comp_set_next_event()
304 static int mct_set_state_shutdown(struct clock_event_device *evt) in mct_set_state_shutdown()
310 static int mct_set_state_periodic(struct clock_event_device *evt) in mct_set_state_periodic()
336 struct clock_event_device *evt = dev_id; in exynos4_mct_comp_isr() local
403 struct clock_event_device *evt) in exynos4_tick_set_next_event()
412 static int set_state_shutdown(struct clock_event_device *evt) in set_state_shutdown()
422 static int set_state_periodic(struct clock_event_device *evt) in set_state_periodic()
438 struct clock_event_device *evt = &mevt->evt; in exynos4_mct_tick_isr() local
459 struct clock_event_device *evt = &mevt->evt; in exynos4_mct_starting_cpu() local
[all …]
Di8253.c111 static int pit_shutdown(struct clock_event_device *evt) in pit_shutdown()
129 static int pit_set_oneshot(struct clock_event_device *evt) in pit_set_oneshot()
137 static int pit_set_periodic(struct clock_event_device *evt) in pit_set_periodic()
155 static int pit_next_event(unsigned long delta, struct clock_event_device *evt) in pit_next_event()
Dtimer-integrator-ap.c60 struct clock_event_device *evt = dev_id; in integrator_timer_interrupt() local
70 static int clkevt_shutdown(struct clock_event_device *evt) in clkevt_shutdown()
79 static int clkevt_set_oneshot(struct clock_event_device *evt) in clkevt_set_oneshot()
89 static int clkevt_set_periodic(struct clock_event_device *evt) in clkevt_set_periodic()
103 static int clkevt_set_next_event(unsigned long next, struct clock_event_device *evt) in clkevt_set_next_event()
Dtimer-fttmr010.c117 static inline struct fttmr010 *to_fttmr010(struct clock_event_device *evt) in to_fttmr010()
143 struct clock_event_device *evt) in fttmr010_timer_set_next_event()
171 static int ast2600_timer_shutdown(struct clock_event_device *evt) in ast2600_timer_shutdown()
181 static int fttmr010_timer_shutdown(struct clock_event_device *evt) in fttmr010_timer_shutdown()
194 static int fttmr010_timer_set_oneshot(struct clock_event_device *evt) in fttmr010_timer_set_oneshot()
219 static int fttmr010_timer_set_periodic(struct clock_event_device *evt) in fttmr010_timer_set_periodic()
256 struct clock_event_device *evt = dev_id; in fttmr010_timer_interrupt() local
264 struct clock_event_device *evt = dev_id; in ast2600_timer_interrupt() local
Ddw_apb_timer.c38 ced_to_dw_apb_ced(struct clock_event_device *evt) in ced_to_dw_apb_ced()
97 struct clock_event_device *evt = data; in dw_apb_clockevent_irq() local
121 static int apbt_shutdown(struct clock_event_device *evt) in apbt_shutdown()
135 static int apbt_set_oneshot(struct clock_event_device *evt) in apbt_set_oneshot()
167 static int apbt_set_periodic(struct clock_event_device *evt) in apbt_set_periodic()
193 static int apbt_resume(struct clock_event_device *evt) in apbt_resume()
205 struct clock_event_device *evt) in apbt_next_event()
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()
125 static int asm9260_timer_shutdown(struct clock_event_device *evt) in asm9260_timer_shutdown()
131 static int asm9260_timer_set_oneshot(struct clock_event_device *evt) in asm9260_timer_set_oneshot()
141 static int asm9260_timer_set_periodic(struct clock_event_device *evt) in asm9260_timer_set_periodic()
169 struct clock_event_device *evt = dev_id; in asm9260_timer_interrupt() local
Dtimer-qcom.c39 struct clock_event_device *evt = dev_id; in msm_timer_interrupt() local
51 struct clock_event_device *evt) in msm_timer_set_next_event()
69 static int msm_timer_shutdown(struct clock_event_device *evt) in msm_timer_shutdown()
101 struct clock_event_device *evt = per_cpu_ptr(msm_evt, cpu); in msm_local_timer_starting_cpu() local
131 struct clock_event_device *evt = per_cpu_ptr(msm_evt, cpu); in msm_local_timer_dying_cpu() local
Dtimer-meson6.c101 static int meson6_shutdown(struct clock_event_device *evt) in meson6_shutdown()
107 static int meson6_set_oneshot(struct clock_event_device *evt) in meson6_set_oneshot()
114 static int meson6_set_periodic(struct clock_event_device *evt) in meson6_set_periodic()
122 static int meson6_clkevt_next_event(unsigned long evt, in meson6_clkevt_next_event()
146 struct clock_event_device *evt = (struct clock_event_device *)dev_id; in meson6_timer_interrupt() local
Dtimer-imx-sysctr.c55 struct clock_event_device *evt) in sysctr_set_next_event()
77 static int sysctr_set_state_oneshot(struct clock_event_device *evt) in sysctr_set_state_oneshot()
82 static int sysctr_set_state_shutdown(struct clock_event_device *evt) in sysctr_set_state_shutdown()
91 struct clock_event_device *evt = dev_id; in sysctr_timer_interrupt() local
/linux-6.6.21/arch/x86/xen/
Dtime.c208 static int xen_timerop_shutdown(struct clock_event_device *evt) in xen_timerop_shutdown()
217 struct clock_event_device *evt) in xen_timerop_set_next_event()
248 static int xen_vcpuop_shutdown(struct clock_event_device *evt) in xen_vcpuop_shutdown()
261 static int xen_vcpuop_set_oneshot(struct clock_event_device *evt) in xen_vcpuop_set_oneshot()
273 struct clock_event_device *evt) in xen_vcpuop_set_next_event()
314 struct clock_event_device evt; member
321 struct clock_event_device *evt = this_cpu_ptr(&xen_clock_events.evt); in xen_timer_interrupt() local
335 struct clock_event_device *evt; in xen_teardown_timer() local
347 struct clock_event_device *evt = &xevt->evt; in xen_setup_timer() local
/linux-6.6.21/drivers/net/wireless/ath/wil6210/
Dwmi.c771 struct wmi_ready_event *evt = d; in wmi_evt_ready() local
958 struct wmi_connect_event *evt = d; in wmi_evt_connect() local
1125 struct wmi_disconnect_event *evt = d; in wmi_evt_disconnect() local
1170 struct wmi_eapol_rx_event *evt = d; in wmi_evt_eapol_rx() local
1219 struct wmi_ring_en_event *evt = d; in wmi_evt_ring_en() local
1268 struct wmi_ba_status_event *evt = d; in wmi_evt_ba_status() local
1301 struct wmi_rcp_addba_req_event *evt = d; in wmi_evt_addba_rx_req() local
1318 struct wmi_delba_event *evt = d; in wmi_evt_delba() local
1559 struct wmi_link_stats_event *evt = d; in wmi_evt_link_stats() local
1845 struct wmi_link_monitor_event *evt = d; in wmi_evt_link_monitor() local
[all …]
/linux-6.6.21/arch/mips/kernel/
Dcevt-gt641xx.c36 struct clock_event_device *evt) in gt641xx_timer0_set_next_event()
54 static int gt641xx_timer0_shutdown(struct clock_event_device *evt) in gt641xx_timer0_shutdown()
68 static int gt641xx_timer0_set_oneshot(struct clock_event_device *evt) in gt641xx_timer0_set_oneshot()
83 static int gt641xx_timer0_set_periodic(struct clock_event_device *evt) in gt641xx_timer0_set_periodic()
Dcevt-txx9.c88 static int txx9tmr_set_state_periodic(struct clock_event_device *evt) in txx9tmr_set_state_periodic()
104 static int txx9tmr_set_state_oneshot(struct clock_event_device *evt) in txx9tmr_set_state_oneshot()
115 static int txx9tmr_set_state_shutdown(struct clock_event_device *evt) in txx9tmr_set_state_shutdown()
126 static int txx9tmr_tick_resume(struct clock_event_device *evt) in txx9tmr_tick_resume()
139 struct clock_event_device *evt) in txx9tmr_set_next_event()
/linux-6.6.21/arch/arm/mach-spear/
Dtime.c93 static inline void spear_timer_shutdown(struct clock_event_device *evt) in spear_timer_shutdown()
102 static int spear_shutdown(struct clock_event_device *evt) in spear_shutdown()
109 static int spear_set_oneshot(struct clock_event_device *evt) in spear_set_oneshot()
123 static int spear_set_periodic(struct clock_event_device *evt) in spear_set_periodic()
172 struct clock_event_device *evt = &clkevt; in spear_timer_interrupt() local

123456789