Home
last modified time | relevance | path

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

12345678

/linux-5.19.10/drivers/gpu/drm/amd/pm/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-5.19.10/Documentation/hwmon/
Dsch5636.rst20 their own custom hwmon solution based upon the SCH5636.
23 hwmon solution. The sch5636 driver runs a sanity check on loading to ensure
25 hwmon solution.
32 The Fujitsu Theseus hwmon solution also contains an integrated watchdog.
Dftsteutates.rst19 monitoring and thermal management solution. It is builds on the basic
/linux-5.19.10/net/smc/
DKconfig6 SMC-R provides a "sockets over RDMA" solution making use of
9 The Linux implementation of the SMC-R solution is designed as
/linux-5.19.10/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-5.19.10/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-5.19.10/Documentation/filesystems/
Dlocks.rst45 The solution I have chosen, after much experimentation and discussion,
50 race and deadlock conditions that the current solution was the only
Dfuse.rst232 The solution is not to allow opening device files and ignore
243 The solution to this problem will be presented in point 2) of C).
273 The solution to this as well as B) is not to allow processes
364 The solution for this is to allow the filesystem to be aborted.
397 The solution is basically the same as above.
/linux-5.19.10/drivers/iio/addac/
DKconfig15 quad-channel software configurable input/output solution.
/linux-5.19.10/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-5.19.10/Documentation/i2c/busses/
Di2c-diolan-u2c.rst18 The Diolan U2C-12 I2C-USB Adapter provides a low cost solution to connect
/linux-5.19.10/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-5.19.10/drivers/staging/olpc_dcon/
DTODO8 internals, but isn't properly integrated, is not the correct solution.
/linux-5.19.10/Documentation/devicetree/bindings/iio/dac/
Dadi,ad7293.yaml16 and temperature, integrated into a single chip solution with an
/linux-5.19.10/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-5.19.10/Documentation/admin-guide/LSM/
DYama.rst30 For a solution, some applications use ``prctl(PR_SET_DUMPABLE, ...)`` to
32 do not. A more general solution is to only allow ptrace directly from a
/linux-5.19.10/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-5.19.10/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-5.19.10/drivers/acpi/dptf/
DKconfig8 level hardware/software solution for power and thermal management.
/linux-5.19.10/Documentation/misc-devices/
Ddw-xdata-pcie.rst8 Synopsys DesignWare PCIe prototype solution
/linux-5.19.10/Documentation/driver-api/firmware/
Ddirect-fs-lookup.rst29 is currently the only viable solution as only userspace can know for sure
/linux-5.19.10/Documentation/devicetree/bindings/mfd/
D88pm860x.txt13 - marvell,88pm860x-slave-addr: 88pm860x are two chips solution. <reg> stores the I2C address
/linux-5.19.10/Documentation/devicetree/bindings/leds/
Dkinetic,ktd2692.yaml13 KTD2692 is the ideal power solution for high-power flash LEDs.
/linux-5.19.10/arch/arm/boot/dts/
Darmada-xp-crs305-1g-4s.dtsi17 * solution) or the below Device Tree should be adjusted.
Darmada-xp-crs328-4c-20s-4s.dtsi17 * solution) or the below Device Tree should be adjusted.

12345678