| /OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/ |
| H A D | exynos_thermal.rst | 25 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 D | mxs-usb-phy.txt | 18 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 D | socionext,uniphier-usb3hs-phy.yaml | 61 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 D | 0001-pppd-Fix-bounds-check.patch | 26 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 D | malloc.h | 634 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 D | Kconfig | 361 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 D | sbpcmcia.h | 363 #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 D | sbpcmcia.h | 363 #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 D | nommu-mmap.rst | 272 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 D | phy-intel-lgm-emmc.c | 97 * 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 D | phy-intel-keembay-emmc.c | 118 * 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 D | atmel-sfr.h | 18 #define AT91_SFR_UTMICKTRIM 0x30 /* UTMI Clock Trimming Register */
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/exynos/ |
| H A D | tmu.txt | 17 - This is the data trimming info.
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | block-group.c | 1122 * 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 D | discard.c | 18 * 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 D | phy-rockchip-emmc.c | 164 * 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 D | silence.c | 100 /* 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 D | phy-uniphier-usb3hs.c | 154 * 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 D | scan_handlers.rst | 71 The namespace trimming function, acpi_bus_trim(), first executes .detach()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/scripts/ |
| H A D | crossfade_cat.sh | 118 echo "Trimming off crossfade sections from original files..."
|
| H A D | crossfade.sh | 129 echo "Trimming off crossfade sections from original files..."
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_mount.h | 181 trimming */ 183 trimming */
|
| H A D | xfs_discard.c | 185 * matter as trimming blocks is an advisory interface. in xfs_ioc_trim()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/hwmon/ |
| H A D | baikal,bt1-pvt.yaml | 74 Temperature sensor trimming factor. It can be used to manually adjust the
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | cuboot-hotfoot.c | 49 printf("Trimming devtree for single serial/eth board\n"); in hotfoot_fixups()
|