Home
last modified time | relevance | path

Searched full:look (Results 1 – 25 of 4763) sorted by relevance

12345678910>>...191

/kernel/linux/linux-6.6/drivers/cpufreq/
DKconfig.x8629 For details, take a look at:
49 For details, take a look at:
68 For details, take a look at:
98 For details, take a look at <file:Documentation/cpu-freq/>.
125 For details, take a look at <file:Documentation/cpu-freq/>.
135 For details, take a look at <file:Documentation/cpu-freq/>.
147 For details, take a look at <file:Documentation/cpu-freq/>.
157 For details, take a look at <file:Documentation/cpu-freq/>.
178 For details, take a look at <file:Documentation/cpu-freq/>.
204 For details, take a look at <file:Documentation/cpu-freq/>.
[all …]
DKconfig15 For details, take a look at
82 governor. If unsure have a look at the help section of the
95 governor. If unsure have a look at the help section of the
105 have a look at the help section of that governor. The fallback
159 For details, take a look at
184 For details, take a look at
/kernel/linux/linux-5.10/drivers/cpufreq/
DKconfig.x8629 For details, take a look at:
49 For details, take a look at <file:Documentation/cpu-freq/>.
86 For details, take a look at <file:Documentation/cpu-freq/>.
96 For details, take a look at <file:Documentation/cpu-freq/>.
108 For details, take a look at <file:Documentation/cpu-freq/>.
118 For details, take a look at <file:Documentation/cpu-freq/>.
139 For details, take a look at <file:Documentation/cpu-freq/>.
165 For details, take a look at <file:Documentation/cpu-freq/>.
184 For details, take a look at <file:Documentation/cpu-freq/>.
207 For details, take a look at <file:Documentation/cpu-freq/>.
[all …]
DKconfig16 For details, take a look at <file:Documentation/cpu-freq>.
82 governor. If unsure have a look at the help section of the
95 governor. If unsure have a look at the help section of the
105 have a look at the help section of that governor. The fallback
143 For details, take a look at <file:Documentation/cpu-freq/>.
161 For details, take a look at linux/Documentation/cpu-freq.
185 For details, take a look at linux/Documentation/cpu-freq.
249 For details, take a look at <file:Documentation/cpu-freq/>.
274 For details, take a look at <file:Documentation/cpu-freq/>.
285 For details, take a look at <file:Documentation/cpu-freq/>.
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/powerpc/fsl/
Dinterlaken-lac.txt2 Freescale Interlaken Look-Aside Controller Device Bindings
6 - Interlaken Look-Aside Controller (LAC) Node
8 - Interlaken Look-Aside Controller (LAC) Software Portal Node
9 - Interlaken Look-Aside Controller (LAC) Software Portal Child Nodes
13 Interlaken Look-Aside Controller (LAC) Node
18 facilitate interoperability between a data path device and a look-aside
19 co-processor, the Interlaken Look-Aside protocol is defined for short
21 Interlaken Look-Aside is not directly compatible with Interlaken and can be
89 Interlaken Look-Aside Controller (LAC) Software Portal Container Node
92 The Interlaken Look-Aside Controller (LAC) utilizes Software Portals to accept
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/powerpc/fsl/
Dinterlaken-lac.txt2 Freescale Interlaken Look-Aside Controller Device Bindings
6 - Interlaken Look-Aside Controller (LAC) Node
8 - Interlaken Look-Aside Controller (LAC) Software Portal Node
9 - Interlaken Look-Aside Controller (LAC) Software Portal Child Nodes
13 Interlaken Look-Aside Controller (LAC) Node
18 facilitate interoperability between a data path device and a look-aside
19 co-processor, the Interlaken Look-Aside protocol is defined for short
21 Interlaken Look-Aside is not directly compatible with Interlaken and can be
89 Interlaken Look-Aside Controller (LAC) Software Portal Container Node
92 The Interlaken Look-Aside Controller (LAC) utilizes Software Portals to accept
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_vlan.h43 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */
44 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */
45 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */
46 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
/kernel/linux/linux-6.6/include/uapi/linux/
Dif_vlan.h43 VLAN_NAME_TYPE_PLUS_VID, /* Name will look like: vlan0005 */
44 VLAN_NAME_TYPE_RAW_PLUS_VID, /* name will look like: eth1.0005 */
45 VLAN_NAME_TYPE_PLUS_VID_NO_PAD, /* Name will look like: vlan5 */
46 VLAN_NAME_TYPE_RAW_PLUS_VID_NO_PAD, /* Name will look like: eth0.5 */
/kernel/linux/linux-6.6/arch/sparc/include/asm/
Dfbio.h43 #define CG14_XLUT 0x3000 /* X Look Up Table -- ??? */
44 #define CG14_CLUT1 0x4000 /* Color Look Up Table */
45 #define CG14_CLUT2 0x5000 /* Color Look Up Table */
46 #define CG14_CLUT3 0x6000 /* Color Look Up Table */
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dfbio.h43 #define CG14_XLUT 0x3000 /* X Look Up Table -- ??? */
44 #define CG14_CLUT1 0x4000 /* Color Look Up Table */
45 #define CG14_CLUT2 0x5000 /* Color Look Up Table */
46 #define CG14_CLUT3 0x6000 /* Color Look Up Table */
/kernel/linux/linux-5.10/Documentation/staging/
Dcrc32.rst53 Notice how, to get at bit 32 of the shifted remainder, we look
118 "Computation of Cyclic Redundancy Checks via Table Look-Up", Comm. ACM
153 takes barely longer than a single table look-up and thus performs almost
160 final CRC is simply the XOR of the 4 table look-ups.
163 look-ups cannot begin until the previous groups 4 table look-ups have all
166 To make maximum use of the processor, "slicing by 8" performs 8 look-ups
170 on the previous CRC at all. Thus, those 4 table look-ups may commence
/kernel/linux/linux-6.6/Documentation/staging/
Dcrc32.rst53 Notice how, to get at bit 32 of the shifted remainder, we look
118 "Computation of Cyclic Redundancy Checks via Table Look-Up", Comm. ACM
153 takes barely longer than a single table look-up and thus performs almost
160 final CRC is simply the XOR of the 4 table look-ups.
163 look-ups cannot begin until the previous groups 4 table look-ups have all
166 To make maximum use of the processor, "slicing by 8" performs 8 look-ups
170 on the previous CRC at all. Thus, those 4 table look-ups may commence
/kernel/linux/linux-5.10/samples/ftrace/
Dsample-trace-array.h7 * The define_trace.h below will also look for a file name of
9 * In this case, it would look for sample-trace.h
13 * define_trace.h will look up by defining TRACE_INCLUDE_FILE
/kernel/linux/linux-6.6/samples/ftrace/
Dsample-trace-array.h7 * The define_trace.h below will also look for a file name of
9 * In this case, it would look for sample-trace.h
13 * define_trace.h will look up by defining TRACE_INCLUDE_FILE
/kernel/linux/linux-6.6/scripts/coccinelle/misc/
Dcond_no_effect.cocci30 // * Both paths of the branch look the same. They're supposed to
31 // * look that way and give @of->mutex different static lockdep keys.
38 // All other cases look like bugs or at least lack of documentation
/kernel/linux/linux-5.10/scripts/coccinelle/misc/
Dcond_no_effect.cocci30 // * Both paths of the branch look the same. They're supposed to
31 // * look that way and give @of->mutex different static lockdep keys.
38 // All other cases look like bugs or at least lack of documentation
/kernel/linux/linux-6.6/Documentation/trace/rv/
Dda_monitor_instrumentation.rst7 In the example of the wip.dot monitor created on [1], it will look like::
70 Hence, the handle_preempt_disable() function will look like::
96 So, the callback function will look like::
103 Finally, the "handle_sched_waking()" will look like::
/kernel/linux/linux-5.10/fs/9p/
Dfid.c43 * @dentry: dentry to look for fid in
57 /* we'll recheck under lock if there's anything to look in */ in v9fs_fid_find()
118 * look at the parent. in v9fs_fid_lookup_with_uid()
208 * @dentry: dentry to look for fid in
210 * Look for a fid in the specified dentry for the current user.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/temperature/
Dadi,ltc2983.yaml119 more details look at table 69 and 70.
171 information look at table 20 of the datasheet.
233 Callendar-VanDusen constants. Look at table 30 of the datasheet.
242 and uK. For more details values look at table 74 and 75.
316 and uK only for custom thermistors. For more details look at table
330 format. Look at table 82 for more information.
374 Sets the value of the sense resistor. Look at table 20 of the
/kernel/linux/linux-6.6/Documentation/ABI/removed/
Do2cb6 removed when new versions of ocfs2-tools which know to look
8 software to look here, it should try /sys/fs/o2cb instead.
/kernel/linux/linux-5.10/Documentation/ABI/removed/
Do2cb6 removed when new versions of ocfs2-tools which know to look
8 software to look here, it should try /sys/fs/o2cb instead.
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dsmp_plat.h30 * - mpidr: MPIDR.Aff* bits to be used for the look-up
32 * Returns the cpu logical index or -EINVAL on look-up error
/kernel/linux/linux-6.6/Documentation/arch/arm/google/
Dchromebook-boot-flow.rst34 Depthcharge_ will look through all device trees in the `FIT Image`_ trying to
35 find one that matches the most specific compatible. It will then look
54 device tree then depthcharge_ *won't* look for a "rev3" device tree.
/kernel/linux/linux-6.6/fs/9p/
Dfid.c107 * @dentry: dentry to look for fid in
121 /* we'll recheck under lock if there's anything to look in */ in v9fs_fid_find()
187 * look at the parent. in v9fs_fid_lookup_with_uid()
280 * @dentry: dentry to look for fid in
282 * Look for a fid in the specified dentry for the current user.
/kernel/linux/linux-6.6/arch/arm64/include/asm/
Dsmp_plat.h31 * - mpidr: MPIDR.Aff* bits to be used for the look-up
33 * Returns the cpu logical index or -EINVAL on look-up error

12345678910>>...191