/linux-6.3-rc2/drivers/scsi/elx/libefc/ |
A D | efc_fabric.h | 19 enum efc_sm_event evt, void *arg); 22 enum efc_sm_event evt, void *arg); 25 enum efc_sm_event evt, void *arg); 28 enum efc_sm_event evt, void *arg); 32 enum efc_sm_event evt, void *arg); 44 enum efc_sm_event evt, void *arg); 47 enum efc_sm_event evt, void *arg); 50 enum efc_sm_event evt, void *arg); 53 enum efc_sm_event evt, void *arg); 62 enum efc_sm_event evt, void *arg); [all …]
|
A D | efc_fabric.c | 58 switch (evt) { in __efc_fabric_common() 83 switch (evt) { in __efc_fabric_init() 141 switch (evt) { in __efc_fabric_flogi_wait_rsp() 246 switch (evt) { in __efc_vport_fabric_init() 269 switch (evt) { in __efc_fabric_fdisc_wait_rsp() 362 switch (evt) { in __efc_fabric_wait_domain_attach() 403 switch (evt) { in __efc_fabric_idle() 420 switch (evt) { in __efc_ns_init() 442 switch (evt) { in __efc_ns_plogi_wait_rsp() 477 switch (evt) { in __efc_ns_wait_node_attach() [all …]
|
A D | efc_device.c | 53 switch (evt) { in __efc_d_common() 96 switch (evt) { in __efc_d_wait_del_node() 154 switch (evt) { in __efc_d_wait_del_ini_tgt() 208 switch (evt) { in __efc_d_initiate_shutdown() 323 switch (evt) { in __efc_d_wait_loop() 380 switch (evt) { in __efc_d_wait_plogi_acc_cmpl() 417 switch (evt) { in __efc_d_wait_logo_rsp() 518 switch (evt) { in __efc_d_init() 698 switch (evt) { in __efc_d_wait_plogi_rsp() 820 switch (evt) { in __efc_d_wait_plogi_rsp_recvd_prli() [all …]
|
A D | efc_device.h | 26 enum efc_sm_event evt, void *arg); 29 enum efc_sm_event evt, void *arg); 37 enum efc_sm_event evt, void *arg); 40 enum efc_sm_event evt, void *arg); 43 enum efc_sm_event evt, void *arg); 46 enum efc_sm_event evt, void *arg); 49 enum efc_sm_event evt, void *arg); 52 enum efc_sm_event evt, void *arg); 58 enum efc_sm_event evt, void *arg); 61 enum efc_sm_event evt, void *arg); [all …]
|
A D | efc_node.h | 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, 135 enum efc_sm_event evt, void *arg); 138 enum efc_sm_event evt, void *arg); 141 enum efc_sm_event evt, void *arg); 144 enum efc_sm_event evt, void *arg); 153 enum efc_sm_event evt, void *arg); [all …]
|
A D | efc_domain.h | 20 __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,
|
A D | efc_node.c | 372 switch (evt) { in __efc_node_shutdown() 474 switch (evt) { in __efc_node_wait_els_shutdown() 548 switch (evt) { in __efc_node_wait_node_free() 598 switch (evt) { in __efc_node_wait_ios_shutdown() 634 efc_sm_event_name(evt)); in __efc_node_wait_ios_shutdown() 655 switch (evt) { in __efc_node_common() 739 efc_sm_event_name(evt)); in __efc_node_common() 748 efc_sm_event_name(evt)); in __efc_node_common() 896 switch (evt) { in __efc_node_paused() 931 enum efc_sm_event evt; in efc_node_recv_els_frame() member [all …]
|
A D | efc_domain.c | 176 switch (evt) { in __efc_domain_common() 198 switch (evt) { in __efc_domain_common_shutdown() 237 switch (evt) { in __efc_domain_init() 364 switch (evt) { in __efc_domain_wait_alloc() 466 switch (evt) { in __efc_domain_allocated() 504 __func__, evt); in __efc_domain_allocated() 551 switch (evt) { in __efc_domain_wait_attach() 631 switch (evt) { in __efc_domain_ready() 703 switch (evt) { in __efc_domain_wait_nports_free() 731 switch (evt) { in __efc_domain_wait_shutdown() [all …]
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | mce.c | 242 evt, sizeof(*evt)); in machine_check_ue_event() 251 struct machine_check_event evt; in machine_check_queue_event() local 263 &evt, sizeof(evt)); in machine_check_queue_event() 287 struct machine_check_event *evt; in machine_process_ue_event() local 437 if (evt->version != MCE_V1) { in machine_check_print_event_info() 439 evt->version); in machine_check_print_event_info() 442 switch (evt->severity) { in machine_check_print_event_info() 462 switch(evt->initiator) { in machine_check_print_event_info() 484 switch (evt->error_type) { in machine_check_print_event_info() 566 if (ea && evt->srr0 != ea) { in machine_check_print_event_info() [all …]
|
/linux-6.3-rc2/drivers/clocksource/ |
A D | exynos_mct.c | 340 evt->event_handler(evt); in exynos4_mct_comp_isr() 407 mevt = container_of(evt, struct mct_clock_event_device, evt); in exynos4_tick_set_next_event() 416 mevt = container_of(evt, struct mct_clock_event_device, evt); in set_state_shutdown() 427 mevt = container_of(evt, struct mct_clock_event_device, evt); in set_state_periodic() 438 struct clock_event_device *evt = &mevt->evt; in exynos4_mct_tick_isr() local 450 evt->event_handler(evt); in exynos4_mct_tick_isr() 459 struct clock_event_device *evt = &mevt->evt; in exynos4_mct_starting_cpu() local 479 if (evt->irq == -1) in exynos4_mct_starting_cpu() 497 struct clock_event_device *evt = &mevt->evt; in exynos4_mct_dying_cpu() local 499 evt->set_state_shutdown(evt); in exynos4_mct_dying_cpu() [all …]
|
A D | timer-qcom.c | 39 struct clock_event_device *evt = dev_id; in msm_timer_interrupt() local 41 if (clockevent_state_oneshot(evt)) { in msm_timer_interrupt() 46 evt->event_handler(evt); in msm_timer_interrupt() 51 struct clock_event_device *evt) in msm_timer_set_next_event() argument 104 evt->irq = msm_timer_irq; in msm_local_timer_starting_cpu() 105 evt->name = "msm_timer"; in msm_local_timer_starting_cpu() 107 evt->rating = 200; in msm_local_timer_starting_cpu() 110 evt->tick_resume = msm_timer_shutdown; in msm_local_timer_starting_cpu() 112 evt->cpumask = cpumask_of(cpu); in msm_local_timer_starting_cpu() 133 evt->set_state_shutdown(evt); in msm_local_timer_dying_cpu() [all …]
|
A D | timer-armada-370-xp.c | 159 struct clock_event_device *evt = dev_id; in armada_370_xp_timer_interrupt() local 162 evt->event_handler(evt); in armada_370_xp_timer_interrupt() 181 evt->name = "armada_370_xp_per_cpu_tick"; in armada_370_xp_timer_starting_cpu() 182 evt->features = CLOCK_EVT_FEAT_ONESHOT | in armada_370_xp_timer_starting_cpu() 184 evt->shift = 32; in armada_370_xp_timer_starting_cpu() 185 evt->rating = 300; in armada_370_xp_timer_starting_cpu() 191 evt->irq = armada_370_xp_clkevt_irq; in armada_370_xp_timer_starting_cpu() 192 evt->cpumask = cpumask_of(cpu); in armada_370_xp_timer_starting_cpu() 195 enable_percpu_irq(evt->irq, 0); in armada_370_xp_timer_starting_cpu() 204 evt->set_state_shutdown(evt); in armada_370_xp_timer_dying_cpu() [all …]
|
A D | timer-rda.c | 69 struct timer_of *to = to_timer_of(evt); in rda_ostimer_set_state_shutdown() 78 struct timer_of *to = to_timer_of(evt); in rda_ostimer_set_state_oneshot() 87 struct timer_of *to = to_timer_of(evt); in rda_ostimer_set_state_periodic() 93 evt->mult) >> evt->shift; in rda_ostimer_set_state_periodic() 99 static int rda_ostimer_tick_resume(struct clock_event_device *evt) in rda_ostimer_tick_resume() argument 104 static int rda_ostimer_set_next_event(unsigned long evt, in rda_ostimer_set_next_event() argument 109 rda_ostimer_start(timer_of_base(to), false, evt); in rda_ostimer_set_next_event() 116 struct clock_event_device *evt = dev_id; in rda_ostimer_interrupt() local 117 struct timer_of *to = to_timer_of(evt); in rda_ostimer_interrupt() 123 if (evt->event_handler) in rda_ostimer_interrupt() [all …]
|
A D | timer-fttmr010.c | 143 struct clock_event_device *evt) in fttmr010_timer_set_next_event() argument 145 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_set_next_event() 149 fttmr010->timer_shutdown(evt); in fttmr010_timer_set_next_event() 173 struct fttmr010 *fttmr010 = to_fttmr010(evt); in ast2600_timer_shutdown() 183 struct fttmr010 *fttmr010 = to_fttmr010(evt); in fttmr010_timer_shutdown() 200 fttmr010->timer_shutdown(evt); in fttmr010_timer_set_oneshot() 226 fttmr010->timer_shutdown(evt); in fttmr010_timer_set_periodic() 256 struct clock_event_device *evt = dev_id; in fttmr010_timer_interrupt() local 258 evt->event_handler(evt); in fttmr010_timer_interrupt() 264 struct clock_event_device *evt = dev_id; in ast2600_timer_interrupt() local [all …]
|
A D | timer-npcm7xx.c | 56 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() 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_base(to) + NPCM7XX_REG_TICR0); in npcm7xx_clockevent_set_next_event() 125 struct timer_of *to = to_timer_of(evt); in npcm7xx_timer0_interrupt() [all …]
|
A D | dw_apb_timer.c | 38 ced_to_dw_apb_ced(struct clock_event_device *evt) in ced_to_dw_apb_ced() argument 97 struct clock_event_device *evt = data; in dw_apb_clockevent_irq() local 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 127 cpumask_first(evt->cpumask)); in apbt_shutdown() 141 cpumask_first(evt->cpumask)); in apbt_set_oneshot() 174 cpumask_first(evt->cpumask)); in apbt_set_periodic() 193 static int apbt_resume(struct clock_event_device *evt) in apbt_resume() argument 198 cpumask_first(evt->cpumask)); in apbt_resume() [all …]
|
A D | timer-ixp4xx.c | 62 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() argument 99 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_next_event() 113 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_shutdown() 125 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_oneshot() 135 struct ixp4xx_timer *tmr = to_ixp4xx_timer(evt); in ixp4xx_set_periodic() 145 static int ixp4xx_resume(struct clock_event_device *evt) in ixp4xx_resume() argument [all …]
|
A D | bcm2835_timer.c | 33 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, freq, 0xf, 0xffffffff); in bcm2835_timer_init()
|
/linux-6.3-rc2/drivers/scsi/ibmvscsi/ |
A D | ibmvfc.c | 223 entry->evt = evt; in ibmvfc_trc_start() 260 entry->evt = evt; in ibmvfc_trc_end() 1074 evt->done(evt); in ibmvfc_complete_purge() 1543 evt->_done(evt); in ibmvfc_locked_done() 1687 *evt->xfer_iu = evt->iu; in ibmvfc_send_event() 1745 evt->done(evt); in ibmvfc_send_event() 1996 *evt->sync_iu = *evt->xfer_iu; in ibmvfc_sync_completion() 2396 if (evt->cmnd && evt->cmnd->device == device) in ibmvfc_match_lun() 2625 if (evt->cmnd && evt->cmnd->device == sdev) { in ibmvfc_cancel_all_sq() 3762 evt->done(evt); in ibmvfc_tasklet() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/ath/wil6210/ |
A D | wmi.c | 776 evt->mac, evt->numof_additional_mids); in wmi_evt_ready() 973 if (len != sizeof(*evt) + evt->beacon_ie_len + evt->assoc_req_len + in wmi_evt_connect() 977 len, (int)sizeof(*evt), evt->beacon_ie_len, in wmi_evt_connect() 978 evt->assoc_req_len, evt->assoc_resp_len); in wmi_evt_connect() 988 evt->bssid, ch, evt->cid, evt->aid); in wmi_evt_connect() 1032 wil->sta[evt->cid].status, evt->cid); in wmi_evt_connect() 1107 wil->sta[evt->cid].aid = evt->aid; in wmi_evt_connect() 1310 evt->ba_param_set, evt->ba_timeout, in wmi_evt_addba_rx_req() 2635 memset(&evt, 0, sizeof(evt)); in wmi_rx_chain_add() 3655 evt.evt.status); in wmi_mgmt_tx() [all …]
|
/linux-6.3-rc2/arch/xtensa/kernel/ |
A D | time.c | 56 struct clock_event_device evt; member 83 static int ccount_timer_shutdown(struct clock_event_device *evt) in ccount_timer_shutdown() argument 86 container_of(evt, struct ccount_timer, evt); in ccount_timer_shutdown() 89 disable_irq_nosync(evt->irq); in ccount_timer_shutdown() 98 container_of(evt, struct ccount_timer, evt); in ccount_timer_set_oneshot() 101 enable_irq(evt->irq); in ccount_timer_set_oneshot() 108 .evt = { 120 struct clock_event_device *evt = &this_cpu_ptr(&ccount_timer)->evt; in timer_interrupt() local 123 evt->event_handler(evt); in timer_interrupt() 134 struct clock_event_device *clockevent = &timer->evt; in local_timer_setup() [all …]
|
/linux-6.3-rc2/arch/x86/xen/ |
A D | time.c | 321 struct clock_event_device *evt = this_cpu_ptr(&xen_clock_events.evt); in xen_timer_interrupt() local 325 if (evt->event_handler) { in xen_timer_interrupt() 326 evt->event_handler(evt); in xen_timer_interrupt() 336 evt = &per_cpu(xen_clock_events, cpu).evt; in xen_teardown_timer() 338 if (evt->irq >= 0) { in xen_teardown_timer() 340 evt->irq = -1; in xen_teardown_timer() 347 struct clock_event_device *evt = &xevt->evt; in xen_setup_timer() local 350 WARN(evt->irq >= 0, "IRQ%d for CPU%d is already allocated\n", evt->irq, cpu); in xen_setup_timer() 351 if (evt->irq >= 0) in xen_setup_timer() 364 memcpy(evt, xen_clockevent, sizeof(*evt)); in xen_setup_timer() [all …]
|
/linux-6.3-rc2/arch/openrisc/kernel/ |
A D | time.c | 70 struct clock_event_device *evt = in openrisc_clockevent_init() local 77 evt->broadcast = tick_broadcast; in openrisc_clockevent_init() 79 evt->name = "openrisc_timer_clockevent", in openrisc_clockevent_init() 80 evt->features = CLOCK_EVT_FEAT_ONESHOT, in openrisc_clockevent_init() 81 evt->rating = 300, in openrisc_clockevent_init() 82 evt->set_next_event = openrisc_timer_set_next_event, in openrisc_clockevent_init() 84 evt->cpumask = cpumask_of(cpu); in openrisc_clockevent_init() 87 clockevents_config_and_register(evt, cpuinfo->clock_frequency, in openrisc_clockevent_init() 115 struct clock_event_device *evt = in timer_interrupt() local 124 evt->event_handler(evt); in timer_interrupt()
|
/linux-6.3-rc2/net/tipc/ |
A D | subscr.c | 46 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() 60 tipc_evt_write(evt, port.ref, 0); in tipc_sub_send_event() 61 tipc_evt_write(evt, port.node, 0); in tipc_sub_send_event() 156 memcpy(&sub->evt.s, s, sizeof(*s)); in tipc_sub_subscribe() [all …]
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | hpet.c | 74 return container_of(evt, struct hpet_channel, evt); in clockevent_to_channel() 305 delta >>= evt->shift; in hpet_clkevt_set_state_periodic() 400 struct clock_event_device *evt = &hc->evt; in hpet_init_clockevent() local 402 evt->rating = rating; in hpet_init_clockevent() 403 evt->irq = hc->irq; in hpet_init_clockevent() 625 struct clock_event_device *evt = &hc->evt; in hpet_msi_interrupt_handler() local 632 evt->event_handler(evt); in hpet_msi_interrupt_handler() 655 struct clock_event_device *evt = &hc->evt; in init_one_hpet_msi_clockevent() local 1284 struct clock_event_device *evt = &hpet_base.channels[0].evt; in hpet_rtc_timer_init() local 1382 struct clock_event_device *evt = &hpet_base.channels[0].evt; in hpet_set_periodic_freq() local [all …]
|