Home
last modified time | relevance | path

Searched refs:time (Results 4701 - 4725 of 5223) sorted by relevance

1...<<181182183184185186187188189190>>...209

/kernel/linux/linux-5.10/drivers/staging/ks7010/
H A Dks_hostif.c1467 pp->time = cpu_to_le16(priv->reg.phy_info_timer); in hostif_phy_information_request()
1470 pp->time = cpu_to_le16(0); in hostif_phy_information_request()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1979 rem_nsec = do_div(stats.time, HCLGE_BILLION_NANO_SECONDS); in hclge_dbg_dump_mac_tnl_status()
1983 (unsigned long)stats.time, rem_nsec / 1000, in hclge_dbg_dump_mac_tnl_status()
2375 pos += scnprintf(buf + pos, len - pos, "last rx time: %lu.%lu\n", in hclge_dbg_dump_ptp_info()
2380 pos += scnprintf(buf + pos, len - pos, "last tx start time: %lu.%lu\n", in hclge_dbg_dump_ptp_info()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H A Dmain.c279 int time = spk_bleep_time; in bleep() local
285 spk_unprocessed_sound.jiffies = msecs_to_jiffies(time); in bleep()
287 /* We can only have 1 active sound at a time. */ in bleep()
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Dcros_ec_commands.h1389 * word-at-a-time write mode.
2483 * data contains time stamp
2881 /* Real-time clock */
2885 uint32_t time; member
2889 uint32_t time; member
2900 /* Pass as time param to SET_ALARM to clear the current alarm */
3272 * minimum post-scan relax time. Once we finish a scan we check
3273 * the time until we are due to start the next one. If this time is
3279 uint16_t debounce_down_us; /* time fo
[all...]
/kernel/linux/linux-6.6/drivers/staging/ks7010/
H A Dks_hostif.c1458 pp->time = cpu_to_le16(priv->reg.phy_info_timer); in hostif_phy_information_request()
1461 pp->time = cpu_to_le16(0); in hostif_phy_information_request()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c1797 int mlx4_SET_PORT_BEACON(struct mlx4_dev *dev, u8 port, u16 time) in mlx4_SET_PORT_BEACON() argument
1806 *((__be32 *)mailbox->buf) = cpu_to_be32(time); in mlx4_SET_PORT_BEACON()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_gpu_error.c845 ts = ktime_to_timespec64(error->time); in __err_print_to_sgl()
1466 * to a struct i915_vma_snapshot at command submission time. in capture_vma()
2010 error->time = ktime_get_real(); in i915_gpu_coredump_alloc()
2183 * interrupt) to capture error state from the time of the error. Fills
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dlm93.c657 static u8 LM93_SPINUP_TIME_TO_REG(int time) in LM93_SPINUP_TIME_TO_REG() argument
661 if (time <= lm93_spinup_time_map[i]) in LM93_SPINUP_TIME_TO_REG()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dipsec.c34 #include <time.h>
2294 srand(time(NULL)); in main()
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c893 int hisi_sas_scan_finished(struct Scsi_Host *shost, unsigned long time) in hisi_sas_scan_finished() argument
899 if (time < HZ) in hisi_sas_scan_finished()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_sched_mission_manager.cpp19 #include <sys/time.h>
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/
H A Dcast_session_impl.cpp551 srand(static_cast<unsigned int >(time(nullptr))); in Init()
/foundation/CastEngine/castengine_cast_plus_stream/src/
H A Dcast_session_impl.cpp551 srand(static_cast<unsigned int >(time(nullptr))); in Init()
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dswipe_recognizer_test_ng.cpp1019 touchEvent.time = swipeRecognizer->touchDownTime_; in HWTEST_F()
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp123 NG::AccessibilityHoverEventType eventType, TimeStamp time),
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_pattern.cpp20 #include <sys/time.h>
27 #include "core/event/time/time_event_proxy.h"
261 textLayoutProperty->UpdateContent(currentTime); // update time text. in UpdateTimeText()
323 timeZoneTime = std::gmtime(&current); // Convert to UTC time. in GetCurrentFormatDateTime()
326 DateTime dateTime; // This is for i18n date time. in GetCurrentFormatDateTime()
372 // parse data time in ParseDateTime()
391 // splice date time in ParseDateTime()
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
H A Dtext_clock_test_ng.cpp18 #include <sys/time.h>
645 * @tc.desc: Test time format in card.
678 * @tc.expected: check default time format is correct in HWTEST_F()
688 * @tc.steps: step5. check time format in card. in HWTEST_F()
689 * @tc.expected: get crrect time format,format split function is crrect. in HWTEST_F()
704 * @tc.expected: check default time format is correct in HWTEST_F()
H A Dtext_clock_content_modifier_add_test_ng.cpp18 #include <sys/time.h>
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddecoder_surface_filter.cpp19 #include <sys/time.h>
/foundation/multimedia/audio_framework/services/audio_service/test/example/
H A Daudio_process_client_test.cpp28 #include <sys/time.h>
387 cout << "First record time : " << GetNowTimeUs() << endl; in CaptureToFile()
399 cout << "Capture beep frame: " << recordIndex_ << " record time : " << GetNowTimeUs() << endl; in CaptureToFile()
429 cout << "First play time: " << GetNowTimeUs() << endl; in RenderFromFile()
440 cout << "Play beep frame: " << playIndex_ << "play time: " << GetNowTimeUs() << endl; in RenderFromFile()
838 cout << "\tUsage : <record-time-in-seconds>" << endl; in PrintUsage()
839 cout << "\tGenerate the specified time span record file, path : /data/data/mic.pcm" << endl; in PrintUsage()
848 size_t count = 3; // try three time in GetUserInput()
1046 // cout latency time in LoopLatencyTest()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_composer_adapter.cpp21 #include <sys/time.h>
530 // Only ipc for one time. in CheckStatusBeforeCreateLayer()
/foundation/graphic/graphic_2d/frameworks/surfaceimage/test/unittest/
H A Dnative_image_test.cpp20 #include <sys/time.h>
1266 std::cout << "10000 count total time, OH_NativeImage_AcquireNativeWindowBuffer: " << acquireTotalTime << " us" << in HWTEST_F()
1349 std::cout << "10000 count total time, OH_ConsumerSurface_Create: " << totalTime << " us" << std::endl; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp124 void UpdateTime(float time) override
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dplugin_texture_encode_test.cpp18 #include <sys/time.h>
637 testPara.frames << " gpu astc encoding average time: " << in TestCaseMultiFrameEnc()
660 * @tc.desc: Calculate the average time
673 * @tc.desc: Calculate the average time
687 * @tc.desc: Calculate the average time
701 * @tc.desc: Calculate the average time
716 * @tc.desc: Calculate the average time
729 * @tc.desc: Calculate the average time
743 * @tc.desc: Calculate the average time
780 * @tc.desc: Calculate the average time
[all...]
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp16 #include <sys/time.h>

Completed in 66 milliseconds

1...<<181182183184185186187188189190>>...209