Home
last modified time | relevance | path

Searched full:trimming (Results 1 – 25 of 90) sorted by relevance

1234

/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dexynos_thermal.rst25 1. Two point trimming::
29 2. One point trimming::
33 3. No trimming::
40 Trimming info for 25 degree Celsius (stored at TRIMINFO register)
43 Trimming info for 85 degree Celsius (stored at TRIMINFO register)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dmxs-usb-phy.txt18 high-speed trimming resistor connected in parallel with the 45 ohm resistor
21 high-speed trimming resistor connected in parallel with the 45 ohm resistor
23 - fsl,tx-d-cal: Integer [79-119]. Current trimming value (as a percentage) of
H A Dsocionext,uniphier-usb3hs-phy.yaml61 Phandles to nvmem cell that contains the trimming data.
73 required for each port, if any one is omitted, the trimming data
/OK3568_Linux_fs/buildroot/package/pppd/
H A D0001-pppd-Fix-bounds-check.patch26 dbglog("EAP: trimming really long peer name down");
35 dbglog("EAP: trimming really long peer name down");
/OK3568_Linux_fs/u-boot/include/
H A Dmalloc.h634 Automatic trimming is mainly useful in long-lived programs.
635 Because trimming via sbrk can be slow on some systems, and can
642 can be traded off with one another. Trimming and mmapping are
656 worth it to tune for trimming rather tham memory mapping when a
661 controlling release of large blocks via trimming versus mapping
671 The default trim value is high enough to cause trimming only in
674 disable trimming completely, you can set to (unsigned long)(-1);
701 after trimming) will invoke sbrk, which needlessly wastes
735 menas that even trimming via malloc_trim would not release them.
/OK3568_Linux_fs/kernel/mm/
H A DKconfig361 int "Turn on mmap() excess space trimming before booting"
371 If trimming is enabled, the excess is trimmed off and returned to the
375 If trimming is disabled, the excess is kept, but not used, which for
378 Trimming can be dynamically controlled through a sysctl option
380 excess pages there must be before trimming should occur, or zero if
381 no trimming is to occur.
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dsbpcmcia.h363 #define HNBU_ACPA_CCK_C0 0x86 /* ACPHY PA trimming parameters: CCK */
364 #define HNBU_ACPA_40 0x87 /* ACPHY PA trimming parameters: 40 */
365 #define HNBU_ACPA_80 0x88 /* ACPHY PA trimming parameters: 80 */
366 #define HNBU_ACPA_4080 0x89 /* ACPHY PA trimming parameters: 40/80 */
391 #define HNBU_ACPA_CCK_C1 0xa1 /* ACPHY PA trimming parameters: CCK */
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dsbpcmcia.h363 #define HNBU_ACPA_CCK_C0 0x86 /* ACPHY PA trimming parameters: CCK */
364 #define HNBU_ACPA_40 0x87 /* ACPHY PA trimming parameters: 40 */
365 #define HNBU_ACPA_80 0x88 /* ACPHY PA trimming parameters: 80 */
366 #define HNBU_ACPA_4080 0x89 /* ACPHY PA trimming parameters: 40/80 */
391 #define HNBU_ACPA_CCK_C1 0xa1 /* ACPHY PA trimming parameters: CCK */
/OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/
H A Dnommu-mmap.rst272 Adjusting page trimming behaviour
281 watermark where trimming begins.
283 Page trimming behaviour is configurable via the sysctl ``vm.nr_trim_pages``.
/OK3568_Linux_fs/kernel/drivers/phy/intel/
H A Dphy-intel-lgm-emmc.c97 * calpad busy trimming. However it is documented that this value is in intel_emmc_phy_power()
100 * to calpad busy trimming. in intel_emmc_phy_power()
H A Dphy-intel-keembay-emmc.c118 * calpad busy trimming. However it is documented that this value is in keembay_emmc_phy_power()
121 * to calpad busy trimming. in keembay_emmc_phy_power()
/OK3568_Linux_fs/kernel/include/soc/at91/
H A Datmel-sfr.h18 #define AT91_SFR_UTMICKTRIM 0x30 /* UTMI Clock Trimming Register */
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/exynos/
H A Dtmu.txt17 - This is the data trimming info.
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dblock-group.c1122 * At this point trimming or scrub can't start on this block group, in btrfs_remove_block_group()
1127 * if they didn't, for the trimming case they won't find any free space in btrfs_remove_block_group()
1134 * avoid races with trimming and scrub. in btrfs_remove_block_group()
1137 * completely transactionless, so while it is trimming a range the in btrfs_remove_block_group()
1351 int trimming; in btrfs_delete_unused_bgs() local
1466 * then trimming is handled in the transaction commit path. in btrfs_delete_unused_bgs()
1467 * Async discard interposes before this to do the trimming in btrfs_delete_unused_bgs()
1468 * before coming down the unused block group path as trimming in btrfs_delete_unused_bgs()
1475 trimming = btrfs_test_opt(fs_info, DISCARD_SYNC); in btrfs_delete_unused_bgs()
1478 if (trimming) in btrfs_delete_unused_bgs()
[all …]
H A Ddiscard.c18 * Async discard manages trimming of free space outside of transaction commit.
21 * and then allow for trimming in the bitmap the best opportunity to coalesce.
50 * this resets the state and we will retry trimming the whole bitmap. This is a
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-emmc.c164 * calpad busy trimming. However it is documented that this value is in rockchip_emmc_phy_power()
167 * to calpad busy trimming. in rockchip_emmc_phy_power()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsilence.c100 /* Parse data related to trimming front side */ in sox_silence_getopts()
141 /* Parse data needed for trimming of backside */ in sox_silence_getopts()
570 } /* Trimming off backend */ in sox_silence_flow()
/OK3568_Linux_fs/kernel/drivers/phy/socionext/
H A Dphy-uniphier-usb3hs.c154 * call trim_func only when trimming parameters that aren't in uniphier_u3hsphy_update_config()
166 /* use default parameters without trimming values */ in uniphier_u3hsphy_update_config()
/OK3568_Linux_fs/kernel/Documentation/driver-api/acpi/
H A Dscan_handlers.rst71 The namespace trimming function, acpi_bus_trim(), first executes .detach()
/OK3568_Linux_fs/buildroot/dl/sox/git/scripts/
H A Dcrossfade_cat.sh118 echo "Trimming off crossfade sections from original files..."
H A Dcrossfade.sh129 echo "Trimming off crossfade sections from original files..."
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_mount.h181 trimming */
183 trimming */
H A Dxfs_discard.c185 * matter as trimming blocks is an advisory interface. in xfs_ioc_trim()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/
H A Dbaikal,bt1-pvt.yaml74 Temperature sensor trimming factor. It can be used to manually adjust the
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dcuboot-hotfoot.c49 printf("Trimming devtree for single serial/eth board\n"); in hotfoot_fixups()

1234