Home
last modified time | relevance | path

Searched refs:CX18_F_S_CLAIMED (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/media/video/cx18/
Dcx18-fileops.c56 if (test_and_set_bit(CX18_F_S_CLAIMED, &s->s_flags)) { in cx18_claim_stream()
93 set_bit(CX18_F_S_CLAIMED, &s_assoc->s_flags); in cx18_claim_stream()
122 if (!test_and_clear_bit(CX18_F_S_CLAIMED, &s->s_flags)) { in cx18_release_stream()
141 clear_bit(CX18_F_S_CLAIMED, &s_assoc->s_flags); in cx18_release_stream()
153 clear_bit(CX18_F_S_CLAIMED, &s_assoc->s_flags); in cx18_release_stream()
Dcx18-driver.h268 #define CX18_F_S_CLAIMED 3 /* this stream is claimed */ macro