Home
last modified time | relevance | path

Searched refs:fit (Results 1 – 25 of 199) sorted by relevance

12345678

/linux-6.12.1/arch/arm64/boot/
DMakefile20 Image.zst Image.xz image.fit
46 $(obj)/image.fit: $(obj)/Image $(obj)/dts/dtbs-list FORCE
47 $(call if_changed,fit)
D.gitignore5 image.fit
/linux-6.12.1/arch/arm/boot/dts/aspeed/
Dfacebook-bmc-flash-layout.dtsi19 fit@80000 {
21 label = "fit";
Dfacebook-bmc-flash-layout-128.dtsi37 fit@100000 {
39 label = "fit";
Daspeed-bmc-ibm-system1.dts224 * Scale the system voltage by 1127/127 to fit the ADC range.
237 * Scale the system voltage by 1365/365 to fit the ADC range.
250 * Scale the system voltage by 1365/365 to fit the ADC range.
263 * Scale the system voltage by 1698/698 to fit the ADC range.
276 * Scale the system voltage by 1698/698 to fit the ADC range.
289 * Scale the system voltage by 4000/3000 to fit the ADC range.
302 * Scale the system voltage by 2100/1100 to fit the ADC range.
/linux-6.12.1/Documentation/driver-api/gpio/
Dusing-gpio.rst27 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
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dv4l2-selection-targets.rst46 - Bounds of the crop rectangle. All valid crop rectangles fit inside
68 - Bounds of the compose rectangle. All valid compose rectangles fit
/linux-6.12.1/arch/arm64/
DMakefile167 BOOT_TARGETS := Image vmlinuz.efi image.fit
179 image.fit: dtbs
181 vmlinuz.efi image.fit: Image
/linux-6.12.1/arch/m68k/
DKconfig.bus27 expansion cards that do not fit in the Zorro slots but fit in e.g.
/linux-6.12.1/Documentation/filesystems/nfs/
Dreexport.rst40 The result must fit into the RFC-mandated filehandle size limits:
51 NFSv2 if the original server gives you filehandles that fit in 10
72 All will therefore fit in an NFSv3 or NFSv4 filehandle after reexport,
/linux-6.12.1/Documentation/misc-devices/
Dindex.rst8 fit into other categories.
/linux-6.12.1/include/linux/
Dbitmap.h806 bool fit; in bitmap_write() local
815 fit = space >= nbits; in bitmap_write()
818 map[index] &= (fit ? (~(mask << offset)) : ~BITMAP_FIRST_WORD_MASK(start)); in bitmap_write()
820 if (fit) in bitmap_write()
/linux-6.12.1/arch/arm64/boot/dts/mediatek/
Dmt7986a-bananapi-bpi-r3-nor.dtso56 label = "fit";
/linux-6.12.1/Documentation/core-api/
Didr.rst42 idr_alloc_u32(). If you need IDs that will not fit in a u32,
53 also use idr_get_next() if the iterator doesn't fit your needs.
/linux-6.12.1/arch/parisc/math-emu/
DREADME2 been modified as little as possible. Even though they don't fit the
/linux-6.12.1/Documentation/filesystems/ext4/
Deainode.rst6 To enable ext4 to store extended attribute values that do not fit in the
/linux-6.12.1/Documentation/gpu/
Dkomeda-kms.rst53 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.
/linux-6.12.1/arch/alpha/lib/
Dev6-memset.S70 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
/linux-6.12.1/Documentation/mm/
Dz3fold.rst28 which makes it a better fit for small and response-critical systems.
/linux-6.12.1/drivers/video/console/
DKconfig59 On PA-RISC, the default value is 160, which should fit a 1280x1024
70 On PA-RISC, the default value is 64, which should fit a 1280x1024
/linux-6.12.1/Documentation/networking/
Dmpls-sysctl.rst24 no longer fit in the table.
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-iio-isl2950132 Then a least squares curve fit to a second order
Dsysfs-driver-hid-roccat-kone60 stored in the profile doesn't need to fit the number of the
92 calibrate the laser power to fit the mousepad surface.
/linux-6.12.1/drivers/media/i2c/
Dmt9v111.c923 unsigned int fit = abs(mt9v111_frame_sizes[i].width - in mt9v111_set_format() local
927 if (fit < best_fit) { in mt9v111_set_format()
928 best_fit = fit; in mt9v111_set_format()
931 if (fit == 0) in mt9v111_set_format()
/linux-6.12.1/tools/testing/selftests/net/packetdrill/
Dtcp_zerocopy_maxfrags.pkt5 // 1) fit in a single packet without zerocopy

12345678