Home
last modified time | relevance | path

Searched defs:ev (Results 1 – 25 of 190) sorted by relevance

12345678

/linux/include/sound/
H A Dasequencer.h15 #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 …]
/linux/sound/core/seq/
H A Dseq_midi_event.c171 struct snd_seq_event *ev) in snd_midi_event_encode_byte()
237 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in note_event()
245 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_ctrl_event()
252 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in pitchbend_ctrl_event()
259 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in two_param_ctrl_event()
267 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_event()
273 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in songpos_event()
283 struct snd_seq_event *ev) in snd_midi_event_decode()
340 static void note_decode(struct snd_seq_event *ev, unsigned char *buf) in note_decode()
347 static void one_param_decode(struct snd_seq_event *ev, unsigned char *buf) in one_param_decode()
[all …]
H A Dseq_ump_convert.c83 struct snd_seq_event *ev) in ump_midi1_to_note_ev() argument
92 struct snd_seq_event *ev) in ump_midi1_to_ctrl_ev() argument
100 struct snd_seq_event *ev) in ump_midi1_to_pitchbend_ev() argument
109 ump_midi1_to_cc_ev(const union snd_ump_midi1_msg * val,struct snd_seq_event * ev) ump_midi1_to_cc_ev() argument
134 cvt_ump_midi1_to_event(const union snd_ump_midi1_msg * val,struct snd_seq_event * ev) cvt_ump_midi1_to_event() argument
151 ump_system_to_one_param_ev(const union snd_ump_midi1_msg * val,struct snd_seq_event * ev) ump_system_to_one_param_ev() argument
158 ump_system_to_songpos_ev(const union snd_ump_midi1_msg * val,struct snd_seq_event * ev) ump_system_to_songpos_ev() argument
184 cvt_ump_system_to_event(const union snd_ump_midi1_msg * val,struct snd_seq_event * ev) cvt_ump_system_to_event() argument
204 ump_midi2_to_note_ev(const union snd_ump_midi2_msg * val,struct snd_seq_event * ev) ump_midi2_to_note_ev() argument
220 ump_midi2_to_pitchbend_ev(const union snd_ump_midi2_msg * val,struct snd_seq_event * ev) ump_midi2_to_pitchbend_ev() argument
230 ump_midi2_to_cc_ev(const union snd_ump_midi2_msg * val,struct snd_seq_event * ev) ump_midi2_to_cc_ev() argument
240 ump_midi2_to_pgm_ev(const union snd_ump_midi2_msg * val,struct snd_seq_event * ev) ump_midi2_to_pgm_ev() argument
260 ump_midi2_to_ctrl_ev(const union snd_ump_midi2_msg * val,struct snd_seq_event * ev) ump_midi2_to_ctrl_ev() argument
269 ump_midi2_to_rpn_ev(const union snd_ump_midi2_msg * val,struct snd_seq_event * ev) ump_midi2_to_rpn_ev() argument
304 cvt_ump_midi2_to_event(const union snd_ump_midi2_msg * val,struct snd_seq_event * ev) cvt_ump_midi2_to_event() argument
317 cvt_ump_sysex7_to_event(const u32 * data,unsigned char * buf,struct snd_seq_event * ev) cvt_ump_sysex7_to_event() argument
556 struct snd_seq_ump_event ev = *ump_ev; deliver_with_group_convert() local
570 ump_event_filtered(struct snd_seq_client * dest,const struct snd_seq_ump_event * ev) ump_event_filtered() argument
[all...]
H A Dseq_system.c57 static int setheader(struct snd_seq_event * ev, int client, int port) in setheader()
83 struct snd_seq_event ev; in snd_seq_system_broadcast() local
93 int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev, in snd_seq_system_notify()
105 static int event_input_timer(struct snd_seq_event * ev, int direct, void *private_data, int atomic,… in event_input_timer()
/linux/kernel/locking/
H A Dlock_events.h43 #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) do { (void)(c); } while (0) argument
57 #define lockevent_cond_inc(ev, c) do { (void)(c); } while (0) argument
/linux/samples/uhid/
H A Duhid-example.c159 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
/linux/drivers/connector/
H A Dcn_proc.c120 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
/linux/drivers/scsi/libsas/
H A Dsas_phy.c19 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 Dsas_event.c101 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 Dsas_port.c275 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
H A Dsas_discover.c235 struct sas_discovery_event *ev = to_sas_discovery_event(work); in sas_suspend_devices() local
264 struct sas_discovery_event *ev = to_sas_discovery_event(work); in sas_resume_devices() local
461 struct sas_discovery_event *ev = to_sas_discovery_event(work); in sas_discover_domain() local
515 struct sas_discovery_event *ev = to_sas_discovery_event(work); in sas_revalidate_domain() local
571 void sas_discover_event(struct asd_sas_port *port, enum discover_event ev) in sas_discover_event()
/linux/tools/perf/tests/
H A Devent_update.c20 struct perf_record_event_update *ev = (struct perf_record_event_update *)event; process_event_unit() local
33 struct perf_record_event_update *ev = (struct perf_record_event_update *)event; process_event_scale() local
52 struct perf_record_event_update *ev = (struct perf_record_event_update *)event; process_event_name() local
65 struct perf_record_event_update *ev = (struct perf_record_event_update *)event; process_event_cpus() local
[all...]
/linux/include/linux/ceph/
H A Dpagelist.h32 __le64 ev = cpu_to_le64(v); in ceph_pagelist_encode_64() local
37 __le32 ev = cpu_to_le32(v); in ceph_pagelist_encode_32() local
42 __le16 ev = cpu_to_le16(v); in ceph_pagelist_encode_16() local
/linux/drivers/scsi/
H A Dscsi_transport_iscsi.c2548 struct iscsi_uevent *ev; in iscsi_recv_pdu() local
2587 struct iscsi_uevent *ev; in iscsi_offload_mesg() local
2620 struct iscsi_uevent *ev; in iscsi_conn_error_event() local
2681 struct iscsi_uevent *ev; in iscsi_conn_login_event() local
2716 struct iscsi_uevent *ev; in iscsi_post_host_event() local
2747 struct iscsi_uevent *ev; in iscsi_ping_comp_event() local
2791 struct iscsi_uevent *ev = nlmsg_data(nlh); in iscsi_if_get_stats() local
2863 struct iscsi_uevent *ev; in iscsi_session_event() local
2925 struct iscsi_uevent *ev, pid_t pid, in iscsi_if_create_session()
2948 iscsi_if_create_conn(struct iscsi_transport *transport, struct iscsi_uevent *ev) in iscsi_if_create_conn()
[all …]
/linux/kernel/trace/
H A Dtrace_dynevent.h69 int dyn_event_init(struct dyn_event *ev, struct dyn_event_operations *ops) in dyn_event_init()
79 static inline int dyn_event_add(struct dyn_event *ev, in dyn_event_add()
92 static inline void dyn_event_remove(struct dyn_event *ev) in dyn_event_remove()
/linux/sound/core/seq/oss/
H A Dseq_oss_midi.c434 struct snd_seq_event ev; in snd_seq_oss_midi_reset() local
485 snd_seq_oss_midi_input(struct snd_seq_event * ev,int direct,void * private_data) snd_seq_oss_midi_input() argument
508 send_synth_event(struct seq_oss_devinfo * dp,struct snd_seq_event * ev,int dev) send_synth_event() argument
569 send_midi_event(struct seq_oss_devinfo * dp,struct snd_seq_event * ev,struct seq_oss_midi * mdev) send_midi_event() argument
596 snd_seq_oss_midi_putc(struct seq_oss_devinfo * dp,int dev,unsigned char c,struct snd_seq_event * ev) snd_seq_oss_midi_putc() argument
[all...]
H A Dseq_oss_synth.c397 struct snd_seq_event ev; in snd_seq_oss_synth_reset() local
456 …_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf, struct snd_seq_event *ev) in snd_seq_oss_synth_sysex()
478 snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev) in snd_seq_oss_synth_addr()
517 …synth_raw_event(struct seq_oss_devinfo *dp, int dev, unsigned char *data, struct snd_seq_event *ev) in snd_seq_oss_synth_raw_event()
H A Dseq_oss_timer.c73 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev) in snd_seq_oss_process_timer_event()
129 struct snd_seq_event ev; in send_timer_event() local
/linux/tools/testing/selftests/hid/
H A Dhid_common.h118 static int uhid_write(struct __test_metadata *_metadata, int fd, const struct uhid_event *ev) in uhid_write()
139 struct uhid_event ev; in uhid_create() local
163 struct uhid_event ev; in uhid_destroy() local
173 struct uhid_event ev, answer; in uhid_event() local
305 struct uhid_event ev; in uhid_send_event() local
/linux/tools/perf/util/
H A Dtool_pmu.c66 tool_pmu__event_to_str(enum tool_pmu_event ev) tool_pmu__event_to_str() argument
226 enum tool_pmu_event ev = evsel__tool_event(evsel); evsel__tool_pmu_open() local
335 tool_pmu__read_event(enum tool_pmu_event ev,struct evsel * evsel,bool system_wide,const char * user_requested_cpu_list,u64 * result) tool_pmu__read_event() argument
477 enum tool_pmu_event ev = evsel__tool_event(evsel); evsel__tool_pmu_read() local
[all...]
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi.c2199 struct wmi_scan_event *ev = (void *)skb->data; in ath10k_wmi_op_pull_scan_ev() local
2365 struct wmi_10_4_mgmt_rx_event *ev; in ath10k_wmi_10_4_op_pull_mgmt_rx_ev() local
2682 struct wmi_chan_info_event *ev = (void *)skb->data; in ath10k_wmi_op_pull_ch_info_ev() local
2702 struct wmi_10_4_chan_info_event *ev = (void *)skb->data; in ath10k_wmi_10_4_op_pull_ch_info_ev() local
3030 const struct wmi_stats_event *ev = (void *)skb->data; in ath10k_wmi_main_op_pull_fw_stats() local
3084 const struct wmi_stats_event *ev = (void *)skb->data; in ath10k_wmi_10x_op_pull_fw_stats() local
3142 const struct wmi_10_2_stats_event *ev = (void *)skb->data; in ath10k_wmi_10_2_op_pull_fw_stats() local
3219 const struct wmi_10_2_stats_event *ev = (void *)skb->data; in ath10k_wmi_10_2_4_op_pull_fw_stats() local
3305 const struct wmi_10_2_stats_event *ev = (void *)skb->data; in ath10k_wmi_10_4_op_pull_fw_stats() local
3452 struct wmi_vdev_start_response_event *ev = (void *)skb->data; in ath10k_wmi_op_pull_vdev_start_ev() local
[all …]
/linux/drivers/iio/adc/
H A Dpalmas_gpadc.c222 struct palmas_adc_event *ev; in palmas_gpadc_irq_auto() local
476 struct palmas_adc_event *ev) in palmas_gpadc_get_high_threshold_raw()
511 struct palmas_adc_event *ev) in palmas_gpadc_get_low_threshold_raw()
623 struct palmas_adc_event *ev; in palmas_gpadc_enable_event_config() local
658 struct palmas_adc_event *ev = palmas_gpadc_get_event(adc, adc_chan, dir); in palmas_gpadc_disable_event_config() local
1018 struct palmas_adc_event *ev = &adc->event0; in palmas_adc_configure_events() local
1055 struct palmas_adc_event *ev = &adc->event1; in palmas_adc_configure_events() local
/linux/tools/testing/selftests/net/
H A Dreuseport_dualstack.c104 struct epoll_event ev; receive_once() local
130 struct epoll_event ev; test() local
/linux/drivers/media/v4l2-core/
H A Dv4l2-event.c103 const struct v4l2_event *ev, u64 ts) in __v4l2_event_queue_fh()
153 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev) in v4l2_event_queue()
173 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) in v4l2_event_queue_fh()
/linux/drivers/s390/net/
H A Dsmsgiucv_app.c61 static void smsg_app_event_free(struct smsg_app_event *ev) in smsg_app_event_free()
70 struct smsg_app_event *ev; in smsg_app_event_alloc() local

12345678