Home
last modified time | relevance | path

Searched full:widths (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dext-ctrls-codec-stateless.rst46 :widths: 1 1 2
116 :widths: 1 1 2
146 :widths: 1 1 2
189 :widths: 1 1 2
244 :widths: 10 1 4
295 :widths: 1 1 2
330 :widths: 1 1 2
399 :widths: 1 1 2
426 :widths: 1 1 2
454 :widths: 1 1 2
[all …]
Dvidioc-dqevent.rst48 :widths: 1 1 2
109 :widths: 3 1 4
197 :widths: 1 1 2
211 :widths: 1 1 2
261 :widths: 1 1 2
275 :widths: 1 1 2
290 :widths: 1 1 2
319 :widths: 3 1 4
349 :widths: 3 1 4
Dvidioc-g-parm.rst66 :widths: 1 1 2
97 :widths: 1 1 2
156 :widths: 1 1 2
216 :widths: 3 1 4
231 :widths: 3 1 4
Dmetafmt-generic.rst37 :widths: 12 8 8 8 8
79 :widths: 12 8 8 8 8 8
123 :widths: 12 8 8 8 8 8 8
164 :widths: 12 8 8 8 8 8 8 8
211 :widths: 12 8 8 8 8 8 8 8 8
260 :widths: 12 8 8 8 8 8 8 8 8 8 8
313 :widths: 12 8 8 8 8 8 8 8 8 8 8 8 8
Dvidioc-g-audio.rst59 :widths: 1 1 2
89 :widths: 3 1 4
109 :widths: 3 1 4
/linux-6.12.1/Documentation/filesystems/ext4/
Djournal.rst62 :widths: 16 48 16
90 :widths: 12 12 12 32 12
112 :widths: 8 8 24 40
138 :widths: 16 64
168 :widths: 8 8 24 40
287 :widths: 16 64
301 :widths: 16 64
331 :widths: 16 64
355 :widths: 8 8 24 40
380 :widths: 8 8 24 40
[all …]
Ddirectory.rst37 :widths: 8 8 24 40
69 :widths: 8 8 24 40
102 :widths: 16 64
132 :widths: 8 8 24 40
158 :widths: 8 8 24 40
240 :widths: 8 8 24 40
333 :widths: 16 64
357 :widths: 8 8 24 40
405 :widths: 8 8 24 40
435 :widths: 8 8 24 40
Dsuper.rst22 :widths: 8 8 24 40
498 :widths: 8 72
515 :widths: 8 72
532 :widths: 8 72
553 :widths: 8 72
571 :widths: 16 64
622 :widths: 16 64
674 :widths: 16 64
735 :widths: 8 72
758 :widths: 8 72
[all …]
Dinodes.rst32 :widths: 8 8 24 40
180 :widths: 16 64
231 :widths: 16 64
320 :widths: 8 8 24 40
337 :widths: 8 8 24 40
352 :widths: 8 8 24 40
371 :widths: 8 8 24 40
408 :widths: 8 8 24 40
439 :widths: 8 8 24 40
523 :widths: 20 20 20 20 20
Dattributes.rst33 :widths: 8 8 24 40
50 :widths: 8 8 24 40
95 :widths: 8 8 24 40
160 :widths: 16 64
Difork.rst71 :widths: 8 8 24 40
107 :widths: 8 8 24 40
137 :widths: 8 8 24 40
177 :widths: 8 8 24 40
Dspecial_inodes.rst9 :widths: 6 70
44 :widths: 20 50
/linux-6.12.1/Documentation/networking/devlink/
Dmlxsw.rst24 :widths: 5 5 5 85
46 :widths: 5 5 90
67 :widths: 5 5 90
89 :widths: 5 5 90
Docteontx2.rst16 :widths: 5 5 5 85
32 :widths: 5 5 5 85
47 :widths: 5 5 5 85
/linux-6.12.1/Documentation/devicetree/bindings/gpio/
Dbrcm,brcmstb-gpio.yaml40 brcm,gpio-bank-widths:
77 - brcm,gpio-bank-widths
92 brcm,gpio-bank-widths = <32 32 32 24>;
106 brcm,gpio-bank-widths = <18 4>;
/linux-6.12.1/Documentation/userspace-api/media/mediactl/
Dmedia-ioc-g-topology.rst56 :widths: 1 2 8
129 :widths: 1 2 8
166 :widths: 1 2 8
199 :widths: 1 2 8
216 :widths: 1 2 8
251 :widths: 1 2 8
Dmedia-ioc-enum-links.rst62 :widths: 1 1 2
90 :widths: 1 1 2
117 :widths: 1 1 2
/linux-6.12.1/drivers/media/usb/gspca/
Dse401.c214 int widths[MAX_MODES], heights[MAX_MODES]; in sd_config() local
251 widths[i] = cd[6 + i * 4 + 0] | (cd[6 + i * 4 + 1] << 8); in sd_config()
256 sd->fmts[i].width = widths[i]; in sd_config()
264 if (widths[j] / 2 == widths[i] && in sd_config()
273 if (widths[j] / 4 == widths[i] && in sd_config()
283 sd->fmts[i].bytesperline = widths[i]; in sd_config()
284 sd->fmts[i].sizeimage = widths[i] * heights[i]; in sd_config()
286 widths[i], heights[i]); in sd_config()
291 sd->fmts[i].sizeimage = widths[i] * heights[i] * 3; in sd_config()
293 widths[i], heights[i], in sd_config()
/linux-6.12.1/Documentation/userspace-api/media/drivers/
Dmax2175.rst17 :widths: 1 4
31 :widths: 1 4
48 :widths: 1 4
/linux-6.12.1/Documentation/driver-api/surface_aggregator/clients/
Ddtx.rst163 :widths: 2 1 3
198 :widths: 2 1 1 3
235 :widths: 2 1 1 3
254 :widths: 2 1 1 3
290 :widths: 2 1 1 3
364 :widths: 1 1 4
385 :widths: 1 1 4
415 :widths: 1 1 4
443 :widths: 1 1 4
470 :widths: 1 1 1 1 4
/linux-6.12.1/Documentation/userspace-api/media/cec/
Dcec-ioc-adap-g-conn-info.rst49 :widths: 1 1 8
69 :widths: 3 1 8
94 :widths: 3 1 8
Dcec-ioc-dqevent.rst54 :widths: 1 1 8
82 :widths: 1 1 16
103 :widths: 1 1 8
138 :widths: 3 1 16
211 :widths: 3 1 8
Dcec-ioc-adap-g-log-addrs.rst77 :widths: 1 1 16
160 :widths: 3 1 4
196 :widths: 3 1 4
221 :widths: 3 1 4
266 :widths: 3 1 16
314 :widths: 3 1 4
/linux-6.12.1/Documentation/arch/powerpc/
Ddexcr.rst54 :widths: 2 7 1
78 :widths: 2 8
136 :widths: 2 8
152 :widths: 2 8
/linux-6.12.1/Documentation/firmware-guide/acpi/
Dchromeos-acpi-device.rst12 :widths: 1 2
61 :widths: 1 2
144 :widths: 1 1 2
217 :widths: 1 1 2
275 :widths: 1 1 2

12345678910>>...16