Home
last modified time | relevance | path

Searched defs:vindev (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/drivers/media/pci/mgb4/
Dmgb4_vin.c87 static struct mgb4_vout_dev *loopback_dev(struct mgb4_vin_dev *vindev, int i) in loopback_dev()
108 static int loopback_active(struct mgb4_vin_dev *vindev) in loopback_active()
124 static void set_loopback_padding(struct mgb4_vin_dev *vindev, u32 padding) in set_loopback_padding()
138 static int get_timings(struct mgb4_vin_dev *vindev, in get_timings()
174 static void return_all_buffers(struct mgb4_vin_dev *vindev, in return_all_buffers()
192 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(q); in queue_setup() local
229 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare() local
250 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue() local
262 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vq); in stop_streaming() local
286 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vq); in start_streaming() local
[all …]
Dmgb4_sysfs_in.c23 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in input_id_show() local
32 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in oldi_lane_width_show() local
70 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in oldi_lane_width_store() local
121 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in color_mapping_show() local
137 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in color_mapping_store() local
167 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in link_status_show() local
178 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in stream_status_show() local
190 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in video_width_show() local
201 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in video_height_show() local
212 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in hsync_status_show() local
[all …]
Dmgb4_cmt.c221 void mgb4_cmt_set_vin_freq_range(struct mgb4_vin_dev *vindev, in mgb4_cmt_set_vin_freq_range()
Dmgb4_vout.c161 struct mgb4_vout_dev *vindev = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue() local
Dmgb4_sysfs_out.c19 static int loopin_cnt(struct mgb4_vin_dev *vindev) in loopin_cnt()