/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | multicast.c | 794 struct ib_event *event) in mcast_event_handler() 800 if (!rdma_cap_ib_mcast(dev->device, event->element.port_num)) in mcast_event_handler() 803 index = event->element.port_num - dev->start_port; in mcast_event_handler() 805 switch (event->event) { in mcast_event_handler() 793 mcast_event_handler(struct ib_event_handler *handler, struct ib_event *event) mcast_event_handler() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | cdn-dp-reg.c | 398 DRM_DEV_ERROR(dp->dev, "set event config failed: %d\n", ret); in cdn_dp_event_config() 478 u8 msg, event[2]; in cdn_dp_training_start() local 499 sizeof(event)); in cdn_dp_training_start() 503 ret = cdn_dp_mailbox_read_receive(dp, event, sizeof(event)); in cdn_dp_training_start() 507 if (event[1] & EQ_PHASE_FINISHED) in cdn_dp_training_start()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_hvs.c | 498 if (crtc->state->event) { in vc4_hvs_update_dlist() 499 crtc->state->event->pipe = drm_crtc_index(crtc); in vc4_hvs_update_dlist() 506 vc4_crtc->event = crtc->state->event; in vc4_hvs_update_dlist() 507 crtc->state->event = NULL; in vc4_hvs_update_dlist()
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | clip.c | 545 static int clip_device_event(struct notifier_block *this, unsigned long event, in clip_device_event() argument 553 if (event == NETDEV_UNREGISTER) in clip_device_event() 560 switch (event) { in clip_device_event() 578 static int clip_inet_event(struct notifier_block *this, unsigned long event, in clip_inet_event() argument 589 if (event != NETDEV_UP) in clip_inet_event()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | udp_tunnel_nic.c | 887 unsigned long event, void *ptr) in udp_tunnel_nic_netdevice_event() 897 if (event == NETDEV_REGISTER) { in udp_tunnel_nic_netdevice_event() 910 if (event == NETDEV_UNREGISTER) { in udp_tunnel_nic_netdevice_event() 919 if (event == NETDEV_UP) { in udp_tunnel_nic_netdevice_event() 924 if (event == NETDEV_GOING_DOWN) { in udp_tunnel_nic_netdevice_event() 886 udp_tunnel_nic_netdevice_event(struct notifier_block *unused, unsigned long event, void *ptr) udp_tunnel_nic_netdevice_event() argument
|
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra_asoc_machine.c | 80 struct snd_kcontrol *k, int event) in tegra_machine_event() 87 SND_SOC_DAPM_EVENT_ON(event)); in tegra_machine_event() 91 SND_SOC_DAPM_EVENT_ON(event)); in tegra_machine_event() 95 SND_SOC_DAPM_EVENT_ON(event)); in tegra_machine_event() 99 !SND_SOC_DAPM_EVENT_ON(event)); in tegra_machine_event() 79 tegra_machine_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *k, int event) tegra_machine_event() argument
|
/third_party/mesa3d/src/glx/ |
H A D | glxext.c | 137 * GLX events are a bit funky. We don't stuff the X event code into 139 * private event code namespace (and hope it doesn't conflict). Clients 140 * have to know that bit 15 in the event type field means they're getting 141 * a GLX event, and then handle the various sub-event types there, rather 142 * than simply checking the event code and handling it directly. 146 __glXWireToEvent(Display *dpy, XEvent *event, xEvent *wire) in __glXWireToEvent() argument 156 GLXPbufferClobberEvent *aevent = (GLXPbufferClobberEvent *)event; in __glXWireToEvent() 174 GLXBufferSwapComplete *aevent = (GLXBufferSwapComplete *)event; in __glXWireToEvent() 201 /* client doesn't support server event */ in __glXWireToEvent() 212 __glXEventToWire(Display *dpy, XEvent *event, xEvent *wire) __glXEventToWire() argument [all...] |
/third_party/node/test/cctest/ |
H A D | test_inspector_socket.cc | 181 void process(inspector_handshake_event event, const std::string& path); 208 void TestInspectorDelegate::process(inspector_handshake_event event, in process() argument 210 inspector_ready = event == kInspectorHandshakeUpgraded; in process() 211 last_event = event; in process() 219 handshake_delegate_(event, path, &should_continue); in process()
|
/third_party/mesa3d/src/microsoft/clc/ |
H A D | compute_test.cpp | 378 cmdqueue_fence->SetEventOnCompletion(fence_value, event); in execute_cmdlist() 381 WaitForSingleObject(event, INFINITE); in execute_cmdlist() 741 event = CreateEvent(NULL, FALSE, FALSE, NULL); in SetUp() 742 if (!event) in SetUp() 743 throw runtime_error("Failed to create event"); in SetUp() 750 CloseHandle(event); in TearDown()
|
/third_party/python/Lib/multiprocessing/ |
H A D | connection.py | 283 [ov.event], False, INFINITE) 305 [ov.event], False, INFINITE) 678 [ov.event], False, INFINITE) 861 waithandle_to_obj[ov.event] = o 893 o = waithandle_to_obj[ov.event]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperationSingleQueueTests.cpp | 91 const Unique<VkEvent> event (createEvent(vk, device)); in iterate() 113 synchronizationWrapper->cmdSetEvent(*cmdBuffer, *event, &dependencyInfo); in iterate() 114 synchronizationWrapper->cmdWaitEvents(*cmdBuffer, 1u, &event.get(), &dependencyInfo); in iterate() 128 synchronizationWrapper->cmdSetEvent(*cmdBuffer, *event, &dependencyInfo); in iterate() 129 synchronizationWrapper->cmdWaitEvents(*cmdBuffer, 1u, &event.get(), &dependencyInfo); in iterate() 721 { "event", SYNC_PRIMITIVE_EVENT, 1, }, in createTests()
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_dx12.cpp | 374 HANDLE event = CreateEvent(0, 0, 0, 0); in ImGui_ImplDX12_CreateFontsTexture() local 375 IM_ASSERT(event != NULL); in ImGui_ImplDX12_CreateFontsTexture() 404 fence->SetEventOnCompletion(1, event); in ImGui_ImplDX12_CreateFontsTexture() 405 WaitForSingleObject(event, INFINITE); in ImGui_ImplDX12_CreateFontsTexture() 410 CloseHandle(event); in ImGui_ImplDX12_CreateFontsTexture()
|
/third_party/python/Doc/tools/extensions/ |
H A D | pyspecific.py | 201 # Support for documenting audit event 210 for name, event in env.all_audit_events.items(): 211 event["source"] = [(d, t) for d, t in event["source"] if d != docname] 212 if event["source"]: 214 fresh_all_audit_events[name] = event 244 "Raises an :ref:`auditing event <auditing>` {name} with no arguments.", 245 "Raises an :ref:`auditing event <auditing>` {name} with argument {args}.", 246 "Raises an :ref:`auditing event <auditing>` {name} with arguments {args}.", 278 "Mismatched arguments for audit-event {} [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperationSingleQueueTests.cpp | 91 const Unique<VkEvent> event (createEvent(vk, device)); in iterate() 113 synchronizationWrapper->cmdSetEvent(*cmdBuffer, *event, &dependencyInfo); in iterate() 114 synchronizationWrapper->cmdWaitEvents(*cmdBuffer, 1u, &event.get(), &dependencyInfo); in iterate() 128 synchronizationWrapper->cmdSetEvent(*cmdBuffer, *event, &dependencyInfo); in iterate() 129 synchronizationWrapper->cmdWaitEvents(*cmdBuffer, 1u, &event.get(), &dependencyInfo); in iterate() 721 { "event", SYNC_PRIMITIVE_EVENT, 1, }, in createTests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_macsec_qca.c | 140 union wpa_event_data event; in macsec_qca_handle_data() local 157 os_memset(&event, 0, sizeof(event)); in macsec_qca_handle_data() 158 event.new_sta.addr = sa; in macsec_qca_handle_data() 159 wpa_supplicant_event(ctx, EVENT_NEW_STA, &event); in macsec_qca_handle_data()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_macsec_qca.c | 140 union wpa_event_data event; in macsec_qca_handle_data() local 157 os_memset(&event, 0, sizeof(event)); in macsec_qca_handle_data() 158 event.new_sta.addr = sa; in macsec_qca_handle_data() 159 wpa_supplicant_event(ctx, EVENT_NEW_STA, &event); in macsec_qca_handle_data()
|
/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_test.cpp | 353 * @tc.desc: Verify subscribe power key event. 369 MMI_HILOGD("Subscribe key event KEYCODE_POWER down trigger callback"); in HWTEST_F() 382 MMI_HILOGD("Subscribe key event KEYCODE_POWER up trigger callback"); in HWTEST_F() 398 * @tc.desc: Verify subscribe volume up key event. 412 MMI_HILOGD("Subscribe key event KEYCODE_VOLUME_UP down trigger callback"); in HWTEST_F() 419 MMI_HILOGD("Subscribe key event KEYCODE_VOLUME_UP up trigger callback"); in HWTEST_F() 425 MMI_HILOGD("Subscribe key event KEYCODE_VOLUME_UP down trigger callback"); in HWTEST_F() 432 MMI_HILOGD("Subscribe key event KEYCODE_VOLUME_UP up trigger callback"); in HWTEST_F() 445 * @tc.desc: Verify subscribe key event. 462 MMI_HILOGD("Subscribe key event KEYCODE_POWE in HWTEST_F() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_switchdev.c | 401 unsigned long event, void *ptr) in mlxsw_sp_bridge_port_replay_switchdev_objs() 411 if (event != SWITCHDEV_PORT_OBJ_ADD || in mlxsw_sp_bridge_port_replay_switchdev_objs() 449 unsigned long event, void *ptr) in mlxsw_sp_bridge_port_unreplay_switchdev_objs() 457 if (event != SWITCHDEV_PORT_OBJ_ADD || in mlxsw_sp_bridge_port_unreplay_switchdev_objs() 2269 /* The event is emitted before the changes are actually in mlxsw_sp_port_obj_add() 3383 unsigned long event; member 3407 switch (switchdev_work->event) { in mlxsw_sp_switchdev_bridge_vxlan_fdb_event() 3447 if (switchdev_work->event != SWITCHDEV_FDB_ADD_TO_DEVICE && in mlxsw_sp_switchdev_bridge_nve_fdb_event() 3448 switchdev_work->event != SWITCHDEV_FDB_DEL_TO_DEVICE) in mlxsw_sp_switchdev_bridge_nve_fdb_event() 3451 if (switchdev_work->event in mlxsw_sp_switchdev_bridge_nve_fdb_event() 400 mlxsw_sp_bridge_port_replay_switchdev_objs(struct notifier_block *nb, unsigned long event, void *ptr) mlxsw_sp_bridge_port_replay_switchdev_objs() argument 448 mlxsw_sp_bridge_port_unreplay_switchdev_objs(struct notifier_block *nb, unsigned long event, void *ptr) mlxsw_sp_bridge_port_unreplay_switchdev_objs() argument 3735 mlxsw_sp_switchdev_event(struct notifier_block *unused, unsigned long event, void *ptr) mlxsw_sp_switchdev_event() argument 4035 mlxsw_sp_switchdev_blocking_event(struct notifier_block *unused, unsigned long event, void *ptr) mlxsw_sp_switchdev_blocking_event() argument [all...] |
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad.c | 37 #include "util-input-event.h" 340 /* Bug #161: touch ends in the same event frame where it restarts in tp_new_touch() 717 struct input_event event; in tp_process_trackpoint_button() local 731 event = *e; in tp_process_trackpoint_button() 735 switch (event.code) { in tp_process_trackpoint_button() 737 event.code = BTN_LEFT; in tp_process_trackpoint_button() 740 event.code = BTN_RIGHT; in tp_process_trackpoint_button() 743 event.code = BTN_MIDDLE; in tp_process_trackpoint_button() 751 &event, time); in tp_process_trackpoint_button() 1461 information, the next x/y event i in tp_need_motion_history_reset() 2197 tp_trackpoint_event(uint64_t time, struct libinput_event *event, void *data) tp_trackpoint_event() argument 2293 tp_keyboard_event(uint64_t time, struct libinput_event *event, void *data) tp_keyboard_event() argument 2436 tp_lid_switch_event(uint64_t time, struct libinput_event *event, void *data) tp_lid_switch_event() argument 2461 tp_tablet_mode_switch_event(uint64_t time, struct libinput_event *event, void *data) tp_tablet_mode_switch_event() argument [all...] |
/foundation/CastEngine/castengine_wifi_display/services/network/server/ |
H A D | base_server.h | 73 void ProcessEvent(const OHOS::AppExecFwk::InnerEvent::Pointer &event) override {}
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | dms_callback_task.h | 69 void ProcessEvent(const OHOS::AppExecFwk::InnerEvent::Pointer& event) override;
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/ |
H A D | i_intell_voice_engine.h | 93 virtual int32_t NotifyHeadsetHostEvent(HeadsetHostEventType event) = 0;
|
/foundation/ability/form_fwk/test/fuzztest/formcachemgr_fuzzer/ |
H A D | formcachemgr_fuzzer.cpp | 56 AppExecFwk::InnerEvent::Pointer event = AppExecFwk::InnerEvent::Get(); in DoSomethingInterestingWithMyAPI() local
|
/foundation/CastEngine/castengine_wifi_display/services/network/client/ |
H A D | base_client.h | 72 void ProcessEvent(const OHOS::AppExecFwk::InnerEvent::Pointer &event) override {}
|
/foundation/CastEngine/castengine_cast_framework/common/include/private/ |
H A D | cast_engine_common_helper.h | 49 bool WriteRemoteControlEvent(Parcel &parcel, const OHRemoteControlEvent &event);
|