Home
last modified time | relevance | path

Searched refs:event (Results 8701 - 8725 of 9677) sorted by relevance

1...<<341342343344345346347348349350>>...388

/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H A Datyfb_base.c2069 if (state.event == pdev->dev.power.power_state.event) in atyfb_pci_suspend_late()
2146 if (pdev->dev.power.power_state.event == PM_EVENT_ON) in atyfb_pci_resume()
2159 pdev->dev.power.power_state.event == PM_EVENT_SUSPEND) in atyfb_pci_resume()
/kernel/linux/linux-6.6/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c2365 if (mesg.event == PM_EVENT_PRETHAW) in savagefb_suspend_late()
2366 mesg.event = PM_EVENT_FREEZE; in savagefb_suspend_late()
2367 par->pm_state = mesg.event; in savagefb_suspend_late()
2374 if (mesg.event == PM_EVENT_FREEZE) in savagefb_suspend_late()
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk.c2263 unsigned long event) in clk_propagate_rate_change()
2272 ret = __clk_notify(core, event, core->rate, core->new_rate); in clk_propagate_rate_change()
2281 tmp_clk = clk_propagate_rate_change(child, event); in clk_propagate_rate_change()
2288 tmp_clk = clk_propagate_rate_change(core->new_child, event); in clk_propagate_rate_change()
4268 * rest of the clock API. In the event of an error clk_register will return an
2262 clk_propagate_rate_change(struct clk_core *core, unsigned long event) clk_propagate_rate_change() argument
/kernel/linux/linux-6.6/drivers/net/wireless/legacy/
H A Drndis_wlan.c3153 enum nl80211_cqm_rssi_threshold_event event; in rndis_do_cqm() local
3166 event = NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW; in rndis_do_cqm()
3168 event = NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH; in rndis_do_cqm()
3173 cfg80211_cqm_rssi_notify(usbdev->net, event, rssi, GFP_KERNEL); in rndis_do_cqm()
/kernel/linux/linux-6.6/net/wireless/
H A Dreg.c4214 * event has effected another wdev state, or there is a channel in cfg80211_check_and_end_cac()
4216 * event has effected another wdev state. in cfg80211_check_and_end_cac()
4238 enum nl80211_radar_event event) in regulatory_propagate_dfs_state()
4260 if (event == NL80211_RADAR_DETECTED || in regulatory_propagate_dfs_state()
4261 event == NL80211_RADAR_CAC_FINISHED) { in regulatory_propagate_dfs_state()
4266 nl80211_radar_notify(rdev, chandef, event, NULL, GFP_KERNEL); in regulatory_propagate_dfs_state()
4235 regulatory_propagate_dfs_state(struct wiphy *wiphy, struct cfg80211_chan_def *chandef, enum nl80211_dfs_state dfs_state, enum nl80211_radar_event event) regulatory_propagate_dfs_state() argument
/kernel/linux/linux-6.6/sound/soc/intel/skylake/
H A Dskl-topology.c647 * Mixer module represents a pipeline. So in the Pre-PMU event of mixer we
1016 * A PGA represents a module in a pipeline. So in the Pre-PMU event of PGA
1019 * Since the sink pipes can be running and we don't get mixer event on
1081 * in the Post-PMU event of mixer we need to do following:
1136 * in the Pre-PMD event of mixer we need to do following:
1169 * in the Post-PMD event of mixer we need to do following:
1238 * in the Post-PMD event of PGA we need to do following:
1279 struct snd_kcontrol *k, int event) in skl_tplg_mixer_event()
1284 switch (event) { in skl_tplg_mixer_event()
1308 struct snd_kcontrol *k, int event) in skl_tplg_pga_event()
1278 skl_tplg_mixer_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *k, int event) skl_tplg_mixer_event() argument
1307 skl_tplg_pga_event(struct snd_soc_dapm_widget *w, struct snd_kcontrol *k, int event) skl_tplg_pga_event() argument
[all...]
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_core.c1016 * the Index Added event. For unconfigured devices, in hci_power_on()
1017 * it will send Unconfigued Index Added event. in hci_power_on()
1020 * and no event will be send. in hci_power_on()
1032 * configured. This will send the Index Added event. in hci_power_on()
1525 /* This is an irrecoverable state, inject hardware error event */ in hci_ncmd_timeout()
2920 bt_dev_err(hdev, "Injecting HCI hardware error event"); in hci_reset_dev()
3108 * commands and do not return any event. We want to support in __hci_cmd_send()
3158 /* Get data from last received event */
3159 void *hci_recv_event_data(struct hci_dev *hdev, __u8 event) in hci_recv_event_data() argument
3170 if (hdr->evt != event) { in hci_recv_event_data()
[all...]
/test/xts/hats/hdf/wlan/wifi/hal/
H A Dwifi_hal_test.cpp93 static int32_t HalCallbackEvent(uint32_t event, void *respData, const char *ifName) in HalCallbackEvent() argument
95 (void)event; in HalCallbackEvent()
99 printf("HalCallbackEvent ifName = %s, event = %d\n", ifName, event); in HalCallbackEvent()
100 switch (event) { in HalCallbackEvent()
381 * @tc.desc: Wifi hal register event callback test_02
395 * @tc.desc: Wifi hal register event callback test_03
421 * @tc.desc: Wifi hal unregister event callback test_02
435 * @tc.desc: Wifi hal unregister event callback test_03
/third_party/python/Modules/
H A D_elementtree.c2334 PyObject *start_event_obj; /* event objects (NULL to ignore) */
2647 PyObject *event = PyTuple_Pack(2, action, node); in treebuilder_append_event() local
2648 if (event == NULL) in treebuilder_append_event()
2650 res = PyObject_CallOneArg(self->events_append, event); in treebuilder_append_event()
2651 Py_DECREF(event); in treebuilder_append_event()
4023 /* activate element event reporting */ in _elementtree_XMLParser__setevents_impl()
4034 "event handling only supported for ElementTree.TreeBuilder " in _elementtree_XMLParser__setevents_impl()
4114 PyErr_Format(PyExc_ValueError, "unknown event '%s'", event_name); in _elementtree_XMLParser__setevents_impl()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DProgramD3D.cpp1862 for (auto &event : mWaitEvents)
1864 if (!event->isReady())
1907 std::shared_ptr<WaitableEvent> event)
1908 : mInfoLog(infoLog), mComputeTask(computeTask), mWaitEvent(event)
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_handles.hpp4023 VULKAN_HPP_TYPESAFE_EXPLICIT Event( VkEvent event ) VULKAN_HPP_NOEXCEPT : m_event( event ) {} in m_event()
4026 Event & operator=( VkEvent event ) VULKAN_HPP_NOEXCEPT
4028 m_event = event;
4650 void setEvent( VULKAN_HPP_NAMESPACE::Event event,
4655 void resetEvent( VULKAN_HPP_NAMESPACE::Event event,
4848 void setEvent2( VULKAN_HPP_NAMESPACE::Event event,
4853 void setEvent2( VULKAN_HPP_NAMESPACE::Event event,
4859 void resetEvent2( VULKAN_HPP_NAMESPACE::Event event,
5921 void setEvent2KHR( VULKAN_HPP_NAMESPACE::Event event,
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx_core.c2549 * go about selecting the target while we handle the event. in ahd_handle_scsiint()
9148 * Add a target mode event to this lun's queue
9154 struct ahd_tmode_event *event; in ahd_queue_lstate_event() local
9170 * without losing the event that is really interesting. in ahd_queue_lstate_event()
9179 printk("immediate event %x:%x lost\n", in ahd_queue_lstate_event()
9188 event = &lstate->event_buffer[lstate->event_w_idx]; in ahd_queue_lstate_event()
9189 event->initiator_id = initiator_id; in ahd_queue_lstate_event()
9190 event->event_type = event_type; in ahd_queue_lstate_event()
9191 event->event_arg = event_arg; in ahd_queue_lstate_event()
9209 struct ahd_tmode_event *event; in ahd_send_lstate_events() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c2548 * go about selecting the target while we handle the event. in ahd_handle_scsiint()
9144 * Add a target mode event to this lun's queue
9150 struct ahd_tmode_event *event; in ahd_queue_lstate_event() local
9166 * without losing the event that is really interesting. in ahd_queue_lstate_event()
9175 printk("immediate event %x:%x lost\n", in ahd_queue_lstate_event()
9184 event = &lstate->event_buffer[lstate->event_w_idx]; in ahd_queue_lstate_event()
9185 event->initiator_id = initiator_id; in ahd_queue_lstate_event()
9186 event->event_type = event_type; in ahd_queue_lstate_event()
9187 event->event_arg = event_arg; in ahd_queue_lstate_event()
9205 struct ahd_tmode_event *event; in ahd_send_lstate_events() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h1324 ArkUIAPIEventGestureAsyncEvent* event = nullptr; member
1342 // gesture event will received in common async event queue.
3043 ArkUINodeContentHandle content, void* userData, void (*receiver)(ArkUINodeContentEvent* event));
3053 void (*animateTo)(ArkUIContext* context, ArkUIAnimateOption option, void* event, void* userData);
3304 * notify the node to send node event back
3311 ArkUI_Int32 (*checkAsyncEvent)(ArkUINodeEvent* event);
3367 void (*registerCustomNodeAsyncEventReceiver)(void (*eventReceiver)(ArkUICustomNodeEvent* event));
3399 * Returns != 0 if an event was received,
3404 ArkUI_Int32 (*checkEvent)(ArkUINodeEvent* event);
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dmac.c265 u32 dbg, event; in rtw89_mac_dump_l0_to_l1() local
268 event = FIELD_GET(B_AX_L0_TO_L1_EVENT_MASK, dbg); in rtw89_mac_dump_l0_to_l1()
270 switch (event) { in rtw89_mac_dump_l0_to_l1()
4360 u8 type, event, mac_id; in rtw89_mac_bcn_fltr_rpt() local
4365 event = le32_get_bits(c2h->w2, RTW89_C2H_MAC_BCNFLTR_RPT_W2_EVENT); in rtw89_mac_bcn_fltr_rpt()
4372 "C2H bcnfltr rpt macid: %d, type: %d, ma: %d, event: %d\n", in rtw89_mac_bcn_fltr_rpt()
4373 mac_id, type, sig, event); in rtw89_mac_bcn_fltr_rpt()
4386 if (event == RTW89_BCN_FLTR_RSSI_LOW) in rtw89_mac_bcn_fltr_rpt()
4388 else if (event == RTW89_BCN_FLTR_RSSI_HIGH) in rtw89_mac_bcn_fltr_rpt()
/third_party/glfw/deps/glad/
H A Dvulkan.h4935 typedef void (GLAD_API_PTR *PFN_vkCmdResetEvent)(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask);
4936 typedef void (GLAD_API_PTR *PFN_vkCmdResetEvent2)(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags2 stageMask);
4950 typedef void (GLAD_API_PTR *PFN_vkCmdSetEvent)(VkCommandBuffer commandBuffer, VkEvent event, VkPipelineStageFlags stageMask);
4951 typedef void (GLAD_API_PTR *PFN_vkCmdSetEvent2)(VkCommandBuffer commandBuffer, VkEvent event, const VkDependencyInfo * pDependencyInfo);
5007 typedef void (GLAD_API_PTR *PFN_vkDestroyEvent)(VkDevice device, VkEvent event, const VkAllocationCallbacks * pAllocator);
5054 typedef VkResult (GLAD_API_PTR *PFN_vkGetEventStatus)(VkDevice device, VkEvent event);
5102 typedef VkResult (GLAD_API_PTR *PFN_vkResetEvent)(VkDevice device, VkEvent event);
5105 typedef VkResult (GLAD_API_PTR *PFN_vkSetEvent)(VkDevice device, VkEvent event);
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_execute.c2854 LVP_FROM_HANDLE(lvp_event, event, cmd->u.set_event2.event); in handle_event_set2()
2867 event->event_storage = 1; in handle_event_set2()
2873 LVP_FROM_HANDLE(lvp_event, event, cmd->u.reset_event2.event); in handle_event_reset2()
2877 event->event_storage = 0; in handle_event_reset2()
2885 LVP_FROM_HANDLE(lvp_event, event, cmd->u.wait_events2.events[i]); in handle_wait_events2()
2887 while (event->event_storage != true); in handle_wait_events2()
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c90 static void sink_input_send_event_cb(pa_sink_input *i, const char *event, pa_proplist *pl);
99 static void source_output_send_event_cb(pa_source_output *o, const char *event, pa_proplist *pl);
1460 static void sink_input_send_event_cb(pa_sink_input *i, const char *event, pa_proplist *pl) { in sink_input_send_event_cb() argument
1475 pa_tagstruct_puts(t, event); in sink_input_send_event_cb()
1608 static void source_output_send_event_cb(pa_source_output *o, const char *event, pa_proplist *pl) { in source_output_send_event_cb() argument
1623 pa_tagstruct_puts(t, event); in source_output_send_event_cb()
5042 static void client_send_event_cb(pa_client *client, const char*event, pa_proplist *pl) { in client_send_event_cb()
5056 pa_tagstruct_puts(t, event); in client_send_event_cb()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiExternalMemoryTests.cpp630 vk::VkEvent event, in tuneWorkSizeYAndPrepareCommandBuffer()
657 * after submission. So we just use vkCmdSetEvent and check the state of the event after submission to see if it's already in tuneWorkSizeYAndPrepareCommandBuffer()
660 vk.cmdSetEvent(cmdBuffer, event, vk::VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT); in tuneWorkSizeYAndPrepareCommandBuffer()
746 const vk::Unique<vk::VkEvent> event(createEvent(vk, device, &eventCreateInfo, nullptr)); in submitAtomicCalculationsAndGetSemaphoreNative()
785 tuneWorkSizeYAndPrepareCommandBuffer(context, vk, device, queue, *cmdBuffer, *descriptorSet, *pipelineLayout, *computePipeline, computeFinishBarrier, *event, &workSize); in submitAtomicCalculationsAndGetSemaphoreNative()
810 TCU_CHECK(vk.getEventStatus(device, *event) == vk::VK_EVENT_SET); in submitAtomicCalculationsAndGetSemaphoreNative()
883 const vk::Unique<vk::VkEvent> event(createEvent(vk, device, &eventCreateInfo, DE_NULL)); in submitAtomicCalculationsAndGetFenceNative()
922 tuneWorkSizeYAndPrepareCommandBuffer(context, vk, device, queue, *cmdBuffer, *descriptorSet, *pipelineLayout, *computePipeline, computeFinishBarrier, *event, &workSize); in submitAtomicCalculationsAndGetFenceNative()
946 TCU_CHECK(vk.getEventStatus(device, *event) == vk::VK_EVENT_SET); in submitAtomicCalculationsAndGetFenceNative()
621 tuneWorkSizeYAndPrepareCommandBuffer( const Context& context, const vk::DeviceInterface& vk, vk::VkDevice device, vk::VkQueue queue, vk::VkCommandBuffer cmdBuffer, vk::VkDescriptorSet descriptorSet, vk::VkPipelineLayout pipelineLayout, vk::VkPipeline computePipeline, vk::VkBufferMemoryBarrier computeFinishBarrier, vk::VkEvent event, tcu::UVec3* maxWorkSize) tuneWorkSizeYAndPrepareCommandBuffer() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiExternalMemoryTests.cpp619 vk::VkEvent event, in tuneWorkSizeYAndPrepareCommandBuffer()
646 * after submission. So we just use vkCmdSetEvent and check the state of the event after submission to see if it's already in tuneWorkSizeYAndPrepareCommandBuffer()
649 vk.cmdSetEvent(cmdBuffer, event, vk::VK_PIPELINE_STAGE_BOTTOM_OF_PIPE_BIT); in tuneWorkSizeYAndPrepareCommandBuffer()
735 const vk::Unique<vk::VkEvent> event(createEvent(vk, device, &eventCreateInfo, nullptr)); in submitAtomicCalculationsAndGetSemaphoreNative()
774 tuneWorkSizeYAndPrepareCommandBuffer(context, vk, device, queue, *cmdBuffer, *descriptorSet, *pipelineLayout, *computePipeline, computeFinishBarrier, *event, &workSize); in submitAtomicCalculationsAndGetSemaphoreNative()
799 TCU_CHECK(vk.getEventStatus(device, *event) == vk::VK_EVENT_SET); in submitAtomicCalculationsAndGetSemaphoreNative()
872 const vk::Unique<vk::VkEvent> event(createEvent(vk, device, &eventCreateInfo, DE_NULL)); in submitAtomicCalculationsAndGetFenceNative()
911 tuneWorkSizeYAndPrepareCommandBuffer(context, vk, device, queue, *cmdBuffer, *descriptorSet, *pipelineLayout, *computePipeline, computeFinishBarrier, *event, &workSize); in submitAtomicCalculationsAndGetFenceNative()
934 TCU_CHECK(vk.getEventStatus(device, *event) == vk::VK_EVENT_SET); in submitAtomicCalculationsAndGetFenceNative()
610 tuneWorkSizeYAndPrepareCommandBuffer( const Context& context, const vk::DeviceInterface& vk, vk::VkDevice device, vk::VkQueue queue, vk::VkCommandBuffer cmdBuffer, vk::VkDescriptorSet descriptorSet, vk::VkPipelineLayout pipelineLayout, vk::VkPipeline computePipeline, vk::VkBufferMemoryBarrier computeFinishBarrier, vk::VkEvent event, tcu::UVec3* maxWorkSize) tuneWorkSizeYAndPrepareCommandBuffer() argument
/third_party/skia/src/core/
H A DSkVM.cpp94 iJIT_Method_Load event; in notify_vtune() local
95 memset(&event, 0, sizeof(event)); in notify_vtune()
96 event.method_id = iJIT_GetNewMethodID(); in notify_vtune()
97 event.method_name = const_cast<char*>(name); in notify_vtune()
98 event.method_load_address = addr; in notify_vtune()
99 event.method_size = len; in notify_vtune()
100 iJIT_NotifyEvent(iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED, &event); in notify_vtune()
/third_party/python/Lib/test/
H A Dtest_socket.py4677 self.event = threading.Event()
4785 self.event.set()
4797 # don't connect before event is set to check
4799 self.event.wait()
4813 self.event.set()
4826 # don't send anything before event is set to check
4828 self.event.wait()
6607 event.wait(self.timeout)
6613 event = threading.Event()
6618 event
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h174 // Ensure DOMPopup can response onClick event even without defining it.
756 // Confirm declaration exist and support raw event before call GetTouchId.
861 // Each subclass needs to override this function to obtain the event. If it returns true, it means that the
862 // event has been consumed. If it returns false, it means it is handed over to the parent class.
863 virtual bool AddSpecializedEvent(int32_t pageId, const std::string& event) in AddSpecializedEvent() argument
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.cpp124 void OnDrag(int32_t x, int32_t y, OHOS::Rosen::DragEvent event) in OnDrag() argument
523 // previewer never gets preIme-key event because there is no window in ProcessKeyEvent()
/foundation/arkui/napi/native_engine/
H A Dnative_engine.cpp23 #include <sys/event.h>

Completed in 175 milliseconds

1...<<341342343344345346347348349350>>...388