Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/pci/cx18/
A Dcx18-fileops.c42 if (test_and_set_bit(CX18_F_S_CLAIMED, &s->s_flags)) { in cx18_claim_stream()
79 set_bit(CX18_F_S_CLAIMED, &s_assoc->s_flags); in cx18_claim_stream()
108 if (!test_and_clear_bit(CX18_F_S_CLAIMED, &s->s_flags)) { in cx18_release_stream()
127 clear_bit(CX18_F_S_CLAIMED, &s_assoc->s_flags); in cx18_release_stream()
139 clear_bit(CX18_F_S_CLAIMED, &s_assoc->s_flags); in cx18_release_stream()
A Dcx18-driver.h254 #define CX18_F_S_CLAIMED 3 /* this stream is claimed */ macro

Completed in 8 milliseconds