Home
last modified time | relevance | path

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

123456789

/linux-6.15/arch/arm64/boot/
H A DMakefile20 Image.zst Image.xz image.fit
46 $(obj)/image.fit: $(obj)/Image $(obj)/dts/dtbs-list FORCE
47 $(call if_changed,fit)
H A D.gitignore5 image.fit
/linux-6.15/arch/arm/boot/dts/aspeed/
H A Dfacebook-bmc-flash-layout.dtsi19 fit@80000 {
21 label = "fit";
H A Dfacebook-bmc-flash-layout-128.dtsi37 fit@100000 {
39 label = "fit";
H A 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.15/Documentation/driver-api/gpio/
H A 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.15/Documentation/userspace-api/media/v4l/
H A 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.15/arch/arm64/
H A DMakefile171 BOOT_TARGETS := Image vmlinuz.efi image.fit
183 image.fit: dtbs
185 vmlinuz.efi image.fit: Image
/linux-6.15/arch/m68k/
H A DKconfig.bus27 expansion cards that do not fit in the Zorro slots but fit in e.g.
/linux-6.15/Documentation/filesystems/nfs/
H A Dreexport.rst44 The result must fit into the RFC-mandated filehandle size limits:
55 NFSv2 if the original server gives you filehandles that fit in 10
76 All will therefore fit in an NFSv3 or NFSv4 filehandle after reexport,
/linux-6.15/Documentation/accel/qaic/
H A Daic080.rst11 The number of NSPs and clock rates are reduced to fit within resource
/linux-6.15/Documentation/misc-devices/
H A Dindex.rst8 fit into other categories.
/linux-6.15/include/linux/
H A Dbitmap.h808 bool fit; in bitmap_write() local
817 fit = space >= nbits; in bitmap_write()
820 map[index] &= (fit ? (~(mask << offset)) : ~BITMAP_FIRST_WORD_MASK(start)); in bitmap_write()
822 if (fit) in bitmap_write()
/linux-6.15/arch/arm64/boot/dts/mediatek/
H A Dmt7986a-bananapi-bpi-r3-nor.dtso56 label = "fit";
/linux-6.15/Documentation/core-api/
H A 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.15/arch/parisc/math-emu/
H A DREADME2 been modified as little as possible. Even though they don't fit the
/linux-6.15/Documentation/filesystems/ext4/
H A Deainode.rst6 To enable ext4 to store extended attribute values that do not fit in the
/linux-6.15/drivers/fwctl/
H A DKconfig9 fit neatly into an existing subsystem.
/linux-6.15/Documentation/gpu/
H A 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.15/arch/alpha/lib/
H A 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.15/Documentation/networking/
H A Dmpls-sysctl.rst24 no longer fit in the table.
/linux-6.15/drivers/video/console/
H A DKconfig58 On PA-RISC, the default value is 160, which should fit a 1280x1024
69 On PA-RISC, the default value is 64, which should fit a 1280x1024
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-bus-iio-isl2950132 Then a least squares curve fit to a second order
/linux-6.15/Documentation/crypto/
H A Dkrb5.rst153 amount of data; the second function returns how much data will fit in a buffer
215 supplied and these are shrunk to fit the data. The decryption function will
245 are supplied and these are shrunk to fit the data. An error will be returned
/linux-6.15/tools/testing/selftests/net/packetdrill/
H A Dtcp_zerocopy_maxfrags.pkt5 // 1) fit in a single packet without zerocopy

123456789