Home
last modified time | relevance | path

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

123456789

/linux/drivers/scsi/lpfc/
H A Dlpfc_nportdisc.c1163 void *arg, uint32_t evt) in lpfc_disc_illegal()
1186 void *arg, uint32_t evt) in lpfc_cmpl_plogi_illegal()
1207 void *arg, uint32_t evt) in lpfc_rcv_plogi_unused_node()
1221 void *arg, uint32_t evt) in lpfc_rcv_els_unused_node()
1229 void *arg, uint32_t evt) in lpfc_rcv_logo_unused_node()
1243 void *arg, uint32_t evt) in lpfc_cmpl_logo_unused_node()
1250 void *arg, uint32_t evt) in lpfc_device_rm_unused_node()
1258 void *arg, uint32_t evt) in lpfc_device_recov_unused_node()
1265 void *arg, uint32_t evt) in lpfc_rcv_plogi_plogi_issue()
1313 void *arg, uint32_t evt) in lpfc_rcv_prli_plogi_issue()
[all …]
/linux/drivers/scsi/elx/libefc/
H A 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 …]
H A 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 …]
H A 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()
H A 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/drivers/scsi/ibmvscsi/
H A Dibmvfc.c220 static void ibmvfc_trc_start(struct ibmvfc_event *evt) in ibmvfc_trc_start()
256 static void ibmvfc_trc_end(struct ibmvfc_event *evt) in ibmvfc_trc_end()
295 #define ibmvfc_trc_start(evt) do { } while (0) argument
296 #define ibmvfc_trc_end(evt) do { } while (0) argument
820 struct ibmvfc_event *evt = &pool->events[i]; in ibmvfc_init_event_pool() local
1017 struct ibmvfc_event *evt) in ibmvfc_valid_event()
1032 static void ibmvfc_free_event(struct ibmvfc_event *evt) in ibmvfc_free_event()
1061 static void ibmvfc_scsi_eh_done(struct ibmvfc_event *evt) in ibmvfc_scsi_eh_done()
1082 struct ibmvfc_event *evt, *pos; in ibmvfc_complete_purge() local
1099 static void ibmvfc_fail_request(struct ibmvfc_event *evt, int error_code) in ibmvfc_fail_request()
[all …]
/linux/arch/m68k/coldfire/
H A 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/drivers/clocksource/
H A Dtimer-imx-sysctr.c33 static void sysctr_timer_enable(struct clock_event_device *evt, bool enable) in sysctr_timer_enable()
42 static void sysctr_irq_acknowledge(struct clock_event_device *evt) in sysctr_irq_acknowledge()
52 static inline u64 sysctr_read_counter(struct clock_event_device *evt) in sysctr_read_counter()
69 struct clock_event_device *evt) in sysctr_set_next_event()
93 static int sysctr_set_state_oneshot(struct clock_event_device *evt) in sysctr_set_state_oneshot()
98 static int sysctr_set_state_shutdown(struct clock_event_device *evt) in sysctr_set_state_shutdown()
107 struct clock_event_device *evt = dev_id; in sysctr_timer_interrupt() local
H A 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
H A 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()
H A 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
H A 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 …]
H A 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
H A 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()
H A Di8253.c139 static int pit_shutdown(struct clock_event_device *evt) in pit_shutdown()
148 static int pit_set_oneshot(struct clock_event_device *evt) in pit_set_oneshot()
156 static int pit_set_periodic(struct clock_event_device *evt) in pit_set_periodic()
174 static int pit_next_event(unsigned long delta, struct clock_event_device *evt) in pit_next_event()
H A 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
H A 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()
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()
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
H A 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
H A 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
H A Dtimer-tegra.c55 struct clock_event_device *evt) in tegra_timer_set_next_event()
73 static int tegra_timer_shutdown(struct clock_event_device *evt) in tegra_timer_shutdown()
82 static int tegra_timer_set_periodic(struct clock_event_device *evt) in tegra_timer_set_periodic()
95 struct clock_event_device *evt = dev_id; in tegra_timer_isr() local
104 static void tegra_timer_suspend(struct clock_event_device *evt) in tegra_timer_suspend()
111 static void tegra_timer_resume(struct clock_event_device *evt) in tegra_timer_resume()
/linux/arch/x86/xen/
H A 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/drivers/net/wireless/ath/wil6210/
H A Dwmi.c771 struct wmi_ready_event *evt = d; in wmi_evt_ready() local
957 struct wmi_connect_event *evt = d; in wmi_evt_connect() local
1124 struct wmi_disconnect_event *evt = d; in wmi_evt_disconnect() local
1169 struct wmi_eapol_rx_event *evt = d; in wmi_evt_eapol_rx() local
1218 struct wmi_ring_en_event *evt = d; in wmi_evt_ring_en() local
1267 struct wmi_ba_status_event *evt = d; in wmi_evt_ba_status() local
1300 struct wmi_rcp_addba_req_event *evt = d; in wmi_evt_addba_rx_req() local
1317 struct wmi_delba_event *evt = d; in wmi_evt_delba() local
1557 struct wmi_link_stats_event *evt = d; in wmi_evt_link_stats() local
1843 struct wmi_link_monitor_event *evt = d; in wmi_evt_link_monitor() local
[all …]
/linux/arch/mips/kernel/
H A 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()
/linux/arch/arm/mach-spear/
H A 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