Searched refs:v4l_reading (Results 1 - 8 of 8) sorted by relevance

/drivers/media/video/saa7164/
H A Dsaa7164.h187 atomic_t v4l_reading; member in struct:saa7164_encoder_fh
192 atomic_t v4l_reading; member in struct:saa7164_vbi_fh
H A Dsaa7164-encoder.c1091 if (atomic_cmpxchg(&fh->v4l_reading, 1, 0) == 1) {
1157 if (atomic_cmpxchg(&fh->v4l_reading, 0, 1) == 0) {
1257 if (atomic_cmpxchg(&fh->v4l_reading, 0, 1) == 0) {
H A Dsaa7164-vbi.c1037 if (atomic_cmpxchg(&fh->v4l_reading, 1, 0) == 1) {
1102 if (atomic_cmpxchg(&fh->v4l_reading, 0, 1) == 0) {
1203 if (atomic_cmpxchg(&fh->v4l_reading, 0, 1) == 0) {
/drivers/media/video/cx25821/
H A Dcx25821.h150 atomic_t v4l_reading; member in struct:cx25821_fh
/drivers/media/video/cx23885/
H A Dcx23885.h161 atomic_t v4l_reading; member in struct:cx23885_fh
H A Dcx23885-417.c1585 if (atomic_cmpxchg(&fh->v4l_reading, 1, 0) == 1) {
1621 if (atomic_cmpxchg(&fh->v4l_reading, 0, 1) == 0) {
/drivers/media/video/cx231xx/
H A Dcx231xx-417.c1998 if (atomic_cmpxchg(&fh->v4l_reading, 1, 0) == 1) {
2029 if (atomic_cmpxchg(&fh->v4l_reading, 0, 1) == 0) {
H A Dcx231xx.h459 atomic_t v4l_reading; member in struct:cx231xx_fh

Completed in 68 milliseconds