Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-fileops.c51 if (test_and_set_bit(CX18_F_S_CLAIMED, &s->s_flags)) { in cx18_claim_stream()
88 set_bit(CX18_F_S_CLAIMED, &s_assoc->s_flags); in cx18_claim_stream()
117 if (!test_and_clear_bit(CX18_F_S_CLAIMED, &s->s_flags)) { in cx18_release_stream()
136 clear_bit(CX18_F_S_CLAIMED, &s_assoc->s_flags); in cx18_release_stream()
148 clear_bit(CX18_F_S_CLAIMED, &s_assoc->s_flags); in cx18_release_stream()
Dcx18-driver.h263 #define CX18_F_S_CLAIMED 3 /* this stream is claimed */ macro