Home
last modified time | relevance | path

Searched refs:solution (Results 1 – 25 of 147) sorted by relevance

123456

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dppevvmath.h117 fInt solution = fPositiveOne; /*Starting off with baseline of 1 */ in fExponential() local
132 solution = fMultiply(solution, GetScaledFraction(expk_array[i], 10000)); in fExponential()
139 solution = fMultiply(solution, error_term); in fExponential()
142 solution = fDivide(fPositiveOne, solution); in fExponential()
144 return solution; in fExponential()
152 fInt solution = ConvertToFraction(0); /*Starting off with baseline of 0 */ in fNaturalLog() local
162 solution = fAdd(solution, GetScaledFraction(logk_array[i], 10000)); in fNaturalLog()
169 return (fAdd(solution, error_term)); in fNaturalLog()
542 fInt solution; in fRoundUpByStepSize() local
544 solution = fDivide(A, fStepSize); in fRoundUpByStepSize()
[all …]
/Linux-v4.19/Documentation/hwmon/
Dsch563617 their own custom hwmon solution based upon the SCH5636.
20 hwmon solution. The sch5636 driver runs a sanity check on loading to ensure
22 hwmon solution.
29 The Fujitsu Theseus hwmon solution also contains an integrated watchdog.
Dftsteutates15 monitoring and thermal management solution. It is builds on the basic
/Linux-v4.19/net/smc/
DKconfig5 SMC-R provides a "sockets over RDMA" solution making use of
8 The Linux implementation of the SMC-R solution is designed as
/Linux-v4.19/Documentation/kbuild/
DKconfig.recursion-issue-0137 # obvious that an easy to solution to this problem should just be the removal
41 # implications of this recursive issue where the solution is perhaps not so
43 # CORE also consist of a solution to this recursive problem.
/Linux-v4.19/Documentation/devicetree/bindings/nds32/
Dandestech-boards21 processors to provide a cost-effective and high performance solution for
24 logics to complete a SoC solution for a specific application. With
/Linux-v4.19/Documentation/process/
D3.Early-stage.rst20 with the proposed solution, and that can lead to difficulties.
24 by excessive latency in the system. The solution they arrived at was a
38 The audio community, however, could not see past the particular solution
53 the right solution to the problem than they were with a specific module.
54 The moral of the story is to focus on the problem - not a specific solution
64 solution address?
87 - There may be elements of the proposed solution which will not be
92 problem; they may have ideas for a better solution, and may be willing
93 to help in the creation of that solution.
/Linux-v4.19/Documentation/devicetree/bindings/regulator/
Dpwm-regulator.txt20 more fine grained solution when compared with
21 voltage-table mode above. This solution does make an
/Linux-v4.19/Documentation/i2c/busses/
Di2c-diolan-u2c15 The Diolan U2C-12 I2C-USB Adapter provides a low cost solution to connect
/Linux-v4.19/Documentation/sound/hd-audio/
Ddp-mst.rst14 The new solution is to create a few PCMs and to dynamically bind pcm to
16 the new solution.
/Linux-v4.19/Documentation/filesystems/
Dlocks.txt41 The solution I have chosen, after much experimentation and discussion,
46 race and deadlock conditions that the current solution was the only
/Linux-v4.19/Documentation/vm/
Dbalance.rst51 Another possible solution is that we balance only when the free memory
62 deciding whether to balance the regular zone. The first solution
65 The appended patch implements the second solution. It also "fixes" two
/Linux-v4.19/Documentation/pti/
Dpti_intel_mid.txt3 Interface for MIPI P1149.7 cJTAG standard. The kernel solution
17 and n_tracesink are a part of the complete PTI solution,
/Linux-v4.19/Documentation/driver-api/soundwire/
Derror_handling.rst39 solution. Alternatively some implementations might directly issue a bus
58 hard-reset might be the best solution.
/Linux-v4.19/Documentation/admin-guide/LSM/
DYama.rst29 For a solution, some applications use ``prctl(PR_SET_DUMPABLE, ...)`` to
31 do not. A more general solution is to only allow ptrace directly from a
/Linux-v4.19/Documentation/driver-api/usb/
Dpersist.rst69 What is the solution?
117 Is this the best solution?
122 centralized Logical Volume Manager. Such a solution would allow you
130 solution is much quicker and easier -- and it exists now, a giant
/Linux-v4.19/Documentation/security/
DIMA-templates.rst23 The proposed solution solves this problem by separating the template
24 management from the remaining IMA code. The core of this solution is the
/Linux-v4.19/Documentation/driver-api/firmware/
Ddirect-fs-lookup.rst29 is currently the only viable solution as only userspace can know for sure
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Drohm,bd71837-pmic.txt5 low BOM cost and compact solution footprint. It integrates 8 Buck
D88pm860x.txt13 - marvell,88pm860x-slave-addr: 88pm860x are two chips solution. <reg> stores the I2C address
/Linux-v4.19/Documentation/devicetree/bindings/leds/
Dleds-ktd2692.txt3 KTD2692 is the ideal power solution for high-power flash LEDs.
/Linux-v4.19/arch/arm/boot/dts/
Darmada-xp-db-xc3-24g4xg.dts16 * solution) or the below Device Tree should be adjusted.
Darmada-xp-db-dxbc2.dts16 * solution) or the below Device Tree should be adjusted.
/Linux-v4.19/Documentation/driver-api/fpga/
Dintro.rst17 seek out a solution that expands the framework for broad reuse.
/Linux-v4.19/drivers/isdn/hardware/mISDN/
DKconfig33 Enable support for the XHFC embedded solution from Speech Design.

123456