Searched refs:fit (Results 1 – 25 of 171) sorted by relevance
1234567
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | facebook-bmc-flash-layout.dtsi | 19 fit@80000 { 21 label = "fit";
|
D | aspeed-bmc-facebook-minipack.dts | 114 fit@80000 { 116 label = "fit";
|
D | aspeed-bmc-facebook-wedge400.dts | 118 fit@80000 { 120 label = "fit";
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | v4l2-selection-targets.rst | 40 - Bounds of the crop rectangle. All valid crop rectangles fit inside 62 - Bounds of the compose rectangle. All valid compose rectangles fit
|
/kernel/linux/linux-5.10/Documentation/driver-api/gpio/ |
D | using-gpio.rst | 27 software-hardware interface to be set up. They should not have a natural fit 28 to any existing kernel subsystem and not be a good fit for an operating system, 33 from userspace will likely be a good fit for using GPIO lines from userspace as
|
/kernel/linux/linux-5.10/Documentation/misc-devices/ |
D | index.rst | 8 fit into other categories.
|
/kernel/linux/linux-5.10/arch/m68k/ |
D | Kconfig.bus | 27 expansion cards that do not fit in the Zorro slots but fit in e.g.
|
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
D | README | 2 been modified as little as possible. Even though they don't fit the
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | idr.rst | 39 idr_alloc_u32(). If you need IDs that will not fit in a u32, 50 also use idr_get_next() if the iterator doesn't fit your needs.
|
D | index.rst | 111 Documents that don't fit elsewhere or which have yet to be categorized.
|
D | genalloc.rst | 104 - gen_pool_first_fit is a simple first-fit allocator; this is the default 113 - gen_pool_best_fit, as one would expect, is a simple best-fit allocator.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/afe/ |
D | voltage-divider.txt | 39 /* Scale the system voltage by 22/222 to fit the ADC range. */
|
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/ |
D | eainode.rst | 6 To enable ext4 to store extended attribute values that do not fit in the
|
D | inlinedata.rst | 10 ``inode.i_block``. If the rest of the file would fit inside the extended
|
/kernel/linux/linux-5.10/Documentation/gpu/ |
D | komeda-kms.rst | 53 Post image processor adjusts frame data like gamma and color space to fit the 80 adjusted to fit different usages. And D71 has two pipelines, which support two 356 single component, usually that needs multiple components to fit the requirement. 358 compiz, improc and timing_ctrlr to work together to fit these requirements. 400 Layers to fit the requirement of one KMS-plane.
|
/kernel/linux/linux-5.10/drivers/video/console/ |
D | Kconfig | 58 On PA-RISC, the default value is 160, which should fit a 1280x1024 68 On PA-RISC, the default value is 64, which should fit a 1280x1024
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | z3fold.rst | 30 which makes it a better fit for small and response-critical systems.
|
D | remap_file_pages.rst | 23 on 32-bit systems to map files bigger than can linearly fit into 32-bit
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
D | ev6-memset.S | 70 bic $1,7,$1 # E : fit within a single quadword? 251 bic $1,7,$1 # E : fit within a single quadword 436 bic $1,7,$1 # E : fit within a single quadword
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | mpls-sysctl.rst | 24 no longer fit in the table.
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-iio-isl29501 | 32 Then a least squares curve fit to a second order
|
D | sysfs-driver-hid-roccat-kone | 60 stored in the profile doesn't need to fit the number of the 92 calibrate the laser power to fit the mousepad surface.
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | mt9v111.c | 912 unsigned int fit = abs(mt9v111_frame_sizes[i].width - in mt9v111_set_format() local 916 if (fit < best_fit) { in mt9v111_set_format() 917 best_fit = fit; in mt9v111_set_format() 920 if (fit == 0) in mt9v111_set_format()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | ohci.h | 697 u32 fit = ohci_readl(ohci, &ohci->regs->fminterval) & FIT; in periodic_reinit() local 699 ohci_writel (ohci, (fit ^ FIT) | ohci->fminterval, in periodic_reinit()
|
/kernel/linux/linux-5.10/Documentation/translations/ |
D | index.rst | 47 adapted to fit a different language. For this reason, when viewing
|
1234567