Home
last modified time | relevance | path

Searched refs:ev (Results 251 – 275 of 448) sorted by relevance

1...<<1112131415161718

/openbmc/qemu/scripts/
H A Dreplay-dump.py41 def set_event(self, ev): argument
42 self.event = ev
49 def reuse_event(self, ev): argument
50 self.event = ev
/openbmc/linux/net/ceph/
H A Dosdmap.c790 u8 ev, cv; in decode_pool() local
797 if (ev < 5) { in decode_pool()
838 if (ev >= 7) in decode_pool()
843 if (ev >= 8) in decode_pool()
882 if (ev >= 12) in decode_pool()
904 if (ev >= 15) in decode_pool()
909 if (ev >= 16) in decode_pool()
912 if (ev >= 17) in decode_pool()
915 if (ev >= 19) in decode_pool()
918 if (ev >= 20) in decode_pool()
[all …]
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A DMakefile7 iw_cxgb4-y := device.o cm.o provider.o mem.o cq.o qp.o resource.o ev.o id_table.o \
/openbmc/qemu/include/hw/acpi/
H A Dacpi_dev_interface.h53 void (*send_event)(AcpiDeviceIf *adev, AcpiEventStatusBits ev);
/openbmc/phosphor-webui/app/common/directives/
H A Dserial-console.js10 var customKeyHandlers = function(ev) { argument
12 return vt100PlusKey.customVT100PlusKey(ev, this);
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-get-event.rst22 ``int ioctl(fd, VIDEO_GET_EVENT, struct video_event *ev)``
45 - struct video_event \*ev
/openbmc/linux/sound/core/seq/
H A Dseq_system.h22 int snd_seq_system_notify(int client, int port, struct snd_seq_event *ev);
/openbmc/linux/sound/synth/emux/
H A Demux_seq.c239 snd_emux_event_input(struct snd_seq_event *ev, int direct, void *private_data, in snd_emux_event_input() argument
245 if (snd_BUG_ON(!port || !ev)) in snd_emux_event_input()
248 snd_midi_process_event(&emux_ops, ev, &port->chset); in snd_emux_event_input()
/openbmc/linux/tools/testing/selftests/hid/tests/
H A Dbase.py162 for ev in expected_events:
163 assert ev in effective_events
164 effective_events.remove(ev)
H A Dtest_tablet.py66 for ev in events:
67 if ev == libevdev.InputEvent(libevdev.EV_KEY.BTN_TOUCH):
71 touch = bool(ev.value)
72 elif ev in (
79 if ev.value:
80 tool = ev.code
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dtestmode.c197 const struct wmi_ftm_event_msg *ev; in ath11k_tm_wmi_event_segmented() local
208 ev = tb[WMI_TAG_ARRAY_BYTE]; in ath11k_tm_wmi_event_segmented()
209 if (!ev) { in ath11k_tm_wmi_event_segmented()
216 ret = ath11k_tm_process_event(ab, cmd_id, ev, length); in ath11k_tm_wmi_event_segmented()
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dfp-stress.c63 struct epoll_event ev; in child_start() local
133 ev.events = EPOLLIN | EPOLLHUP; in child_start()
134 ev.data.ptr = child; in child_start()
136 ret = epoll_ctl(epoll_fd, EPOLL_CTL_ADD, child->stdout, &ev); in child_start()
/openbmc/linux/drivers/iio/light/
H A Dgp2ap002.c157 u64 ev; in gp2ap002_prox_irq() local
178 ev = IIO_UNMOD_EVENT_CODE(IIO_PROXIMITY, GP2AP002_PROX_CHANNEL, in gp2ap002_prox_irq()
188 ev = IIO_UNMOD_EVENT_CODE(IIO_PROXIMITY, GP2AP002_PROX_CHANNEL, in gp2ap002_prox_irq()
191 iio_push_event(indio_dev, ev, iio_get_time_ns(indio_dev)); in gp2ap002_prox_irq()
/openbmc/qemu/linux-user/
H A Dfd-trans.c1717 struct inotify_event *ev; in host_to_target_data_inotify() local
1722 ev = (struct inotify_event *)((char *)buf + i); in host_to_target_data_inotify()
1723 name_len = ev->len; in host_to_target_data_inotify()
1725 ev->wd = tswap32(ev->wd); in host_to_target_data_inotify()
1726 ev->mask = tswap32(ev->mask); in host_to_target_data_inotify()
1727 ev->cookie = tswap32(ev->cookie); in host_to_target_data_inotify()
1728 ev->len = tswap32(name_len); in host_to_target_data_inotify()
/openbmc/qemu/include/standard-headers/linux/
H A Dinput.h175 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */ argument
/openbmc/linux/include/uapi/linux/
H A Dinput.h178 #define EVIOCGBIT(ev,len) _IOC(_IOC_READ, 'E', 0x20 + (ev), len) /* get event bits */ argument
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dnic_common.h189 static inline void efx_sensor_event(struct efx_nic *efx, efx_qword_t *ev) in efx_sensor_event() argument
192 efx->type->sensor_event(efx, ev); in efx_sensor_event()
H A Dmcdi_mon.c103 void efx_siena_mcdi_sensor_event(struct efx_nic *efx, efx_qword_t *ev) in efx_siena_mcdi_sensor_event() argument
109 type = EFX_QWORD_FIELD(*ev, MCDI_EVENT_SENSOREVT_MONITOR); in efx_siena_mcdi_sensor_event()
110 state = EFX_QWORD_FIELD(*ev, MCDI_EVENT_SENSOREVT_STATE); in efx_siena_mcdi_sensor_event()
111 value = EFX_QWORD_FIELD(*ev, MCDI_EVENT_SENSOREVT_VALUE); in efx_siena_mcdi_sensor_event()
/openbmc/linux/net/bluetooth/
H A Diso.c1605 struct hci_evt_le_big_sync_estabilished *ev = data; in iso_match_big() local
1607 return ev->handle == iso_pi(sk)->qos.bcast.big; in iso_match_big()
1619 struct hci_ev_le_big_sync_estabilished *ev = NULL; in iso_conn_ready() local
1635 ev = hci_recv_event_data(hcon->hdev, in iso_conn_ready()
1642 if (!parent && ev) in iso_conn_ready()
1645 iso_match_big, ev); in iso_conn_ready()
1717 if ((ev && ((struct hci_evt_le_big_sync_estabilished *)ev)->status) || in iso_conn_ready()
1738 struct hci_ev_le_pa_sync_established *ev = data; in iso_match_sid() local
1740 return ev->sid == iso_pi(sk)->bc_sid; in iso_match_sid()
1745 struct hci_evt_le_big_info_adv_report *ev = data; in iso_match_sync_handle() local
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmcdi_mon.c103 void efx_mcdi_sensor_event(struct efx_nic *efx, efx_qword_t *ev) in efx_mcdi_sensor_event() argument
109 type = EFX_QWORD_FIELD(*ev, MCDI_EVENT_SENSOREVT_MONITOR); in efx_mcdi_sensor_event()
110 state = EFX_QWORD_FIELD(*ev, MCDI_EVENT_SENSOREVT_STATE); in efx_mcdi_sensor_event()
111 value = EFX_QWORD_FIELD(*ev, MCDI_EVENT_SENSOREVT_VALUE); in efx_mcdi_sensor_event()
/openbmc/linux/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.c300 const struct v4l2_event ev = { .type = V4L2_EVENT_EOS }; in dst_buf_done() local
304 v4l2_event_queue_fh(&sess->fh, &ev); in dst_buf_done()
445 static const struct v4l2_event ev = { in amvdec_src_change() local
470 v4l2_event_queue_fh(&sess->fh, &ev); in amvdec_src_change()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c651 struct htt_rx_in_ord_ind *ev, in ath10k_htt_rx_pop_paddr32_list() argument
716 struct htt_rx_in_ord_ind *ev, in ath10k_htt_rx_pop_paddr64_list() argument
3075 info0 = __le16_to_cpu(ev->info0); in ath10k_htt_rx_addba()
3081 tid, peer_id, ev->window_size); in ath10k_htt_rx_addba()
3115 info0 = __le16_to_cpu(ev->info0); in ath10k_htt_rx_delba()
4050 __le16_to_cpu(ev->peer_id)); in ath10k_htt_rx_sec_ind_handler()
4107 struct htt_peer_map_event ev = { in ath10k_htt_t2h_msg_handler() local
4111 memcpy(ev.addr, resp->peer_map.addr, sizeof(ev.addr)); in ath10k_htt_t2h_msg_handler()
4112 ath10k_peer_map_event(htt, &ev); in ath10k_htt_t2h_msg_handler()
4116 struct htt_peer_unmap_event ev = { in ath10k_htt_t2h_msg_handler() local
[all …]
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_smi_events.c143 struct kfd_smi_client *ev = container_of(p, struct kfd_smi_client, rcu); in kfd_smi_ev_client_free() local
145 kfifo_free(&ev->fifo); in kfd_smi_ev_client_free()
146 kfree(ev); in kfd_smi_ev_client_free()
/openbmc/linux/arch/powerpc/perf/
H A Dpower9-pmu.c154 static int power9_check_attr_config(struct perf_event *ev) in power9_check_attr_config() argument
157 u64 event = ev->attr.config; in power9_check_attr_config()
160 if (val == 0xC || isa3XX_check_attr_config(ev)) in power9_check_attr_config()
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_watchdog_timer-test.c94 QDict *ev = qtest_qmp_eventwait_ref(qts, "WATCHDOG"); in get_watchdog_action() local
97 data = qdict_get_qdict(ev, "data"); in get_watchdog_action()
99 qobject_unref(ev); in get_watchdog_action()

1...<<1112131415161718