Searched refs:overrides (Results 1 - 180 of 180) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Dg_NCR5380.c30 * 1. With command line overrides - NCR5380=port,irq may be
99 } overrides
106 #define NO_OVERRIDES ARRAY_SIZE(overrides)
116 * Do LILO command line initialization of the overrides array. Display
153 overrides[commandline_current].NCR5380_map_name = (NCR5380_map_type) ints[1]; internal_setup()
154 overrides[commandline_current].irq = ints[2]; internal_setup()
156 overrides[commandline_current].dma = ints[3]; internal_setup()
158 overrides[commandline_current].dma = DMA_NONE; internal_setup()
159 overrides[commandline_current].board = board; internal_setup()
243 * and DTC436(ISAPnP) controllers. If overrides have been set we use
275 overrides[0].irq = ncr_irq; generic_NCR5380_detect()
277 overrides[0].dma = ncr_dma; generic_NCR5380_detect()
279 overrides[0].NCR5380_map_name = (NCR5380_map_type) ncr_addr; generic_NCR5380_detect()
281 overrides[0].board = BOARD_NCR5380; generic_NCR5380_detect()
283 overrides[0].board = BOARD_NCR53C400; generic_NCR5380_detect()
285 overrides[0].board = BOARD_NCR53C400A; generic_NCR5380_detect()
287 overrides[0].board = BOARD_DTC3181E; generic_NCR5380_detect()
308 overrides[count].irq = pnp_irq(dev, 0); generic_NCR5380_detect()
310 overrides[count].irq = NO_IRQ; generic_NCR5380_detect()
312 overrides[count].dma = pnp_dma(dev, 0); generic_NCR5380_detect()
314 overrides[count].dma = DMA_NONE; generic_NCR5380_detect()
315 overrides[count].NCR5380_map_name = (NCR5380_map_type) pnp_port_start(dev, 0); generic_NCR5380_detect()
316 overrides[count].board = BOARD_DTC3181E; generic_NCR5380_detect()
324 if (!(overrides[current_override].NCR5380_map_name)) generic_NCR5380_detect()
328 switch (overrides[current_override].board) { generic_NCR5380_detect()
357 if (overrides[current_override].NCR5380_map_name != PORT_AUTO) generic_NCR5380_detect()
361 if (overrides[current_override].NCR5380_map_name == ports[i]) generic_NCR5380_detect()
384 overrides[current_override].NCR5380_map_name = ports[i]; generic_NCR5380_detect()
391 if(!(request_region(overrides[current_override].NCR5380_map_name, NCR5380_region_size, "ncr5380"))) generic_NCR5380_detect()
396 base = overrides[current_override].NCR5380_map_name; generic_NCR5380_detect()
408 release_region(overrides[current_override].NCR5380_map_name, region_size); generic_NCR5380_detect()
416 instance->NCR5380_instance_name = overrides[current_override].NCR5380_map_name; generic_NCR5380_detect()
425 if (overrides[current_override].irq != IRQ_AUTO) generic_NCR5380_detect()
426 instance->irq = overrides[current_override].irq; generic_NCR5380_detect()
H A Ddtc.c29 * 2. With command line overrides - dtc=address,irq may be
108 } overrides
117 #define NO_OVERRIDES ARRAY_SIZE(overrides)
144 * Purpose : LILO command line initialization of the overrides array,
161 overrides[commandline_current].address = ints[1]; dtc_setup()
162 overrides[commandline_current].irq = ints[2]; dtc_setup()
201 if (overrides[current_override].address) { dtc_detect()
202 addr = overrides[current_override].address; dtc_detect()
246 if (overrides[current_override].irq != IRQ_AUTO) dtc_detect()
247 instance->irq = overrides[current_override].irq; dtc_detect()
H A Dt128.c33 * 2. With command line overrides - t128=address,irq may be
88 } overrides
96 #define NO_OVERRIDES ARRAY_SIZE(overrides)
120 * Purpose : LILO command line initialization of the overrides array,
138 overrides[commandline_current].address = ints[1]; t128_setup()
139 overrides[commandline_current].irq = ints[2]; t128_setup()
178 if (overrides[current_override].address) { t128_detect()
179 base = overrides[current_override].address; t128_detect()
223 if (overrides[current_override].irq != IRQ_AUTO) t128_detect()
224 instance->irq = overrides[current_override].irq; t128_detect()
H A Dpas16.c37 * 2. With command line overrides - pas16=port,irq may be
112 } overrides
120 #define NO_OVERRIDES ARRAY_SIZE(overrides)
299 * Purpose : LILO command line initialization of the overrides array,
317 overrides[commandline_current].io_port = (unsigned short) ints[1]; pas16_setup()
318 overrides[commandline_current].irq = ints[2]; pas16_setup()
354 overrides[0].io_port = pas16_addr; pas16_detect()
367 overrides[0].irq = pas16_irq; pas16_detect()
372 if (overrides[current_override].io_port) pas16_detect()
374 io_port = overrides[current_override].io_port; pas16_detect()
376 init_board( io_port, overrides[current_override].irq, 1 ); pas16_detect()
409 if (overrides[current_override].irq != IRQ_AUTO) pas16_detect()
410 instance->irq = overrides[current_override].irq; pas16_detect()
H A Dadvansys.c4715 * The SDTR per TID bitmask overrides the SDTR_SPEED1, SDTR_SPEED2, AdvInitAsc3550Driver()
5247 * The SDTR per TID bitmask overrides the SDTR_SPEED1, SDTR_SPEED2, AdvInitAsc38C0800Driver()
5756 * The SDTR per TID bitmask overrides the SDTR_SPEED1, SDTR_SPEED2, AdvInitAsc38C1600Driver()
H A Ddc395x.c546 * command line overrides will be used. If set to 1 then safe and
H A Dst.c1975 } else if (cmdstatp->flags & SENSE_FMK) { /* FM overrides EOM */ read_tape()
H A Dosst.c4309 * as the size used when writing overrides it. osst_int_ioctl()
/linux-4.1.27/arch/mn10300/include/asm/
H A Dlinkage.h1 /* MN10300 Linkage and calling-convention overrides
/linux-4.1.27/arch/mips/include/asm/mach-rm/
H A Dcpu-feature-overrides.h13 #include <cpu-feature-overrides.h>
/linux-4.1.27/arch/mips/include/asm/mach-ath25/
H A Dcpu-feature-overrides.h2 * Atheros AR231x/AR531x SoC specific CPU feature overrides
/linux-4.1.27/arch/mips/include/asm/mach-ath79/
H A Dcpu-feature-overrides.h2 * Atheros AR71XX/AR724X/AR913X specific CPU feature overrides
/linux-4.1.27/arch/mips/include/asm/mach-lantiq/falcon/
H A Dcpu-feature-overrides.h2 * Lantiq FALCON specific CPU feature overrides
/linux-4.1.27/arch/mips/include/asm/mach-malta/
H A Dcpu-feature-overrides.h14 * CPU feature overrides for MIPS boards
/linux-4.1.27/arch/mips/include/asm/mach-ralink/mt7620/
H A Dcpu-feature-overrides.h2 * Ralink MT7620 specific CPU feature overrides
/linux-4.1.27/arch/mips/include/asm/mach-ralink/rt288x/
H A Dcpu-feature-overrides.h2 * Ralink RT288x specific CPU feature overrides
/linux-4.1.27/arch/mips/include/asm/mach-ralink/rt305x/
H A Dcpu-feature-overrides.h2 * Ralink RT305x specific CPU feature overrides
/linux-4.1.27/arch/mips/include/asm/mach-ralink/rt3883/
H A Dcpu-feature-overrides.h2 * Ralink RT3662/RT3883 specific CPU feature overrides
/linux-4.1.27/arch/mips/include/asm/mach-sead3/
H A Dcpu-feature-overrides.h14 * CPU feature overrides for MIPS boards
/linux-4.1.27/include/linux/platform_data/
H A Dmtd-davinci.h50 * They're used unless platform data overrides them.
82 /* Main and mirror bbt descriptor overrides */
/linux-4.1.27/arch/x86/vdso/vdso32/
H A Dnote.S22 * do not like negative offsets in instructions using segment overrides,
/linux-4.1.27/arch/mips/include/asm/mach-dec/
H A Dcpu-feature-overrides.h2 * CPU feature overrides for DECstation systems. Two variations
/linux-4.1.27/arch/mips/include/asm/mach-rc32434/
H A Dcpu-feature-overrides.h2 * IDT RC32434 specific CPU feature overrides
/linux-4.1.27/arch/c6x/kernel/
H A Dsoc.c76 /* cmdline overrides all */ soc_mac_addr()
/linux-4.1.27/samples/livepatch/
H A Dlivepatch-sample.c25 * This (dumb) live patch overrides the function that prints the
/linux-4.1.27/arch/metag/kernel/
H A Dclock.c50 * Checks to see if a "core" clock is provided in the device tree, and overrides
/linux-4.1.27/include/uapi/asm-generic/
H A Dmman-common.h52 overrides the coredump filter bits */
/linux-4.1.27/include/uapi/linux/
H A Dcapability.h95 overrides the restriction of changing file ownership and group
283 /* NOTE: ext2 honors fsuid when checking for resource overrides, so
324 to implement capability based overrides of that policy, this is
H A Dnl80211.h2966 * overrides all other flags.
/linux-4.1.27/drivers/media/tuners/
H A Dtda18271.h110 * module option 'cal' overrides this delay */
H A Dtda18271-fe.c1222 /* module option overrides configuration setting */ tda18271_need_cal_on_startup()
1293 * module option 'cal' overrides this delay */ tda18271_attach()
/linux-4.1.27/include/linux/
H A Dserial_sci.h130 * Platform overrides if necessary, defaults otherwise.
H A Dnet.h57 * overrides this enum for binary compat reasons.
H A Dcgroup-defs.h381 * kernfs write operation and overrides all other operations.
H A Dpercpu-defs.h197 * percpu and arch overrides don't need to worry about it; however, if an
H A Dregmap.h132 * @lock: Optional lock callback (overrides regmap's default lock
H A Dlibata.h883 /* The following initializer overrides a method to NULL whether one of
/linux-4.1.27/arch/parisc/include/uapi/asm/
H A Dmman.h66 overrides the coredump filter bits */
/linux-4.1.27/arch/alpha/include/uapi/asm/
H A Dmman.h60 overrides the coredump filter bits */
/linux-4.1.27/arch/x86/math-emu/
H A Dfpu_emu.h128 } overrides; typedef in typeref:struct:__anon3183
131 overrides override;
H A Dfpu_entry.c132 overrides * override);
587 overrides * override) valid_prefix()
592 *override = (overrides) { valid_prefix()
/linux-4.1.27/drivers/net/wireless/iwlwifi/
H A Diwl-eeprom-parse.h109 * @cfg: device configuration for parsing and overrides
H A Diwl-eeprom-parse.c909 /* check overrides (some devices have wrong EEPROM) */ iwl_parse_eeprom_data()
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dpcm3724.c27 * check_driver overrides:
/linux-4.1.27/drivers/pcmcia/
H A Dsoc_common.h113 * If provided, the get_timing routine overrides the SOC default.
H A Dyenta_socket.h127 /* A few words of private data for special stuff of overrides... */
H A Dti113x.h164 * Texas Instruments CardBus controller overrides.
H A Dyenta_socket.c1358 * advanced overrides instead. (I can't get the
/linux-4.1.27/arch/x86/platform/ce4100/
H A Dce4100.c144 * CE4100 specific x86_init function overrides and early setup
/linux-4.1.27/arch/x86/platform/intel-mid/
H A Dintel-mid.c159 * Moorestown specific x86_init function overrides and early setup
/linux-4.1.27/arch/xtensa/include/uapi/asm/
H A Dmman.h96 overrides the coredump filter bits */
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-config.h163 * Force backpressure to be disabled. This overrides all other
/linux-4.1.27/include/linux/sunrpc/
H A Dclnt.h117 u32 prognumber; /* overrides program->number */
/linux-4.1.27/arch/mips/include/uapi/asm/
H A Dmman.h84 overrides the coredump filter bits */
/linux-4.1.27/arch/mips/mti-malta/
H A Dmalta-memory.c73 /* Check the command line for a memsize directive that overrides fw_getmdesc()
/linux-4.1.27/tools/perf/util/
H A Drecord.c154 * User specified count overrides default frequency. record_opts__config_freq()
/linux-4.1.27/drivers/pinctrl/intel/
H A Dpinctrl-cherryview.c89 * @overrides: Alternate function override per pin or %NULL if not used
90 * @noverrides: Number of per pin alternate function overrides if
91 * @overrides != NULL.
98 const struct chv_alternate_function *overrides; member in struct:chv_pingroup
209 .overrides = (o), \
811 if (grp->overrides) { chv_pinmux_set_mux()
815 if (grp->overrides[j].pin == pin) { chv_pinmux_set_mux()
816 altfunc = &grp->overrides[j]; chv_pinmux_set_mux()
/linux-4.1.27/arch/x86/lib/
H A Dinsn.c143 /* REX.W overrides opnd_size */ insn_get_prefixes()
171 /* VEX.W overrides opnd_size */ insn_get_prefixes()
/linux-4.1.27/arch/ia64/mm/
H A Dtlb.c142 * Kernel parameter "nptcg=" overrides max number of concurrent global TLB
169 * Kernel parameter "nptcg=" overrides maximum number of simultanesous ptc.g
/linux-4.1.27/drivers/net/dsa/
H A Dmv88e6131.c174 * address-based priority overrides, don't let the switch mv88e6131_setup_port()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dtarget.h204 * Flash configuration overrides, used only
H A Dmain.c462 break; /* overrides WPA/RSN IE */ ath6kl_connect_ap_mode_sta()
/linux-4.1.27/arch/x86/kernel/
H A Dstep.c70 /* irrelevant prefixes (segment overrides and repeats) */ is_setting_trap_flag()
H A Dearly-quirks.c79 * All timer overrides on Nvidia are nvidia_bugs()
H A Dxsave.c666 * overrides for the section checks.
H A Dftrace.c214 * ftrace_replace_code() that x86 overrides, and by ftrace_update_code()
H A Duprobes.c741 * 16-bit overrides such as CALLW (66 e8 nn nn) are not supported. branch_setup_xol_ops()
/linux-4.1.27/arch/sh/kernel/
H A Dio_trapped.c83 pr_info("trapped io 0x%08lx overrides %s 0x%08lx\n", register_trapped_io()
/linux-4.1.27/arch/sparc/kernel/
H A Dsetup_32.c167 * "mem=XXX[kKmM] overrides the PROM-reported boot_flags_init()
/linux-4.1.27/drivers/acpi/acpica/
H A Dutxfinit.c287 * This is the precise point that we want to perform the overrides. ACPI_EXPORT_SYMBOL_INIT()
/linux-4.1.27/drivers/usb/host/
H A Dsl811.h93 * HOST flag presumably overrides the chip input signal?
H A Dohci-hcd.c1199 /* Copy the generic table to drv and then apply the overrides */ ohci_init_driver()
H A Dehci-hcd.c1234 /* Copy the generic table to drv and then apply the overrides */ ehci_init_driver()
/linux-4.1.27/arch/powerpc/boot/
H A Dmain.c94 /* If we have an image attached to us, it overrides anything prep_initrd()
/linux-4.1.27/net/mac80211/
H A Dvht.c143 * If user has specified capability overrides, take care ieee80211_vht_cap_ie_to_sta_vht_cap()
H A Dieee80211_i.h535 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */
/linux-4.1.27/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c2533 MODULE_PARM_DESC(xres, "Horizontal resolution (px), overrides xres from vesa (default=vesa)");
2535 MODULE_PARM_DESC(yres, "Vertical resolution (scans), overrides yres from vesa (default=vesa)");
2537 MODULE_PARM_DESC(upper, "Upper blank space (scans), overrides upper from vesa (default=vesa)");
2539 MODULE_PARM_DESC(lower, "Lower blank space (scans), overrides lower from vesa (default=vesa)");
2541 MODULE_PARM_DESC(vslen, "Vertical sync length (scans), overrides lower from vesa (default=vesa)");
2543 MODULE_PARM_DESC(left, "Left blank space (px), overrides left from vesa (default=vesa)");
2545 MODULE_PARM_DESC(right, "Right blank space (px), overrides right from vesa (default=vesa)");
2547 MODULE_PARM_DESC(hslen, "Horizontal sync length (px), overrides hslen from vesa (default=vesa)");
2549 MODULE_PARM_DESC(pixclock, "Pixelclock (ns), overrides pixclock from vesa (default=vesa)");
2551 MODULE_PARM_DESC(sync, "Sync polarity, overrides sync from vesa (default=vesa)");
/linux-4.1.27/tools/testing/ktest/
H A Dktest.pl716 my ($lvalue, $rvalue, $override, $overrides, $name) = @_;
744 if (!$override || defined(${$overrides}{$lvalue})) {
751 ${$overrides}{$lvalue} = $prvalue;
914 my %overrides;
989 # Clear previous overrides
990 %overrides = ();
1097 set_value($lvalue, $rvalue, $override, \%overrides, $name);
1100 set_value($val, $rvalue, $override, \%overrides, $name);
1118 # defined multiple times and the new one simply overrides
/linux-4.1.27/drivers/net/ethernet/8390/
H A D8390.h140 * - the _p for generates no delay by default 8390p.c overrides this.
H A Dpcnet_cs.c577 /* Check for user overrides */ pcnet_config()
/linux-4.1.27/drivers/pci/
H A Dbus.c165 * overrides "min". pci_bus_for_each_resource()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Dtypes.h63 /* Board overrides ASPM and Clkreq settings */
H A Dmain.c1209 * may get overrides later in this function
1395 * overrides to the maccontrol register
1433 /* write the new values with overrides applied */ brcms_b_mctrl()
4308 * may get overrides later in this function
/linux-4.1.27/arch/mips/cavium-octeon/executive/
H A Docteon-model.c386 /* Check for model in fuses, overrides normal decode */ octeon_model_get_string_buffer()
/linux-4.1.27/arch/mips/include/asm/
H A Dcpu-features.h14 #include <cpu-feature-overrides.h>
/linux-4.1.27/drivers/media/dvb-core/
H A Ddvb_frontend.h277 /* if this is set, it overrides the default swzigzag */
/linux-4.1.27/arch/powerpc/include/asm/
H A Dmachdep.h106 /* Platform set_dma_mask and dma_get_required_mask overrides */
/linux-4.1.27/include/drm/
H A Ddrm_crtc_helper.h126 * @disable: disable encoder when not in use (overrides DPMS off)
/linux-4.1.27/drivers/video/fbdev/
H A Duvesafb.c700 /* Kernel command line overrides. */ uvesafb_vbe_getmonspecs()
2007 MODULE_PARM_DESC(maxclk, "Maximum pixelclock [MHz], overrides EDID data");
2010 "Maximum horizontal frequency [kHz], overrides EDID data");
2013 "Maximum vertical frequency [Hz], overrides EDID data");
2019 "VBE mode number to set, overrides the 'mode' option");
H A Dsa1100fb.c1199 /* Copy the RGB bitfield overrides */ sa1100fb_init_fbinfo()
/linux-4.1.27/drivers/net/ethernet/micrel/
H A Dksz884x.c1227 /* Software overrides. */
1266 * @overrides: Hardware features to override.
1310 uint overrides; member in struct:ksz_hw
2325 if (!(hw->overrides & FAST_AGING)) { sw_flush_dyn_mac_table()
2748 if (hw->overrides & FAST_AGING) sw_set_global_ctrl()
3241 if (hw->overrides & PAUSE_FLOW_CTRL) determine_flow_ctrl()
3267 !(hw->overrides & PAUSE_FLOW_CTRL)) { port_cfg_change()
4305 hw->overrides |= PAUSE_FLOW_CTRL; sw_setup()
6335 pause->autoneg = (hw->overrides & PAUSE_FLOW_CTRL) ? 0 : 1; netdev_get_pauseparam()
6375 hw->overrides &= ~PAUSE_FLOW_CTRL; netdev_set_pauseparam()
6385 hw->overrides |= PAUSE_FLOW_CTRL; netdev_set_pauseparam()
6993 hw->overrides |= FAST_AGING; pcidev_init()
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Dbttv-input.c407 * fitted, and Hauppauge suggest an external overrides an init_bttv_i2c_ir()
H A Dbttv-cards.c3604 /* There were no overrides, so now we try to discover this through the bttv_init_card2()
/linux-4.1.27/drivers/spi/
H A Dspi-ppc4xx.c183 * Modify the configuration if the transfer overrides it. Do not allow spi_ppc4xx_setupxfer()
H A Dspi-s3c64xx.c895 * overrides it with the GPIO pin value s3c64xx_spi_cleanup()
/linux-4.1.27/drivers/gpio/
H A Dgpio-ich.c287 /* Allow chip-specific overrides of request()/get() */ ichx_gpiolib_setup()
/linux-4.1.27/arch/mips/
H A DMakefile191 # For smartmips configurations, there are hundreds of warnings due to ISA overrides
/linux-4.1.27/include/linux/rtc/
H A Dds1685.h303 * E32K overrides the settings of RS3-RS0 and outputs a frequency of 32768Hz
/linux-4.1.27/include/uapi/sound/
H A Dcompress_params.h369 * overrides.
/linux-4.1.27/arch/hexagon/include/asm/
H A Dpgtable.h483 /* Oh boy. There are a lot of possible arch overrides found in this file. */
/linux-4.1.27/drivers/regulator/
H A Dpalmas-regulator.c1214 /* set_mode overrides this value */ palmas_smps_registration()
1321 /* set_mode overrides this value */ tps65917_smps_registration()
/linux-4.1.27/include/net/netfilter/
H A Dnf_tables.h761 * @hooks: hookfn overrides
843 * @hooks: hookfn overrides for packet validation
/linux-4.1.27/arch/arm/kvm/
H A Dcoproc.c1139 /* We check for duplicates here, to allow arch-specific overrides. */ walk_cp15()
1150 /* target-specific overrides generic entry. */ walk_cp15()
/linux-4.1.27/drivers/hwmon/
H A Dadm1026.c1657 /* Input overrides output */ adm1026_fixup_gpio()
1672 /* Normal overrides inverted */ adm1026_fixup_gpio()
1678 /* Fan overrides input and output */ adm1026_fixup_gpio()
H A Dw83791d.c1090 * The beep_enable state overrides any enabling request from store_beep_mask()
H A Dw83627ehf.c1925 /* Digital source overrides analog type */ w83627ehf_init_device()
/linux-4.1.27/drivers/md/
H A Ddm-snap-persistent.c362 DMWARN("chunk size %u in device metadata overrides " read_header()
H A Ddm-raid.c541 * - Superblock is read and overrides recovery_offset. parse_raid_params()
H A Dmd.c6155 mddev->bitmap_info.offset = 0; /* file overrides offset */ set_bitmap_file()
/linux-4.1.27/drivers/media/pci/ivtv/
H A Divtv-i2c.c247 * overrides an internal. That's why we probe 0x1a (~0x34) first. CB ivtv_i2c_new_ir_legacy()
/linux-4.1.27/drivers/media/usb/stkwebcam/
H A Dstk-sensor.c210 #define R444_ENABLE 0x02 /* Turn on RGB444, overrides 5x5 */
/linux-4.1.27/drivers/scsi/aacraid/
H A Dcomminit.c455 * All these overrides are based on a fixed internal aac_init_adapter()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c70 * because entering loopback mode overrides it and automatically store_hrtbt_enb()
H A Dqib_iba7322.c7927 /* ensure no tx overrides from earlier driver loads */ serdes_7322_init_old()
8025 /* ensure no tx overrides from earlier driver loads */ serdes_7322_init_new()
/linux-4.1.27/drivers/usb/serial/
H A Dmct_u232.h202 * continuous Spacing until this bit is set to "0". This overrides any
/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_da_format.c877 * an inode, then that overrides the default config we use which is based on
/linux-4.1.27/arch/ia64/kernel/
H A Dacpi.c741 "Error parsing interrupt source overrides entry\n"); acpi_boot_init()
/linux-4.1.27/arch/x86/kernel/acpi/
H A Dboot.c1175 "Error parsing interrupt source overrides entry\n"); acpi_parse_madt_ioapic_entries()
1443 * which includes some code which overrides all temperature
/linux-4.1.27/fs/xfs/
H A Dxfs_ioctl.c1063 * CAP_FOWNER overrides the following restrictions: xfs_ioctl_setattr_get_trans()
1226 * overrides the following restrictions: xfs_ioctl_setattr()
H A Dxfs_iops.c657 * CAP_FSETID overrides the following restrictions: xfs_setattr_nonsize()
/linux-4.1.27/arch/arm64/kvm/
H A Dsys_regs.c1384 /* We check for duplicates here, to allow arch-specific overrides. */ walk_sys_regs()
1395 /* target-specific overrides generic entry. */ walk_sys_regs()
/linux-4.1.27/drivers/media/usb/cx231xx/
H A Dcx231xx-video.c887 /* do mode control overrides if required */ video_mux()
1094 /* do mode control overrides */ vidioc_s_std()
H A Dcx231xx-417.c1530 /* do mode control overrides */ vidioc_s_std()
H A Dcx231xx-avcore.c967 * Handle any video-mode specific overrides that are different
/linux-4.1.27/
H A DMakefile221 # line overrides the setting of ARCH below. If a native build is happening,
787 # Add any arch overrides and user supplied CPPFLAGS, AFLAGS and CFLAGS as the
/linux-4.1.27/drivers/staging/iio/light/
H A Dtsl2583.c421 /* convert back to time (encompasses overrides) */ taos_chip_on()
H A Dtsl2x7x_core.c684 /* convert back to time (encompasses overrides) */ tsl2x7x_chip_on()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
H A Drouter.c60 /* NI option overrides LNet default */ lnet_peer_buffer_credits()
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_sysfs.c781 * because entering loopback mode overrides it and automatically store_hrtbt_enb()
/linux-4.1.27/drivers/char/tpm/
H A Dtpm-interface.c543 * Provide ability for vendor overrides of timeout values in case tpm_get_timeouts()
/linux-4.1.27/fs/lockd/
H A Dsvclock.c586 * A cancel request always overrides any grant that may currently
/linux-4.1.27/fs/ncpfs/
H A Dinode.c145 /* NFS namespace mode overrides others if it's set. */ ncp_update_dates()
/linux-4.1.27/include/linux/ssb/
H A Dssb_regs.h641 #define SSB_BFL2_PCIEWAR_OVR 0x0020 /* overrides ASPM and Clkreq settings */
/linux-4.1.27/include/linux/usb/
H A Dcomposite.h516 * Some systems will need runtime overrides for the product identifiers
/linux-4.1.27/net/netfilter/
H A Dnfnetlink_log.c678 /* per-rule qthreshold overrides per-instance */ nfulnl_log_packet()
H A Dnf_conntrack_sip.c1045 /* The media description overrides the session description. */ process_sdp()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c225 /* calling this overrides forced MDI setting */ e1000_set_settings()
/linux-4.1.27/drivers/media/i2c/
H A Dov7670.c168 #define R444_ENABLE 0x02 /* Turn on RGB444, overrides 5x5 */
/linux-4.1.27/drivers/media/platform/vivid/
H A Dvivid-tpg.c668 * so only if the rgb_range overrides the 'real' rgb range do precalculate_color()
/linux-4.1.27/drivers/media/rc/
H A Dite-cir.c1530 /* apply any overrides */ ite_probe()
/linux-4.1.27/drivers/scsi/qla4xxx/
H A Dql4_isr.c1170 * this case, as CSR_FATAL_ERROR overrides qla4xxx_intr_handler()
/linux-4.1.27/drivers/net/wireless/b43/
H A Db43.h206 #define B43_BFL2_PCIEWAR_OVR 0x0020 /* overrides ASPM and Clkreq settings */
H A Dphy_n.c6079 /* Clear all overrides */ b43_phy_initn()
/linux-4.1.27/arch/x86/xen/
H A Denlighten.c115 * overrides the default per_cpu(xen_vcpu, cpu) value.
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dlgdt3306a.c2125 /* if this is set, it overrides the default swzigzag */
/linux-4.1.27/include/sound/
H A Dsoc.h653 * @jack_status_check: callback function which overrides the detection
/linux-4.1.27/arch/mips/mm/
H A Dc-r4k.c1721 * Per-CPU overrides r4k_cache_init()
/linux-4.1.27/drivers/iommu/
H A Damd_iommu_init.c1820 * If we have map overrides on the kernel command line the check_ioapic_information()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c310 /* calling this overrides forced MDI setting */ e1000_set_settings()
/linux-4.1.27/drivers/net/
H A Dtun.c682 * This overrides the mask populated above. */ update_filter()
/linux-4.1.27/drivers/rapidio/
H A Drio.c1695 * The new scan with matching mport ID overrides any previously attached rio_register_scan()
/linux-4.1.27/drivers/rtc/
H A Drtc-ds1685.c39 /* Standard read/write functions if platform does not provide overrides */
/linux-4.1.27/arch/x86/lguest/
H A Dboot.c1424 * We set up all the lguest overrides for sensitive operations. These lguest_init()
/linux-4.1.27/block/
H A Dblk-mq.c1998 * Do this after blk_queue_make_request() overrides it... blk_mq_init_allocated_queue()
/linux-4.1.27/drivers/usb/storage/
H A Dunusual_devs.h777 * Some versions of this device need the SubClass and Protocol overrides
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/
H A Ddrx_driver.h1478 bool mute; /**< mute overrides volume setting */
/linux-4.1.27/net/vmw_vsock/
H A Dvmci_transport.c1049 * overrides pkt types sent by our peer. vmci_transport_recv_listen()
/linux-4.1.27/sound/pci/
H A Drme96.c613 /* Analog input, overrides S/PDIF setting */ snd_rme96_capture_getrate()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c322 /* calling this overrides forced MDI setting */ igb_set_settings()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_mbox.c837 * with SLI3 and then overrides the rpi field with the lpfc_sli4_unreg_all_rpis()
/linux-4.1.27/drivers/firewire/
H A Dohci.c348 /* This overrides anything that was found in ohci_quirks[]. */
/linux-4.1.27/net/ipv4/
H A Dtcp.c2355 * an explicit push, which overrides even TCP_CORK do_tcp_setsockopt()
/linux-4.1.27/kernel/debug/kdb/
H A Dkdb_main.c1686 * overrides. kdb_md()
/linux-4.1.27/kernel/printk/
H A Dprintk.c1859 * If a caller overrides the per_cpu printk_func, then it needs printk()
/linux-4.1.27/sound/pci/ac97/
H A Dac97_codec.c2896 * @override: explicit quirk value (overrides the list if non-NULL)
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
H A Dphy.c3226 * This overrides the default setting from initvals ath5k_write_pwr_to_pdadc_table()
/linux-4.1.27/drivers/net/fddi/
H A Ddefxx.c2354 * The adapter supports node address overrides by adding one or more
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Dcommands.h1187 /* 1: uCode overrides sequence control field in MAC header.
/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A Dcommands.h1310 /* 1: uCode overrides sequence control field in MAC header.
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c3154 * every ADD commands overrides the previous configuration. bnx2x_mcast_validate_e1()
H A Dbnx2x_reg.h2044 /* [RW 1] Port0: If set overrides hardware control of the Traffic LED. The
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c1437 /* get any igp specific overrides */ radeon_atombios_get_igp_ss_overrides()
/linux-4.1.27/fs/cifs/
H A Dconnect.c1238 * unless user overrides it or we negotiate CIFS POSIX where cifs_parse_mount_options()
/linux-4.1.27/tools/lib/traceevent/
H A Devent-parse.c6196 * plugins updating the function. This overrides the pevent_register_print_function()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_pm.c6051 * This actually overrides the dispatch gen7_setup_fixed_func_scheduler()
/linux-4.1.27/sound/pci/hda/
H A Dpatch_realtek.c1400 * these overrides, it'd be better to remove.
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c5174 * This overrides the values in TARG_SCSIRATE, so only ahc_chip_init()
/linux-4.1.27/drivers/platform/x86/
H A Dthinkpad_acpi.c1102 * as expected. It overrides all radio state in firmware
/linux-4.1.27/include/net/
H A Dcfg80211.h1848 * @vht_capa: VHT Capability overrides
/linux-4.1.27/net/sctp/
H A Dsocket.c3566 * Note. In this implementation, socket operation overrides default parameter

Completed in 6509 milliseconds