Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/cx18/
Dcx18-fileops.h26 int cx18_claim_stream(struct cx18_open_id *id, int type);
Dcx18-fileops.c30 int cx18_claim_stream(struct cx18_open_id *id, int type) in cx18_claim_stream() function
85 EXPORT_SYMBOL(cx18_claim_stream);
495 if (cx18_claim_stream(id, s->type)) in cx18_start_capture()
Dcx18-alsa-pcm.c153 if (cx18_claim_stream(&item, item.type)) { in snd_cx18_pcm_capture_open()