Home
last modified time | relevance | path

Searched +full:on +full:- +full:the +full:- +full:fly (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/kernel/linux/linux-6.6/fs/proc/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 This is a virtual file system providing information about the status
7 of the system. "Virtual" means that it doesn't take up any space on
8 your hard disk: the files are created on the fly by the kernel when
9 you try to access them. Also, you cannot read the files with older
10 version of the program less: you need to use more or cat.
13 information about what the different IRQs are used for at the moment
15 that are used by the attached devices to gain the CPU's attention --
17 to use the same IRQ). The program procinfo to display some
18 information about your system gathered from the /proc file system.
[all …]
/kernel/linux/linux-5.10/fs/proc/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 This is a virtual file system providing information about the status
7 of the system. "Virtual" means that it doesn't take up any space on
8 your hard disk: the files are created on the fly by the kernel when
9 you try to access them. Also, you cannot read the files with older
10 version of the program less: you need to use more or cat.
13 information about what the different IRQs are used for at the moment
15 that are used by the attached devices to gain the CPU's attention --
17 to use the same IRQ). The program procinfo to display some
18 information about your system gathered from the /proc file system.
[all …]
/kernel/linux/linux-6.6/drivers/macintosh/
Dwindfarm_pid.h1 /* SPDX-License-Identifier: GPL-2.0-only */
12 * control loops. One is the basic PID implementation, the
13 * other one is more specifically tailored to the loops used
23 /* This parameter array is passed to the PID algorithm. Currently,
24 * we don't support changing parameters on the fly as it's not needed
25 * but could be implemented (with necessary adjustment of the history
38 int first; /* first run of the loop */
57 /* This parameter array is passed to the CPU PID algorithm. Currently,
58 * we don't support changing parameters on the fly as it's not needed
59 * but could be implemented (with necessary adjustment of the history
[all …]
/kernel/linux/linux-5.10/drivers/macintosh/
Dwindfarm_pid.h1 /* SPDX-License-Identifier: GPL-2.0-only */
9 * control loops. One is the basic PID implementation, the
10 * other one is more specifically tailored to the loops used
20 /* This parameter array is passed to the PID algorithm. Currently,
21 * we don't support changing parameters on the fly as it's not needed
22 * but could be implemented (with necessary adjustment of the history
35 int first; /* first run of the loop */
54 /* This parameter array is passed to the CPU PID algorithm. Currently,
55 * we don't support changing parameters on the fly as it's not needed
56 * but could be implemented (with necessary adjustment of the history
[all …]
/kernel/linux/linux-5.10/Documentation/core-api/
Dlibrs.rst2 Reed-Solomon Library Programming Interface
10 The generic Reed-Solomon Library provides encoding, decoding and error
13 Reed-Solomon codes are used in communication and storage applications to
16 This documentation is provided for developers who want to utilize the
17 functions provided by the library.
27 This chapter provides examples of how to use the library.
30 ------------
32 The init function init_rs returns a pointer to an rs decoder structure,
33 which holds the necessary information for encoding, decoding and error
34 correction with the given polynomial. It either uses an existing
[all …]
/kernel/linux/linux-6.6/Documentation/core-api/
Dlibrs.rst2 Reed-Solomon Library Programming Interface
10 The generic Reed-Solomon Library provides encoding, decoding and error
13 Reed-Solomon codes are used in communication and storage applications to
16 This documentation is provided for developers who want to utilize the
17 functions provided by the library.
27 This chapter provides examples of how to use the library.
30 ------------
32 The init function init_rs returns a pointer to an rs decoder structure,
33 which holds the necessary information for encoding, decoding and error
34 correction with the given polynomial. It either uses an existing
[all …]
/kernel/linux/linux-6.6/include/linux/platform_data/
Dadp8860.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 * Copyright 2009-2010 Analog Devices Inc.
103 u8 bl_fade_in; /* Backlight Fade-In Timer */
104 u8 bl_fade_out; /* Backlight Fade-Out Timer */
105 u8 bl_fade_law; /* fade-on/fade-off transfer characteristic */
124 * Sinks not assigned to the Backlight can be exposed to
125 * user space using the LEDS CLASS interface
130 u8 led_fade_in; /* LED Fade-In Timer */
131 u8 led_fade_out; /* LED Fade-Out Timer */
132 u8 led_fade_law; /* fade-on/fade-off transfer characteristic */
[all …]
/kernel/linux/linux-5.10/include/linux/platform_data/
Dadp8860.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
6 * Copyright 2009-2010 Analog Devices Inc.
103 u8 bl_fade_in; /* Backlight Fade-In Timer */
104 u8 bl_fade_out; /* Backlight Fade-Out Timer */
105 u8 bl_fade_law; /* fade-on/fade-off transfer characteristic */
124 * Sinks not assigned to the Backlight can be exposed to
125 * user space using the LEDS CLASS interface
130 u8 led_fade_in; /* LED Fade-In Timer */
131 u8 led_fade_out; /* LED Fade-Out Timer */
132 u8 led_fade_law; /* fade-on/fade-off transfer characteristic */
[all …]
/kernel/linux/linux-6.6/include/linux/
Dpadata.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * padata.h - header for the padata parallelization interface
26 * struct padata_priv - Represents one job
28 * @list: List entry, to attach to the padata lists.
29 * @pd: Pointer to the internal control structure.
31 * @seq_nr: Sequence number of the parallelized data object.
32 * @info: Used to pass information from the parallel to the serial function.
47 * struct padata_list - one per work type per CPU
58 * struct padata_serial_queue - The percpu padata serial queue
62 * @pd: Backpointer to the internal control structure.
[all …]
/kernel/linux/linux-5.10/include/linux/
Dpadata.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * padata.h - header for the padata parallelization interface
26 * struct padata_priv - Represents one job
28 * @list: List entry, to attach to the padata lists.
29 * @pd: Pointer to the internal control structure.
31 * @seq_nr: Sequence number of the parallelized data object.
32 * @info: Used to pass information from the parallel to the serial function.
47 * struct padata_list - one per work type per CPU
58 * struct padata_serial_queue - The percpu padata serial queue
62 * @pd: Backpointer to the internal control structure.
[all …]
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-driver-hid-multitouch1 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
4 Description: The integer value of this attribute corresponds to the
5 quirks actually in place to handle the device's protocol.
6 When read, this attribute returns the current settings (see
7 MT_QUIRKS_* in hid-multitouch.c).
8 When written this attribute change on the fly the quirks, then
9 the protocol to handle the device.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-hid-multitouch1 What: /sys/bus/usb/devices/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<p…
4 Description: The integer value of this attribute corresponds to the
5 quirks actually in place to handle the device's protocol.
6 When read, this attribute returns the current settings (see
7 MT_QUIRKS_* in hid-multitouch.c).
8 When written this attribute change on the fly the quirks, then
9 the protocol to handle the device.
/kernel/linux/linux-6.6/Documentation/filesystems/ext4/
Ddynamic.rst1 .. SPDX-License-Identifier: GPL-2.0
6 Dynamic metadata are created on the fly when files and blocks are
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
Ddynamic.rst1 .. SPDX-License-Identifier: GPL-2.0
6 Dynamic metadata are created on the fly when files and blocks are
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtrace_helpers.h1 /* SPDX-License-Identifier: GPL-2.0 */
16 /* open kallsyms and find addresses on the fly, faster than load + search. */
/kernel/linux/linux-6.6/Documentation/block/
Dswitching-sched.rst6 tunables control how the io scheduler works. You can find these entries
11 assuming that you have sysfs mounted on /sys. If you don't have sysfs mounted,
14 # mount none /sys -t sysfs
16 It is possible to change the IO scheduler for a given block device on
17 the fly to select one of mq-deadline, none, bfq, or kyber schedulers -
24 where SCHEDNAME is the name of a defined IO scheduler, and DEV is the
27 The list of defined schedulers can be found by simply doing
28 a "cat /sys/block/DEV/queue/scheduler" - the list of valid names
29 will be displayed, with the currently selected scheduler in brackets::
32 [mq-deadline] kyber bfq none
[all …]
/kernel/linux/linux-5.10/Documentation/block/
Dswitching-sched.rst6 tunables control how the io scheduler works. You can find these entries
11 assuming that you have sysfs mounted on /sys. If you don't have sysfs mounted,
14 # mount none /sys -t sysfs
16 It is possible to change the IO scheduler for a given block device on
17 the fly to select one of mq-deadline, none, bfq, or kyber schedulers -
24 where SCHEDNAME is the name of a defined IO scheduler, and DEV is the
27 The list of defined schedulers can be found by simply doing
28 a "cat /sys/block/DEV/queue/scheduler" - the list of valid names
29 will be displayed, with the currently selected scheduler in brackets::
32 [mq-deadline] kyber bfq none
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
Dthunks.S1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * thunks.S - assembly helpers for mixed-bitness code
6 * These are little helpers that make it easier to switch bitness on
7 * the fly.
38 // Call the function
45 // Restore the stack
59 .size call32_from_64, .-call32_from_64
Dthunks_32.S1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * thunks_32.S - assembly helpers for mixed-bitness code
6 * These are little helpers that make it easier to switch bitness on
7 * the fly.
21 // Save registers which are callee-clobbered by 64-bit ABI
31 // Call the function
36 .code32; push $1f; .code64 /* hack: can't have X86_64_32S relocation in 32-bit ELF */
47 .size call64_from_32, .-call64_from_32
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
Dthunks_32.S1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * thunks_32.S - assembly helpers for mixed-bitness code
6 * These are little helpers that make it easier to switch bitness on
7 * the fly.
21 // Save registers which are callee-clobbered by 64-bit ABI
31 // Call the function
36 .code32; push $1f; .code64 /* hack: can't have X86_64_32S relocation in 32-bit ELF */
47 .size call64_from_32, .-call64_from_32
49 .section .note.GNU-stack,"",%progbits
Dthunks.S1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * thunks.S - assembly helpers for mixed-bitness code
6 * These are little helpers that make it easier to switch bitness on
7 * the fly.
38 // Call the function
45 // Restore the stack
59 .size call32_from_64, .-call32_from_64
61 .section .note.GNU-stack,"",%progbits
/kernel/linux/linux-6.6/Documentation/sound/designs/
Dpowersave.rst2 Notes on Power-Saving Mode
5 AC97 and HD-audio drivers have the automatic power-saving mode.
9 With the automatic power-saving, the driver turns off the codec power
11 the device and/or no analog loopback is set, the power disablement is
15 The time-out for automatic power-off can be specified via ``power_save``
16 module option of snd-ac97-codec and snd-hda-intel modules. Specify
17 the time-out value in seconds. 0 means to disable the automatic
18 power-saving. The default value of timeout is given via
21 (the minimum value) isn't recommended because many applications try to
22 reopen the device frequently. 10 would be a good choice for normal
[all …]
/kernel/linux/linux-5.10/Documentation/sound/designs/
Dpowersave.rst2 Notes on Power-Saving Mode
5 AC97 and HD-audio drivers have the automatic power-saving mode.
9 With the automatic power-saving, the driver turns off the codec power
11 the device and/or no analog loopback is set, the power disablement is
15 The time-out for automatic power-off can be specified via ``power_save``
16 module option of snd-ac97-codec and snd-hda-intel modules. Specify
17 the time-out value in seconds. 0 means to disable the automatic
18 power-saving. The default value of timeout is given via
21 (the minimum value) isn't recommended because many applications try to
22 reopen the device frequently. 10 would be a good choice for normal
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
Dtrace_helpers.h1 /* SPDX-License-Identifier: GPL-2.0 */
8 #define ALIGN(x, a) __ALIGN_MASK(x, (typeof(x))(a)-1)
21 /* open kallsyms and find addresses on the fly, faster than load + search. */
/kernel/linux/linux-5.10/Documentation/filesystems/
Dtmpfs.rst1 .. SPDX-License-Identifier: GPL-2.0
10 Everything in tmpfs is temporary in the sense that no files will be
11 created on your hard drive. If you unmount a tmpfs instance,
14 tmpfs puts everything into the kernel internal caches and grows and
15 shrinks to accommodate the files it contains and is able to swap
17 be adjusted on the fly via 'mount -o remount ...'
19 If you compare it to ramfs (which was the template to create tmpfs)
20 you gain swapping and limit checking. Another similar thing is the RAM
22 RAM, where you have to create an ordinary filesystem on top. Ramdisks
23 cannot swap and you do not have the possibility to resize them.
[all …]

12345678910>>...17