Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/cx18/
Dcx18-fileops.h40 int cx18_claim_stream(struct cx18_open_id *id, int type);
Dcx18-fileops.c44 int cx18_claim_stream(struct cx18_open_id *id, int type) in cx18_claim_stream() function
100 EXPORT_SYMBOL(cx18_claim_stream);
510 if (cx18_claim_stream(id, s->type)) in cx18_start_capture()
Dcx18-alsa-pcm.c168 if (cx18_claim_stream(&item, item.type)) { in snd_cx18_pcm_capture_open()