| /linux/Documentation/driver-api/cxl/platform/ |
| H A D | example-configs.rst | 10 example-configurations/one-dev-per-hb.rst 11 example-configurations/multi-dev-per-hb.rst 12 example-configurations/hb-interleave.rst 13 example-configurations/flexible.rst
|
| H A D | device-hotplug.rst | 12 proximity domains, HPA regions, and host-bridge configurations). 119 See the :doc:`Flexible CEDT Configuration<example-configurations/flexible>` 122 present flexible CEDT configurations with hotplug support.
|
| /linux/Documentation/usb/ |
| H A D | gadget_configfs.rst | 18 A gadget is seen by its host as a set of configurations, each of which contains 24 Creating a gadget means deciding what configurations there will be 103 2. Creating the configurations 106 Each gadget will consist of a number of configurations, their corresponding 155 4. Associating the functions with their configurations 159 configurations specified and a number of functions available. What remains 161 function can be used in multiple configurations). This is achieved with 178 configurations and functions. 236 Remove functions from configurations:: 249 Remove strings directories in configurations:: [all …]
|
| /linux/Documentation/networking/pse-pd/ |
| H A D | pse-pi.rst | 29 transmission. Unlike the configurations detailed in the PSE PI for standard 41 Ethernet cables. It details two main configurations for power delivery, known 58 1G/2G/5G/10GBaseT network. Alternative B includes two configurations with 65 The following table outlines the pin configurations for both Alternative A and 161 for either MDI or MDI-X configurations, albeit supporting one variation at a 186 More advanced PSE PI configurations may include integrated or external 188 compatibility with both MDI and MDI-X configurations. 190 More complex PSE PI configurations may include additional components, to support 215 descriptions of both simple and complex PSE PI configurations to illustrate 223 configurations, detailing the PSE PI within the existing PSE controller's node [all …]
|
| /linux/Documentation/arch/xtensa/ |
| H A D | booting.rst | 11 - For configurations without MMU, with region protection or with MPU the 13 - For configurations with region translarion MMU or with MMUv3 and CONFIG_MMU=n 16 - For configurations with MMUv2 the address must be a virtual address in the 18 - For configurations with MMUv3 and CONFIG_MMU=y the address may be either a
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | snps,dwc-qos-ethernet.txt | 10 configurations. 29 In some configurations (e.g. GMII/RGMII), this clock also drives the PHY TX 30 path. In other configurations, other clocks (such as tx_125, rmii) may 34 In some configurations (e.g. GMII/RGMII), this clock is derived from the 35 PHY's RX clock output. In other configurations, other clocks (such as 47 The master bus interface clock. Only required in configurations that use a 59 Note: Support for additional IP configurations may require adding the 67 This will allow easy support for configurations that support multiple PHY
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-magnetometer-hmc5843 | 6 Current configuration and available configurations 10 normal Normal measurement configurations (default)
|
| /linux/Documentation/arch/arm/pxa/ |
| H A D | mfp.rst | 16 out of the GPIO controller. In addition to pin-mux configurations, the MFP 95 NOTE: PXA300 and PXA310 are almost identical in pin configurations (with 99 2. prepare an array for the initial pin configurations, e.g.:: 123 a) once the pin configurations are passed to pxa{2xx,3xx}_mfp_config(), 127 b) when there is only one possible pin configurations for a component, 195 configurations, these definitions are processor and platform independent, and 211 configurations 215 for PXA2xx specific definitions and PXA25x/PXA27x common pin configurations 264 Examples of pin configurations are::
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-config.rst | 14 programming of the CoreSight system with pre-defined configurations that 20 be defined and enabled as named configurations. 136 The set of configurations and features that are currently loaded into the 148 configurations features 153 $ cd configurations/ 212 The configurations loaded into the CoreSight configuration management are 240 When configurations are selected in this way, then the trace sink used is 253 $ cd configurations/autofdo 280 Custom configurations and / or features can be dynamically loaded into the
|
| /linux/arch/arm/mach-s3c/ |
| H A D | Kconfig.s3c64xx | 80 Common setup code for S3C64XX KEYPAD GPIO configurations 85 Common setup code for S3C64XX SDHCI GPIO configurations 90 Common setup code for SPI GPIO configurations
|
| /linux/Documentation/driver-api/cxl/linux/ |
| H A D | cxl-driver.rst | 64 we'll explore more configurations in-depth in example configurations below. 249 configurations present in the CFMWS field of the :doc:`CEDT 427 :caption: Regions are created based on root decoder configurations. Endpoint decoders 472 at runtime - if the platform supports such configurations. 538 configurations to describe the same physical capacity, with the intent to allow 602 configurations, the :code:`interleave_granularity` of a decoder is equal to 619 Linux does not support unbalanced interleave configurations. As a result, all 627 example-configurations/single-device.rst 628 example-configurations/hb-interleave.rst 629 example-configurations/intra-hb-interleave.rst [all …]
|
| /linux/arch/mips/generic/ |
| H A D | board-luton.its.S | 16 configurations {
|
| H A D | board-xilfpga.its.S | 15 configurations {
|
| H A D | board-boston.its.S | 15 configurations {
|
| H A D | board-ni169445.its.S | 15 configurations {
|
| H A D | board-serval.its.S | 16 configurations {
|
| H A D | board-marduk.its.S | 15 configurations {
|
| H A D | board-ocelot.its.S | 27 configurations {
|
| H A D | board-jaguar2.its.S | 26 configurations {
|
| H A D | vmlinux.its.S | 24 configurations {
|
| /linux/arch/mips/mobileye/ |
| H A D | board-epm5.its.S | 16 configurations {
|
| H A D | vmlinux.its.S | 24 configurations {
|
| /linux/Documentation/admin-guide/ |
| H A D | pstore-blk.rst | 20 divides all configurations into two parts, configurations for user and 21 configurations for driver. 33 All of these configurations support both Kconfig and module parameters, but 40 The detail of each configurations may be of interest to you.
|
| /linux/drivers/usb/typec/altmodes/ |
| H A D | displayport.c | 533 static const char * const configurations[] = { variable 549 con = sysfs_match_string(configurations, buf); in configuration_store() 601 for (i = 1; i < ARRAY_SIZE(configurations); i++) { in configuration_show() 603 len += sprintf(buf + len, "[%s] ", configurations[i]); in configuration_show() 606 len += sprintf(buf + len, "%s ", configurations[i]); in configuration_show()
|
| /linux/Documentation/hwmon/ |
| H A D | mpq8785.rst | 30 to provide 50A, 75A, or 100A of output current for flexible configurations. 41 The PMBus interface provides converter configurations and key parameters
|