Lines Matching +full:in +full:- +full:between

1 .. SPDX-License-Identifier: GPL-2.0
7 ---------------
13 There are two types of parameters - global / PCI card related, found under
23 | 0 - No module present
24 | 1 - FPDL3
25 | 2 - GMSL
28 Module version number. Zero in case of a missing module.
33 | 1 - FPDL3
34 | 2 - GMSL
42 PRODUCT-REVISION-SERIES-SERIAL
55 | 0 - single
56 | 1 - dual (default)
59 Mapping of the incoming bits in the signal to the colour bits of the pixels.
61 | 0 - OLDI/JEIDA
62 | 1 - SPWG/VESA (default)
72 | 0 - unlocked
73 | 1 - locked
82 | 0 - not detected
83 | 1 - detected
88 The value is identical to what VIDIOC_QUERY_DV_TIMINGS returns in the width
94 The value is identical to what VIDIOC_QUERY_DV_TIMINGS returns in the height
100 The value is equivalent to the flags returned by VIDIOC_QUERY_DV_TIMINGS in
103 | 0 - active low
104 | 1 - active high
105 | 2 - not available
110 The value is equivalent to the flags returned by VIDIOC_QUERY_DV_TIMINGS in
113 | 0 - active low
114 | 1 - active high
115 | 2 - not available
119 HSYNC pulses, these must be generated internally in the FPGA to achieve
126 HSYNC pulses, these must be generated internally in the FPGA to achieve
133 Input pixel clock frequency in kHz.
135 The value is identical to what VIDIOC_QUERY_DV_TIMINGS returns in
142 Width of the HSYNC signal in PCLK clock ticks.
144 The value is identical to what VIDIOC_QUERY_DV_TIMINGS returns in
148 Width of the VSYNC signal in PCLK clock ticks.
150 The value is identical to what VIDIOC_QUERY_DV_TIMINGS returns in
154 Number of PCLK pulses between deassertion of the HSYNC signal and the first
155 valid pixel in the video line (marked by DE=1).
157 The value is identical to what VIDIOC_QUERY_DV_TIMINGS returns in
161 Number of PCLK pulses between the end of the last valid pixel in the video
164 The value is identical to what VIDIOC_QUERY_DV_TIMINGS returns in
168 Number of video lines between deassertion of the VSYNC signal and the video
171 The value is identical to what VIDIOC_QUERY_DV_TIMINGS returns in
175 Number of video lines between the end of the last valid pixel line (marked
178 The value is identical to what VIDIOC_QUERY_DV_TIMINGS returns in
187 | 0 - PLL < 50MHz (default)
188 | 1 - PLL >= 50MHz
205 | 0 - input 0
206 | 1 - input 1
207 | 2 - v4l2 output 0
208 | 3 - v4l2 output 1
230 Output video signal frame rate limit in frames per second. Due to
241 | 0 - active low (default)
242 | 1 - active high
247 | 0 - active low (default)
248 | 1 - active high
253 | 0 - active low
254 | 1 - active high (default)
257 Output pixel clock frequency. Allowed values are between 25000-190000(kHz)
258 and there is a non-linear stepping between two consecutive allowed
267 Width of the HSYNC signal in pixels. The default value is 40.
270 Width of the VSYNC signal in video lines. The default value is 20.
273 Number of PCLK pulses between deassertion of the HSYNC signal and the first
274 valid pixel in the video line (marked by DE=1). The default value is 50.
277 Number of PCLK pulses between the end of the last valid pixel in the video
282 Number of video lines between deassertion of the VSYNC signal and the video
286 Number of video lines between the end of the last valid pixel line (marked
295 | 0 - auto (default)
296 | 1 - single
297 | 2 - dual
305 | 0 - auto (default)
306 | 1 - single
307 | 2 - dual
315 | 0 - 12Gb/s (default)
316 | 1 - 6Gb/s
317 | 2 - 3Gb/s
318 | 3 - 1.5Gb/s
321 The GMSL multi-stream contains up to four video streams. This parameter
323 zero-based index of the stream. The default stream id is 0.
331 | 0 - disabled
332 | 1 - enabled (default)
335 --------------
338 - mgb4-fw.X - FPGA firmware.
339 - mgb4-data.X - Factory settings, e.g. card serial number.
341 The *mgb4-fw* partition is writable and is used for FW updates, *mgb4-data* is
342 read-only. The *X* attached to the partition name represents the card number.
344 also have a third partition named *mgb4-flash* available in the system. This
349 --------------
357 | bit 1 - trigger 1 pending
358 | bit 2 - trigger 2 pending
359 | bit 5 - trigger 1 level
360 | bit 6 - trigger 2 level
365 The iio device can operate either in "raw" mode where you can fetch the signal
366 levels (activity bits 5 and 6) using sysfs access or in triggered buffer mode.
367 In the triggered buffer mode you can follow the signal level changes (activity
368 bits 1 and 2) using the iio device in /dev. If you enable the timestamps, you
373 no sense to get the pending bits in raw mode or the level bits in the triggered
374 buffer mode - the values do not represent valid data in such case.*