Home
last modified time | relevance | path

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

/drivers/media/pci/cx18/
Dcx18-fileops.c57 if (test_and_set_bit(CX18_F_S_CLAIMED, &s->s_flags)) { in cx18_claim_stream()
94 set_bit(CX18_F_S_CLAIMED, &s_assoc->s_flags); in cx18_claim_stream()
123 if (!test_and_clear_bit(CX18_F_S_CLAIMED, &s->s_flags)) { in cx18_release_stream()
142 clear_bit(CX18_F_S_CLAIMED, &s_assoc->s_flags); in cx18_release_stream()
154 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