Lines Matching refs:hw_tstamp
77 struct timespec hw_tstamp; in default_no_stream_playback() local
80 rc = cras_iodev_frames_queued(odev, &hw_tstamp); in default_no_stream_playback()
91 rc = cras_iodev_frames_queued(odev, &hw_tstamp); in default_no_stream_playback()
767 struct timespec *hw_tstamp) in cras_iodev_get_valid_frames() argument
775 rc = odev->get_valid_frames(odev, hw_tstamp); in cras_iodev_get_valid_frames()
784 return cras_iodev_frames_queued(odev, hw_tstamp); in cras_iodev_get_valid_frames()
1295 struct timespec *hw_tstamp) in cras_iodev_frames_queued() argument
1299 rc = iodev->frames_queued(iodev, hw_tstamp); in cras_iodev_frames_queued()
1387 struct timespec *hw_tstamp) in cras_iodev_default_frames_to_play_in_sleep() argument
1389 int rc = cras_iodev_frames_queued(odev, hw_tstamp); in cras_iodev_default_frames_to_play_in_sleep()
1432 struct timespec *hw_tstamp) in cras_iodev_frames_to_play_in_sleep() argument
1437 return odev->frames_to_play_in_sleep(odev, hw_level, hw_tstamp); in cras_iodev_frames_to_play_in_sleep()
1440 odev, hw_level, hw_tstamp); in cras_iodev_frames_to_play_in_sleep()
1654 struct timespec hw_tstamp; in cras_iodev_drop_frames() local
1661 rc = cras_iodev_frames_queued(iodev, &hw_tstamp); in cras_iodev_drop_frames()