Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_av.c1143 av7110->videostate.play_state = VIDEO_STOPPED; in dvb_video_ioctl()
1155 if (av7110->videostate.play_state == VIDEO_FREEZED) { in dvb_video_ioctl()
1156 av7110->videostate.play_state = VIDEO_PLAYING; in dvb_video_ioctl()
1173 av7110->videostate.play_state = VIDEO_PLAYING; in dvb_video_ioctl()
1177 av7110->videostate.play_state = VIDEO_FREEZED; in dvb_video_ioctl()
1192 av7110->videostate.play_state = VIDEO_PLAYING; in dvb_video_ioctl()
1290 av7110->videostate.play_state = VIDEO_PLAYING; in dvb_video_ioctl()
1309 av7110->videostate.play_state = VIDEO_PLAYING; in dvb_video_ioctl()
1376 av7110->audiostate.play_state = AUDIO_STOPPED; in dvb_audio_ioctl()
1385 av7110->audiostate.play_state = AUDIO_PLAYING; in dvb_audio_ioctl()
[all …]
H A Dvideo-get-status.rst61 video_play_state_t play_state; /* current state of playback */
H A Dvideo_types.rst188 video_play_state_t play_state; /* current state of playback */
196 displayed. play_state indicates if the video is currently frozen,
H A Daudio_data_types.rst75 audio_play_state_t play_state;
H A Dav7110.c586 &&av7110->videostate.play_state != VIDEO_FREEZED) { in gpioirq()
/openbmc/linux/include/uapi/linux/dvb/
H A Daudio.h49 audio_play_state_t play_state; /* current playback state */ member
H A Dvideo.h125 video_play_state_t play_state; /* current state of playback */ member