Home
last modified time | relevance | path

Searched refs:wait_ms (Results 1 – 2 of 2) sorted by relevance

/sound/soc/codecs/
Drk3328_codec.c136 static int rk3328_codec_power_on(struct rk3328_codec_priv *rk3328, int wait_ms) in rk3328_codec_power_on() argument
144 mdelay(wait_ms); in rk3328_codec_power_on()
149 static int rk3328_codec_power_off(struct rk3328_codec_priv *rk3328, int wait_ms) in rk3328_codec_power_off() argument
157 mdelay(wait_ms); in rk3328_codec_power_off()
/sound/usb/usx2y/
Dusb_stream.c734 int wait_ms = 3000; in usb_stream_start() local
735 while (s->state != usb_stream_ready && wait_ms > 0) { in usb_stream_start()
738 wait_ms -= 200; in usb_stream_start()