| /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 …]
|
| /drivers/connector/ |
| D | cn_proc.c | 65 struct proc_event *ev; in proc_fork_connector() local 95 struct proc_event *ev; in proc_exec_connector() local 119 struct proc_event *ev; in proc_id_connector() local 157 struct proc_event *ev; in proc_sid_connector() local 181 struct proc_event *ev; in proc_ptrace_connector() local 213 struct proc_event *ev; in proc_comm_connector() local 238 struct proc_event *ev; in proc_coredump_connector() local 271 struct proc_event *ev; in proc_exit_connector() local 314 struct proc_event *ev; in cn_proc_ack() local
|
| /drivers/scsi/libsas/ |
| 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
|
| 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() local 157 struct asd_sas_event *ev; in sas_notify_phy_event() local
|
| D | sas_port.c | 266 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_bytes_dmaed() local 274 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_broadcast_rcvd() local 292 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_link_reset_err() local 300 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_discover.c | 235 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 438 struct sas_discovery_event *ev = to_sas_discovery_event(work); in sas_discover_domain() local 498 struct sas_discovery_event *ev = to_sas_discovery_event(work); in sas_revalidate_domain() local 554 int sas_discover_event(struct asd_sas_port *port, enum discover_event ev) in sas_discover_event()
|
| /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
|
| D | ir-rcmm-decoder.c | 59 static int ir_rcmm_decode(struct rc_dev *dev, struct ir_raw_event ev) in ir_rcmm_decode() 178 static int ir_rcmm_rawencoder(struct ir_raw_event **ev, unsigned int max, in ir_rcmm_rawencoder()
|
| D | rc-core-priv.h | 160 static inline void decrease_duration(struct ir_raw_event *ev, unsigned duration) in decrease_duration() 169 static inline bool is_timing_event(struct ir_raw_event ev) in is_timing_event() 180 static inline void init_ir_raw_event_duration(struct ir_raw_event *ev, in init_ir_raw_event_duration() 225 static inline int ir_raw_gen_pulse_space(struct ir_raw_event **ev, in ir_raw_gen_pulse_space() 312 struct ir_raw_event ev) { } in ir_lirc_raw_event()
|
| /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 …]
|
| /drivers/scsi/ |
| D | scsi_transport_iscsi.c | 2342 struct iscsi_uevent *ev; in iscsi_recv_pdu() local 2381 struct iscsi_uevent *ev; in iscsi_offload_mesg() local 2414 struct iscsi_uevent *ev; in iscsi_conn_error_event() local 2449 struct iscsi_uevent *ev; in iscsi_conn_login_event() local 2484 struct iscsi_uevent *ev; in iscsi_post_host_event() local 2515 struct iscsi_uevent *ev; in iscsi_ping_comp_event() local 2559 struct iscsi_uevent *ev = nlmsg_data(nlh); in iscsi_if_get_stats() local 2631 struct iscsi_uevent *ev; in iscsi_session_event() local 2693 struct iscsi_uevent *ev, pid_t pid, in iscsi_if_create_session() 2716 iscsi_if_create_conn(struct iscsi_transport *transport, struct iscsi_uevent *ev) in iscsi_if_create_conn() [all …]
|
| /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 147 enum allocation_event ev; in sm_disk_dec_block() local 167 enum allocation_event ev; in sm_disk_new_block() local
|
| D | dm-space-map-metadata.c | 196 enum allocation_event ev; in commit_bop() local 396 enum allocation_event ev; in sm_metadata_set_count() local 414 enum allocation_event ev; in sm_metadata_inc_block() local 431 enum allocation_event ev; in sm_metadata_dec_block() local 448 enum allocation_event ev; in sm_metadata_new_block_() local
|
| D | dm-space-map-common.c | 385 void *context, enum allocation_event *ev) in sm_ll_mutate() 478 uint32_t ref_count, enum allocation_event *ev) in sm_ll_insert() 489 int sm_ll_inc(struct ll_disk *ll, dm_block_t b, enum allocation_event *ev) in sm_ll_inc() 505 int sm_ll_dec(struct ll_disk *ll, dm_block_t b, enum allocation_event *ev) in sm_ll_dec()
|
| /drivers/net/wireless/ath/ath10k/ |
| D | wmi.c | 2117 struct wmi_scan_event *ev = (void *)skb->data; in ath10k_wmi_op_pull_scan_ev() local 2283 struct wmi_10_4_mgmt_rx_event *ev; in ath10k_wmi_10_4_op_pull_mgmt_rx_ev() local 2581 struct wmi_chan_info_event *ev = (void *)skb->data; in ath10k_wmi_op_pull_ch_info_ev() local 2601 struct wmi_10_4_chan_info_event *ev = (void *)skb->data; in ath10k_wmi_10_4_op_pull_ch_info_ev() local 2929 const struct wmi_stats_event *ev = (void *)skb->data; in ath10k_wmi_main_op_pull_fw_stats() local 2983 const struct wmi_stats_event *ev = (void *)skb->data; in ath10k_wmi_10x_op_pull_fw_stats() local 3041 const struct wmi_10_2_stats_event *ev = (void *)skb->data; in ath10k_wmi_10_2_op_pull_fw_stats() local 3118 const struct wmi_10_2_stats_event *ev = (void *)skb->data; in ath10k_wmi_10_2_4_op_pull_fw_stats() local 3204 const struct wmi_10_2_stats_event *ev = (void *)skb->data; in ath10k_wmi_10_4_op_pull_fw_stats() local 3351 struct wmi_vdev_start_response_event *ev = (void *)skb->data; in ath10k_wmi_op_pull_vdev_start_ev() local [all …]
|
| D | wmi-tlv.c | 172 const struct wmi_tlv_bcn_tx_status_ev *ev; in ath10k_wmi_tlv_event_bcn_tx_status() local 226 const struct wmi_tlv_diag_data_ev *ev; in ath10k_wmi_tlv_event_diag_data() local 317 const struct wmi_tlv_p2p_noa_ev *ev; in ath10k_wmi_tlv_event_p2p_noa() local 351 const struct wmi_tlv_tx_pause_ev *ev; in ath10k_wmi_tlv_event_tx_pause() local 415 const struct wmi_tlv_pdev_temperature_event *ev; in ath10k_wmi_tlv_event_temperature() local 428 const struct wmi_tlv_tdls_peer_event *ev; in ath10k_wmi_event_tdls_peer() local 661 const struct wmi_scan_event *ev; in ath10k_wmi_tlv_op_pull_scan_ev() local 693 const struct wmi_tlv_mgmt_tx_compl_ev *ev; in ath10k_wmi_tlv_op_pull_mgmt_tx_compl_ev() local 795 const struct wmi_tlv_mgmt_rx_ev *ev; in ath10k_wmi_tlv_op_pull_mgmt_rx_ev() local 844 const struct wmi_tlv_chan_info_event *ev; in ath10k_wmi_tlv_op_pull_ch_info_ev() local [all …]
|
| D | txrx.c | 200 struct htt_peer_map_event *ev) in ath10k_peer_map_event() 236 struct htt_peer_unmap_event *ev) in ath10k_peer_unmap_event()
|
| /drivers/platform/chrome/wilco_ec/ |
| D | event.c | 85 #define ec_event_num_words(ev) (ev->size - 1) argument 86 #define ec_event_size(ev) (sizeof(*ev) + (ec_event_num_words(ev) * sizeof(u16))) argument 133 struct ec_event *ev; in event_queue_pop() local 149 static struct ec_event *event_queue_push(struct ec_event_queue *q, in event_queue_push()
|
| /drivers/media/v4l2-core/ |
| D | v4l2-event.c | 100 const struct v4l2_event *ev, u64 ts) in __v4l2_event_queue_fh() 150 void v4l2_event_queue(struct video_device *vdev, const struct v4l2_event *ev) in v4l2_event_queue() 170 void v4l2_event_queue_fh(struct v4l2_fh *fh, const struct v4l2_event *ev) in v4l2_event_queue_fh()
|
| /drivers/infiniband/hw/hfi1/ |
| D | intr.c | 123 static void signal_ib_event(struct hfi1_pportdata *ppd, enum ib_event_type ev) in signal_ib_event() 155 enum ib_event_type ev; in handle_linkup_change() local
|
| /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
|
| /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 857 struct wmi_connect_event *ev; in ath6kl_wmi_connect_event_rx() local 987 struct ath6kl_wmi_regdomain *ev; in ath6kl_wmi_regdomain_event() local [all …]
|
| /drivers/s390/net/ |
| D | smsgiucv_app.c | 61 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
|
| /drivers/media/cec/ |
| D | cec-api.c | 290 struct cec_event_entry *ev = NULL; in cec_dqevent() local 456 struct cec_event ev = { in cec_s_mode() local 539 struct cec_event ev = { in cec_open() local
|
| D | cec-adap.c | 159 const struct cec_event *ev) in cec_queue_event() 174 struct cec_event ev = { in cec_queue_pin_cec_event() local 192 struct cec_event ev = { in cec_queue_pin_hpd_event() local 208 struct cec_event ev = { in cec_queue_pin_5v_event() local 316 struct cec_event ev = { in cec_post_state_event() local
|