/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec-stateless.rst | 46 :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 D | vidioc-dqevent.rst | 48 :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 D | vidioc-g-parm.rst | 66 :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 D | metafmt-generic.rst | 37 :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
|
H A D | vidioc-g-audio.rst | 59 :widths: 1 1 2 89 :widths: 3 1 4 109 :widths: 3 1 4
|
H A D | vidioc-g-enc-index.rst | 64 :widths: 1 3 8 91 :widths: 1 1 2 123 :widths: 3 1 4
|
H A D | vidioc-enumoutput.rst | 49 :widths: 1 1 2 106 :widths: 3 1 4 128 :widths: 3 1 4
|
/linux/Documentation/filesystems/ext4/ |
H A D | journal.rst | 62 :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 D | directory.rst | 37 :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 D | super.rst | 22 :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 D | inodes.rst | 32 :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 D | attributes.rst | 33 :widths: 8 8 24 40 50 :widths: 8 8 24 40 95 :widths: 8 8 24 40 160 :widths: 16 64
|
H A D | ifork.rst | 71 :widths: 8 8 24 40 107 :widths: 8 8 24 40 137 :widths: 8 8 24 40 177 :widths: 8 8 24 40
|
/linux/Documentation/networking/devlink/ |
H A D | mlxsw.rst | 24 :widths: 5 5 5 85 46 :widths: 5 5 90 67 :widths: 5 5 90 89 :widths: 5 5 90
|
/linux/Documentation/userspace-api/media/mediactl/ |
H A D | media-ioc-g-topology.rst | 56 :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 D | media-ioc-enum-links.rst | 62 :widths: 1 1 2 90 :widths: 1 1 2 117 :widths: 1 1 2
|
/linux/drivers/media/usb/gspca/ |
H A D | se401.c | 214 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/Documentation/driver-api/surface_aggregator/clients/ |
H A D | dtx.rst | 163 :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/Documentation/userspace-api/media/drivers/ |
H A D | max2175.rst | 17 :widths: 1 4 31 :widths: 1 4 48 :widths: 1 4
|
/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-ioc-dqevent.rst | 54 :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 D | cec-ioc-adap-g-conn-info.rst | 49 :widths: 1 1 8 69 :widths: 3 1 8 94 :widths: 3 1 8
|
H A D | cec-ioc-adap-g-log-addrs.rst | 77 :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/Documentation/arch/powerpc/ |
H A D | dexcr.rst | 54 :widths: 2 7 1 78 :widths: 2 8 136 :widths: 2 8 152 :widths: 2 8
|
/linux/Documentation/firmware-guide/acpi/ |
H A D | chromeos-acpi-device.rst | 12 :widths: 1 2 61 :widths: 1 2 144 :widths: 1 1 2 217 :widths: 1 1 2 275 :widths: 1 1 2
|
/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-protos.rst | 39 :widths: 1 1 2 89 :widths: 1 1 2 134 :widths: 1 1 2 195 :widths: 1 1 2 222 :widths: 1 1 2 249 :widths: 1 1 2
|