/openbmc/linux/include/sound/ |
H A D | asequencer.h | 15 #define snd_seq_event_bounce_ext_data(ev) ((void*)((char *)(ev)->data.ext.ptr + sizeof(struct snd_s… argument 21 #define snd_seq_ev_is_result_type(ev) ((ev)->type < 5) argument 23 #define snd_seq_ev_is_channel_type(ev) ((ev)->type >= 5 && (ev)->type < 20) argument 25 #define snd_seq_ev_is_note_type(ev) ((ev)->type >= 5 && (ev)->type < 10) argument 27 #define snd_seq_ev_is_control_type(ev) ((ev)->type >= 10 && (ev)->type < 20) argument 29 #define snd_seq_ev_is_queue_type(ev) ((ev)->type >= 30 && (ev)->type < 40) argument 31 #define snd_seq_ev_is_message_type(ev) ((ev)->type >= 60 && (ev)->type < 69) argument 33 #define snd_seq_ev_is_sample_type(ev) ((ev)->type >= 70 && (ev)->type < 79) argument 35 #define snd_seq_ev_is_user_type(ev) ((ev)->type >= 90 && (ev)->type < 99) argument 37 #define snd_seq_ev_is_fixed_type(ev) ((ev)->type < 100) argument [all …]
|
/openbmc/linux/net/llc/ |
H A D | llc_s_ev.c | 25 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_ev_activation_req() local 33 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_ev_rx_ui() local 43 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_ev_unitdata_req() local 53 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_ev_xid_req() local 62 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_ev_rx_xid_c() local 72 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_ev_rx_xid_r() local 82 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_ev_test_req() local 91 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_ev_rx_test_c() local 101 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_ev_rx_test_r() local 111 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_ev_deactivation_req() local
|
H A D | llc_c_ev.c | 101 const struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ev_conn_req() local 109 const struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ev_data_req() local 117 const struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ev_disc_req() local 125 const struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ev_rst_req() local 133 const struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ev_local_busy_detected() local 141 const struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ev_local_busy_cleared() local 545 const struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ev_p_tmr_exp() local 552 const struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ev_ack_tmr_exp() local 559 const struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ev_rej_tmr_exp() local 566 const struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ev_busy_tmr_exp() local [all …]
|
H A D | llc_if.c | 46 struct llc_conn_state_ev *ev; in llc_build_and_send_pkt() local 107 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_establish_connection() local 132 struct llc_conn_state_ev *ev; in llc_send_disc() local
|
/openbmc/linux/sound/core/seq/oss/ |
H A D | seq_oss_event.c | 42 snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in snd_seq_oss_process_event() 95 old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in old_event() 121 extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in extended_event() 175 chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_voice_event() 196 chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_common_event() 223 timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in timing_event() 258 local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in local_event() 274 …_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) in note_on_event() 335 …off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) in note_off_event() 372 …struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd_seq_event *ev) in set_note_event() [all …]
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_midi_event.c | 177 struct snd_seq_event *ev) in snd_midi_event_encode_byte() 245 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in note_event() 253 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_ctrl_event() 260 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in pitchbend_ctrl_event() 267 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in two_param_ctrl_event() 275 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_event() 281 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in songpos_event() 291 struct snd_seq_event *ev) in snd_midi_event_decode() 348 static void note_decode(struct snd_seq_event *ev, unsigned char *buf) in note_decode() 355 static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf) in one_param_decode() [all …]
|
H A D | seq_system.c | 55 static int setheader(struct snd_seq_event * ev, int client, int port) in setheader() 81 struct snd_seq_event ev; in snd_seq_system_broadcast() local 91 int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev) in snd_seq_system_notify() 102 static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic,… in event_input_timer()
|
H A D | seq_ump_convert.c | 83 struct snd_seq_event *ev) in ump_midi1_to_note_ev() 92 struct snd_seq_event *ev) in ump_midi1_to_ctrl_ev() 100 struct snd_seq_event *ev) in ump_midi1_to_pitchbend_ev() 109 struct snd_seq_event *ev) in ump_midi1_to_cc_ev() 134 struct snd_seq_event *ev) in cvt_ump_midi1_to_event() 151 struct snd_seq_event *ev) in ump_system_to_one_param_ev() 158 struct snd_seq_event *ev) in ump_system_to_songpos_ev() 184 struct snd_seq_event *ev) in cvt_ump_system_to_event() 204 struct snd_seq_event *ev) in ump_midi2_to_note_ev() 220 struct snd_seq_event *ev) in ump_midi2_to_pitchbend_ev() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_events.c | 95 struct kfd_event *ev, in allocate_event_notification_slot() 159 struct kfd_event *ev; in lookup_signaled_event_by_partial_id() local 188 struct kfd_event *ev, const int *restore_id) in create_signal_event() 217 static int create_other_event(struct kfd_process *p, struct kfd_event *ev, const int *restore_id) in create_other_event() 261 static void destroy_event(struct kfd_process *p, struct kfd_event *ev) in destroy_event() 282 struct kfd_event *ev; in destroy_events() local 314 static bool event_can_be_gpu_signaled(const struct kfd_event *ev) in event_can_be_gpu_signaled() 320 static bool event_can_be_cpu_signaled(const struct kfd_event *ev) in event_can_be_cpu_signaled() 401 struct kfd_event *ev = kzalloc(sizeof(*ev), GFP_KERNEL); in kfd_event_create() local 451 struct kfd_event *ev = NULL; in kfd_criu_restore_event() local [all …]
|
/openbmc/linux/kernel/locking/ |
H A D | lock_events.h | 43 #define lockevent_inc(ev) __lockevent_inc(LOCKEVENT_ ##ev, true) argument 44 #define lockevent_cond_inc(ev, c) __lockevent_inc(LOCKEVENT_ ##ev, c) argument 51 #define lockevent_add(ev, c) __lockevent_add(LOCKEVENT_ ##ev, c) argument 55 #define lockevent_inc(ev) argument 56 #define lockevent_add(ev, c) argument 57 #define lockevent_cond_inc(ev, c) argument
|
/openbmc/linux/drivers/scsi/libsas/ |
H A D | sas_phy.c | 19 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_loss_of_signal() local 28 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_oob_done() local 36 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_oob_error() local 65 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_spinup_hold() local 77 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_resume_timeout() local 94 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_shutdown() local
|
H A D | sas_event.c | 101 const int ev = DISCE_REVALIDATE_DOMAIN; in sas_enable_revalidation() local 126 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_port_event_worker() local 137 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phy_event_worker() local 147 static bool sas_defer_event(struct asd_sas_phy *phy, struct asd_sas_event *ev) in sas_defer_event() 168 struct asd_sas_event *ev; in sas_notify_port_event() local 195 struct asd_sas_event *ev; in sas_notify_phy_event() local
|
H A D | sas_port.c | 275 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_bytes_dmaed() local 283 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_broadcast_rcvd() local 301 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_link_reset_err() local 309 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_timer_event() local 317 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_hard_reset() local
|
/openbmc/linux/samples/uhid/ |
H A D | uhid-example.c | 159 static int uhid_write(int fd, const struct uhid_event *ev) in uhid_write() 178 struct uhid_event ev; in create() local 196 struct uhid_event ev; in destroy() local 208 static void handle_output(struct uhid_event *ev) in handle_output() 227 struct uhid_event ev; in event() local 280 struct uhid_event ev; in send_event() local
|
/openbmc/qemu/trace/ |
H A D | control-internal.h | 22 static inline uint32_t trace_event_get_id(TraceEvent *ev) in trace_event_get_id() 28 static inline const char * trace_event_get_name(TraceEvent *ev) in trace_event_get_name() 34 static inline bool trace_event_get_state_static(TraceEvent *ev) in trace_event_get_state_static() 44 static inline bool trace_event_get_state_dynamic(TraceEvent *ev) in trace_event_get_state_dynamic()
|
H A D | qmp.c | 20 TraceEvent *ev = trace_event_name(name); in check_events() local 38 TraceEvent *ev; in check_events() local 55 TraceEvent *ev; in qmp_trace_event_get_state() local 91 TraceEvent *ev; in qmp_trace_event_set_state() local
|
/openbmc/linux/drivers/connector/ |
H A D | cn_proc.c | 120 struct proc_event *ev; in proc_fork_connector() local 150 struct proc_event *ev; in proc_exec_connector() local 174 struct proc_event *ev; in proc_id_connector() local 212 struct proc_event *ev; in proc_sid_connector() local 236 struct proc_event *ev; in proc_ptrace_connector() local 268 struct proc_event *ev; in proc_comm_connector() local 293 struct proc_event *ev; in proc_coredump_connector() local 326 struct proc_event *ev; in proc_exit_connector() local 369 struct proc_event *ev; in cn_proc_ack() local
|
/openbmc/linux/drivers/media/rc/ |
H A D | rc-ir-raw.c | 23 struct ir_raw_event ev; in ir_raw_event_thread() local 72 int ir_raw_event_store(struct rc_dev *dev, struct ir_raw_event *ev) in ir_raw_event_store() 103 struct ir_raw_event ev = {}; in ir_raw_event_store_edge() local 127 int ir_raw_event_store_with_timeout(struct rc_dev *dev, struct ir_raw_event *ev) in ir_raw_event_store_with_timeout() 167 int ir_raw_event_store_with_filter(struct rc_dev *dev, struct ir_raw_event *ev) in ir_raw_event_store_with_filter() 316 int ir_raw_gen_manchester(struct ir_raw_event **ev, unsigned int max, in ir_raw_gen_manchester() 398 int ir_raw_gen_pd(struct ir_raw_event **ev, unsigned int max, in ir_raw_gen_pd() 457 int ir_raw_gen_pl(struct ir_raw_event **ev, unsigned int max, in ir_raw_gen_pl() 563 struct ir_raw_event ev = { in ir_raw_edge_handle() local
|
/openbmc/linux/drivers/hid/ |
H A D | uhid.c | 92 static void uhid_queue(struct uhid_device *uhid, struct uhid_event *ev) in uhid_queue() 111 struct uhid_event *ev; in uhid_queue_event() local 129 struct uhid_event *ev; in uhid_hid_start() local 183 struct uhid_event *ev, in __uhid_report_queue_and_wait() 212 const struct uhid_event *ev) in uhid_report_wake_up() 237 struct uhid_event *ev; in uhid_hid_get_report() local 279 struct uhid_event *ev; in uhid_hid_set_report() local 352 struct uhid_event *ev; in uhid_hid_output_raw() local 490 const struct uhid_event *ev) in uhid_dev_create2() 553 struct uhid_event *ev) in uhid_dev_create() [all …]
|
/openbmc/linux/block/ |
H A D | disk-events.c | 43 struct disk_events *ev = disk->ev; in disk_events_poll_jiffies() local 75 struct disk_events *ev = disk->ev; in disk_block_events() local 100 struct disk_events *ev = disk->ev; in __disk_unblock_events() local 153 struct disk_events *ev = disk->ev; in disk_flush_events() local 184 static void disk_check_events(struct disk_events *ev, in disk_check_events() 229 struct disk_events *ev = disk->ev; in disk_clear_events() local 314 struct disk_events *ev = container_of(dwork, struct disk_events, dwork); in disk_events_workfn() local 408 struct disk_events *ev; in disk_events_set_dfl_poll_msecs() local 438 struct disk_events *ev; in disk_alloc_events() local
|
/openbmc/linux/tools/perf/tests/ |
H A D | event_update.c | 20 struct perf_record_event_update *ev = (struct perf_record_event_update *)event; in process_event_unit() local 33 struct perf_record_event_update *ev = (struct perf_record_event_update *)event; in process_event_scale() local 52 struct perf_record_event_update *ev = (struct perf_record_event_update *)event; in process_event_name() local 65 struct perf_record_event_update *ev = (struct perf_record_event_update *)event; in process_event_cpus() local
|
/openbmc/phosphor-webui/app/server-control/controllers/ |
H A D | virtual-media-controller.js | 128 this._on_ws_error = function(ev) { argument 132 this._on_ws_close = function(ev) { argument 139 this._on_ws_open = function(ev) { argument 147 this._on_ws_message = function(ev) { argument 367 reader.onload = (function(ev) { argument 375 reader.onerror = (function(ev) { argument
|
/openbmc/webui-vue/src/utilities/ |
H A D | NBDServer.js | 60 this._on_ws_error = function (ev) { argument 64 this._on_ws_close = function (ev) { argument 79 this._on_ws_message = function (ev) { argument 264 reader.onload = function (ev) { argument 271 reader.onerror = function (ev) { argument
|
/openbmc/qemu/ui/ |
H A D | sdl2.c | 371 static void handle_keydown(SDL_Event *ev) in handle_keydown() 460 static void handle_keyup(SDL_Event *ev) in handle_keyup() 472 static void handle_textinput(SDL_Event *ev) in handle_textinput() 486 static void handle_mousemotion(SDL_Event *ev) in handle_mousemotion() 517 static void handle_mousebutton(SDL_Event *ev) in handle_mousebutton() 543 static void handle_mousewheel(SDL_Event *ev) in handle_mousewheel() 571 static void handle_windowevent(SDL_Event *ev) in handle_windowevent() 645 SDL_Event ev1, *ev = &ev1; in sdl2_poll_events() local
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_event.c | 51 u8 ev, size_t len) in hci_ev_skb_pull() 75 u8 ev, size_t len) in hci_le_ev_skb_pull() 2968 struct hci_ev_status *ev = data; in hci_inquiry_complete_evt() local 3027 struct hci_ev_inquiry_result *ev = edata; in hci_inquiry_result_evt() local 3071 struct hci_ev_conn_complete *ev = data; in hci_conn_complete_evt() local 3234 struct hci_ev_conn_request *ev = data; in hci_conn_request_evt() local 3358 struct hci_ev_disconn_complete *ev = data; in hci_disconn_complete_evt() local 3443 struct hci_ev_auth_complete *ev = data; in hci_auth_complete_evt() local 3507 struct hci_ev_remote_name *ev = data; in hci_remote_name_evt() local 3548 struct hci_ev_encrypt_change *ev = data; in hci_encrypt_change_evt() local [all …]
|