Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-fileops.h35 int cx18_claim_stream(struct cx18_open_id *id, int type);
Dcx18-fileops.c39 int cx18_claim_stream(struct cx18_open_id *id, int type) in cx18_claim_stream() function
94 EXPORT_SYMBOL(cx18_claim_stream);
504 if (cx18_claim_stream(id, s->type)) in cx18_start_capture()
Dcx18-alsa-pcm.c163 if (cx18_claim_stream(&item, item.type)) { in snd_cx18_pcm_capture_open()