/linux-4.1.27/drivers/rapidio/switches/ |
D | Kconfig | 2 # RapidIO switches configuration 5 tristate "IDT Tsi57x SRIO switches support" 7 Includes support for IDT Tsi57x family of serial RapidIO switches. 10 tristate "IDT CPS-xx SRIO switches support" 12 Includes support for IDT CPS-16/12/10/8 serial RapidIO switches. 24 Includes support for ITD CPS Gen.2 serial RapidIO switches.
|
/linux-4.1.27/net/dsa/ |
D | Kconfig | 12 Say Y if you want to enable support for the hardware switches supported 22 Say Y if you want to expose thermal sensor data on switches supported 25 Some of those switches contain thermal sensors. This data is available
|
/linux-4.1.27/Documentation/input/ |
D | gpio-tilt.txt | 1 Driver for tilt-switches connected via GPIOs 4 Generic driver to read data from tilt switches connected via gpios. 5 Orientation can be provided by one or more than one tilt switches,
|
D | event-codes.txt | 46 - Used to describe binary state input switches. 183 EV_SW events describe stateful binary switches. For example, the SW_LID code is
|
D | joystick-parport.txt | 269 not to need power. Just a plain simple six switches inside. If your 342 Multisystem joystick. However, since they don't use switches and use TTL
|
/linux-4.1.27/Documentation/networking/ |
D | arcnet-hardware.txt | 443 130, 500, and 600 all have the same switches as Avery's PC100. 447 to find jumpers/switches with the same number of settings - it's 606 Setting one of the switches to Off/Open means "1", On/Closed means "0". 612 The eight switches in group S2 are used to set the node ID. 613 These switches work in a way similar to the PC100-series cards; see that 620 The first three switches in switch group S1 are used to select one 644 positions, determined by the offset, switches 7 and 8 of group S1. 814 Setting one of the switches to Off/Open means "1", On/Closed means "0". 820 The eight switches in group SW3 are used to set the node ID. Each node 825 The node ID is the sum of the values of all switches set to "1" [all …]
|
D | dctcp.txt | 12 All switches in the data center network running DCTCP must support ECN 15 switches is 20 packets (30KB) at 1Gbps, and 65 packets (~100KB) at 10Gbps,
|
D | ltpc.txt | 69 board. Set the switches so as not to conflict with other hardware. 81 DMA -- choose DMA 1 or 3, and set both corresponding switches.
|
D | switchdev.txt | 6 including switches embedded into SR-IOV NICs.
|
D | bonding.txt | 419 vs. just updating a switch or set of switches (which 582 Most switches will require some type of configuration 1715 The nomenclature for such a group differs between switches, it may be 2043 links or switches between the host and the rest of the world. The 2065 With multiple switches, the configuration of bonding and the 2085 switches (ISL, or inter switch link), and multiple ports connecting to 2098 the switches have an ISL and play together well. If the 2106 switches are not connected (no ISL), and the networks beyond 2131 Note, also, that of late many switches now support a functionality 2139 suitable switches. [all …]
|
D | vortex.txt | 326 Cisco switches (Jeff Busch <jbusch@deja.com>) 338 WARNING: DO NOT hook up hubs/switches/bridges to these
|
D | netconsole.txt | 142 TIP: some LAN switches may be configured to suppress ethernet broadcasts
|
D | e100.txt | 167 in different switches or in a switch partitioned to VLANs).
|
D | 6pack.txt | 71 can build in one yourself that switches over the highest address pin
|
D | ixgb.txt | 403 different switches or in a switch partitioned to VLANs.
|
D | arcnet.txt | 151 default which is still set in DIP switches on the card. If you don't have the
|
D | can.txt | 381 switches the socket into a mode that allows the handling of CAN FD frames
|
/linux-4.1.27/Documentation/serial/ |
D | rocket.txt | 27 switches on the board. See the section "ISA Rocketport Boards" below for 28 information on how to set the DIP switches. 89 switches on the Rocketport board. 100 switches of *all* of the Rocketport cards. 111 must have a unique board ID set on the dip switches. The first 112 Rocketport board must be set with the DIP switches corresponding to 113 the first board, the second board must be set with the DIP switches
|
/linux-4.1.27/net/8021q/ |
D | Kconfig | 27 automatic propagation of registered VLANs to switches. 37 automatic propagation of registered VLANs to switches; it
|
/linux-4.1.27/Documentation/isdn/ |
D | README.icn | 17 configured with the switches. 26 Two types of cards exist, one with dip-switches and one with 27 hook-switches. 29 1. Setting for the card with hook-switches: 43 2. Setting for the card with dip-switches:
|
D | README.act2000 | 11 manually using the DIP switches. 13 Setting up the DIP switches for the IBM Active 2000 ISDN card:
|
D | README.gigaset | 256 During active operation, the driver switches to the necessary mode 343 switches off debugging output completely,
|
/linux-4.1.27/drivers/scsi/ |
D | in2000.c | 1901 static int probe_bios(u32 addr, u32 *s1, uchar *switches) in probe_bios() argument 1909 *switches = ~readb(p + 0x20); in probe_bios() 1925 uchar switches; in in2000_detect() local 1951 switches = ~inb(base + IO_SWITCHES) & 0xff; in in2000_detect() 1960 else if (probe_bios(bios_tab[bios], &s1, &switches)) { in in2000_detect() 1965 x = switches & (SW_ADDR0 | SW_ADDR1); in in2000_detect() 1971 if (x != switches) { in in2000_detect() 1972 printk("Bad IO signature: %02x vs %02x.\n", x, switches); in in2000_detect() 1980 if (!(switches & SW_BIT7)) { /* I _think_ all cards do this */ in in2000_detect() 1993 if (switches & SW_DISINT) { in in2000_detect() [all …]
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | sbc8548.dts | 71 switches@1,0 { 72 compatible = "switches";
|
D | sbc8548-altflash.dts | 74 switches@1,0 { 75 compatible = "switches";
|
D | sbc8641d.dts | 117 ranges = <0 0 5 0 1 // User switches
|
/linux-4.1.27/drivers/rapidio/ |
D | Makefile | 9 obj-$(CONFIG_RAPIDIO) += switches/
|
D | rio-scan.c | 453 list_add_tail(&rswitch->node, &net->switches); in rio_setup_device() 905 INIT_LIST_HEAD(&net->switches); in rio_alloc_net() 933 list_for_each_entry(rswitch, &net->switches, node) { in rio_update_route_tables() 1076 list_for_each_entry(rswitch, &net->switches, node) { in rio_build_route_tables()
|
D | Kconfig | 73 source "drivers/rapidio/switches/Kconfig"
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-driver-hid-logitech-lg4ff | 18 native mode of the wheel. Echoing the mode tag switches the 26 Currently supported mode switches:
|
D | sysfs-tty | 10 console switches. 19 console switches.
|
D | sysfs-driver-wacom | 10 switches reporting speed.
|
/linux-4.1.27/net/switchdev/ |
D | Kconfig | 12 also various flow offloading chips, including switches embedded into
|
/linux-4.1.27/Documentation/rapidio/ |
D | sysfs.txt | 15 iiii - four-digit device destID for endpoints, or switchID for switches 66 RapidIO switches have additional attributes in sysfs. RapidIO subsystem supports 67 common and device-specific sysfs attributes for switches. Because switches are
|
D | rapidio.txt | 27 A typical RapidIO network is a combination of endpoints and switches. 258 device ID are queried against a table of known RapidIO switches. Each switch 264 chain of switches) does not have any endpoint (except enumerator) attached to 266 In the case of a chain of switches without endpoint, one fake device ID is used 267 to configure a route through the entire chain and switches are differentiated by 270 For both endpoints and switches the enumerator writes a unique component tag
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | sp8870.c | 459 static int switches; variable 513 switches++; in sp8870_set_frontend() 514 printk("%s: switches = %i lockups = %i\n", __func__, switches, lockups); in sp8870_set_frontend()
|
/linux-4.1.27/drivers/staging/fsl-mc/bus/ |
D | Kconfig | 19 or L2 switches.
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | ts3a227e.txt | 5 switches automatically to route the microphone correctly. It also
|
/linux-4.1.27/net/ieee802154/ |
D | Kconfig | 6 designed to organise networks of sensors, switches, etc automation
|
/linux-4.1.27/net/dcb/ |
D | Kconfig | 11 NICs and switches to support network traffic with differing
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | CMIPCI.txt | 90 There are some control switches affecting to the speaker connections: 141 Additionally there are relevant control switches: 182 Similarly the following switches are off: "IEC958 Mix Analog" and 183 "IEC958 Loop". The switches are resumed after closing the SPDIF PCM 197 volumes. Synth, CD, Line and Mic have playback and capture switches,
|
D | serial-u16550.txt | 14 switches on the Midiator to match the driver mode you select.
|
D | README.maya44 | 138 These switches allow a direct digital routing from the ADCs to the DACs.
|
D | compress_offload.txt | 191 - DSP switches to second track
|
D | HD-Audio.txt | 420 The codec parser have several switches and adjustment knobs for
|
/linux-4.1.27/arch/m68k/atari/ |
D | config.c | 154 char switches[strlen(str) + 1]; in atari_switches_setup() local 157 char *args = switches; in atari_switches_setup() 163 strcpy(switches, str); in atari_switches_setup()
|
/linux-4.1.27/net/rfkill/ |
D | Kconfig | 7 Say Y here if you want to have control over RF switches
|
/linux-4.1.27/Documentation/w1/slaves/ |
D | w1_ds2406 | 5 * Maxim DS2406 (and other family 0x12) addressable switches
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | fsl,qoriq-mc.txt | 9 such as network interfaces, crypto accelerator instances, L2 switches,
|
/linux-4.1.27/drivers/net/ethernet/alteon/ |
D | Kconfig | 28 bytes/frame) however it requires that your switches can handle this
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | kirkwood-openblocks_a6.dts | 64 pmx_dip_switches: pmx-dip-switches {
|
D | kirkwood-openblocks_a7.dts | 76 pmx_dip_switches: pmx-dip-switches {
|
/linux-4.1.27/drivers/i2c/muxes/ |
D | Kconfig | 42 tristate "Philips PCA954x I2C Mux/switches"
|
/linux-4.1.27/drivers/net/phy/ |
D | Kconfig | 213 controllers as well as some Broadcom Ethernet switches such as the 214 Starfighter 2 switches.
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-arch.txt | 17 Unlocked context switches introduce only a very minor performance
|
/linux-4.1.27/Documentation/s390/ |
D | s390dbf.txt | 35 switches to the next debug area. This is done in order to be sure 250 debug level) and switches to next debug area 265 debug level) and switches to next debug area 278 (if level <= actual debug level) and switches to next debug 294 switches to next debug area.
|
D | Debugging390.txt | 270 user space the kernel switches to primary or secondary address mode if
|
/linux-4.1.27/Documentation/spi/ |
D | spi-lm70llp | 65 and not grounded by the host via D7), the transistor conducts and switches
|
/linux-4.1.27/Documentation/devicetree/bindings/net/dsa/ |
D | dsa.txt | 48 This property is only used when switches are being
|
/linux-4.1.27/tools/perf/util/ |
D | parse-events.l | 194 context-switches|cs { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CONTEXT_SWITCHES);…
|
/linux-4.1.27/drivers/leds/trigger/ |
D | Kconfig | 78 when using gpios as switches and triggering the needed LEDs
|
/linux-4.1.27/drivers/input/keyboard/ |
D | gpio_keys.c | 276 ATTR_SHOW_FN(switches, EV_SW, false); 287 static DEVICE_ATTR(switches, S_IRUGO, gpio_keys_show_switches, NULL);
|
D | Kconfig | 374 management of up to 64 key switches
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-timechart.txt | 19 and CPU events (task switches, running times, CPU power states, etc),
|
D | perf-list.txt | 115 . 'sw' or 'software' to list software events such as context switches, etc.
|
D | perf-stat.txt | 165 678 context switches # 0.000 M/sec
|
/linux-4.1.27/include/linux/ |
D | rio.h | 310 struct list_head switches; /* list of switches in this net */ member
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | core.txt | 85 These are notified twice when the CPUfreq driver switches the CPU core
|
/linux-4.1.27/Documentation/ |
D | static-keys.txt | 254 200,003 context-switches # 0.234 M/sec ( +- 0.00% ) 271 200,004 context-switches # 0.238 M/sec ( +- 0.00% )
|
D | gdb-kernel-debugging.txt | 35 -append, -initrd command line switches. This is generally only useful if
|
D | edac.txt | 60 engines, fabric switches, main data path switches, interconnections,
|
D | svga.txt | 207 happens and how do the configuration switches affect the behaviour of the bug.
|
D | bcache.txt | 112 configurable, and defaults to 0) it shuts down the cache device and switches all
|
D | kernel-parameters.txt | 1336 value switches the backlight off. 3531 switches= [HW,M68k]
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | kernel-stacks | 20 kernel switches from the current task to the interrupt stack. Like
|
/linux-4.1.27/Documentation/sound/oss/ |
D | SoundPro | 103 - implement mixer support for surround, loud, digital CD switches.
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-header.S | 308 @ svc_exit_via_fiq - like svc_exit but switches to FIQ mode before exit
|
/linux-4.1.27/Documentation/m68k/ |
D | kernel-options.txt | 634 4.5 switches= 637 Syntax: switches=<list of switches> 643 The <list of switches> is a comma-separated list of the following 652 difference to only once), but you can give as many switches as you
|
/linux-4.1.27/Documentation/video4linux/bttv/ |
D | Insmod-options | 145 channel switches.
|
/linux-4.1.27/Documentation/fb/ |
D | sisfb.txt | 125 SVGALib use the framebuffer device for mode switches and restoration.
|
D | uvesafb.txt | 113 restored after console <-> X switches.
|
/linux-4.1.27/net/ipv4/ |
D | Kconfig | 607 commodity, shallow-buffered switches. 609 All switches in the data center network running DCTCP must support 612 DCTCP on switches is 20 packets (30KB) at 1Gbps, and 65 packets
|
/linux-4.1.27/Documentation/filesystems/ |
D | qnx6.txt | 171 superblock atomically is increased and the fs switches over to that - then
|
D | proc.txt | 256 voluntary_ctxt_switches number of voluntary context switches 257 nonvoluntary_ctxt_switches number of non voluntary context switches 1297 The "ctxt" line gives the total number of context switches across all CPUs.
|
D | xfs-delayed-logging-design.txt | 679 much contention on the CIL lock, or too many context switches as a result of
|
D | coda.txt | 250 certain services. This is done to avoid excessive context switches
|
/linux-4.1.27/arch/frv/ |
D | Kconfig | 67 This options switches on and off support for the FR-V MMU
|
/linux-4.1.27/include/linux/mfd/ |
D | cros_ec_commands.h | 1555 uint8_t switches; member
|
/linux-4.1.27/Documentation/powerpc/ |
D | transactional_memory.txt | 70 - Context switches
|
/linux-4.1.27/Documentation/power/ |
D | swsusp.txt | 75 saves the state of the machine to a filesystem or to a partition and switches 352 terminal the kernel switches to during suspend, you have to set the
|
/linux-4.1.27/arch/powerpc/platforms/ |
D | Kconfig | 341 These are usually BCSRs used to control board's switches, LEDs,
|
/linux-4.1.27/Documentation/ia64/ |
D | mca.txt | 73 switches to an MCA/INIT stack, registers its new stack using
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.cpu | 324 floating point context anymore during task switches, so this
|
/linux-4.1.27/Documentation/timers/ |
D | highres.txt | 178 context is the avoidance of up to two context switches - from the interrupted
|
/linux-4.1.27/Documentation/block/ |
D | cfq-iosched.txt | 218 If one sets slice_idle=0 and if storage supports NCQ, CFQ internally switches
|
/linux-4.1.27/scripts/ |
D | spelling.txt | 939 switchs||switches
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 225 bool "Trace process context switches and events"
|
/linux-4.1.27/drivers/input/misc/ |
D | Kconfig | 284 This driver implements support for tilt switches connected
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-controls.txt | 586 tells the framework which value switches the cluster into manual mode. The
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 190 radio switches, and over the ACPI netlink layer for other events. The 499 events for switches:
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c_shipped | 300 /* Flag which is used to allow zconfwrap()'s to do buffer switches
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 281 /* Flag which is used to allow yywrap()'s to do buffer switches
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 291 /* Flag which is used to allow yywrap()'s to do buffer switches
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 417 dealing with consoles or command-line switches to the helper programs 2650 Start UML as: ./linux <kernel switches> debug gdb-pid=21903
|
/linux-4.1.27/init/ |
D | Kconfig | 1234 This option adds code that switches the layout of the "block" class
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 2775 switches.
|