Home
last modified time | relevance | path

Searched refs:ev (Results 1 – 25 of 196) sorted by relevance

12345678

/linux-3.4.99/drivers/connector/
Dcn_proc.c69 struct proc_event *ev; in proc_fork_connector() local
78 ev = (struct proc_event*)msg->data; in proc_fork_connector()
79 memset(&ev->event_data, 0, sizeof(ev->event_data)); in proc_fork_connector()
80 get_seq(&msg->seq, &ev->cpu); in proc_fork_connector()
82 ev->timestamp_ns = timespec_to_ns(&ts); in proc_fork_connector()
83 ev->what = PROC_EVENT_FORK; in proc_fork_connector()
86 ev->event_data.fork.parent_pid = parent->pid; in proc_fork_connector()
87 ev->event_data.fork.parent_tgid = parent->tgid; in proc_fork_connector()
89 ev->event_data.fork.child_pid = task->pid; in proc_fork_connector()
90 ev->event_data.fork.child_tgid = task->tgid; in proc_fork_connector()
[all …]
/linux-3.4.99/drivers/scsi/
Dscsi_tgt_if.c77 struct tgt_event *ev; in tgt_uspace_send_event() local
84 ev = tgt_head_event(ring, ring->tr_idx); in tgt_uspace_send_event()
85 if (!ev->hdr.status) in tgt_uspace_send_event()
95 memcpy(ev, p, sizeof(*ev)); in tgt_uspace_send_event()
96 ev->hdr.type = type; in tgt_uspace_send_event()
98 ev->hdr.status = 1; in tgt_uspace_send_event()
100 flush_dcache_page(virt_to_page(ev)); in tgt_uspace_send_event()
111 struct tgt_event ev; in scsi_tgt_uspace_send_cmd() local
114 memset(&ev, 0, sizeof(ev)); in scsi_tgt_uspace_send_cmd()
115 ev.p.cmd_req.host_no = shost->host_no; in scsi_tgt_uspace_send_cmd()
[all …]
Dscsi_transport_iscsi.c1344 struct iscsi_uevent *ev; in iscsi_recv_pdu() local
1347 int len = NLMSG_SPACE(sizeof(*ev) + sizeof(struct iscsi_hdr) + in iscsi_recv_pdu()
1363 ev = NLMSG_DATA(nlh); in iscsi_recv_pdu()
1364 memset(ev, 0, sizeof(*ev)); in iscsi_recv_pdu()
1365 ev->transport_handle = iscsi_handle(conn->transport); in iscsi_recv_pdu()
1366 ev->type = ISCSI_KEVENT_RECV_PDU; in iscsi_recv_pdu()
1367 ev->r.recv_req.cid = conn->cid; in iscsi_recv_pdu()
1368 ev->r.recv_req.sid = iscsi_conn_get_sid(conn); in iscsi_recv_pdu()
1369 pdu = (char*)ev + sizeof(*ev); in iscsi_recv_pdu()
1383 struct iscsi_uevent *ev; in iscsi_offload_mesg() local
[all …]
/linux-3.4.99/include/sound/
Dasequencer.h315 #define snd_seq_event_bounce_ext_data(ev) ((void*)((char *)(ev)->data.ext.ptr + sizeof(struct snd_s… argument
321 #define snd_seq_ev_is_result_type(ev) ((ev)->type < 5) argument
323 #define snd_seq_ev_is_channel_type(ev) ((ev)->type >= 5 && (ev)->type < 20) argument
325 #define snd_seq_ev_is_note_type(ev) ((ev)->type >= 5 && (ev)->type < 10) argument
327 #define snd_seq_ev_is_control_type(ev) ((ev)->type >= 10 && (ev)->type < 20) argument
329 #define snd_seq_ev_is_queue_type(ev) ((ev)->type >= 30 && (ev)->type < 40) argument
331 #define snd_seq_ev_is_message_type(ev) ((ev)->type >= 60 && (ev)->type < 69) argument
333 #define snd_seq_ev_is_sample_type(ev) ((ev)->type >= 70 && (ev)->type < 79) argument
335 #define snd_seq_ev_is_user_type(ev) ((ev)->type >= 90 && (ev)->type < 99) argument
337 #define snd_seq_ev_is_fixed_type(ev) ((ev)->type < 100) argument
[all …]
/linux-3.4.99/sound/core/seq/
Dseq_midi_event.c46 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
47 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
48 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
49 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
50 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
51 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev);
52 static void note_decode(struct snd_seq_event *ev, unsigned char *buf);
53 static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf);
54 static void pitchbend_decode(struct snd_seq_event *ev, unsigned char *buf);
55 static void two_param_decode(struct snd_seq_event *ev, unsigned char *buf);
[all …]
Dseq_system.c70 static int setheader(struct snd_seq_event * ev, int client, int port) in setheader() argument
75 memset(ev, 0, sizeof(struct snd_seq_event)); in setheader()
77 ev->flags &= ~SNDRV_SEQ_EVENT_LENGTH_MASK; in setheader()
78 ev->flags |= SNDRV_SEQ_EVENT_LENGTH_FIXED; in setheader()
80 ev->source.client = sysclient; in setheader()
81 ev->source.port = announce_port; in setheader()
82 ev->dest.client = SNDRV_SEQ_ADDRESS_SUBSCRIBERS; in setheader()
86 ev->data.addr.client = client; in setheader()
87 ev->data.addr.port = port; in setheader()
96 struct snd_seq_event ev; in snd_seq_system_broadcast() local
[all …]
Dseq_midi_emul.c84 struct snd_seq_event *ev, in snd_midi_process_event() argument
91 if (ev == NULL || chanset == NULL) { in snd_midi_process_event()
98 if (snd_seq_ev_is_channel_type(ev)) { in snd_midi_process_event()
99 dest_channel = ev->data.note.channel; in snd_midi_process_event()
111 if (ev->type == SNDRV_SEQ_EVENT_NOTE) in snd_midi_process_event()
116 if (ev->type == SNDRV_SEQ_EVENT_NOTEON && ev->data.note.velocity == 0) in snd_midi_process_event()
117 ev->type = SNDRV_SEQ_EVENT_NOTEOFF; in snd_midi_process_event()
120 if (ev->type == SNDRV_SEQ_EVENT_NOTEON || in snd_midi_process_event()
121 ev->type == SNDRV_SEQ_EVENT_NOTEOFF || in snd_midi_process_event()
122 ev->type == SNDRV_SEQ_EVENT_KEYPRESS) { in snd_midi_process_event()
[all …]
/linux-3.4.99/sound/core/seq/oss/
Dseq_oss_event.c34 static int extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
35 … int chn_voice_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
36 …int chn_common_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
37 …tic int timing_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev);
38 static int local_event(struct seq_oss_devinfo *dp, union evrec *event_rec, struct snd_seq_event *ev
39 static int old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev);
40 …on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
41 …ff_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev);
42 …truct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev);
43 …ruct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct snd_seq_event *ev);
[all …]
Dseq_oss_midi.c68 static int send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev);
69 static int send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_mid…
470 struct snd_seq_event ev; in snd_seq_oss_midi_reset() local
474 memset(&ev, 0, sizeof(ev)); in snd_seq_oss_midi_reset()
475 ev.dest.client = mdev->client; in snd_seq_oss_midi_reset()
476 ev.dest.port = mdev->port; in snd_seq_oss_midi_reset()
477 ev.queue = dp->queue; in snd_seq_oss_midi_reset()
478 ev.source.port = dp->port; in snd_seq_oss_midi_reset()
480 ev.type = SNDRV_SEQ_EVENT_SENSING; in snd_seq_oss_midi_reset()
481 snd_seq_oss_dispatch(dp, &ev, 0, 0); in snd_seq_oss_midi_reset()
[all …]
/linux-3.4.99/net/llc/
Dllc_s_ev.c25 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_ev_activation_req() local
27 return ev->type == LLC_SAP_EV_TYPE_SIMPLE && in llc_sap_ev_activation_req()
28 ev->prim_type == LLC_SAP_EV_ACTIVATION_REQ ? 0 : 1; in llc_sap_ev_activation_req()
33 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_ev_rx_ui() local
36 return ev->type == LLC_SAP_EV_TYPE_PDU && LLC_PDU_IS_CMD(pdu) && in llc_sap_ev_rx_ui()
43 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_ev_unitdata_req() local
45 return ev->type == LLC_SAP_EV_TYPE_PRIM && in llc_sap_ev_unitdata_req()
46 ev->prim == LLC_DATAUNIT_PRIM && in llc_sap_ev_unitdata_req()
47 ev->prim_type == LLC_PRIM_TYPE_REQ ? 0 : 1; in llc_sap_ev_unitdata_req()
53 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_ev_xid_req() local
[all …]
Dllc_station.c102 llc_station_ev_t ev; member
116 struct llc_station_state_ev *ev = llc_station_ev(skb); in llc_stat_ev_enable_with_dup_addr_check() local
118 return ev->type == LLC_STATION_EV_TYPE_SIMPLE && in llc_stat_ev_enable_with_dup_addr_check()
119 ev->prim_type == in llc_stat_ev_enable_with_dup_addr_check()
125 struct llc_station_state_ev *ev = llc_station_ev(skb); in llc_stat_ev_enable_without_dup_addr_check() local
127 return ev->type == LLC_STATION_EV_TYPE_SIMPLE && in llc_stat_ev_enable_without_dup_addr_check()
128 ev->prim_type == in llc_stat_ev_enable_without_dup_addr_check()
134 struct llc_station_state_ev *ev = llc_station_ev(skb); in llc_stat_ev_ack_tmr_exp_lt_retry_cnt_max_retry() local
136 return ev->type == LLC_STATION_EV_TYPE_ACK_TMR && in llc_stat_ev_ack_tmr_exp_lt_retry_cnt_max_retry()
143 struct llc_station_state_ev *ev = llc_station_ev(skb); in llc_stat_ev_ack_tmr_exp_eq_retry_cnt_max_retry() local
[all …]
Dllc_c_st.c46 .ev = llc_conn_ev_disc_req,
63 .ev = llc_conn_ev_rst_req,
83 .ev = llc_conn_ev_rx_sabme_cmd_pbit_set_x,
99 .ev = llc_conn_ev_rx_disc_cmd_pbit_set_x,
118 .ev = llc_conn_ev_rx_frmr_rsp_fbit_set_x,
133 .ev = llc_conn_ev_rx_dm_rsp_fbit_set_x,
149 .ev = llc_conn_ev_rx_zzz_cmd_pbit_set_x_inval_nr,
165 .ev = llc_conn_ev_rx_i_cmd_pbit_set_x_inval_ns,
181 .ev = llc_conn_ev_rx_zzz_rsp_fbit_set_x_inval_nr,
197 .ev = llc_conn_ev_rx_i_rsp_fbit_set_x_inval_ns,
[all …]
Dllc_sap.c97 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_rtn_pdu() local
102 ev->prim = LLC_TEST_PRIM; break; in llc_sap_rtn_pdu()
104 ev->prim = LLC_XID_PRIM; break; in llc_sap_rtn_pdu()
106 ev->prim = LLC_DATAUNIT_PRIM; break; in llc_sap_rtn_pdu()
108 ev->ind_cfm_flag = LLC_IND; in llc_sap_rtn_pdu()
131 for (next_trans = curr_state->transitions; next_trans[i]->ev; i++) in llc_find_sap_trans()
132 if (!next_trans[i]->ev(sap, skb)) { in llc_find_sap_trans()
207 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_state_process() local
215 ev->ind_cfm_flag = 0; in llc_sap_state_process()
217 if (ev->ind_cfm_flag == LLC_IND) { in llc_sap_state_process()
[all …]
Dllc_if.c44 struct llc_conn_state_ev *ev; in llc_build_and_send_pkt() local
56 ev = llc_conn_ev(skb); in llc_build_and_send_pkt()
57 ev->type = LLC_CONN_EV_TYPE_PRIM; in llc_build_and_send_pkt()
58 ev->prim = LLC_DATA_PRIM; in llc_build_and_send_pkt()
59 ev->prim_type = LLC_PRIM_TYPE_REQ; in llc_build_and_send_pkt()
103 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_establish_connection() local
105 ev->type = LLC_CONN_EV_TYPE_PRIM; in llc_establish_connection()
106 ev->prim = LLC_CONN_PRIM; in llc_establish_connection()
107 ev->prim_type = LLC_PRIM_TYPE_REQ; in llc_establish_connection()
128 struct llc_conn_state_ev *ev; in llc_send_disc() local
[all …]
/linux-3.4.99/drivers/media/rc/
Dir-jvc-decoder.c46 static int ir_jvc_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_jvc_decode() argument
53 if (!is_timing_event(ev)) { in ir_jvc_decode()
54 if (ev.reset) in ir_jvc_decode()
59 if (!geq_margin(ev.duration, JVC_UNIT, JVC_UNIT / 2)) in ir_jvc_decode()
63 data->state, TO_US(ev.duration), TO_STR(ev.pulse)); in ir_jvc_decode()
69 if (!ev.pulse) in ir_jvc_decode()
72 if (!eq_margin(ev.duration, JVC_HEADER_PULSE, JVC_UNIT / 2)) in ir_jvc_decode()
82 if (ev.pulse) in ir_jvc_decode()
85 if (!eq_margin(ev.duration, JVC_HEADER_SPACE, JVC_UNIT / 2)) in ir_jvc_decode()
92 if (!ev.pulse) in ir_jvc_decode()
[all …]
Dir-rc6-decoder.c86 static int ir_rc6_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_rc6_decode() argument
95 if (!is_timing_event(ev)) { in ir_rc6_decode()
96 if (ev.reset) in ir_rc6_decode()
101 if (!geq_margin(ev.duration, RC6_UNIT, RC6_UNIT / 2)) in ir_rc6_decode()
106 data->state, TO_US(ev.duration), TO_STR(ev.pulse)); in ir_rc6_decode()
108 if (!geq_margin(ev.duration, RC6_UNIT, RC6_UNIT / 2)) in ir_rc6_decode()
114 if (!ev.pulse) in ir_rc6_decode()
120 if (!eq_margin(ev.duration, RC6_PREFIX_PULSE, RC6_UNIT)) in ir_rc6_decode()
128 if (ev.pulse) in ir_rc6_decode()
131 if (!eq_margin(ev.duration, RC6_PREFIX_SPACE, RC6_UNIT / 2)) in ir_rc6_decode()
[all …]
Dir-sony-decoder.c42 static int ir_sony_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_sony_decode() argument
51 if (!is_timing_event(ev)) { in ir_sony_decode()
52 if (ev.reset) in ir_sony_decode()
57 if (!geq_margin(ev.duration, SONY_UNIT, SONY_UNIT / 2)) in ir_sony_decode()
61 data->state, TO_US(ev.duration), TO_STR(ev.pulse)); in ir_sony_decode()
66 if (!ev.pulse) in ir_sony_decode()
69 if (!eq_margin(ev.duration, SONY_HEADER_PULSE, SONY_UNIT / 2)) in ir_sony_decode()
77 if (ev.pulse) in ir_sony_decode()
80 if (!eq_margin(ev.duration, SONY_HEADER_SPACE, SONY_UNIT / 2)) in ir_sony_decode()
87 if (!ev.pulse) in ir_sony_decode()
[all …]
Dir-sanyo-decoder.c55 static int ir_sanyo_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_sanyo_decode() argument
64 if (!is_timing_event(ev)) { in ir_sanyo_decode()
65 if (ev.reset) { in ir_sanyo_decode()
73 data->state, TO_US(ev.duration), TO_STR(ev.pulse)); in ir_sanyo_decode()
78 if (!ev.pulse) in ir_sanyo_decode()
81 if (eq_margin(ev.duration, SANYO_HEADER_PULSE, SANYO_UNIT / 2)) { in ir_sanyo_decode()
90 if (ev.pulse) in ir_sanyo_decode()
93 if (eq_margin(ev.duration, SANYO_HEADER_SPACE, SANYO_UNIT / 2)) { in ir_sanyo_decode()
101 if (!ev.pulse) in ir_sanyo_decode()
104 if (!eq_margin(ev.duration, SANYO_BIT_PULSE, SANYO_UNIT / 2)) in ir_sanyo_decode()
[all …]
Dir-nec-decoder.c48 static int ir_nec_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_nec_decode() argument
58 if (!is_timing_event(ev)) { in ir_nec_decode()
59 if (ev.reset) in ir_nec_decode()
65 data->state, TO_US(ev.duration), TO_STR(ev.pulse)); in ir_nec_decode()
70 if (!ev.pulse) in ir_nec_decode()
73 if (eq_margin(ev.duration, NEC_HEADER_PULSE, NEC_UNIT / 2)) { in ir_nec_decode()
76 } else if (eq_margin(ev.duration, NECX_HEADER_PULSE, NEC_UNIT / 2)) in ir_nec_decode()
86 if (ev.pulse) in ir_nec_decode()
89 if (eq_margin(ev.duration, NEC_HEADER_SPACE, NEC_UNIT / 2)) { in ir_nec_decode()
92 } else if (eq_margin(ev.duration, NEC_REPEAT_SPACE, NEC_UNIT / 2)) { in ir_nec_decode()
[all …]
Dir-rc5-decoder.c49 static int ir_rc5_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_rc5_decode() argument
58 if (!is_timing_event(ev)) { in ir_rc5_decode()
59 if (ev.reset) in ir_rc5_decode()
64 if (!geq_margin(ev.duration, RC5_UNIT, RC5_UNIT / 2)) in ir_rc5_decode()
69 data->state, TO_US(ev.duration), TO_STR(ev.pulse)); in ir_rc5_decode()
71 if (!geq_margin(ev.duration, RC5_UNIT, RC5_UNIT / 2)) in ir_rc5_decode()
77 if (!ev.pulse) in ir_rc5_decode()
84 decrease_duration(&ev, RC5_BIT_START); in ir_rc5_decode()
88 if (!eq_margin(ev.duration, RC5_BIT_START, RC5_UNIT / 2)) in ir_rc5_decode()
92 if (!ev.pulse) in ir_rc5_decode()
[all …]
Dir-rc5-sz-decoder.c45 static int ir_rc5_sz_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_rc5_sz_decode() argument
54 if (!is_timing_event(ev)) { in ir_rc5_sz_decode()
55 if (ev.reset) in ir_rc5_sz_decode()
60 if (!geq_margin(ev.duration, RC5_UNIT, RC5_UNIT / 2)) in ir_rc5_sz_decode()
65 data->state, TO_US(ev.duration), TO_STR(ev.pulse)); in ir_rc5_sz_decode()
67 if (!geq_margin(ev.duration, RC5_UNIT, RC5_UNIT / 2)) in ir_rc5_sz_decode()
73 if (!ev.pulse) in ir_rc5_sz_decode()
79 decrease_duration(&ev, RC5_BIT_START); in ir_rc5_sz_decode()
83 if (!eq_margin(ev.duration, RC5_BIT_START, RC5_UNIT / 2)) in ir_rc5_sz_decode()
87 if (!ev.pulse) in ir_rc5_sz_decode()
[all …]
Dir-raw.c41 struct ir_raw_event ev; in ir_raw_event_thread() local
49 retval = kfifo_out(&raw->kfifo, &ev, sizeof(ev)); in ir_raw_event_thread()
65 BUG_ON(retval != sizeof(ev)); in ir_raw_event_thread()
69 handler->decode(raw->dev, ev); in ir_raw_event_thread()
70 raw->prev_ev = ev; in ir_raw_event_thread()
87 int ir_raw_event_store(struct rc_dev *dev, struct ir_raw_event *ev) in ir_raw_event_store() argument
93 TO_US(ev->duration), TO_STR(ev->pulse)); in ir_raw_event_store()
95 if (kfifo_in(&dev->raw->kfifo, ev, sizeof(*ev)) != sizeof(*ev)) in ir_raw_event_store()
117 DEFINE_IR_RAW_EVENT(ev); in ir_raw_event_store_edge()
135 ev.duration = delta; in ir_raw_event_store_edge()
[all …]
/linux-3.4.99/drivers/s390/net/
Dsmsgiucv_app.c60 static void smsg_app_event_free(struct smsg_app_event *ev) in smsg_app_event_free() argument
62 kfree(ev->buf); in smsg_app_event_free()
63 kfree(ev); in smsg_app_event_free()
69 struct smsg_app_event *ev; in smsg_app_event_alloc() local
71 ev = kzalloc(sizeof(*ev), GFP_ATOMIC); in smsg_app_event_alloc()
72 if (!ev) in smsg_app_event_alloc()
75 ev->buf = kzalloc(ENV_SENDER_LEN + ENV_PREFIX_LEN + in smsg_app_event_alloc()
77 if (!ev->buf) { in smsg_app_event_alloc()
78 kfree(ev); in smsg_app_event_alloc()
83 ev->envp[0] = ev->buf; in smsg_app_event_alloc()
[all …]
/linux-3.4.99/net/bluetooth/
Dhci_event.c1738 struct hci_ev_conn_complete *ev = (void *) skb->data; in hci_conn_complete_evt() local
1745 conn = hci_conn_hash_lookup_ba(hdev, ev->link_type, &ev->bdaddr); in hci_conn_complete_evt()
1747 if (ev->link_type != SCO_LINK) in hci_conn_complete_evt()
1750 conn = hci_conn_hash_lookup_ba(hdev, ESCO_LINK, &ev->bdaddr); in hci_conn_complete_evt()
1757 if (!ev->status) { in hci_conn_complete_evt()
1758 conn->handle = __le16_to_cpu(ev->handle); in hci_conn_complete_evt()
1765 !hci_find_link_key(hdev, &ev->bdaddr)) in hci_conn_complete_evt()
1784 cp.handle = ev->handle; in hci_conn_complete_evt()
1792 cp.handle = ev->handle; in hci_conn_complete_evt()
1800 mgmt_connect_failed(hdev, &ev->bdaddr, conn->type, in hci_conn_complete_evt()
[all …]
/linux-3.4.99/drivers/net/fddi/skfp/
Dqueue.c75 struct event_queue *ev ; /* pointer into queue */ in ev_dispatcher() local
78 ev = smc->q.ev_get ; in ev_dispatcher()
79 PRINTF("dispatch get %x put %x\n",ev,smc->q.ev_put) ; in ev_dispatcher()
80 while (ev != smc->q.ev_put) { in ev_dispatcher()
81 PRINTF("dispatch class %d event %d\n",ev->class,ev->event) ; in ev_dispatcher()
82 switch(class = ev->class) { in ev_dispatcher()
84 ecm(smc,(int)ev->event) ; in ev_dispatcher()
87 cfm(smc,(int)ev->event) ; in ev_dispatcher()
90 rmt(smc,(int)ev->event) ; in ev_dispatcher()
93 smt_event(smc,(int)ev->event) ; in ev_dispatcher()
[all …]

12345678