Home
last modified time | relevance | path

Searched refs:specific (Results 1 – 25 of 1742) sorted by relevance

12345678910>>...70

/Linux-v5.4/Documentation/devicetree/bindings/hwlock/
Dhwlock.txt4 Generic bindings that are common to all the hwlock platform specific driver
7 Please also look through the individual platform specific hwlock binding
8 documentations for identifying any additional properties specific to that
16 specific lock.
21 Consumers that require specific hwlock(s) should specify them using the
34 use the hwlock-names to match and get a specific hwlock.
37 1. Example of a node using a single specific hwlock:
49 2. Example of a node using multiple specific hwlocks:
/Linux-v5.4/drivers/gpu/drm/rockchip/
DKconfig24 bool "Rockchip specific extensions for Analogix DP driver"
26 This selects support for Rockchip SoC specific extensions
34 This selects support for Rockchip SoC specific extensions
40 bool "Rockchip specific extensions for Synopsys DW HDMI"
42 This selects support for Rockchip SoC specific extensions
48 bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
50 This selects support for Rockchip SoC specific extensions
56 bool "Rockchip specific extensions for Innosilicon HDMI"
58 This selects support for Rockchip SoC specific extensions
83 bool "Rockchip specific extensions for RK3066 HDMI"
[all …]
/Linux-v5.4/Documentation/arm/samsung/
Doverview.rst24 deals with the architecture and drivers specific to these devices.
27 on the implementation details and specific support.
37 - S5PC110 specific default configuration
39 - S5PV210 specific default configuration
46 several platform directories and then the machine specific directories
51 specific information. It contains the base clock, GPIO and device definitions
54 plat-s3c24xx is for s3c24xx specific builds, see the S3C24XX docs.
56 plat-s5p is for s5p specific builds, and contains common support for the
57 S5P specific systems. Not all S5Ps use all the features in this directory
Dgpio.rst9 specific calls provided alongside the drivers/gpio core.
24 specific calls for the items that require Samsung specific handling, such
33 Pin configuration is specific to the Samsung architecture, with each SoC
/Linux-v5.4/drivers/edac/
Di5000_edac.c465 char *specific = NULL; in i5000_process_fatal_error_info() local
494 specific = "Alert on non-redundant retry or fast " in i5000_process_fatal_error_info()
498 specific = "Northbound CRC error on non-redundant " in i5000_process_fatal_error_info()
516 specific = ">Tmid Thermal event with intelligent " in i5000_process_fatal_error_info()
525 bank, ras, cas, allErrors, specific); in i5000_process_fatal_error_info()
546 char *specific = NULL; in i5000_process_nonfatal_error_info() local
588 specific = "Non-Aliased Uncorrectable Patrol Data ECC"; in i5000_process_nonfatal_error_info()
591 specific = "Non-Aliased Uncorrectable Spare-Copy " in i5000_process_nonfatal_error_info()
595 specific = "Non-Aliased Uncorrectable Mirrored Demand " in i5000_process_nonfatal_error_info()
599 specific = "Non-Aliased Uncorrectable Non-Mirrored " in i5000_process_nonfatal_error_info()
[all …]
/Linux-v5.4/Documentation/sh/
Dnew-machine.txt16 of the board-specific code (with the exception of stboards) ended up
17 in arch/sh/kernel/ directly, with board-specific headers ending up in
22 Board-specific code:
29 | | `-- board-specific files
31 | | `-- board-specific files
38 | `-- board-specific headers
40 | `-- board-specific headers
51 `-- cchip-specific files
54 board-specific headers. Thus, include/asm-sh/hd64461 is home to all of the
55 hd64461-specific headers.
[all …]
/Linux-v5.4/drivers/bcma/
DREADME2 however from programming point of view there is nothing AMBA specific we use.
4 Standard AMBA drivers are platform specific, have hardcoded addresses and use
8 1) Broadcom specific AMBA device. It is put on AMBA bus, but can not be treated
12 devices is used for managing Broadcom specific core.
18 16 devices identified by Broadcom specific fields: manufacturer, id, revision
/Linux-v5.4/Documentation/devicetree/bindings/mmc/
Dexynos-dw-mshc.txt1 * Samsung Exynos specific extensions to the Synopsys Designware Mobile
7 by synopsys-dw-mshc.txt and the properties used by the Samsung Exynos specific
14 specific extensions.
16 specific extensions.
18 specific extensions.
20 specific extensions.
22 specific extensions.
24 specific extensions having an SMU.
69 The MSHC controller node can be split into two portions, SoC specific and
70 board specific portions as listed below.
Dk3-dw-mshc.txt1 * Hisilicon specific extensions to the Synopsys Designware Mobile
9 by synopsys-dw-mshc.txt and the properties used by the Hisilicon specific
15 - "hisilicon,hi3660-dw-mshc": for controllers with hi3660 specific extensions.
17 with hi3670 specific extensions.
18 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions.
19 - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions.
Dsamsung-sdhci.txt30 Note: This example shows both SoC specific and board specific properties
32 into SoC specific node and board specific node.
Dbluefield-dw-mshc.txt1 * Mellanox Bluefield SoC specific extensions to the Synopsys Designware
10 specific extensions to the Synopsys Designware Mobile Storage Host Controller.
16 specific extensions.
/Linux-v5.4/arch/x86/configs/
Dxen.config1 # global x86 required specific stuff
15 # x86 xen specific config options
22 # x86 specific backend drivers
24 # x86 specific frontend drivers
/Linux-v5.4/Documentation/devicetree/bindings/sifive/
Dsifive-blocks-ip-versioning.txt9 IP block-specific DT compatible strings are contained within the HDL,
26 match on these IP block-specific compatible strings.
29 continue to specify an SoC-specific compatible string value, such as
30 "sifive,fu540-c000-uart". This way, if SoC-specific
31 integration-specific bug fixes or workarounds are needed, the kernel
33 IP block-specific compatible string (such as "sifive,uart0") should
/Linux-v5.4/Documentation/driver-api/driver-model/
Ddriver.rst43 model because the bus they belong to has a bus-specific structure with
44 bus-specific fields that cannot be generalized.
49 completely bus-specific. Defining them as bus-specific entities would
50 sacrifice type-safety, so we keep bus-specific structures around.
52 Bus-specific drivers should include a generic struct device_driver in
53 the definition of the bus-specific driver. Like this::
60 A definition that included bus-specific fields would look like
86 no bus-specific fields (i.e. don't have a bus-specific driver
90 Most drivers, however, will have a bus-specific structure and will
106 define generic callbacks that forward the call to the bus-specific
[all …]
/Linux-v5.4/drivers/scsi/ufs/
DKconfig87 This selects the Cadence-specific additions to UFSHCD platform driver.
100 tristate "QCOM specific hooks to UFS controller platform driver"
104 This selects the QCOM specific additions to UFSHCD platform driver.
105 UFS host on QCOM needs some vendor specific configuration before
107 specific registers.
113 tristate "Mediatek specific hooks to UFS controller platform driver"
117 This selects the Mediatek specific additions to UFSHCD platform driver.
118 UFS host on Mediatek needs some vendor specific configuration before
120 specific registers.
127 tristate "Hisilicon specific hooks to UFS controller platform driver"
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/clock/ti/
Dinterface.txt19 "ti,omap3-hsotgusb-interface-clock" - interface clock with USB specific HW
21 "ti,omap3-dss-interface-clock" - interface clock with DSS specific HW handling
22 "ti,omap3-ssi-interface-clock" - interface clock with SSI specific HW handling
23 "ti,am35xx-interface-clock" - interface clock with AM35xx specific HW handling
24 "ti,omap2430-interface-clock" - interface clock with OMAP2430 specific HW
/Linux-v5.4/Documentation/hwmon/
Dpmbus-core.rst29 device specific extensions in addition to the core PMBus driver, since it is
30 simply unknown what new device specific functionality PMBus device developers
33 To make device specific extensions as scalable as possible, and to avoid having
35 split into core, generic, and device specific code. The core code (in
37 provides support for generic PMBus devices. Device specific code is responsible
38 for device specific initialization and, if needed, maps device specific
52 For this reason, it often makes sense to provide a device specific driver if not
65 The API between core and device specific PMBus code is defined in
84 than 0xff). Support for virtual PMBus commands is device specific and thus has
85 to be implemented in device specific code.
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/arm/freescale/
Dfsl,layerscape-scfg.txt3 SCFG is the supplemental configuration unit, that provides SoC specific
8 - compatible: Should contain a chip-specific compatible string,
9 Chip-specific strings are of the form "fsl,<chip>-scfg",
/Linux-v5.4/arch/arm/mach-imx/
DKconfig92 Include support for MX21ADS platform. This includes specific
107 Include support for MX27ADS platform. This includes specific
127 Include support for MX27PDK platform. This includes specific
144 This includes specific configurations for the board and its
164 includes specific configurations for the module and its peripherals.
187 Include support for MX31ADS platform. This includes specific
210 specific configurations for the board and its peripherals.
225 Include support for MX31 LITEKIT platform. This includes specific
243 specific configurations for the board and its peripherals.
272 Include support for MX31PDK (3DS) platform. This includes specific
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/powerpc/fsl/
Dmpic.txt39 specifiers do not contain the interrupt-type or type-specific
110 type-specific cell is undefined. The
123 the error interrupt. The type-specific
124 cell identifies the specific error
130 the MPIC IPI number. The type-specific
136 the MPIC timer number. The type-specific
139 <4th-cell> type-specific information
141 The type-specific cell is encoded as follows:
144 the type-specific cell contains the
223 * SoC interrupt number is 16 and the specific error
/Linux-v5.4/Documentation/driver-api/usb/
Dtypec_bus.rst10 The communication is SVID (Standard or Vendor ID) specific, i.e. specific for
29 specific commands from the alternate mode drivers to the partner, and from the
30 partners to the alternate mode drivers. No direct SVID specific communication is
47 will be used to deliver all the SVID specific commands from the partner to the
49 the SVID specific commands to each other using :c:func:`typec_altmode_vdm()`.
51 If the communication with the partner using the SVID specific commands results
54 passes the negotiated SVID specific pin configuration value to the function as
60 NOTE: The SVID specific pin configuration values must always start from
69 An example of working definitions for SVID specific pin configurations would
/Linux-v5.4/Documentation/media/uapi/v4l/
Dext-ctrls-fm-tx.rst34 step are driver-specific.
114 useconds. Step and range are driver-specific.
118 are driver-specific.
128 range and step are driver-specific.
132 value. The range and step are driver-specific.
136 value. The range and step are driver-specific.
140 useconds value. The range and step are driver-specific.
147 range and step are driver-specific.
151 step are driver-specific.
180 dBuV. Range and step are driver-specific.
[all …]
/Linux-v5.4/Documentation/media/v4l-drivers/
Ddavinci-vpbe.rst49 board specific settings (specified in board-xxx-evm.c). This allows
52 API to set timings in VENC for a specific display resolution. As of this
60 is connected, the timings for a specific standard/preset is retrieved from
61 the board specific table and the values are used to set the timings in
67 add the available outputs as a board specific entry (i.e add the "LogicPD"
69 supported can be maintained in the board specific setup file to support
75 OSD module implements all OSD layer management and hardware specific
/Linux-v5.4/Documentation/devicetree/bindings/net/nfc/
Dnfcmrvl.txt9 Optional SoC specific properties:
15 Optional UART-based chip specific properties:
17 - break-control: Specifies that the chip needs specific break management.
19 Optional I2C-based chip specific properties:
/Linux-v5.4/Documentation/networking/
Dxfrm_proc.txt27 Transformation protocol specific error
30 Transformation mode specific error
67 Transformation protocol specific error
69 Transformation mode specific error

12345678910>>...70