Home
last modified time | relevance | path

Searched full:solution (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dppevvmath.h123 fInt solution = fPositiveOne; /*Starting off with baseline of 1 */ in fExponential() local
138 solution = fMultiply(solution, GetScaledFraction(expk_array[i], 10000)); in fExponential()
145 solution = fMultiply(solution, error_term); in fExponential()
148 solution = fDivide(fPositiveOne, solution); in fExponential()
150 return solution; in fExponential()
158 fInt solution = ConvertToFraction(0); /*Starting off with baseline of 0 */ in fNaturalLog() local
168 solution = fAdd(solution, GetScaledFraction(logk_array[i], 10000)); in fNaturalLog()
175 return fAdd(solution, error_term); in fNaturalLog()
548 fInt solution; in fRoundUpByStepSize() local
550 solution = fDivide(A, fStepSize); in fRoundUpByStepSize()
[all …]
/linux-6.12.1/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.
/linux-6.12.1/arch/mips/lib/
Dbitops.c17 * set_bit() if it cannot find a faster solution.
38 * it cannot find a faster solution.
59 * if it cannot find a faster solution.
80 * called by test_and_set_bit_lock() if it cannot find a faster solution.
105 * called by test_and_clear_bit() if it cannot find a faster solution.
129 * called by test_and_change_bit() if it cannot find a faster solution.
/linux-6.12.1/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.
Dhowto.rst456 In a community that is looking for the best technical solution possible,
461 toward a solution that is right.
552 before they came up with the solution. They want to see the
555 solution.*
559 solution to the problem one is solving. They want to see a
560 simple and elegant solution."*
563 solution and working together with the community and discussing your
/linux-6.12.1/drivers/mtd/maps/
Dsolutionengine.c2 * Flash and EPROM on Hitachi Solution Engine and similar boards.
23 .name = "Solution Engine EPROM",
29 .name = "Solution Engine FLASH",
62 printk(KERN_NOTICE "Solution Engine: Flash at 0x%pap, EPROM at 0x%pap\n", in init_soleng_maps()
/linux-6.12.1/arch/arm64/boot/dts/marvell/
Dac5x-rd-carrier.dtsi17 * the AC5X RD becomes part of the carrier solution.
18 * This is a development/reference solution, not a full commercial solution,
/linux-6.12.1/Documentation/networking/device_drivers/cable/
Dsb1000.rst141 Solution
153 Solution
161 Solution
170 Solution
175 Solution
183 Solution
196 Solution
/linux-6.12.1/Documentation/kbuild/
DKconfig.recursion-issue-0137 # obvious that an easy 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-6.12.1/Documentation/filesystems/
Dlocks.rst43 1.2.2 The Solution
45 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
383 The solution for this is to allow the filesystem to be aborted.
416 The solution is basically the same as above.
/linux-6.12.1/net/smc/
DKconfig7 SMC-R provides a "sockets over RDMA" solution making use of
10 The Linux implementation of the SMC-R solution is designed as
/linux-6.12.1/drivers/iio/addac/
DKconfig17 single-channel software configurable input/output solution.
31 quad-channel software configurable input/output solution.
/linux-6.12.1/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-6.12.1/Documentation/mm/
Dbalance.rst49 Another possible solution is that we balance only when the free memory
60 deciding whether to balance the regular zone. The first solution
63 The appended patch implements the second solution. It also "fixes" two
/linux-6.12.1/Documentation/devicetree/bindings/regulator/
Drenesas,raa215300.yaml17 battery charger provide a highly integrated, small footprint power solution
19 provides an ease-of-use solution for noise-sensitive audio or RF applications.
Dpwm-regulator.yaml30 solution when compared with voltage-table mode above. This solution does
/linux-6.12.1/arch/microblaze/kernel/
Dftrace.c120 * The first solution (!USE_FTRACE_NOP-could be called branch solution) in ftrace_make_nop()
126 * The second solution (USE_FTRACE_NOP) - no jump just nops in ftrace_make_nop()
/linux-6.12.1/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-6.12.1/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-6.12.1/arch/microblaze/include/asm/
Dhash.h11 * multiply using shifts and adds. GCC can find a 9-step solution, but
12 * this 6-step solution was found by Yevgen Voronenko's implementation
/linux-6.12.1/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-6.12.1/drivers/staging/media/atomisp/pci/
Dsh_css_params.h75 /* Please note that this implementation is a temporary solution and
128 /* Please note that this implementation is a temporary solution and
/linux-6.12.1/kernel/locking/
Dlockdep_states.h5 * you add one, or come up with a nice dynamic solution.
/linux-6.12.1/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

12345678910>>...24