Home
last modified time | relevance | path

Searched full:loading (Results 1 – 25 of 2108) sorted by relevance

12345678910>>...85

/OK3568_Linux_fs/kernel/Documentation/leds/
H A Dleds-lp55xx.rst93 echo 1 > /sys/class/firmware/lp5521/loading
95 echo 0 > /sys/class/firmware/lp5521/loading
103 echo 1 > /sys/class/firmware/lp55231/loading
105 echo 0 > /sys/class/firmware/lp55231/loading
115 echo 1 > /sys/class/firmware/lp5521/loading
117 echo 0 > /sys/class/firmware/lp5521/loading
126 echo 1 > /sys/class/firmware/lp5523/loading
128 echo 0 > /sys/class/firmware/lp5523/loading
132 As soon as 'loading' is set to 0, registered callback is called.
143 echo 1 > /sys/class/firmware/lp8501/loading
[all …]
H A Dleds-lp5562.rst44 Before loading the LP5562 program data, engine_mux should be written between
45 the engine selection and loading the firmware.
47 RGB is used for loading RGB program data, W is used for W program data.
53 echo 1 > /sys/class/firmware/lp5562/loading
55 echo 0 > /sys/class/firmware/lp5562/loading
62 echo 1 > /sys/class/firmware/lp5562/loading
64 echo 0 > /sys/class/firmware/lp5562/loading
/OK3568_Linux_fs/kernel/tools/testing/selftests/firmware/
H A Dfw_fallback.sh31 while [ ! -e "$DIR"/"$name"/loading ]; do
40 echo 1 >"$DIR"/"$name"/loading
42 echo 0 >"$DIR"/"$name"/loading
58 while [ ! -e "$DIR"/"$name"/loading ]; do
67 echo -1 >"$DIR"/"$name"/loading
87 while [ ! -e "$DIR"/"$name"/loading ]; do
96 echo 1 >"$DIR"/"$name"/loading
98 echo 0 >"$DIR"/"$name"/loading
120 while [ ! -e "$DIR"/"$name"/loading ]; do
129 echo -1 >"$DIR"/"$name"/loading
[all …]
/OK3568_Linux_fs/kernel/Documentation/dev-tools/
H A Dgdb-kernel-debugging.rst55 Note: Some distros may restrict auto-loading of gdb scripts to known safe
56 directories. In case gdb reports to refuse loading vmlinux-gdb.py, add::
73 loading vmlinux
75 loading @0xffffffffa0020000: /home/user/linux/build/net/netfilter/xt_tcpudp.ko
76 loading @0xffffffffa0016000: /home/user/linux/build/net/netfilter/xt_pkttype.ko
77 loading @0xffffffffa0002000: /home/user/linux/build/net/netfilter/xt_limit.ko
78 loading @0xffffffffa00ca000: /home/user/linux/build/net/packet/af_packet.ko
79 loading @0xffffffffa003c000: /home/user/linux/build/fs/fuse/fuse.ko
81 loading @0xffffffffa0000000: /home/user/linux/build/drivers/ata/ata_generic.ko
97 loading @0xffffffffa0034000: /home/user/linux/build/lib/libcrc32c.ko
[all …]
/OK3568_Linux_fs/kernel/drivers/base/firmware_loader/
H A Dfallback.c38 * use small loading timeout for caching devices' firmware because all these
40 * ready for completing firmware loading now. The maximum size of firmware in
91 * There is a small window in which user can write to 'loading' in __fw_load_abort()
92 * between loading done/aborted and disappearance of 'loading' in __fw_load_abort()
214 int loading = 0; in firmware_loading_show() local
218 loading = fw_sysfs_loading(fw_sysfs->fw_priv); in firmware_loading_show()
221 return sysfs_emit(buf, "%d\n", loading); in firmware_loading_show()
225 * firmware_loading_store() - set value in the 'loading' control file
228 * @buf: buffer to scan for loading control value
244 int loading = simple_strtol(buf, NULL, 10); in firmware_loading_store() local
[all …]
H A DKconfig5 tristate "Firmware loading facility" if EXPERT
8 This enables the firmware loading facility in the kernel. The kernel
75 This option enables a sysfs loading facility to enable firmware
76 loading to the kernel through userspace as a fallback mechanism
87 the requested firmware a sysfs fallback loading facility is made
95 This used to be the default firmware loading facility, and udev used
97 loading facility functionality in udev has been removed, as such it
104 Since this was the default firmware loading facility at one point,
131 for provisioning. Since udev's firmware loading facility has been
140 certain you need to support some really custom firmware loading
[all …]
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A DKconfig85 bool "Support initialization patch loading for HD-audio"
102 comment "Set to Y if you want auto-loading the codec driver"
112 comment "Set to Y if you want auto-loading the codec driver"
123 comment "Set to Y if you want auto-loading the codec driver"
133 comment "Set to Y if you want auto-loading the codec driver"
147 comment "Set to Y if you want auto-loading the codec driver"
157 comment "Set to Y if you want auto-loading the codec driver"
168 comment "Set to Y if you want auto-loading the codec driver"
178 comment "Set to Y if you want auto-loading the codec driver"
187 comment "Set to Y if you want auto-loading the codec driver"
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DAuto_002dloading.html17 <title>Debugging with GDB: Auto-loading</title>
19 <meta name="description" content="Debugging with GDB: Auto-loading">
20 <meta name="keywords" content="Debugging with GDB: Auto-loading">
70 <a name="Automatically-Loading-Associated-Files"></a>
71 <h3 class="section">22.8 Automatically Loading Associated Files</h3>
76 <em>auto-loading</em>. While auto-loading is useful for automatically adapting
87 …02dloading-safe-path.html#Auto_002dloading-safe-path" accesskey="3">Auto-loading safe path</a>:</t…
89 …ding-verbose-mode.html#Auto_002dloading-verbose-mode" accesskey="4">Auto-loading verbose mode</a>:…
94 In addition to these files, <small>GDB</small> supports auto-loading code written
95 …<a href="Auto_002dloading-extensions.html#Auto_002dloading-extensions">Auto-loading extensions</a>.
[all …]
H A DAuto_002dloading-safe-path.html17 <title>Debugging with GDB: Auto-loading safe path</title>
19 <meta name="description" content="Debugging with GDB: Auto-loading safe path">
20 <meta name="keywords" content="Debugging with GDB: Auto-loading safe path">
28 <link href="Auto_002dloading.html#Auto_002dloading" rel="up" title="Auto-loading">
29 …ding-verbose-mode.html#Auto_002dloading-verbose-mode" rel="next" title="Auto-loading verbose mode">
67loading verbose mode</a>, Previous: <a href="libthread_005fdb_002eso_002e1-file.html#libthread_005…
71 <h4 class="subsection">22.8.3 Security Restriction for Auto-Loading</h4>
77 directories trusted for loading files not explicitly requested by user.
86 warning: File &quot;/home/user/gdb/gdb-gdb.gdb&quot; auto-loading has been
89 warning: File &quot;/home/user/gdb/gdb-gdb.py&quot; auto-loading has been
[all …]
H A DAuto_002dloading-extensions.html17 <title>Debugging with GDB: Auto-loading extensions</title>
19 <meta name="description" content="Debugging with GDB: Auto-loading extensions">
20 <meta name="keywords" content="Debugging with GDB: Auto-loading extensions">
71 <h3 class="section">23.4 Auto-Loading Extensions</h3>
74 <p><small>GDB</small> provides two mechanisms for automatically loading extensions
89 <p>The auto-loading feature is useful for supplying application-specific
92 <p>Auto-loading can be enabled or disabled,
94 See the &lsquo;<samp>auto-loading</samp>&rsquo; section of each extension language
96 …ee <a href="Auto_002dloading-sequences.html#Auto_002dloading-sequences">Auto-loading sequences</a>.
97 …n files see <a href="Python-Auto_002dloading.html#Python-Auto_002dloading">Python Auto-loading</a>.
[all …]
H A DAuto_002dloading-verbose-mode.html17 <title>Debugging with GDB: Auto-loading verbose mode</title>
19 <meta name="description" content="Debugging with GDB: Auto-loading verbose mode">
20 <meta name="keywords" content="Debugging with GDB: Auto-loading verbose mode">
28 <link href="Auto_002dloading.html#Auto_002dloading" rel="up" title="Auto-loading">
30 …2dloading-safe-path.html#Auto_002dloading-safe-path" rel="previous" title="Auto-loading safe path">
67 … rel="previous">Auto-loading safe path</a>, Up: <a href="Auto_002dloading.html#Auto_002dloading" a…
81 (see <a href="Auto_002dloading-safe-path.html#Auto_002dloading-safe-path">Auto-loading safe path</a…
87 auto-load: Loading canned sequences of commands script &quot;/tmp/true-gdb.gdb&quot;
92 warning: File &quot;/tmp/true-gdb.gdb&quot; auto-loading has been declined
H A Dlibthread_005fdb_002eso_002e1-file.html28 <link href="Auto_002dloading.html#Auto_002dloading" rel="up" title="Auto-loading">
29 …o_002dloading-safe-path.html#Auto_002dloading-safe-path" rel="next" title="Auto-loading safe path">
67loading safe path</a>, Previous: <a href="Init-File-in-the-Current-Directory.html#Init-File-in-the…
70 <a name="Automatically-Loading-Thread-Debugging-Library"></a>
71 <h4 class="subsection">22.8.2 Automatically Loading Thread Debugging Library</h4>
86 <p>Note that loading of this debugging library also requires accordingly configured
87 …e <a href="Auto_002dloading-safe-path.html#Auto_002dloading-safe-path">Auto-loading safe path</a>).
93 <dd><p>Enable or disable the auto-loading of inferior specific thread debugging library.
98 <dd><p>Show whether auto-loading of inferior specific thread debugging library is
H A DInit-File-in-the-Current-Directory.html28 <link href="Auto_002dloading.html#Auto_002dloading" rel="up" title="Auto-loading">
30 <link href="Auto_002dloading.html#Auto_002dloading" rel="previous" title="Auto-loading">
67 …ref="Auto_002dloading.html#Auto_002dloading" accesskey="u" rel="up">Auto-loading</a> &nbsp; [<a hr…
70 <a name="Automatically-Loading-Init-File-in-the-Current-Directory"></a>
71 <h4 class="subsection">22.8.1 Automatically Loading Init File in the Current Directory</h4>
78 <p>Note that loading of this local <samp>.gdbinit</samp> file also requires accordingly
79 …e <a href="Auto_002dloading-safe-path.html#Auto_002dloading-safe-path">Auto-loading safe path</a>).
85 <dd><p>Enable or disable the auto-loading of canned sequences of commands
91 <dd><p>Show whether auto-loading of canned sequences of commands from init file in the
H A DPython-Auto_002dloading.html17 <title>Debugging with GDB: Python Auto-loading</title>
19 <meta name="description" content="Debugging with GDB: Python Auto-loading">
20 <meta name="keywords" content="Debugging with GDB: Python Auto-loading">
71 <h4 class="subsection">23.2.3 Python Auto-loading</h4>
78 See <a href="Auto_002dloading-extensions.html#Auto_002dloading-extensions">Auto-loading extensions<…
80 <p>The auto-loading feature is useful for supplying application-specific
83 <p>Auto-loading can be enabled or disabled,
90 <dd><p>Enable or disable the auto-loading of Python scripts.
95 <dd><p>Show whether auto-loading of Python scripts is enabled or disabled.
106 …safe-path</code> rejection (see <a href="Auto_002dloading.html#Auto_002dloading">Auto-loading</a>).
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DAuto_002dloading.html17 <title>Debugging with GDB: Auto-loading</title>
19 <meta name="description" content="Debugging with GDB: Auto-loading">
20 <meta name="keywords" content="Debugging with GDB: Auto-loading">
70 <a name="Automatically-Loading-Associated-Files"></a>
71 <h3 class="section">22.8 Automatically Loading Associated Files</h3>
76 <em>auto-loading</em>. While auto-loading is useful for automatically adapting
87 …02dloading-safe-path.html#Auto_002dloading-safe-path" accesskey="3">Auto-loading safe path</a>:</t…
89 …ding-verbose-mode.html#Auto_002dloading-verbose-mode" accesskey="4">Auto-loading verbose mode</a>:…
94 In addition to these files, <small>GDB</small> supports auto-loading code written
95 …<a href="Auto_002dloading-extensions.html#Auto_002dloading-extensions">Auto-loading extensions</a>.
[all …]
H A DAuto_002dloading-safe-path.html17 <title>Debugging with GDB: Auto-loading safe path</title>
19 <meta name="description" content="Debugging with GDB: Auto-loading safe path">
20 <meta name="keywords" content="Debugging with GDB: Auto-loading safe path">
28 <link href="Auto_002dloading.html#Auto_002dloading" rel="up" title="Auto-loading">
29 …ding-verbose-mode.html#Auto_002dloading-verbose-mode" rel="next" title="Auto-loading verbose mode">
67loading verbose mode</a>, Previous: <a href="libthread_005fdb_002eso_002e1-file.html#libthread_005…
71 <h4 class="subsection">22.8.3 Security Restriction for Auto-Loading</h4>
77 directories trusted for loading files not explicitly requested by user.
86 warning: File &quot;/home/user/gdb/gdb-gdb.gdb&quot; auto-loading has been
89 warning: File &quot;/home/user/gdb/gdb-gdb.py&quot; auto-loading has been
[all …]
H A DAuto_002dloading-extensions.html17 <title>Debugging with GDB: Auto-loading extensions</title>
19 <meta name="description" content="Debugging with GDB: Auto-loading extensions">
20 <meta name="keywords" content="Debugging with GDB: Auto-loading extensions">
71 <h3 class="section">23.4 Auto-Loading Extensions</h3>
74 <p><small>GDB</small> provides two mechanisms for automatically loading extensions
89 <p>The auto-loading feature is useful for supplying application-specific
92 <p>Auto-loading can be enabled or disabled,
94 See the &lsquo;<samp>auto-loading</samp>&rsquo; section of each extension language
96 …ee <a href="Auto_002dloading-sequences.html#Auto_002dloading-sequences">Auto-loading sequences</a>.
97 …n files see <a href="Python-Auto_002dloading.html#Python-Auto_002dloading">Python Auto-loading</a>.
[all …]
H A DAuto_002dloading-verbose-mode.html17 <title>Debugging with GDB: Auto-loading verbose mode</title>
19 <meta name="description" content="Debugging with GDB: Auto-loading verbose mode">
20 <meta name="keywords" content="Debugging with GDB: Auto-loading verbose mode">
28 <link href="Auto_002dloading.html#Auto_002dloading" rel="up" title="Auto-loading">
30 …2dloading-safe-path.html#Auto_002dloading-safe-path" rel="previous" title="Auto-loading safe path">
67 … rel="previous">Auto-loading safe path</a>, Up: <a href="Auto_002dloading.html#Auto_002dloading" a…
81 (see <a href="Auto_002dloading-safe-path.html#Auto_002dloading-safe-path">Auto-loading safe path</a…
87 auto-load: Loading canned sequences of commands script &quot;/tmp/true-gdb.gdb&quot;
92 warning: File &quot;/tmp/true-gdb.gdb&quot; auto-loading has been declined
H A Dlibthread_005fdb_002eso_002e1-file.html28 <link href="Auto_002dloading.html#Auto_002dloading" rel="up" title="Auto-loading">
29 …o_002dloading-safe-path.html#Auto_002dloading-safe-path" rel="next" title="Auto-loading safe path">
67loading safe path</a>, Previous: <a href="Init-File-in-the-Current-Directory.html#Init-File-in-the…
70 <a name="Automatically-Loading-Thread-Debugging-Library"></a>
71 <h4 class="subsection">22.8.2 Automatically Loading Thread Debugging Library</h4>
86 <p>Note that loading of this debugging library also requires accordingly configured
87 …e <a href="Auto_002dloading-safe-path.html#Auto_002dloading-safe-path">Auto-loading safe path</a>).
93 <dd><p>Enable or disable the auto-loading of inferior specific thread debugging library.
98 <dd><p>Show whether auto-loading of inferior specific thread debugging library is
H A DInit-File-in-the-Current-Directory.html28 <link href="Auto_002dloading.html#Auto_002dloading" rel="up" title="Auto-loading">
30 <link href="Auto_002dloading.html#Auto_002dloading" rel="previous" title="Auto-loading">
67 …ref="Auto_002dloading.html#Auto_002dloading" accesskey="u" rel="up">Auto-loading</a> &nbsp; [<a hr…
70 <a name="Automatically-Loading-Init-File-in-the-Current-Directory"></a>
71 <h4 class="subsection">22.8.1 Automatically Loading Init File in the Current Directory</h4>
78 <p>Note that loading of this local <samp>.gdbinit</samp> file also requires accordingly
79 …e <a href="Auto_002dloading-safe-path.html#Auto_002dloading-safe-path">Auto-loading safe path</a>).
85 <dd><p>Enable or disable the auto-loading of canned sequences of commands
91 <dd><p>Show whether auto-loading of canned sequences of commands from init file in the
H A DPython-Auto_002dloading.html17 <title>Debugging with GDB: Python Auto-loading</title>
19 <meta name="description" content="Debugging with GDB: Python Auto-loading">
20 <meta name="keywords" content="Debugging with GDB: Python Auto-loading">
71 <h4 class="subsection">23.2.3 Python Auto-loading</h4>
78 See <a href="Auto_002dloading-extensions.html#Auto_002dloading-extensions">Auto-loading extensions<…
80 <p>The auto-loading feature is useful for supplying application-specific
83 <p>Auto-loading can be enabled or disabled,
90 <dd><p>Enable or disable the auto-loading of Python scripts.
95 <dd><p>Show whether auto-loading of Python scripts is enabled or disabled.
106 …safe-path</code> rejection (see <a href="Auto_002dloading.html#Auto_002dloading">Auto-loading</a>).
/OK3568_Linux_fs/kernel/Documentation/driver-api/firmware/
H A Dfallback-mechanisms.rst58 interface as a loading facility:
63 First lets document the shared sysfs loading facility.
65 Firmware sysfs loading facility
77 given that originally the only firmware loading mechanism available was the
83 To load firmware using the sysfs interface we expose a loading indicator,
86 * /sys/$DEVPATH/loading
89 To upload firmware you will echo 1 onto the loading file to indicate
90 you are loading firmware. You then write the firmware into the data file,
92 the loading file.
95 direct firmware loading fails and if the fallback mechanism is enabled for your
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/acpi/
H A Dssdt-overlays.rst18 way to augment firmware ACPI configuration is by dynamically loading
71 Loading ACPI SSDTs from initrd
74 This option allows loading of user defined SSDTs from initrd and it is useful
80 in loading multiple tables. Only SSDT and OEM tables are allowed. See
99 Loading ACPI SSDTs from EFI variables
104 is also work underway to implement EFI support for loading user defined SSDTs
105 and using this method will make it easier to convert to the EFI loading
167 Loading ACPI SSDTs from configfs
170 This option allows loading of user defined SSDTs from userspace via the configfs
175 New tables can be loading by creating new directories in /config/acpi/table/ and
/OK3568_Linux_fs/u-boot/common/spl/
H A DKconfig54 ROM for loading the next boot-stage after performing basic setup
62 bool "Support SPL loading and booting of RAW images"
66 SPL will support loading and booting a RAW image when this option
71 bool "Support SPL loading and booting of Legacy images"
74 SPL will support loading and booting Legacy images when this option
194 Use a partition for loading U-Boot when using MMC/SD in raw mode.
281 bool "Remove functionality from SPL FIT loading to reduce size"
286 Enable this to reduce the size of the FIT image loading code
482 allows DRAM to be set up before loading U-Boot into that DRAM,
556 Enable support for loading U-Boot from memory-mapped NOR (Negative
[all …]
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dmicrocode.rst10 The kernel has a x86 microcode loading facility which is supposed to
11 provide microcode loading methods in the OS. Potential use cases are
15 The loader supports three loading methods:
20 The kernel can update microcode very early during boot. Loading
92 Late loading
109 The loading mechanism looks for microcode blobs in
116 The loader supports also loading of a builtin microcode supplied through

12345678910>>...85