Home
last modified time | relevance | path

Searched refs:vfl_type (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/pci/cx18/
H A Dcx18-streams.c53 int vfl_type; member
409 int vfl_type = cx18_stream_info[type].vfl_type; in cx18_reg_dev() local
437 ret = video_register_device_no_warn(&s->video_dev, vfl_type, num); in cx18_reg_dev()
447 switch (vfl_type) { in cx18_reg_dev()
/linux/drivers/media/platform/ti/vpe/
H A Dvip.c3051 static int alloc_stream(struct vip_port *port, int stream_id, int vfl_type) in alloc_stream() argument
3067 stream->vfl_type = vfl_type; in alloc_stream()
3129 ret = video_register_device(vfd, vfl_type, -1); in alloc_stream()