Home
last modified time | relevance | path

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

12345678910>>...18

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A 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 …]
H A 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
H A 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
H A Dvidioc-g-audio.rst59 :widths: 1 1 2
89 :widths: 3 1 4
109 :widths: 3 1 4
H A Dvidioc-enumoutput.rst49 :widths: 1 1 2
106 :widths: 3 1 4
128 :widths: 3 1 4
H A Dvidioc-subdev-g-routing.rst71 :widths: 1 1 2
95 :widths: 1 1 2
125 :widths: 3 1 4
/openbmc/linux/Documentation/filesystems/ext4/
H A 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 …]
H A 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
H A 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 …]
H A 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
H A Dattributes.rst33 :widths: 8 8 24 40
50 :widths: 8 8 24 40
95 :widths: 8 8 24 40
160 :widths: 16 64
H A 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
H A Dspecial_inodes.rst9 :widths: 6 70
44 :widths: 20 50
/openbmc/linux/Documentation/networking/devlink/
H A Dmlxsw.rst24 :widths: 5 5 5 85
46 :widths: 5 5 90
67 :widths: 5 5 90
89 :widths: 5 5 90
H A Docteontx2.rst16 :widths: 5 5 5 85
32 :widths: 5 5 5 85
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Dbrcm,brcmstb-gpio.yaml40 brcm,gpio-bank-widths:
75 - "brcm,gpio-bank-widths"
90 brcm,gpio-bank-widths = <32 32 32 24>;
103 brcm,gpio-bank-widths = <18 4>;
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A 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
H A Dmedia-ioc-enum-links.rst62 :widths: 1 1 2
90 :widths: 1 1 2
117 :widths: 1 1 2
/openbmc/linux/drivers/media/usb/gspca/
H A 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()
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Dmax2175.rst17 :widths: 1 4
31 :widths: 1 4
48 :widths: 1 4
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-conn-info.rst49 :widths: 1 1 8
69 :widths: 3 1 8
94 :widths: 3 1 8
H A 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
H A 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
/openbmc/linux/Documentation/driver-api/surface_aggregator/clients/
H A 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
/openbmc/linux/Documentation/firmware-guide/acpi/
H A 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>>...18