/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-core.c | 730 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 D | cdn-dp-core.c | 880 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 D | helene.c | 859 .sleep = helene_sleep, 873 .sleep = helene_sleep, 887 .sleep = helene_sleep,
|
H A D | tda18271c2dd.c | 1094 static int sleep(struct dvb_frontend *fe) in sleep() function 1206 .sleep = sleep,
|
H A D | dvb-pll.c | 773 .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 D | em28xx-core.c | 722 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 D | clk-smd-rpm.c | 241 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 D | cdn-dp-core.c | 912 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 D | rtnetlink.sh | 192 sleep 20 577 sleep 1 931 sleep 20
|
/third_party/backends/backend/ |
H A D | pieusb.c | 919 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 D | drawing_sample_rs.cpp | 614 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 D | avcodec_audio_avbuffer_encoder_demo.cpp | 701 sleep(1); in GetInputIndex() 720 sleep(1); in GetOutputIndex()
|
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/ |
H A D | avcodec_audio_avbuffer_decoder_demo.cpp | 796 sleep(1); in GetInputIndex() 814 sleep(1); in GetOutputIndex()
|
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderdescription_fuzzer/ |
H A D | audio_decoder_description_demo.cpp | 563 sleep(1); 581 sleep(1);
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/album_count_cover_test/src/ |
H A D | album_count_cover_test.cpp | 636 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 D | distributeddb_common_test.cpp | 227 sleep(1); in HWTEST_F() 263 sleep(1); in HWTEST_F()
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | udp_tunnel_nic.sh | 190 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 D | dvb-pll.c | 773 .sleep = dvb_pll_sleep, 847 fe->ops.tuner_ops.sleep = NULL; in dvb_pll_attach()
|
H A D | tc90522.c | 748 .sleep = tc90522_sleep, 773 .sleep = tc90522_sleep,
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | noon010pc30.c | 290 /* 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 D | dvb-bt8xx.c | 451 .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 D | usb_stream.c | 499 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 D | soc-dapm.h | 272 #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 D | tda8290.c | 649 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 D | tda8290.c | 649 if (fe->ops.tuner_ops.sleep) in tda829x_find_tuner() 650 fe->ops.tuner_ops.sleep(fe); in tda829x_find_tuner()
|