/linux-4.1.27/drivers/scsi/ |
D | g_NCR5380.c | 99 } overrides variable 106 #define NO_OVERRIDES ARRAY_SIZE(overrides) 153 overrides[commandline_current].NCR5380_map_name = (NCR5380_map_type) ints[1]; in internal_setup() 154 overrides[commandline_current].irq = ints[2]; in internal_setup() 156 overrides[commandline_current].dma = ints[3]; in internal_setup() 158 overrides[commandline_current].dma = DMA_NONE; in internal_setup() 159 overrides[commandline_current].board = board; in internal_setup() 275 overrides[0].irq = ncr_irq; in generic_NCR5380_detect() 277 overrides[0].dma = ncr_dma; in generic_NCR5380_detect() 279 overrides[0].NCR5380_map_name = (NCR5380_map_type) ncr_addr; in generic_NCR5380_detect() [all …]
|
D | pas16.c | 112 } overrides variable 120 #define NO_OVERRIDES ARRAY_SIZE(overrides) 317 overrides[commandline_current].io_port = (unsigned short) ints[1]; in pas16_setup() 318 overrides[commandline_current].irq = ints[2]; in pas16_setup() 354 overrides[0].io_port = pas16_addr; in pas16_detect() 367 overrides[0].irq = pas16_irq; in pas16_detect() 372 if (overrides[current_override].io_port) in pas16_detect() 374 io_port = overrides[current_override].io_port; in pas16_detect() 376 init_board( io_port, overrides[current_override].irq, 1 ); in pas16_detect() 409 if (overrides[current_override].irq != IRQ_AUTO) in pas16_detect() [all …]
|
D | t128.c | 88 } overrides variable 96 #define NO_OVERRIDES ARRAY_SIZE(overrides) 138 overrides[commandline_current].address = ints[1]; in t128_setup() 139 overrides[commandline_current].irq = ints[2]; in t128_setup() 178 if (overrides[current_override].address) { in t128_detect() 179 base = overrides[current_override].address; in t128_detect() 223 if (overrides[current_override].irq != IRQ_AUTO) in t128_detect() 224 instance->irq = overrides[current_override].irq; in t128_detect()
|
D | dtc.c | 108 } overrides variable 117 #define NO_OVERRIDES ARRAY_SIZE(overrides) 161 overrides[commandline_current].address = ints[1]; in dtc_setup() 162 overrides[commandline_current].irq = ints[2]; in dtc_setup() 201 if (overrides[current_override].address) { in dtc_detect() 202 addr = overrides[current_override].address; in dtc_detect() 246 if (overrides[current_override].irq != IRQ_AUTO) in dtc_detect() 247 instance->irq = overrides[current_override].irq; in dtc_detect()
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | gr-udc.txt | 24 each OUT endpoint of the core. Fewer entries overrides the default sizes 30 each IN endpoint of the core. Fewer entries overrides the default sizes
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-class-devfreq | 88 the user does not care. min_freq overrides the 97 the user does not care. max_freq overrides the 99 The max_freq overrides min_freq because max_freq may be
|
/linux-4.1.27/arch/x86/math-emu/ |
D | fpu_emu.h | 128 } overrides; typedef 131 overrides override;
|
D | fpu_entry.c | 132 overrides * override); 587 overrides * override) in valid_prefix() 592 *override = (overrides) { in valid_prefix()
|
/linux-4.1.27/scripts/ |
D | Makefile.extrawarn | 61 KBUILD_CFLAGS += $(call cc-disable-warning, initializer-overrides)
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | mpc8548cds_32b.dts | 81 * mpc8548cds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
D | mpc8572ds.dts | 85 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
D | p2020ds.dts | 84 * p2020ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
D | mpc8548cds_36b.dts | 81 * mpc8548cds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
D | mpc8572ds_36b.dts | 85 * mpc8572ds.dtsi must be last to ensure board_pci0 overrides pci0 settings
|
D | mpc8544ds.dts | 102 * mpc8544ds.dtsi must be last to ensure board_pci3 overrides pci3 settings
|
/linux-4.1.27/Documentation/devicetree/bindings/mmc/ |
D | mmci.txt | 16 - arm,primecell-periphid : contains the PrimeCell Peripheral ID, it overrides
|
/linux-4.1.27/drivers/pinctrl/intel/ |
D | pinctrl-cherryview.c | 98 const struct chv_alternate_function *overrides; member 209 .overrides = (o), \ 811 if (grp->overrides) { in chv_pinmux_set_mux() 815 if (grp->overrides[j].pin == pin) { in chv_pinmux_set_mux() 816 altfunc = &grp->overrides[j]; in chv_pinmux_set_mux()
|
/linux-4.1.27/tools/testing/ktest/ |
D | ktest.pl | 716 my ($lvalue, $rvalue, $override, $overrides, $name) = @_; 744 if (!$override || defined(${$overrides}{$lvalue})) { 751 ${$overrides}{$lvalue} = $prvalue; 914 my %overrides; 990 %overrides = (); 1097 set_value($lvalue, $rvalue, $override, \%overrides, $name); 1100 set_value($val, $rvalue, $override, \%overrides, $name);
|
/linux-4.1.27/Documentation/filesystems/ |
D | jfs.txt | 48 The minlen value of discard overrides the minlen value given
|
D | fuse.txt | 102 This option overrides the security measure restricting file access
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/ |
D | dpll.txt | 49 - DPLL mode setting - defining any one or more of the following overrides
|
/linux-4.1.27/arch/mips/ |
D | Kconfig.debug | 72 bool "Built-in command line overrides firmware arguments"
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 1310 uint overrides; member 2325 if (!(hw->overrides & FAST_AGING)) { in sw_flush_dyn_mac_table() 2748 if (hw->overrides & FAST_AGING) in sw_set_global_ctrl() 3241 if (hw->overrides & PAUSE_FLOW_CTRL) in determine_flow_ctrl() 3267 !(hw->overrides & PAUSE_FLOW_CTRL)) { in port_cfg_change() 4305 hw->overrides |= PAUSE_FLOW_CTRL; in sw_setup() 6335 pause->autoneg = (hw->overrides & PAUSE_FLOW_CTRL) ? 0 : 1; in netdev_get_pauseparam() 6375 hw->overrides &= ~PAUSE_FLOW_CTRL; in netdev_set_pauseparam() 6385 hw->overrides |= PAUSE_FLOW_CTRL; in netdev_set_pauseparam() 6993 hw->overrides |= FAST_AGING; in pcidev_init()
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 90 contact immediately overrides the waiting period and leads to activation.
|
/linux-4.1.27/Documentation/gpio/ |
D | gpio.txt | 104 LOW: gpiod_direction_output(gpio, 0) ... this drives the signal and overrides
|
D | gpio-legacy.txt | 429 and overrides the pullup.
|
/linux-4.1.27/Documentation/kbuild/ |
D | kbuild.txt | 211 Setting this to a date string overrides the timestamp used in the
|
/linux-4.1.27/Documentation/accounting/ |
D | taskstats.txt | 58 an outline of the current version is given. taskstats.h always overrides the
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-record.txt | 235 overrides that and uses per-thread mmaps. A side-effect of that is that
|
/linux-4.1.27/Documentation/timers/ |
D | timekeeping.txt | 11 architecture-specific overrides of the sched_clock() function and some
|
/linux-4.1.27/arch/tile/ |
D | Kconfig | 365 bool "Built-in command line overrides boot loader arguments"
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | README | 303 this overrides the default mode for file inodes. 315 this overrides the default mode for directory inodes. 354 sep if first mount option (after the -o), overrides
|
D | CHANGES | 25 user explicitly overrides the port on the 2nd mount.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 543 // Execute per-context state overrides list
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 325 # Set enumerator host destination ID (overrides kernel command line option)
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig | 937 This feature is a superset of DYNAMIC_MEMSTART and hence overrides it.
|
/linux-4.1.27/Documentation/networking/ |
D | ip-sysctl.txt | 473 This value overrides net.core.rmem_default used by other protocols. 607 value overrides net.core.wmem_default used by other protocols.
|
/linux-4.1.27/Documentation/ |
D | IPMI.txt | 381 overrides si_ports.
|
D | kernel-parameters.txt | 2928 max_cstate=9 overrides any DMI blacklist limit.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio.txt | 519 Note that this overrides the module option.
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.lpfc | 903 setting in the template and only overrides if queue tagging is
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 2040 bool "Built-in command line overrides boot loader arguments"
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 541 signal mask temporarily overrides the threads signal mask. Any
|