| /linux/arch/arm64/boot/ |
| H A D | Makefile | 20 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 | .gitignore | 5 image.fit
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | facebook-bmc-flash-layout.dtsi | 19 fit@80000 { 21 label = "fit";
|
| H A D | facebook-bmc-flash-layout-128.dtsi | 37 fit@100000 { 39 label = "fit";
|
| H A D | aspeed-bmc-ibm-system1.dts | 224 * 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/Documentation/driver-api/gpio/ |
| H A 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
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | v4l2-selection-targets.rst | 47 - Bounds of the crop rectangle. All valid crop rectangles fit inside 69 - Bounds of the compose rectangle. All valid compose rectangles fit
|
| /linux/arch/arm64/ |
| H A D | Makefile | 167 BOOT_TARGETS := Image vmlinuz.efi image.fit 179 image.fit: dtbs 181 vmlinuz.efi image.fit: Image
|
| /linux/arch/m68k/ |
| H A D | Kconfig.bus | 27 expansion cards that do not fit in the Zorro slots but fit in e.g.
|
| /linux/include/linux/ |
| H A D | bitmap.h | 866 bool fit; in bitmap_write() local 875 fit = space >= nbits; in bitmap_write() 878 map[index] &= (fit ? (~(mask << offset)) : ~BITMAP_FIRST_WORD_MASK(start)); in bitmap_write() 880 if (fit) in bitmap_write()
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| H A D | mt7986a-bananapi-bpi-r3-nor.dtso | 56 label = "fit";
|
| /linux/Documentation/core-api/ |
| H A D | idr.rst | 42 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.
|
| H A D | index.rst | 137 Documents that don't fit elsewhere or which have yet to be categorized.
|
| H A 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.
|
| /linux/arch/parisc/math-emu/ |
| H A D | README | 2 been modified as little as possible. Even though they don't fit the
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | eainode.rst | 6 To enable ext4 to store extended attribute values that do not fit in the
|
| H A D | inlinedata.rst | 10 ``inode.i_block``. If the rest of the file would fit inside the extended
|
| /linux/arch/alpha/lib/ |
| H A 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
|
| /linux/Documentation/networking/ |
| H A D | mpls-sysctl.rst | 24 no longer fit in the table.
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-isl29501 | 32 Then a least squares curve fit to a second order
|
| H A 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.
|
| /linux/Documentation/crypto/ |
| H A D | krb5.rst | 153 amount of data; the second function returns how much data will fit in a buffer 224 supplied and these are shrunk to fit the data. The decryption function will 254 are supplied and these are shrunk to fit the data. An error will be returned
|
| /linux/Documentation/mm/ |
| H A D | remap_file_pages.rst | 21 on 32-bit systems to map files bigger than can linearly fit into 32-bit
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_zerocopy_maxfrags.pkt | 5 // 1) fit in a single packet without zerocopy
|
| /linux/drivers/usb/host/ |
| H A 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()
|