/linux-4.1.27/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 …]
|
/linux-4.1.27/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
|
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 …]
|
D | llc_if.c | 44 struct llc_conn_state_ev *ev; in llc_build_and_send_pkt() local 103 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_establish_connection() local 128 struct llc_conn_state_ev *ev; in llc_send_disc() local
|
D | llc_sap.c | 93 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_rtn_pdu() local 203 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_state_process() local 240 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_build_and_send_test_pkt() local 266 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_build_and_send_xid_pkt() local 289 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_rcv() local
|
D | llc_s_ac.c | 54 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_action_send_ui() local 77 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_action_send_xid_c() local 131 struct llc_sap_state_ev *ev = llc_sap_ev(skb); in llc_sap_action_send_test_c() local
|
D | llc_conn.c | 63 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_state_process() local 214 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_rtn_pdu() local 410 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_qualify_conn_ev() local 758 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_rcv() local
|
D | llc_c_ac.c | 63 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ac_conn_ind() local 71 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ac_conn_confirm() local 79 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ac_data_confirm() local 93 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ac_disc_ind() local 121 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ac_disc_confirm() local 132 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ac_rst_ind() local 169 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_ac_rst_confirm() local 1328 struct llc_conn_state_ev *ev = llc_conn_ev(skb); in llc_conn_tmr_common_cb() local
|
/linux-4.1.27/sound/core/seq/oss/ |
D | seq_oss_event.c | 54 snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in snd_seq_oss_process_event() 107 old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in old_event() 133 extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in extended_event() 187 chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_voice_event() 208 chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_common_event() 235 timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in timing_event() 270 local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in local_event() 286 …_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) in note_on_event() 346 …off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event *ev) in note_off_event() 382 …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 …]
|
D | seq_oss_midi.c | 465 struct snd_seq_event ev; in snd_seq_oss_midi_reset() local 517 snd_seq_oss_midi_input(struct snd_seq_event *ev, int direct, void *private_data) in snd_seq_oss_midi_input() 545 send_synth_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int dev) in send_synth_event() 606 send_midi_event(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, struct seq_oss_midi *mdev) in send_midi_event() 634 …d_seq_oss_midi_putc(struct seq_oss_devinfo *dp, int dev, unsigned char c, struct snd_seq_event *ev) in snd_seq_oss_midi_putc()
|
D | seq_oss_timer.c | 86 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev) in snd_seq_oss_process_timer_event() 142 struct snd_seq_event ev; in send_timer_event() local
|
D | seq_oss_synth.c | 437 struct snd_seq_event ev; in snd_seq_oss_synth_reset() local 497 …_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf, struct snd_seq_event *ev) in snd_seq_oss_synth_sysex() 554 snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev) in snd_seq_oss_synth_addr() 590 …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()
|
D | seq_oss_ioctl.c | 59 unsigned char ev[8]; in snd_seq_oss_oob_user() local
|
D | seq_oss_device.h | 148 snd_seq_oss_dispatch(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int atomic, int hop) in snd_seq_oss_dispatch() 162 snd_seq_oss_fill_addr(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, in snd_seq_oss_fill_addr()
|
D | seq_oss_writeq.c | 104 struct snd_seq_event ev; in snd_seq_oss_writeq_sync() local
|
D | seq_oss_event.h | 104 #define ev_is_long(ev) ((ev)->s.code >= 128) argument 105 #define ev_length(ev) ((ev)->s.code >= 128 ? LONG_EVENT_SIZE : SHORT_EVENT_SIZE) argument
|
D | seq_oss_readq.c | 126 snd_seq_oss_readq_put_event(struct seq_oss_readq *q, union evrec *ev) in snd_seq_oss_readq_put_event()
|
D | seq_oss_init.c | 136 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) in receive_announce()
|
/linux-4.1.27/sound/core/seq/ |
D | seq_midi_event.c | 217 struct snd_seq_event *ev) in snd_midi_event_encode() 243 struct snd_seq_event *ev) in snd_midi_event_encode_byte() 312 static void note_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in note_event() 320 static void one_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_ctrl_event() 327 static void pitchbend_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in pitchbend_ctrl_event() 334 static void two_param_ctrl_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in two_param_ctrl_event() 342 static void one_param_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in one_param_event() 348 static void songpos_event(struct snd_midi_event *dev, struct snd_seq_event *ev) in songpos_event() 358 struct snd_seq_event *ev) in snd_midi_event_decode() 414 static void note_decode(struct snd_seq_event *ev, unsigned char *buf) in note_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()
|
D | seq_virmidi.c | 59 struct snd_seq_event *ev) in snd_virmidi_init_event() 80 struct snd_seq_event *ev) in snd_virmidi_dev_receive_event() 125 static int snd_virmidi_event_input(struct snd_seq_event *ev, int direct, in snd_virmidi_event_input()
|
D | seq_queue.c | 656 static void queue_broadcast_event(struct snd_seq_queue *q, struct snd_seq_event *ev, in queue_broadcast_event() 680 struct snd_seq_event *ev, in snd_seq_queue_process_event() 732 int snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop) in snd_seq_control_queue()
|
D | seq_midi.c | 79 struct snd_seq_event ev; in snd_midi_input_event() local 132 static int event_process_midi(struct snd_seq_event *ev, int direct, in event_process_midi()
|
D | seq_dummy.c | 88 dummy_input(struct snd_seq_event *ev, int direct, void *private_data, in dummy_input()
|
D | seq_clientmgr.c | 865 struct snd_seq_event tmpev, *ev; in snd_seq_dispatch_event() local 977 static int check_event_type_and_length(struct snd_seq_event *ev) in check_event_type_and_length() 2313 static int kernel_client_enqueue(int client, struct snd_seq_event *ev, in kernel_client_enqueue() 2352 int snd_seq_kernel_client_enqueue(int client, struct snd_seq_event * ev, in snd_seq_kernel_client_enqueue() 2365 int snd_seq_kernel_client_enqueue_blocking(int client, struct snd_seq_event * ev, in snd_seq_kernel_client_enqueue_blocking() 2381 int snd_seq_kernel_client_dispatch(int client, struct snd_seq_event * ev, in snd_seq_kernel_client_dispatch()
|
D | seq_prioq.c | 344 struct snd_seq_event *ev) in prioq_remove_match()
|
D | seq_midi_emul.c | 84 struct snd_seq_event *ev, in snd_midi_process_event()
|
/linux-4.1.27/drivers/connector/ |
D | cn_proc.c | 70 struct proc_event *ev; in proc_fork_connector() local 102 struct proc_event *ev; in proc_exec_connector() local 127 struct proc_event *ev; in proc_id_connector() local 166 struct proc_event *ev; in proc_sid_connector() local 191 struct proc_event *ev; in proc_ptrace_connector() local 224 struct proc_event *ev; in proc_comm_connector() local 250 struct proc_event *ev; in proc_coredump_connector() local 275 struct proc_event *ev; in proc_exit_connector() local 310 struct proc_event *ev; in cn_proc_ack() local
|
/linux-4.1.27/samples/uhid/ |
D | uhid-example.c | 158 static int uhid_write(int fd, const struct uhid_event *ev) in uhid_write() 177 struct uhid_event ev; in create() local 195 struct uhid_event ev; in destroy() local 207 static void handle_output(struct uhid_event *ev) in handle_output() 226 struct uhid_event ev; in event() local 279 struct uhid_event ev; in send_event() local
|
/linux-4.1.27/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 85 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_spinup_hold() local 99 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_resume_timeout() local
|
D | sas_discover.c | 218 struct sas_discovery_event *ev = to_sas_discovery_event(work); in sas_probe_devices() local 247 struct sas_discovery_event *ev = to_sas_discovery_event(work); in sas_suspend_devices() local 276 struct sas_discovery_event *ev = to_sas_discovery_event(work); in sas_resume_devices() local 359 struct sas_discovery_event *ev = to_sas_discovery_event(work); in sas_destruct_devices() local 443 struct sas_discovery_event *ev = to_sas_discovery_event(work); in sas_discover_domain() local 500 struct sas_discovery_event *ev = to_sas_discovery_event(work); in sas_revalidate_domain() local 553 int sas_discover_event(struct asd_sas_port *port, enum discover_event ev) in sas_discover_event()
|
D | sas_port.c | 261 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_bytes_dmaed() local 271 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_broadcast_rcvd() local 288 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_link_reset_err() local 298 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_timer_event() local 308 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_hard_reset() local
|
D | sas_event.c | 108 const int ev = DISCE_REVALIDATE_DOMAIN; in sas_enable_revalidation() local
|
D | sas_init.c | 114 struct sas_ha_event *ev = to_sas_ha_event(work); in sas_hae_reset() local
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_amd_iommu.c | 24 #define _GET_BANK(ev) ((u8)(ev->hw.extra_reg.reg >> 8)) argument 25 #define _GET_CNTR(ev) ((u8)(ev->hw.extra_reg.reg)) argument 28 #define _GET_CSOURCE(ev) ((ev->hw.config & 0xFFULL)) argument 29 #define _GET_DEVID(ev) ((ev->hw.config >> 8) & 0xFFFFULL) argument 30 #define _GET_PASID(ev) ((ev->hw.config >> 24) & 0xFFFFULL) argument 31 #define _GET_DOMID(ev) ((ev->hw.config >> 40) & 0xFFFFULL) argument 32 #define _GET_DEVID_MASK(ev) ((ev->hw.extra_reg.config) & 0xFFFFULL) argument 33 #define _GET_PASID_MASK(ev) ((ev->hw.extra_reg.config >> 16) & 0xFFFFULL) argument 34 #define _GET_DOMID_MASK(ev) ((ev->hw.extra_reg.config >> 32) & 0xFFFFULL) argument 250 static void perf_iommu_enable_event(struct perf_event *ev) in perf_iommu_enable_event()
|
/linux-4.1.27/drivers/hid/ |
D | uhid.c | 58 static void uhid_queue(struct uhid_device *uhid, struct uhid_event *ev) in uhid_queue() 77 struct uhid_event *ev; in uhid_queue_event() local 95 struct uhid_event *ev; in uhid_hid_start() local 149 struct uhid_event *ev, in __uhid_report_queue_and_wait() 178 const struct uhid_event *ev) in uhid_report_wake_up() 203 struct uhid_event *ev; in uhid_hid_get_report() local 245 struct uhid_event *ev; in uhid_hid_set_report() local 318 struct uhid_event *ev; in uhid_hid_output_raw() local 455 const struct uhid_event *ev) in uhid_dev_create2() 521 struct uhid_event *ev) in uhid_dev_create() [all …]
|
/linux-4.1.27/net/bluetooth/ |
D | hci_event.c | 2218 struct hci_ev_conn_complete *ev = (void *) skb->data; in hci_conn_complete_evt() local 2312 struct hci_ev_conn_request *ev = (void *) skb->data; in hci_conn_request_evt() local 2423 struct hci_ev_disconn_complete *ev = (void *) skb->data; in hci_disconn_complete_evt() local 2501 struct hci_ev_auth_complete *ev = (void *) skb->data; in hci_auth_complete_evt() local 2566 struct hci_ev_remote_name *ev = (void *) skb->data; in hci_remote_name_evt() local 2608 struct hci_ev_encrypt_change *ev = (void *) skb->data; in hci_encrypt_change_evt() local 2681 struct hci_ev_change_link_key_complete *ev = (void *) skb->data; in hci_change_link_key_complete_evt() local 2704 struct hci_ev_remote_features *ev = (void *) skb->data; in hci_remote_features_evt() local 2755 struct hci_ev_cmd_complete *ev = (void *) skb->data; in hci_cmd_complete_evt() local 3062 struct hci_ev_cmd_status *ev = (void *) skb->data; in hci_cmd_status_evt() local [all …]
|
D | mgmt_util.c | 64 struct mgmt_ev_cmd_status *ev; in mgmt_cmd_status() local 95 struct mgmt_ev_cmd_complete *ev; in mgmt_cmd_complete() local
|
D | mgmt.c | 1445 struct mgmt_ev_advertising_added ev; in advertising_added() local 1455 struct mgmt_ev_advertising_removed ev; in advertising_removed() local 1615 __le32 ev = cpu_to_le32(get_current_settings(hdev)); in new_settings() local 2905 struct mgmt_ev_device_unpaired ev; in device_unpaired() local 5988 struct mgmt_ev_device_added ev; in device_added() local 6112 struct mgmt_ev_device_removed ev; in device_removed() local 7243 struct mgmt_ev_ext_index ev; in mgmt_index_added() local 7275 struct mgmt_ev_ext_index ev; in mgmt_index_removed() local 7542 struct mgmt_ev_new_link_key ev; in mgmt_new_link_key() local 7577 struct mgmt_ev_new_long_term_key ev; in mgmt_new_ltk() local [all …]
|
D | hci_sock.c | 370 struct hci_ev_stack_internal *ev; in hci_si_event() local 395 struct hci_ev_si_device ev; in hci_sock_dev_event() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | events.c | 54 void request_out_callback(lnet_event_t *ev) in request_out_callback() 87 void reply_in_callback(lnet_event_t *ev) in reply_in_callback() 173 void client_bulk_callback(lnet_event_t *ev) in client_bulk_callback() 282 void request_in_callback(lnet_event_t *ev) in request_in_callback() 381 void reply_out_callback(lnet_event_t *ev) in reply_out_callback() 419 static void ptlrpc_master_callback(lnet_event_t *ev) in ptlrpc_master_callback()
|
/linux-4.1.27/drivers/staging/lustre/lnet/selftest/ |
D | rpc.c | 358 lnet_handle_md_t *mdh, srpc_event_t *ev) in srpc_post_passive_rdma() 398 lnet_handle_md_t *mdh, srpc_event_t *ev) in srpc_post_active_rdma() 449 int len, lnet_handle_md_t *mdh, srpc_event_t *ev) in srpc_post_active_rqtbuf() 458 lnet_handle_md_t *mdh, srpc_event_t *ev) in srpc_post_passive_rqtbuf() 794 srpc_event_t *ev = &rpc->crpc_reqstev; in srpc_send_request() local 814 srpc_event_t *ev = &rpc->crpc_replyev; in srpc_prepare_reply() local 839 srpc_event_t *ev = &rpc->crpc_bulkev; in srpc_prepare_bulk() local 871 srpc_event_t *ev = &rpc->srpc_ev; in srpc_do_bulk() local 965 srpc_event_t *ev = &rpc->srpc_ev; in srpc_handle_rpc() local 1362 srpc_event_t *ev = &rpc->srpc_ev; in srpc_send_reply() local [all …]
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
D | lib-msg.c | 46 lnet_build_unlink_event(lnet_libmd_t *md, lnet_event_t *ev) in lnet_build_unlink_event() 64 lnet_event_t *ev = &msg->msg_ev; in lnet_build_msg_event() local 173 lnet_event_t *ev = &msg->msg_ev; in lnet_msg_decommit_tx() local 223 lnet_event_t *ev = &msg->msg_ev; in lnet_msg_decommit_rx() local
|
D | lib-eq.c | 209 lnet_eq_enqueue_event(lnet_eq_t *eq, lnet_event_t *ev) in lnet_eq_enqueue_event() 238 lnet_eq_dequeue_event(lnet_eq_t *eq, lnet_event_t *ev) in lnet_eq_dequeue_event()
|
D | lib-me.c | 233 lnet_event_t ev; in LNetMEUnlink() local
|
D | lib-md.c | 424 lnet_event_t ev; in LNetMDUnlink() local
|
D | router.c | 1629 lnet_event_t ev; in lnet_router_checker() local
|
/linux-4.1.27/include/linux/ceph/ |
D | pagelist.h | 52 __le64 ev = cpu_to_le64(v); in ceph_pagelist_encode_64() local 57 __le32 ev = cpu_to_le32(v); in ceph_pagelist_encode_32() local 62 __le16 ev = cpu_to_le16(v); in ceph_pagelist_encode_16() local
|
/linux-4.1.27/drivers/media/rc/ |
D | rc-ir-raw.c | 36 struct ir_raw_event ev; in ir_raw_event_thread() local 80 int ir_raw_event_store(struct rc_dev *dev, struct ir_raw_event *ev) in ir_raw_event_store() 159 int ir_raw_event_store_with_filter(struct rc_dev *dev, struct ir_raw_event *ev) in ir_raw_event_store_with_filter()
|
D | ir-sony-decoder.c | 42 static int ir_sony_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_sony_decode()
|
D | ir-jvc-decoder.c | 46 static int ir_jvc_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_jvc_decode()
|
D | ir-sharp-decoder.c | 46 static int ir_sharp_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_sharp_decode()
|
D | ir-sanyo-decoder.c | 55 static int ir_sanyo_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_sanyo_decode()
|
D | ir-xmp-decoder.c | 42 static int ir_xmp_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_xmp_decode()
|
D | ir-nec-decoder.c | 48 static int ir_nec_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_nec_decode()
|
D | ir-rc5-decoder.c | 49 static int ir_rc5_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_rc5_decode()
|
D | ir-rc6-decoder.c | 86 static int ir_rc6_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_rc6_decode()
|
D | ir-lirc-codec.c | 33 static int ir_lirc_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_lirc_decode()
|
D | ir-mce_kbd-decoder.c | 213 static int ir_mce_kbd_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_mce_kbd_decode()
|
D | rc-core-priv.h | 136 static inline void decrease_duration(struct ir_raw_event *ev, unsigned duration) in decrease_duration() 145 static inline bool is_timing_event(struct ir_raw_event ev) in is_timing_event()
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_iscsi.c | 2351 struct iscsi_uevent *ev; in iscsi_recv_pdu() local 2390 struct iscsi_uevent *ev; in iscsi_offload_mesg() local 2423 struct iscsi_uevent *ev; in iscsi_conn_error_event() local 2458 struct iscsi_uevent *ev; in iscsi_conn_login_event() local 2493 struct iscsi_uevent *ev; in iscsi_post_host_event() local 2524 struct iscsi_uevent *ev; in iscsi_ping_comp_event() local 2572 struct iscsi_uevent *ev = nlmsg_data(nlh); in iscsi_if_get_stats() local 2644 struct iscsi_uevent *ev; in iscsi_session_event() local 2706 struct iscsi_uevent *ev, pid_t pid, in iscsi_if_create_session() 2729 iscsi_if_create_conn(struct iscsi_transport *transport, struct iscsi_uevent *ev) in iscsi_if_create_conn() [all …]
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-space-map-disk.c | 91 enum allocation_event ev; in sm_disk_set_count() local 129 enum allocation_event ev; in sm_disk_inc_block() local 145 enum allocation_event ev; in sm_disk_dec_block() local 154 enum allocation_event ev; in sm_disk_new_block() local
|
D | dm-space-map-metadata.c | 187 enum allocation_event ev; in commit_bop() local 385 enum allocation_event ev; in sm_metadata_set_count() local 403 enum allocation_event ev; in sm_metadata_inc_block() local 420 enum allocation_event ev; in sm_metadata_dec_block() local 437 enum allocation_event ev; in sm_metadata_new_block_() local 686 enum allocation_event ev; in sm_metadata_extend() local 757 enum allocation_event ev; in dm_sm_metadata_create() local
|
D | dm-space-map-common.c | 389 void *context, enum allocation_event *ev) in sm_ll_mutate() 485 uint32_t ref_count, enum allocation_event *ev) in sm_ll_insert() 496 int sm_ll_inc(struct ll_disk *ll, dm_block_t b, enum allocation_event *ev) in sm_ll_inc() 512 int sm_ll_dec(struct ll_disk *ll, dm_block_t b, enum allocation_event *ev) in sm_ll_dec()
|
/linux-4.1.27/drivers/isdn/pcbit/ |
D | edss1.c | 145 unsigned short ev; member 167 char *strisdnevent(ushort ev) in strisdnevent()
|
D | drv.c | 774 unsigned short i, unsigned short ev, unsigned short f) in pcbit_state_change()
|
/linux-4.1.27/mm/ |
D | vmpressure.c | 142 struct vmpressure_event *ev; in vmpressure_event() local 300 struct vmpressure_event *ev; in vmpressure_register_event() local 340 struct vmpressure_event *ev; in vmpressure_unregister_event() local
|
D | memcontrol.c | 3649 struct mem_cgroup_eventfd_list *ev; in mem_cgroup_oom_notify_cb() local 3879 struct mem_cgroup_eventfd_list *ev, *tmp; in mem_cgroup_oom_unregister_event() local
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_intr.c | 72 static void signal_ib_event(struct qib_pportdata *ppd, enum ib_event_type ev) in signal_ib_event() 89 enum ib_event_type ev = 0; in qib_handle_e_ibstatuschanged() local
|
D | qib_ruc.c | 208 struct ib_event ev; in qib_get_rwqe() local 231 struct ib_event ev; in qib_migrate_qp() local 625 struct ib_event ev; in qib_ruc_loopback() local
|
D | qib_uc.c | 334 struct ib_event ev; in qib_uc_rcv() local
|
D | qib_cq.c | 74 struct ib_event ev; in qib_cq_enter() local
|
D | qib_rc.c | 1829 struct ib_event ev; in qib_rc_error() local 1952 struct ib_event ev; in qib_rc_rcv() local
|
D | qib_qp.c | 575 struct ib_event ev; in qib_modify_qp() local
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-event.c | 110 static void __v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev, in __v4l2_event_queue_fh() 169 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev) in v4l2_event_queue() 186 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) in v4l2_event_queue_fh()
|
D | v4l2-ctrls.c | 1201 static void fill_event(struct v4l2_event *ev, struct v4l2_ctrl *ctrl, u32 changes) in fill_event() 1225 struct v4l2_event ev; in send_event() local 3375 struct v4l2_event ev; in v4l2_ctrl_add_event() local
|
/linux-4.1.27/drivers/s390/net/ |
D | smsgiucv_app.c | 60 static void smsg_app_event_free(struct smsg_app_event *ev) in smsg_app_event_free() 69 struct smsg_app_event *ev; in smsg_app_event_alloc() local
|
D | netiucv.c | 534 struct iucv_event ev; in netiucv_callback_rx() local 545 struct iucv_event ev; in netiucv_callback_txdone() local 563 struct iucv_event ev; in netiucv_callback_connreq() local 687 struct iucv_event *ev = arg; in conn_action_rx() local 723 struct iucv_event *ev = arg; in conn_action_txdone() local 814 struct iucv_event *ev = arg; in conn_action_connaccept() local 838 struct iucv_event *ev = arg; in conn_action_connreject() local 971 struct iucv_event *ev = arg; in conn_action_stop() local 1070 struct iucv_event ev; in dev_action_stop() local
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | txrx.c | 175 struct htt_peer_map_event *ev) in ath10k_peer_map_event() 202 struct htt_peer_unmap_event *ev) in ath10k_peer_unmap_event()
|
D | wmi-tlv.c | 170 const struct wmi_tlv_bcn_tx_status_ev *ev; in ath10k_wmi_tlv_event_bcn_tx_status() local 212 const struct wmi_tlv_diag_data_ev *ev; in ath10k_wmi_tlv_event_diag_data() local 433 const struct wmi_scan_event *ev; in ath10k_wmi_tlv_op_pull_scan_ev() local 465 const struct wmi_tlv_mgmt_rx_ev *ev; in ath10k_wmi_tlv_op_pull_mgmt_rx_ev() local 514 const struct wmi_chan_info_event *ev; in ath10k_wmi_tlv_op_pull_ch_info_ev() local 546 const struct wmi_vdev_start_response_event *ev; in ath10k_wmi_tlv_op_pull_vdev_start_ev() local 577 const struct wmi_peer_sta_kickout_event *ev; in ath10k_wmi_tlv_op_pull_peer_kick_ev() local 600 const struct wmi_host_swba_event *ev; member 708 const struct wmi_tlv_phyerr_ev *ev; in ath10k_wmi_tlv_op_pull_phyerr_ev() local 774 const struct wmi_tlv_svc_rdy_ev *ev; in ath10k_wmi_tlv_op_pull_svc_rdy_ev() local [all …]
|
D | wmi.c | 1251 struct wmi_scan_event *ev = (void *)skb->data; in ath10k_wmi_op_pull_scan_ev() local 1624 struct wmi_chan_info_event *ev = (void *)skb->data; in ath10k_wmi_op_pull_ch_info_ev() local 1804 const struct wmi_stats_event *ev = (void *)skb->data; in ath10k_wmi_main_op_pull_fw_stats() local 1859 const struct wmi_stats_event *ev = (void *)skb->data; in ath10k_wmi_10x_op_pull_fw_stats() local 1918 const struct wmi_10_2_stats_event *ev = (void *)skb->data; in ath10k_wmi_10_2_op_pull_fw_stats() local 1997 const struct wmi_10_2_stats_event *ev = (void *)skb->data; in ath10k_wmi_10_2_4_op_pull_fw_stats() local 2082 struct wmi_vdev_start_response_event *ev = (void *)skb->data; in ath10k_wmi_op_pull_vdev_start_ev() local 2125 struct wmi_peer_sta_kickout_event *ev = (void *)skb->data; in ath10k_wmi_op_pull_peer_kick_ev() local 2387 struct wmi_host_swba_event *ev = (void *)skb->data; in ath10k_wmi_op_pull_swba_ev() local 2791 struct wmi_phyerr_event *ev = (void *)skb->data; in ath10k_wmi_op_pull_phyerr_ev() local [all …]
|
D | htt_rx.c | 460 struct htt_rx_in_ord_ind *ev, in ath10k_htt_rx_pop_paddr_list() 1625 struct htt_rx_addba *ev = &resp->rx_addba; in ath10k_htt_rx_addba() local 1665 struct htt_rx_delba *ev = &resp->rx_delba; in ath10k_htt_rx_delba() local 1916 struct htt_peer_map_event ev = { in ath10k_htt_t2h_msg_handler() local 1925 struct htt_peer_unmap_event ev = { in ath10k_htt_t2h_msg_handler() local 1962 struct htt_security_indication *ev = &resp->security_indication; in ath10k_htt_t2h_msg_handler() local
|
/linux-4.1.27/drivers/usb/common/ |
D | led.c | 25 void usb_led_activity(enum usb_led_event ev) in usb_led_activity()
|
/linux-4.1.27/block/ |
D | genhd.c | 1422 struct disk_events *ev = disk->ev; in disk_events_poll_jiffies() local 1455 struct disk_events *ev = disk->ev; in disk_block_events() local 1480 struct disk_events *ev = disk->ev; in __disk_unblock_events() local 1538 struct disk_events *ev = disk->ev; in disk_flush_events() local 1565 struct disk_events *ev = disk->ev; in disk_clear_events() local 1613 struct disk_events *ev = container_of(dwork, struct disk_events, dwork); in disk_events_workfn() local 1618 static void disk_check_events(struct disk_events *ev, in disk_check_events() 1750 struct disk_events *ev; in disk_events_set_dfl_poll_msecs() local 1783 struct disk_events *ev; in disk_alloc_events() local
|
/linux-4.1.27/net/rfkill/ |
D | core.c | 81 struct rfkill_event ev; member 192 static void rfkill_fill_event(struct rfkill_event *ev, struct rfkill *rfkill, in rfkill_fill_event() 211 struct rfkill_int_event *ev; in rfkill_send_events() local 1027 struct rfkill_int_event *ev, *tmp; in rfkill_fop_open() local 1088 struct rfkill_int_event *ev; in rfkill_fop_read() local 1130 struct rfkill_event ev; in rfkill_fop_write() local 1180 struct rfkill_int_event *ev, *tmp; in rfkill_fop_release() local
|
/linux-4.1.27/include/net/ |
D | llc_s_st.h | 20 llc_sap_ev_t ev; member
|
D | llc_c_st.h | 36 llc_conn_ev_t ev; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 506 struct wmi_remain_on_chnl_event *ev; in ath6kl_wmi_remain_on_chnl_event_rx() local 539 struct wmi_cancel_remain_on_chnl_event *ev; in ath6kl_wmi_cancel_remain_on_chnl_event_rx() local 576 struct wmi_tx_status_event *ev; in ath6kl_wmi_tx_status_event_rx() local 602 struct wmi_p2p_rx_probe_req_event *ev; in ath6kl_wmi_rx_probe_req_event_rx() local 629 struct wmi_p2p_capabilities_event *ev; in ath6kl_wmi_p2p_capabilities_event_rx() local 645 struct wmi_rx_action_event *ev; in ath6kl_wmi_rx_action_event_rx() local 668 struct wmi_p2p_info_event *ev; in ath6kl_wmi_p2p_info_event_rx() local 743 struct wmi_ready_event_2 *ev = (struct wmi_ready_event_2 *) datap; in ath6kl_wmi_ready_event_rx() local 859 struct wmi_connect_event *ev; in ath6kl_wmi_connect_event_rx() local 989 struct ath6kl_wmi_regdomain *ev; in ath6kl_wmi_regdomain_event() local [all …]
|
/linux-4.1.27/drivers/thunderbolt/ |
D | tb.c | 218 struct tb_hotplug_event *ev = container_of(work, typeof(*ev), work); in tb_handle_hotplug() local 288 struct tb_hotplug_event *ev = kmalloc(sizeof(*ev), GFP_KERNEL); in tb_schedule_hotplug_handler() local
|
/linux-4.1.27/net/ipv4/ |
D | tcp_dctcp.c | 242 static void dctcp_update_ack_reserved(struct sock *sk, enum tcp_ca_event ev) in dctcp_update_ack_reserved() 261 static void dctcp_cwnd_event(struct sock *sk, enum tcp_ca_event ev) in dctcp_cwnd_event()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_ruc.c | 232 struct ib_event ev; in ipath_get_rwqe() local 499 struct ib_event ev; in ipath_ruc_loopback() local
|
D | ipath_ud.c | 165 struct ib_event ev; in ipath_ud_loopback() local
|
D | ipath_cq.c | 71 struct ib_event ev; in ipath_cq_enter() local
|
D | ipath_qp.c | 603 struct ib_event ev; in ipath_modify_qp() local
|
D | ipath_intr.c | 246 void signal_ib_event(struct ipath_devdata *dd, enum ib_event_type ev) in signal_ib_event()
|
D | ipath_rc.c | 1535 struct ib_event ev; in ipath_rc_error() local
|
/linux-4.1.27/sound/synth/emux/ |
D | emux_oss.c | 302 snd_emux_event_oss_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_oss_input() 500 struct snd_seq_event ev; in fake_event() local
|
D | emux_seq.c | 252 snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_input()
|
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/ |
D | recv_linux.c | 31 struct iw_michaelmicfailure ev; in rtw_handle_tkip_mic_err23a() local
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
D | queue.c | 75 struct event_queue *ev ; /* pointer into queue */ in ev_dispatcher() local
|
/linux-4.1.27/arch/powerpc/perf/ |
D | hv-24x7.c | 154 static char *event_name(struct hv_24x7_event_data *ev, int *len) in event_name() 160 static char *event_desc(struct hv_24x7_event_data *ev, int *len) in event_desc() 169 static char *event_long_desc(struct hv_24x7_event_data *ev, int *len) in event_long_desc() 180 static bool event_fixed_portion_is_within(struct hv_24x7_event_data *ev, in event_fixed_portion_is_within() 196 static void *event_end(struct hv_24x7_event_data *ev, void *end) in event_end()
|
D | core-fsl-emb.c | 462 int ev; in hw_perf_cache_event() local 488 u64 ev; in fsl_emb_pmu_event_init() local
|
D | core-book3s.c | 1647 static int can_go_on_limited_pmc(struct perf_event *event, u64 ev, in can_go_on_limited_pmc() 1680 static u64 normal_pmc_alternative(u64 ev, unsigned long flags) in normal_pmc_alternative() 1716 int ev; in hw_perf_cache_event() local 1742 u64 ev; in power_pmu_event_init() local
|
D | mpc7450-pmu.c | 272 u32 ev, pmc, thresh; in mpc7450_compute_mmcr() local
|
D | power6-pmu.c | 183 unsigned int pmc, ev, b, u, s, psel; in p6_compute_mmcr() local
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | recv_linux.c | 90 struct iw_michaelmicfailure ev; in r8712_handle_tkip_mic_err() local
|
D | rtl871x_ioctl_linux.c | 1218 char *ev = extra; in r8711_wx_get_scan() local
|
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/ |
D | recv_linux.c | 57 struct iw_michaelmicfailure ev; in rtw_handle_tkip_mic_err() local
|
D | ioctl_linux.c | 1222 char *ev = extra; in rtw_wx_get_scan() local
|
/linux-4.1.27/include/net/sctp/ |
D | ulpevent.h | 63 static inline struct sk_buff *sctp_event2skb(const struct sctp_ulpevent *ev) in sctp_event2skb()
|
/linux-4.1.27/sound/drivers/opl4/ |
D | opl4_seq.c | 111 static int snd_opl4_seq_event_input(struct snd_seq_event *ev, int direct, in snd_opl4_seq_event_input()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | channel.c | 198 static const char *chanctx_event_string(enum ath_chanctx_event ev) in chanctx_event_string() 475 enum ath_chanctx_event ev) in ath_chanctx_event() 757 enum ath_chanctx_event ev) in ath_chanctx_beacon_sent_ev() 764 enum ath_chanctx_event ev) in ath_chanctx_beacon_recv_ev()
|
D | ath9k.h | 496 enum ath_chanctx_event ev) in ath_chanctx_beacon_recv_ev() 500 enum ath_chanctx_event ev) in ath_chanctx_beacon_sent_ev() 505 enum ath_chanctx_event ev) in ath_chanctx_event()
|
/linux-4.1.27/drivers/staging/lustre/lustre/lclient/ |
D | lcommon_misc.c | 95 enum obd_notify_event ev, void *owner, void *data) in cl_ocd_update()
|
/linux-4.1.27/net/wireless/ |
D | sme.c | 751 struct cfg80211_event *ev; in cfg80211_connect_result() local 866 struct cfg80211_event *ev; in cfg80211_roamed_bss() local 945 struct cfg80211_event *ev; in cfg80211_disconnected() local
|
D | ibss.c | 62 struct cfg80211_event *ev; in cfg80211_ibss_joined() local
|
D | core.c | 948 struct cfg80211_event *ev; in cfg80211_stop_iface() local
|
D | lib80211_crypt_tkip.c | 592 struct iw_michaelmicfailure ev; in lib80211_michael_mic_failure() local
|
D | util.c | 858 struct cfg80211_event *ev; in cfg80211_process_wdev_events() local
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_bind.c | 48 static void hda_codec_unsol_event(struct hdac_device *dev, unsigned int ev) in hda_codec_unsol_event()
|
/linux-4.1.27/drivers/pps/ |
D | pps.c | 147 unsigned int ev; in pps_cdev_ioctl() local
|
/linux-4.1.27/sound/drivers/opl3/ |
D | opl3_seq.c | 155 static int snd_opl3_synth_event_input(struct snd_seq_event * ev, int direct, in snd_opl3_synth_event_input()
|
D | opl3_oss.c | 57 static int snd_opl3_oss_event_input(struct snd_seq_event *ev, int direct, in snd_opl3_oss_event_input()
|
/linux-4.1.27/arch/s390/appldata/ |
D | appldata_mem.c | 82 unsigned long ev[NR_VM_EVENT_ITEMS]; in appldata_get_mem_data() local
|
/linux-4.1.27/net/sctp/ |
D | sm_sideeffect.c | 893 struct sctp_ulpevent *ev; in sctp_cmd_process_operr() local 980 struct sctp_ulpevent *ev; in sctp_cmd_assoc_change() local 994 struct sctp_ulpevent *ev; in sctp_cmd_adaptation_ind() local
|
D | chunk.c | 92 struct sctp_ulpevent *ev; in sctp_datamsg_destroy() local
|
D | sm_statefuns.c | 225 struct sctp_ulpevent *ev; in sctp_sf_do_4_C() local 659 struct sctp_ulpevent *ev, *ai_ev = NULL; in sctp_sf_do_5_1D_ce() local 882 struct sctp_ulpevent *ev; in sctp_sf_do_5_1E_ca() local 1706 struct sctp_ulpevent *ev; in sctp_sf_do_dupcook_a() local 1913 struct sctp_ulpevent *ev = NULL, *ai_ev = NULL; in sctp_sf_do_dupcook_d() local 2634 struct sctp_ulpevent *ev; in sctp_sf_do_9_2_shutdown() local 3331 struct sctp_ulpevent *ev; in sctp_sf_do_9_2_final() local 4121 struct sctp_ulpevent *ev; in sctp_sf_eat_auth() local
|
D | ipv6.c | 89 static int sctp_inet6addr_event(struct notifier_block *this, unsigned long ev, in sctp_inet6addr_event() 781 struct sctp_ulpevent *ev = sctp_skb2event(skb); in sctp_inet6_skb_msgname() local
|
D | ulpqueue.c | 1126 struct sctp_ulpevent *ev = NULL; in sctp_ulpq_abort_pd() local
|
D | protocol.c | 749 static int sctp_inetaddr_event(struct notifier_block *this, unsigned long ev, in sctp_inetaddr_event()
|
/linux-4.1.27/drivers/watchdog/ |
D | eurotechwdt.c | 76 static char *ev = "int"; variable
|
/linux-4.1.27/drivers/clocksource/ |
D | nomadik-mtu.c | 93 static int nmdk_clkevt_next(unsigned long evt, struct clock_event_device *ev) in nmdk_clkevt_next()
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 1196 struct v4l2_event *ev, in uvc_ctrl_fill_event() 1223 struct v4l2_event ev; in uvc_ctrl_send_event() local 1324 struct v4l2_event ev; in uvc_ctrl_add_event() local
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | ev-layer.c | 1103 struct event_t *ev) in do_action() 1528 static void process_event(struct cardstate *cs, struct event_t *ev) in process_event() 1849 struct event_t *ev; in process_events() local
|
D | common.c | 298 struct event_t *ev; in clear_events() local
|
/linux-4.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw_wx.c | 272 char *ev = extra; in libipw_wx_get_scan() local
|
/linux-4.1.27/arch/sh/kernel/ |
D | perf_event.c | 97 int ev; in hw_perf_cache_event() local
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | perf_event.c | 239 int ev; in hw_perf_cache_event() local
|
/linux-4.1.27/drivers/media/usb/go7007/ |
D | go7007-driver.c | 400 struct v4l2_event ev = { in go7007_set_motion_regions() local
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-input.c | 532 struct ir_raw_event ev; in cx88_ir_irq() local
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-streams.c | 902 static const struct v4l2_event ev = { in ivtv_stop_v4l2_decode_stream() local
|
D | ivtv-ioctl.c | 1739 struct video_event *ev = arg; in ivtv_decoder_ioctls() local
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_wx.c | 249 char *ev = extra; in ieee80211_wx_get_scan() local
|
D | ieee80211_crypt_tkip.c | 592 struct iw_michaelmicfailure ev; in ieee80211_michael_mic_failure() local
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-vid-common.c | 524 struct v4l2_event ev = { in vivid_send_source_change() local
|
/linux-4.1.27/drivers/dma/ |
D | pl330.c | 371 int ev; member 745 static inline u32 _emit_SEV(unsigned dry_run, u8 buf[], u8 ev) in _emit_SEV() 812 static inline u32 _emit_WFE(unsigned dry_run, u8 buf[], u8 ev, in _emit_WFE() 1534 int id, ev, ret = 0; in pl330_update() local 1632 int ev; in _alloc_event() local 1687 static inline void _free_event(struct pl330_thread *thrd, int ev) in _free_event()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_wx.c | 264 char *ev = extra; in rtllib_wx_get_scan() local
|
D | rtllib_crypt_tkip.c | 591 struct iw_michaelmicfailure ev; in rtllib_michael_mic_failure() local
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | main.c | 335 u32 ev, time, data; /* event log data */ in iwl_print_cont_event_trace() local 1603 u32 ev, time, data; /* event log data */ in iwl_print_event_log() local
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | mcdi_mon.c | 106 void efx_mcdi_sensor_event(struct efx_nic *efx, efx_qword_t *ev) in efx_mcdi_sensor_event()
|
D | mcdi_port.c | 838 void efx_mcdi_process_link_change(struct efx_nic *efx, efx_qword_t *ev) in efx_mcdi_process_link_change()
|
D | ptp.c | 1651 void efx_ptp_event(struct efx_nic *efx, efx_qword_t *ev) in efx_ptp_event() 1700 void efx_time_sync_event(struct efx_channel *channel, efx_qword_t *ev) in efx_time_sync_event()
|
/linux-4.1.27/drivers/iio/ |
D | industrialio-event.c | 58 struct iio_event_data ev; in iio_push_event() local
|
/linux-4.1.27/kernel/rcu/ |
D | update.c | 420 static int rcu_panic(struct notifier_block *this, unsigned long ev, void *ptr) in rcu_panic()
|
/linux-4.1.27/arch/s390/kernel/ |
D | perf_cpum_cf.c | 328 u64 ev; in __hw_perf_event_init() local
|
/linux-4.1.27/arch/metag/kernel/perf/ |
D | perf_event.c | 517 int ev; in _hw_perf_cache_event() local
|
/linux-4.1.27/drivers/input/ |
D | evdev.c | 71 struct input_event *ev; in __evdev_flush_queue() local 113 struct input_event ev; in __evdev_queue_syn_dropped() local
|
D | input.c | 1460 #define INPUT_DEV_CAP_ATTR(ev, bm) \ argument
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 2623 struct megasas_aen_event *ev; in megasas_service_aen() local 5576 struct megasas_aen_event *ev = instance->ev; in megasas_suspend() local 5807 struct megasas_aen_event *ev = instance->ev; in megasas_detach_one() local 6545 struct megasas_aen_event *ev = in megasas_aen_polling() local
|
/linux-4.1.27/drivers/media/usb/dvb-usb/ |
D | technisat-usb2.c | 599 struct ir_raw_event ev; in technisat_usb2_get_ir() local
|
/linux-4.1.27/drivers/staging/nvec/ |
D | nvec.c | 361 static void nvec_event_mask(char *ev, u32 mask) in nvec_event_mask()
|
/linux-4.1.27/arch/x86/oprofile/ |
D | op_model_p4.c | 512 struct p4_event_binding *ev = NULL; in pmc_setup_one_p4_counter() local
|
/linux-4.1.27/include/linux/ |
D | mISDNhw.h | 82 #define schedule_event(s, ev) do { \ argument
|
D | genhd.h | 198 struct disk_events *ev; member
|
D | usb.h | 1894 static inline void usb_led_activity(enum usb_led_event ev) {} in usb_led_activity()
|
/linux-4.1.27/include/media/ |
D | rc-core.h | 237 static inline void init_ir_raw_event(struct ir_raw_event *ev) in init_ir_raw_event()
|
/linux-4.1.27/sound/core/ |
D | control.c | 159 struct snd_kctl_event *ev; in snd_ctl_notify() local 1542 struct snd_ctl_event ev; in snd_ctl_read() local
|
/linux-4.1.27/include/scsi/ |
D | libsas.h | 247 struct sas_discovery_event *ev = container_of(work, typeof(*ev), work.work); in to_sas_discovery_event() local 307 struct asd_sas_event *ev = container_of(work, typeof(*ev), work.work); in to_asd_sas_event() local 372 struct sas_ha_event *ev = container_of(work, typeof(*ev), work.work); in to_sas_ha_event() local
|
/linux-4.1.27/drivers/input/misc/ |
D | uinput.c | 441 struct input_event ev; in uinput_inject_events() local
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | u_fs.h | 210 } ev; /* the whole structure, P: ev.waitq.lock */ member
|
D | f_fs.c | 2422 u8 *ev = ffs->ev.types, *out = ev; in __ffs_event_add() local
|
/linux-4.1.27/arch/alpha/kernel/ |
D | perf_event.c | 608 int ev; in __hw_perf_event_init() local
|
/linux-4.1.27/drivers/misc/vmw_vmci/ |
D | vmci_context.c | 249 struct vmci_event_ctx ev; in ctx_fire_notification() local
|
D | vmci_queue_pair.c | 942 struct vmci_event_qp ev; in qp_notify_peer_local() local 1541 struct vmci_event_qp ev; in qp_notify_peer() local
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 576 char *ev, in gelic_wl_translate_scan() 712 char *ev = extra; in gelic_wl_get_scan() local
|
/linux-4.1.27/drivers/iio/proximity/ |
D | sx9500.c | 348 u64 ev; in sx9500_irq_thread_handler() local
|
/linux-4.1.27/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_dec.c | 638 const struct v4l2_event ev = { in vidioc_dqbuf() local
|
D | s5p_mfc_enc.c | 1269 const struct v4l2_event ev = { in vidioc_dqbuf() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 355 enum obd_notify_event ev) in lov_set_osc_active() 437 enum obd_notify_event ev, void *data) in lov_notify()
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_hw.c | 2483 u16 ev; in hostap_bap_tasklet() local 2615 u16 ev; in prism2_interrupt() local
|
/linux-4.1.27/tools/perf/util/ |
D | header.c | 2570 union perf_event *ev; in perf_event__synthesize_attr() local 2663 union perf_event ev; in perf_event__synthesize_tracing_data() local 2750 union perf_event ev; in perf_event__synthesize_build_id() local
|
D | session.c | 1755 union perf_event *ev; in perf_event__synthesize_id_index() local
|
/linux-4.1.27/include/uapi/linux/raid/ |
D | md_p.h | 205 __u64 ev = sb->events_hi; in md_event() local
|
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/ |
D | rtl28xxu.c | 1528 struct ir_raw_event ev; in rtl2832u_rc_query() local
|
/linux-4.1.27/drivers/scsi/fnic/ |
D | fnic_fcs.c | 507 static void fnic_event_enq(struct fnic *fnic, enum fnic_evt ev) in fnic_event_enq()
|
/linux-4.1.27/drivers/media/pci/solo6x10/ |
D | solo6x10-v4l2-enc.c | 536 struct v4l2_event ev = { in solo_enc_fillbuf() local
|
/linux-4.1.27/drivers/atm/ |
D | zatm.c | 87 static const char *ev[EV]; variable
|
D | eni.c | 108 static const char *ev[EV]; variable
|
/linux-4.1.27/net/ceph/ |
D | osdmap.c | 541 u8 ev, cv; in decode_pool() local
|
/linux-4.1.27/scripts/kconfig/ |
D | qconf.cc | 663 void ConfigList::keyPressEvent(QKeyEvent* ev) in keyPressEvent()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 1296 enum obd_notify_event ev, in obd_notify() 1326 enum obd_notify_event ev, in obd_notify_observer()
|
/linux-4.1.27/tools/perf/ |
D | builtin-stat.c | 332 struct perf_evsel *ev; in nth_evsel() local
|
/linux-4.1.27/include/uapi/linux/ |
D | soundcard.h | 1229 #define _TIMER_EVENT(ev, parm) {_SEQ_NEEDBUF(8);\ argument 1251 #define _LOCAL_EVENT(ev, parm) {_SEQ_NEEDBUF(8);\ argument
|
D | input.h | 146 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */ argument
|
/linux-4.1.27/fs/ |
D | aio.c | 1192 struct io_event *ev; in aio_read_events_ring() local
|
/linux-4.1.27/drivers/platform/x86/ |
D | sony-laptop.c | 3641 static int type3_handle_irq(const u8 data_mask, const u8 ev) in type3_handle_irq() 4575 u8 ev = 0; in sony_pic_irq() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 139 enum obd_notify_event ev, void *data) in lmv_notify()
|
/linux-4.1.27/drivers/mfd/ |
D | db8500-prcmu.c | 2406 u32 ev; in read_mailbox_0() local
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_receiver.c | 1226 enum epoch_event ev) in drbd_may_finish_epoch()
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | hisax.h | 972 #define schedule_event(s, ev) do { test_and_set_bit(ev, &s->event); schedule_work(&s->tqueue); } wh… argument
|