Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/pci/mgb4/
Dmgb4_sysfs_in.c23 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in input_id_show()
32 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in oldi_lane_width_show()
70 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in oldi_lane_width_store()
121 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in color_mapping_show()
137 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in color_mapping_store()
167 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in link_status_show()
178 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in stream_status_show()
190 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in video_width_show()
201 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in video_height_show()
212 struct mgb4_vin_dev *vindev = video_get_drvdata(vdev); in hsync_status_show()
[all …]
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()
229 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare()
250 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue()
262 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vq); in stop_streaming()
282 struct mgb4_vin_dev *vindev = vb2_get_drv_priv(vq); in start_streaming()
[all …]
Dmgb4_vin.h39 struct mgb4_vin_dev { struct
67 struct mgb4_vin_dev *mgb4_vin_create(struct mgb4_dev *mgbdev, int id); argument
68 void mgb4_vin_free(struct mgb4_vin_dev *vindev);
Dmgb4_cmt.h14 void mgb4_cmt_set_vin_freq_range(struct mgb4_vin_dev *vindev,
Dmgb4_core.h37 struct mgb4_vin_dev *vin[MGB4_VIN_DEVICES];
Dmgb4_cmt.c220 void mgb4_cmt_set_vin_freq_range(struct mgb4_vin_dev *vindev, in mgb4_cmt_set_vin_freq_range()
Dmgb4_sysfs_out.c19 static int loopin_cnt(struct mgb4_vin_dev *vindev) in loopin_cnt()
91 struct mgb4_vin_dev *loopin_new = NULL, *loopin_old = NULL; in video_source_store()
Dmgb4_vout.c249 struct mgb4_vin_dev *voutdev = video_drvdata(file); in vidioc_enum_fmt()