Home
last modified time | relevance | path

Searched refs:sleep (Results 2026 - 2050 of 2736) sorted by relevance

1...<<81828384858687888990>>...110

/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H A Dem28xx-core.c730 while (gpio->sleep >= 0) { in em28xx_gpio_set()
739 if (gpio->sleep > 0) in em28xx_gpio_set()
740 msleep(gpio->sleep); in em28xx_gpio_set()
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c880 unsigned long sleep = 1000; in cdn_dp_request_firmware() local
893 msleep(sleep); in cdn_dp_request_firmware()
894 sleep *= 2; in cdn_dp_request_firmware()
998 * However, we need to make a bunch of calls that might sleep in order in cdn_dp_pd_event()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dhelene.c859 .sleep = helene_sleep,
873 .sleep = helene_sleep,
887 .sleep = helene_sleep,
H A Dtda18271c2dd.c1094 static int sleep(struct dvb_frontend *fe) in sleep() function
1206 .sleep = sleep,
H A Ddvb-pll.c773 .sleep = dvb_pll_sleep,
847 fe->ops.tuner_ops.sleep = NULL; in dvb_pll_attach()
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H A Dem28xx-core.c722 while (gpio->sleep >= 0) { in em28xx_gpio_set()
731 if (gpio->sleep > 0) in em28xx_gpio_set()
732 msleep(gpio->sleep); in em28xx_gpio_set()
/kernel/linux/linux-6.6/drivers/clk/qcom/
H A Dclk-smd-rpm.c241 unsigned long *active, unsigned long *sleep) in to_active_sleep()
246 * Active-only clocks don't care what the rate is during sleep. So, in to_active_sleep()
250 *sleep = 0; in to_active_sleep()
252 *sleep = *active; in to_active_sleep()
415 pr_err("RPM clock scaling (sleep set) not enabled!\n"); in clk_smd_rpm_enable_scaling()
240 to_active_sleep(struct clk_smd_rpm *r, unsigned long rate, unsigned long *active, unsigned long *sleep) to_active_sleep() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Dcdn-dp-core.c912 unsigned long sleep = 1000; in cdn_dp_request_firmware() local
925 msleep(sleep); in cdn_dp_request_firmware()
926 sleep *= 2; in cdn_dp_request_firmware()
1030 * However, we need to make a bunch of calls that might sleep in order in cdn_dp_pd_event()
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A Drtnetlink.sh192 sleep 20
577 sleep 1
931 sleep 20
/third_party/backends/backend/
H A Dpieusb.c919 sleep (10); /* scanimage does not pause, so do it here */ in sane_start()
1088 sleep(5); in sane_start()
1208 sleep(2); in sane_start()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_rs.cpp614 sleep(2); // wait 2s in main()
619 sleep(4); // wait 4s in main()
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_encoder_demo.cpp701 sleep(1); in GetInputIndex()
720 sleep(1); in GetOutputIndex()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp796 sleep(1); in GetInputIndex()
814 sleep(1); in GetOutputIndex()
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderdescription_fuzzer/
H A Daudio_decoder_description_demo.cpp563 sleep(1);
581 sleep(1);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/album_count_cover_test/src/
H A Dalbum_count_cover_test.cpp636 sleep(SLEEP_INTERVAL); in HWTEST_F()
690 sleep(SLEEP_INTERVAL); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_common_test.cpp227 sleep(1); in HWTEST_F()
263 sleep(1); in HWTEST_F()
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh190 sleep 0.02
194 sleep 0.02
357 exp0=( 0 0 0 0 ) # sleep is longer than out wait
368 exp0=( 0 0 0 0 ) # sleep is longer than out wait
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Ddvb-pll.c773 .sleep = dvb_pll_sleep,
847 fe->ops.tuner_ops.sleep = NULL; in dvb_pll_attach()
H A Dtc90522.c748 .sleep = tc90522_sleep,
773 .sleep = tc90522_sleep,
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dnoon010pc30.c290 /* Device reset and sleep mode control */
291 static int noon010_power_ctrl(struct v4l2_subdev *sd, bool reset, bool sleep) in noon010_power_ctrl() argument
294 u8 reg = sleep ? 0xF1 : 0xF0; in noon010_power_ctrl()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Ddvb-bt8xx.c451 .sleep = or51211_sleep,
683 card->fe->ops.tuner_ops.sleep = pinnsat_tuner_sleep; in frontend_init()
/kernel/linux/linux-5.10/sound/usb/usx2y/
H A Dusb_stream.c499 wake_up_all(&sk->sleep); in stream_idle()
503 wake_up_all(&sk->sleep); in stream_idle()
/kernel/linux/linux-5.10/include/sound/
H A Dsoc-dapm.h272 #define SND_SOC_DAPM_PINCTRL(wname, active, sleep) \
275 { .active_state = active, .sleep_state = sleep,}), \
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dtda8290.c649 if (fe->ops.tuner_ops.sleep) in tda829x_find_tuner()
650 fe->ops.tuner_ops.sleep(fe); in tda829x_find_tuner()
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dtda8290.c649 if (fe->ops.tuner_ops.sleep) in tda829x_find_tuner()
650 fe->ops.tuner_ops.sleep(fe); in tda829x_find_tuner()

Completed in 32 milliseconds

1...<<81828384858687888990>>...110