Searched refs:wait_ms (Results 1 – 2 of 2) sorted by relevance
136 static int rk3328_codec_power_on(struct rk3328_codec_priv *rk3328, int wait_ms) in rk3328_codec_power_on() argument144 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() argument157 mdelay(wait_ms); in rk3328_codec_power_off()
734 int wait_ms = 3000; in usb_stream_start() local735 while (s->state != usb_stream_ready && wait_ms > 0) { in usb_stream_start()738 wait_ms -= 200; in usb_stream_start()