Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/pci/ivtv/
Divtv-fileops.h41 int ivtv_claim_stream(struct ivtv_open_id *id, int type);
Divtv-fileops.c44 int ivtv_claim_stream(struct ivtv_open_id *id, int type) in ivtv_claim_stream() function
99 EXPORT_SYMBOL(ivtv_claim_stream);
442 if (ivtv_claim_stream(id, s->type)) in ivtv_start_capture()
530 if (ivtv_claim_stream(id, s->type)) { in ivtv_start_decoding()
570 if (ivtv_claim_stream(id, s->type)) in ivtv_write()
Divtv-alsa-pcm.c175 if (ivtv_claim_stream(&item, item.type)) { in snd_ivtv_pcm_capture_open()