Home
last modified time | relevance | path

Searched refs:tsleep (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/usb/tm6000/
H A Dtm6000-core.c86 unsigned int tsleep; in tm6000_read_write_usb() local
88 tsleep = (len * 200) + 200; in tm6000_read_write_usb()
89 if (tsleep < delay) in tm6000_read_write_usb()
90 tsleep = delay; in tm6000_read_write_usb()
91 usleep_range(tsleep, tsleep + 1000); in tm6000_read_write_usb()
174 int tm6000_i2c_reset(struct tm6000_core *dev, u16 tsleep) in tm6000_i2c_reset() argument
182 msleep(tsleep); in tm6000_i2c_reset()
185 msleep(tsleep); in tm6000_i2c_reset()
H A Dtm6000.h314 int tm6000_i2c_reset(struct tm6000_core *dev, u16 tsleep);
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c969 init_waitqueue_head(&runtime->tsleep); in snd_pcm_attach_substream()
1115 wake_up(&substream->runtime->tsleep); in snd_pcm_dev_disconnect()
H A Dpcm_lib.c202 wake_up(&runtime->tsleep); in snd_pcm_update_state()
1838 add_wait_queue(&runtime->tsleep, &wait); in wait_for_avail()
1911 remove_wait_queue(&runtime->tsleep, &wait); in wait_for_avail()
H A Dpcm_native.c1496 wake_up(&runtime->tsleep); in snd_pcm_post_stop()
1615 wake_up(&runtime->tsleep); in snd_pcm_post_pause()
1687 wake_up(&runtime->tsleep); in snd_pcm_post_suspend()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h398 wait_queue_head_t tsleep; /* transfer sleep */ member
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dncr53c8xx.c7201 if (tsleep ((caddr_t)cp, PRIBIO|PCATCH, "ncr", 0)) in ncr_get_ccb()