Home
last modified time | relevance | path

Searched full:generic (Results 1 – 25 of 933) sorted by relevance

12345678910>>...38

/Documentation/core-api/
Dgeneric-radix-tree.rst2 Generic radix trees/sparse arrays
5 .. kernel-doc:: include/linux/generic-radix-tree.h
6 :doc: Generic radix trees/sparse arrays
8 generic radix tree functions
11 .. kernel-doc:: include/linux/generic-radix-tree.h
Dgenericirq.rst4 Linux generic IRQ handling
13 The generic interrupt handling layer is designed to provide a complete
16 drivers use generic API functions to request, enable, disable and free
23 generic IRQ handling layer.
68 reveals that most of them can use a generic set of 'irq flow' methods
75 which is normally one of the generic implementations. (This high-level
80 The separation makes the generic interrupt handling layer more flexible
81 and extensible. For example, an (sub)architecture can use a generic
119 into the generic interrupt code by calling desc->handle_irq(). This
157 The generic layer provides a set of pre-defined irq-flow methods:
[all …]
/Documentation/devicetree/bindings/ata/
Data-generic.yaml4 $id: http://devicetree.org/schemas/ata/ata-generic.yaml#
7 title: Generic Parallel ATA Controller
13 Generic Parallel ATA controllers supporting PIO modes only.
21 - const: ata-generic
34 ata-generic,use16bit:
53 compatible = "arm,vexpress-cf", "ata-generic";
/Documentation/networking/
Dppp_generic.rst4 PPP Generic Driver and Channel Interface
12 The generic PPP driver in linux-2.4 provides an implementation of the
25 For sending and receiving PPP frames, the generic PPP driver calls on
29 has a very simple interface with the generic PPP code: it merely has
37 be linked to each ppp network interface unit. The generic layer is
46 functions used to communicate between the generic PPP layer and PPP
49 Each channel has to provide two functions to the generic PPP layer,
52 * start_xmit() is called by the generic layer when it has a frame to
56 later time when it can accept frames again, and the generic layer
66 The generic PPP layer provides seven functions to channels:
[all …]
Dgeneric_netlink.rst4 Generic Netlink
7 A wiki document on how to use Generic Netlink can be found here:
Dsegmentation-offloads.rst18 * Generic Segmentation Offload - GSO
19 * Generic Receive Offload - GRO
20 * Partial Generic Segmentation Offload - GSO_PARTIAL
107 Generic Segmentation Offload
110 Generic segmentation offload is a pure software offload that is meant to
121 Generic Receive Offload
124 Generic receive offload is the complement to GSO. Ideally any frame
133 Partial Generic Segmentation Offload
136 Partial generic segmentation offload is a hybrid between TSO and GSO. What
/Documentation/devicetree/bindings/usb/
Dusb-uhci.yaml7 title: Generic Platform UHCI Controller
15 - const: generic-uhci
23 - const: generic-uhci
48 const: generic-uhci
60 compatible = "generic-uhci";
69 compatible = "aspeed,ast2500-uhci", "generic-uhci";
Dgeneric-xhci.yaml4 $id: http://devicetree.org/schemas/usb/generic-xhci.yaml#
15 - description: Generic xHCI device
16 const: generic-xhci
24 - const: generic-xhci
34 - description: Generic xHCI device
81 compatible = "generic-xhci";
Daspeed,usb-vhub.yaml20 and 15 generic endpoints, while AST2600 Virtual Hub supports 7 downstream
21 devices and 21 generic endpoints.
46 aspeed,vhub-generic-endpoints:
47 description: Number of generic endpoints supported by the Virtual Hub
108 - aspeed,vhub-generic-endpoints
121 aspeed,vhub-generic-endpoints = <15>;
Daspeed,ast2600-udc.yaml15 4 generic endpoints for AST260x.
17 Supports independent DMA channel for each generic endpoint.
18 Supports 32/256 stages descriptor mode for all generic endpoints.
/Documentation/translations/zh_CN/core-api/
Dgeneric-radix-tree.rst5 :Original: Documentation/core-api/generic-radix-tree.rst
15 通用基数树/稀疏数组的相关内容请见include/linux/generic-radix-tree.h文件中的
16 “DOC: Generic radix trees/sparse arrays”。
23 include/linux/generic-radix-tree.h
/Documentation/userspace-api/media/v4l/
Dmetafmt-generic.rst8 Generic line-based metadata formats
14 These generic line-based metadata formats define the memory layout of the data
17 .. _v4l2-meta-fmt-generic-8:
27 :ref:`V4L2_META_FMT_GENERIC_CSI2_16 <v4l2-meta-fmt-generic-csi2-16>`.
50 .. _v4l2-meta-fmt-generic-csi2-10:
55 V4L2_META_FMT_GENERIC_CSI2_10 contains 8-bit generic metadata packed in 10-bit
67 <v4l2-meta-fmt-generic-csi2-20>`.
94 .. _v4l2-meta-fmt-generic-csi2-12:
99 V4L2_META_FMT_GENERIC_CSI2_12 contains 8-bit generic metadata packed in 12-bit
111 <v4l2-meta-fmt-generic-csi2-24>`.
[all …]
/Documentation/driver-api/driver-model/
Dporting.rst21 be embedded in larger, bus-specific objects. Fields in these generic
24 The generic objects must be registered with the driver model core. By
102 struct device dev; /* Generic device interface */
106 It is recommended that the generic device not be the first item in
109 should be created to convert from the generic object type::
128 bus driver should initialize the generic device. The most important
167 Once the generic device has been initialized, it can be registered
244 - Initialize the generic driver structure.
253 After the generic driver has been initialized, call::
281 Step 4: Define Generic Methods for Drivers.
[all …]
/Documentation/driver-api/memory-devices/
Dti-gpmc.rst20 GPMC generic timing calculation:
29 generic timing routine was developed to achieve above requirements.
31 Generic routine provides a generic method to calculate gpmc timings
40 field as required by peripheral, educate generic timing routine to
45 Generic timing routine has been verified to work properly on
48 A word of caution: generic timing routine has been developed based
/Documentation/devicetree/bindings/spi/
Dspi-ath79.txt8 - #address-cells: <1>, as required by generic SPI binding.
9 - #size-cells: <0>, also as required by generic SPI binding.
11 Child nodes as per the generic SPI binding.
Dspi-octeon.txt7 - #address-cells : <1>, as required by generic SPI binding.
8 - #size-cells : <0>, also as required by generic SPI binding.
10 Child nodes as per the generic SPI binding.
/Documentation/userspace-api/netlink/
Dintro.rst75 Classic vs Generic Netlink
85 **Generic Netlink** (introduced in 2005) allows for dynamic registration of
89 The following section describes how to use Generic Netlink, as the
90 number of subsystems using Generic Netlink outnumbers the older
95 Netlink) differs from Generic Netlink is provided later in this document.
97 Generic Netlink
102 headers stack - Ethernet > IP > TCP we have Netlink > Generic N. > Family.)
105 by a protocol-specific header. In case of Generic Netlink the protocol
108 The practical meaning of the fields in case of Generic Netlink is as follows:
114 __u16 nlmsg_type; /* Generic Netlink Family (subsystem) ID */
[all …]
/Documentation/devicetree/bindings/i2c/
Dnvidia,tegra20-i2c.yaml16 - description: Tegra20 has 4 generic I2C controller. This can support
24 generic I2C controller. Driver of DVC I2C controller is only
28 Tegra30 has 5 generic I2C controller. This controller is very much
39 Tegra114 has 5 generic I2C controllers. This controller is very much
52 Tegra124 has 6 generic I2C controllers. These controllers are very
57 Tegra210 has 6 generic I2C controllers. These controllers are very
72 Tegra186 has 9 generic I2C controllers, two of which are in the AON
77 Tegra194 has 8 generic I2C controllers, two of which are in the AON
/Documentation/networking/devlink/
Ddevlink-params.rst12 This document describes a number of generic parameters that are supported
15 whether generic or not.
46 Generic configuration parameters
48 The following is a list of generic configuration parameters that drivers may
49 add. Use of generic parameters is preferred over each driver creating their
52 .. list-table:: List of generic parameters
/Documentation/admin-guide/media/
Dtechnisat.rst58 #) => ``Generic I2C PLL based tuners``
63 #) => ``Generic I2C PLL based tuners``
80 #) => ``Generic I2C PLL based tuners``
85 #) => ``Generic I2C PLL based tuners``
94 #) => ``Generic I2C PLL based tuners``
Ddvb-usb-af9035-cardlist.rst45 * - ITE 9135 Generic
47 * - ITE 9135(9005) Generic
49 * - ITE 9135(9006) Generic
51 * - ITE 9303 Generic
/Documentation/devicetree/bindings/display/bridge/
Dnxp,ptn3460.yaml25 0 1024x768 NXP Generic
26 1 1920x1080 NXP Generic
27 2 1920x1080 NXP Generic
30 5 1366x768 NXP Generic
/Documentation/devicetree/bindings/net/
Dcdns,macb.yaml19 - const: cdns,emac # Generic
25 - const: cdns,gem # Generic
33 - const: cdns,gem # Generic
40 - const: cdns,macb # Generic
47 - const: cdns,macb # Generic
58 - cdns,emac # Generic
59 - cdns,gem # Generic
60 - cdns,macb # Generic
/Documentation/devicetree/bindings/clock/
Dmicrochip,lan966x-gck.yaml7 title: Microchip LAN966X Generic Clock Controller
13 The LAN966X Generic clock controller contains 3 PLLs - cpu_clk,
24 - description: Generic clock registers
/Documentation/devicetree/bindings/regulator/
Dsky81452-regulator.txt5 - any required generic properties defined in regulator.txt
8 - any available generic properties defined in regulator.txt

12345678910>>...38