Home
last modified time | relevance | path

Searched refs:cx18_claim_stream (Results 1 – 3 of 3) sorted by relevance

/drivers/media/video/cx18/
Dcx18-fileops.h40 int cx18_claim_stream(struct cx18_open_id *id, int type);
Dcx18-fileops.c43 int cx18_claim_stream(struct cx18_open_id *id, int type) in cx18_claim_stream() function
99 EXPORT_SYMBOL(cx18_claim_stream);
509 if (cx18_claim_stream(id, s->type)) in cx18_start_capture()
Dcx18-alsa-pcm.c167 if (cx18_claim_stream(&item, item.type)) { in snd_cx18_pcm_capture_open()