| /kernel/linux/linux-4.19/include/sound/ |
| D | asequencer.h | 30 #define snd_seq_event_bounce_ext_data(ev) ((void*)((char *)(ev)->data.ext.ptr + sizeof(struct snd_s… argument 36 #define snd_seq_ev_is_result_type(ev) ((ev)->type < 5) argument 38 #define snd_seq_ev_is_channel_type(ev) ((ev)->type >= 5 && (ev)->type < 20) argument 40 #define snd_seq_ev_is_note_type(ev) ((ev)->type >= 5 && (ev)->type < 10) argument 42 #define snd_seq_ev_is_control_type(ev) ((ev)->type >= 10 && (ev)->type < 20) argument 44 #define snd_seq_ev_is_queue_type(ev) ((ev)->type >= 30 && (ev)->type < 40) argument 46 #define snd_seq_ev_is_message_type(ev) ((ev)->type >= 60 && (ev)->type < 69) argument 48 #define snd_seq_ev_is_sample_type(ev) ((ev)->type >= 70 && (ev)->type < 79) argument 50 #define snd_seq_ev_is_user_type(ev) ((ev)->type >= 90 && (ev)->type < 99) argument 52 #define snd_seq_ev_is_fixed_type(ev) ((ev)->type < 100) argument [all …]
|
| /kernel/linux/linux-5.10/include/sound/ |
| 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 …]
|
| /kernel/linux/linux-5.10/net/llc/ |
| 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
|
| /kernel/linux/linux-4.19/net/llc/ |
| 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
|
| /kernel/linux/linux-4.19/sound/core/seq/oss/ |
| D | seq_oss_event.c | 55 snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in snd_seq_oss_process_event() 108 old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in old_event() 134 extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in extended_event() 188 chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_voice_event() 209 chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_common_event() 236 timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in timing_event() 271 local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in local_event() 287 …_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) in note_on_event() 348 …off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) in note_off_event() 385 …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 …]
|
| /kernel/linux/linux-5.10/sound/core/seq/oss/ |
| 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 …]
|
| /kernel/linux/linux-5.10/sound/core/seq/ |
| 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 …]
|
| 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 90 int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev) in snd_seq_system_notify() 101 static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic,… in event_input_timer()
|
| /kernel/linux/linux-4.19/sound/core/seq/ |
| D | seq_midi_event.c | 190 struct snd_seq_event *ev) in snd_midi_event_encode_byte() 258 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in note_event() 266 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_ctrl_event() 273 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in pitchbend_ctrl_event() 280 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in two_param_ctrl_event() 288 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_event() 294 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in songpos_event() 304 struct snd_seq_event *ev) in snd_midi_event_decode() 361 static void note_decode(struct snd_seq_event *ev, unsigned char *buf) in note_decode() 368 static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf) in one_param_decode() [all …]
|
| D | seq_system.c | 70 static int setheader(struct snd_seq_event * ev, int client, int port) in setheader() 96 struct snd_seq_event ev; in snd_seq_system_broadcast() local 105 int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev) in snd_seq_system_notify() 116 static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic,… in event_input_timer()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_events.c | 95 struct kfd_event *ev) in allocate_event_notification_slot() 153 struct kfd_event *ev; in lookup_signaled_event_by_partial_id() local 183 struct kfd_event *ev) in create_signal_event() 212 static int create_other_event(struct kfd_process *p, struct kfd_event *ev) in create_other_event() 238 static void destroy_event(struct kfd_process *p, struct kfd_event *ev) in destroy_event() 257 struct kfd_event *ev; in destroy_events() local 287 static bool event_can_be_gpu_signaled(const struct kfd_event *ev) in event_can_be_gpu_signaled() 293 static bool event_can_be_cpu_signaled(const struct kfd_event *ev) in event_can_be_cpu_signaled() 328 struct kfd_event *ev = kzalloc(sizeof(*ev), GFP_KERNEL); in kfd_event_create() local 372 struct kfd_event *ev; in kfd_event_destroy() local [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_events.c | 95 struct kfd_event *ev) in allocate_event_notification_slot() 153 struct kfd_event *ev; in lookup_signaled_event_by_partial_id() local 183 struct kfd_event *ev) in create_signal_event() 212 static int create_other_event(struct kfd_process *p, struct kfd_event *ev) in create_other_event() 238 static void destroy_event(struct kfd_process *p, struct kfd_event *ev) in destroy_event() 257 struct kfd_event *ev; in destroy_events() local 287 static bool event_can_be_gpu_signaled(const struct kfd_event *ev) in event_can_be_gpu_signaled() 293 static bool event_can_be_cpu_signaled(const struct kfd_event *ev) in event_can_be_cpu_signaled() 328 struct kfd_event *ev = kzalloc(sizeof(*ev), GFP_KERNEL); in kfd_event_create() local 373 struct kfd_event *ev; in kfd_event_destroy() local [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/libsas/ |
| D | sas_event.c | 100 const int ev = DISCE_REVALIDATE_DOMAIN; in sas_enable_revalidation() local 120 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_port_event_worker() local 128 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phy_event_worker() local 136 struct asd_sas_event *ev) in __sas_notify_port_event() 155 struct asd_sas_event *ev; in sas_notify_port_event_gfp() local 167 struct asd_sas_event *ev; in sas_notify_port_event() local 179 struct asd_sas_event *ev) in __sas_notify_phy_event() 198 struct asd_sas_event *ev; in sas_notify_phy_event_gfp() local 210 struct asd_sas_event *ev; in sas_notify_phy_event() local
|
| 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
|
| /kernel/linux/linux-5.10/kernel/locking/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/net/ipa/ |
| D | gsi_reg.h | 111 #define GSI_EV_CH_E_CNTXT_0_OFFSET(ev) \ argument 113 #define GSI_EE_N_EV_CH_E_CNTXT_0_OFFSET(ev, ee) \ argument 122 #define GSI_EV_CH_E_CNTXT_1_OFFSET(ev) \ argument 124 #define GSI_EE_N_EV_CH_E_CNTXT_1_OFFSET(ev, ee) \ argument 128 #define GSI_EV_CH_E_CNTXT_2_OFFSET(ev) \ argument 130 #define GSI_EE_N_EV_CH_E_CNTXT_2_OFFSET(ev, ee) \ argument 133 #define GSI_EV_CH_E_CNTXT_3_OFFSET(ev) \ argument 135 #define GSI_EE_N_EV_CH_E_CNTXT_3_OFFSET(ev, ee) \ argument 138 #define GSI_EV_CH_E_CNTXT_4_OFFSET(ev) \ argument 140 #define GSI_EE_N_EV_CH_E_CNTXT_4_OFFSET(ev, ee) \ argument [all …]
|
| /kernel/linux/linux-4.19/drivers/connector/ |
| D | cn_proc.c | 79 struct proc_event *ev; in proc_fork_connector() local 109 struct proc_event *ev; in proc_exec_connector() local 133 struct proc_event *ev; in proc_id_connector() local 171 struct proc_event *ev; in proc_sid_connector() local 195 struct proc_event *ev; in proc_ptrace_connector() local 227 struct proc_event *ev; in proc_comm_connector() local 252 struct proc_event *ev; in proc_coredump_connector() local 285 struct proc_event *ev; in proc_exit_connector() local 328 struct proc_event *ev; in cn_proc_ack() local
|
| /kernel/linux/linux-5.10/drivers/connector/ |
| D | cn_proc.c | 72 struct proc_event *ev; in proc_fork_connector() local 102 struct proc_event *ev; in proc_exec_connector() local 126 struct proc_event *ev; in proc_id_connector() local 164 struct proc_event *ev; in proc_sid_connector() local 188 struct proc_event *ev; in proc_ptrace_connector() local 220 struct proc_event *ev; in proc_comm_connector() local 245 struct proc_event *ev; in proc_coredump_connector() local 278 struct proc_event *ev; in proc_exit_connector() local 321 struct proc_event *ev; in cn_proc_ack() local
|
| /kernel/linux/linux-4.19/drivers/scsi/libsas/ |
| D | sas_phy.c | 35 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_loss_of_signal() local 45 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_oob_done() local 54 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_oob_error() local 83 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_spinup_hold() local 95 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_resume_timeout() local 112 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_shutdown() local
|
| D | sas_event.c | 117 const int ev = DISCE_REVALIDATE_DOMAIN; in sas_enable_revalidation() local 137 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_port_event_worker() local 145 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phy_event_worker() local 153 struct asd_sas_event *ev; in sas_notify_port_event() local 174 struct asd_sas_event *ev; in sas_notify_phy_event() local
|
| /kernel/linux/linux-5.10/samples/uhid/ |
| 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
|
| /kernel/linux/linux-4.19/samples/uhid/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/media/rc/ |
| D | rc-ir-raw.c | 23 struct ir_raw_event ev; in ir_raw_event_thread() local 74 int ir_raw_event_store(struct rc_dev *dev, struct ir_raw_event *ev) in ir_raw_event_store() 105 struct ir_raw_event ev = {}; in ir_raw_event_store_edge() local 129 int ir_raw_event_store_with_timeout(struct rc_dev *dev, struct ir_raw_event *ev) in ir_raw_event_store_with_timeout() 169 int ir_raw_event_store_with_filter(struct rc_dev *dev, struct ir_raw_event *ev) in ir_raw_event_store_with_filter() 318 int ir_raw_gen_manchester(struct ir_raw_event **ev, unsigned int max, in ir_raw_gen_manchester() 400 int ir_raw_gen_pd(struct ir_raw_event **ev, unsigned int max, in ir_raw_gen_pd() 459 int ir_raw_gen_pl(struct ir_raw_event **ev, unsigned int max, in ir_raw_gen_pl() 565 struct ir_raw_event ev = { in ir_raw_edge_handle() local
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | uhid.c | 72 static void uhid_queue(struct uhid_device *uhid, struct uhid_event *ev) in uhid_queue() 91 struct uhid_event *ev; in uhid_queue_event() local 109 struct uhid_event *ev; in uhid_hid_start() local 163 struct uhid_event *ev, in __uhid_report_queue_and_wait() 192 const struct uhid_event *ev) in uhid_report_wake_up() 217 struct uhid_event *ev; in uhid_hid_get_report() local 259 struct uhid_event *ev; in uhid_hid_set_report() local 332 struct uhid_event *ev; in uhid_hid_output_raw() local 470 const struct uhid_event *ev) in uhid_dev_create2() 533 struct uhid_event *ev) in uhid_dev_create() [all …]
|
| /kernel/linux/linux-4.19/drivers/hid/ |
| D | uhid.c | 75 static void uhid_queue(struct uhid_device *uhid, struct uhid_event *ev) in uhid_queue() 94 struct uhid_event *ev; in uhid_queue_event() local 112 struct uhid_event *ev; in uhid_hid_start() local 166 struct uhid_event *ev, in __uhid_report_queue_and_wait() 195 const struct uhid_event *ev) in uhid_report_wake_up() 220 struct uhid_event *ev; in uhid_hid_get_report() local 262 struct uhid_event *ev; in uhid_hid_set_report() local 335 struct uhid_event *ev; in uhid_hid_output_raw() local 473 const struct uhid_event *ev) in uhid_dev_create2() 536 struct uhid_event *ev) in uhid_dev_create() [all …]
|