Home
last modified time | relevance | path

Searched +full:pre +full:- +full:packaged (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/Documentation/devicetree/bindings/arm/
Darm,integrator.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Linus Walleij <linus.walleij@linaro.org>
14 They are ARMv4, ARMv5 and ARMv6-capable using different core tiles,
23 - description: ARM Integrator Application Platform, this board has a PCI
28 pre-packaged in a PC Tower form factor called Integrator/PP1 or a
31 - const: arm,integrator-ap
32 - description: ARM Integrator Compact Platform (HBI-0086), this board has
36 - const: arm,integrator-cp
[all …]
/Linux-v5.10/Documentation/doc-guide/
Dsphinx.rst11 .. _Sphinx: http://www.sphinx-doc.org/
15 documentation comments, or kernel-doc comments, from source files. Usually these
17 kernel-doc comments have some special structure and formatting, but beyond that
33 :ref:`sphinx-pre-install` for further details.
41 Sphinx inside a virtual environment, using ``virtualenv-3``
42 or ``virtualenv``, depending on how your distribution packaged Python 3.
62 (sphinx_1.7.9) $ pip install -r Documentation/sphinx/requirements.txt
70 ------------
82 --------------------
92 .. _sphinx-pre-install:
[all …]
/Linux-v5.10/Documentation/filesystems/
Dorangefs.rst1 .. SPDX-License-Identifier: GPL-2.0
7 OrangeFS is an LGPL userspace scale-out parallel storage system. It is ideal
51 On Fedora, install orangefs and orangefs-server::
53 dnf -y install orangefs orangefs-server
64 pvfs2-client-core.
68 pvfs2-server -f /etc/orangefs/orangefs.conf
72 systemctl start orangefs-server
76 pvfs2-ping -m /pvfsmnt
81 systemctl start orangefs-client
85 mount -t pvfs2 tcp://localhost:3334/orangefs /pvfsmnt
[all …]
/Linux-v5.10/include/linux/usb/
Dcomposite.h1 // SPDX-License-Identifier: GPL-2.0+
3 * composite.h -- framework for usb gadgets which are composite devices
5 * Copyright (C) 2006-2008 David Brownell
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
28 * functions within any single configuration, and (b) Multi-configuration
34 * might alternatively be packaged in individual configurations, but in
64 * struct usb_os_desc_ext_prop - describes one "Extended Property"
84 * struct usb_os_desc - describes OS descriptors associated with one interface
104 * struct usb_os_desc_table - describes OS descriptors associated with one
119 * struct usb_function - describes one function of a configuration
[all …]
/Linux-v5.10/Documentation/driver-api/usb/
Dusb.rst1 .. _usb-hostside-api:
4 The Linux-USB Host Side API
18 That master/slave asymmetry was designed-in for a number of reasons, one
22 distributed auto-configuration since the pre-designated master node
37 USB Host-Side API Model
40 Host-side drivers for USB devices talk to the "usbcore" APIs. There are
41 two. One is intended for *general-purpose* drivers (exposed through
49 - USB supports four kinds of data transfers (control, bulk, interrupt,
54 - The device description model includes one or more "configurations"
60 - From USB 3.0 on configurations have one or more "functions", which
[all …]
/Linux-v5.10/Documentation/trace/
Dkprobes.rst29 collect debugging and performance information non-disruptively. You
41 In the typical case, Kprobes-based instrumentation is packaged as
56 Kprobes -- e.g., the difference between a pre_handler and
62 -----------------------
74 Next, Kprobes single-steps its copy of the probed instruction.
75 (It would be simpler to single-step the actual instruction in place,
80 After the instruction is single-stepped, Kprobes executes the
85 -----------------------
105 -------------
114 is an arbitrary piece of code -- typically just a nop instruction.
[all …]
/Linux-v5.10/drivers/mtd/devices/
Dmtd_dataflash.c1 // SPDX-License-Identifier: GPL-2.0-or-later
6 * Copyright (C) 2003-2005 SAN People (Pty) Ltd
29 * Sometimes DataFlash is packaged in MMC-format cards, although the
58 #define OP_MWRITE_BUFFER1 0x88 /* sector must be pre-erased */
59 #define OP_MWRITE_BUFFER2 0x89 /* sector must be pre-erased */
61 /* write to buffer, then write-erase to flash */
69 /* read flash to buffer, then write-erase to flash */
74 * serial number and OTP bits; and per-sector writeprotect.
123 * This usually takes 5-20 msec or so; more for sector erase.
132 dev_dbg(&spi->dev, "status %d?\n", status); in dataflash_waitready()
[all …]