Home
last modified time | relevance | path

Searched refs:mgb4_vin_dev (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/media/pci/mgb4/
H A Dmgb4_vin.c108 static struct mgb4_vout_dev *loopback_dev(struct mgb4_vin_dev *vindev, int i) in loopback_dev()
129 static int loopback_active(struct mgb4_vin_dev *vindev) in loopback_active()
145 static void set_loopback_padding(struct mgb4_vin_dev *vindev, u32 padding) in set_loopback_padding()
159 static int get_timings(struct mgb4_vin_dev *vindev, in get_timings()
195 static void return_all_buffers(struct mgb4_vin_dev *vindev, in return_all_buffers()
213 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(q); in queue_setup()
250 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare()
271 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue()
283 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vq); in stop_streaming()
307 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vq); in start_streaming()
[all …]
H A Dmgb4_vin.h39 struct mgb4_vin_dev { struct
66 struct mgb4_vin_dev *mgb4_vin_create(struct mgb4_dev *mgbdev, int id); argument
67 void mgb4_vin_free(struct mgb4_vin_dev *vindev);
H A Dmgb4_cmt.h14 void mgb4_cmt_set_vin_freq_range(struct mgb4_vin_dev *vindev,
H A Dmgb4_cmt.c221 void mgb4_cmt_set_vin_freq_range(struct mgb4_vin_dev *vindev, in mgb4_cmt_set_vin_freq_range()
H A Dmgb4_vout.c256 struct mgb4_vin_dev *voutdev = video_drvdata(file); in vidioc_enum_fmt()