/linux-4.1.27/drivers/scsi/ |
H A D | g_NCR5380.c | 30 * 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 D | dtc.c | 29 * 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 D | t128.c | 33 * 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 D | pas16.c | 37 * 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 D | advansys.c | 4715 * 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 D | dc395x.c | 546 * command line overrides will be used. If set to 1 then safe and
|
H A D | st.c | 1975 } else if (cmdstatp->flags & SENSE_FMK) { /* FM overrides EOM */ read_tape()
|
H A D | osst.c | 4309 * as the size used when writing overrides it. osst_int_ioctl()
|
/linux-4.1.27/arch/mn10300/include/asm/ |
H A D | linkage.h | 1 /* MN10300 Linkage and calling-convention overrides
|
/linux-4.1.27/arch/mips/include/asm/mach-rm/ |
H A D | cpu-feature-overrides.h | 13 #include <cpu-feature-overrides.h>
|
/linux-4.1.27/arch/mips/include/asm/mach-ath25/ |
H A D | cpu-feature-overrides.h | 2 * Atheros AR231x/AR531x SoC specific CPU feature overrides
|
/linux-4.1.27/arch/mips/include/asm/mach-ath79/ |
H A D | cpu-feature-overrides.h | 2 * Atheros AR71XX/AR724X/AR913X specific CPU feature overrides
|
/linux-4.1.27/arch/mips/include/asm/mach-lantiq/falcon/ |
H A D | cpu-feature-overrides.h | 2 * Lantiq FALCON specific CPU feature overrides
|
/linux-4.1.27/arch/mips/include/asm/mach-malta/ |
H A D | cpu-feature-overrides.h | 14 * CPU feature overrides for MIPS boards
|
/linux-4.1.27/arch/mips/include/asm/mach-ralink/mt7620/ |
H A D | cpu-feature-overrides.h | 2 * Ralink MT7620 specific CPU feature overrides
|
/linux-4.1.27/arch/mips/include/asm/mach-ralink/rt288x/ |
H A D | cpu-feature-overrides.h | 2 * Ralink RT288x specific CPU feature overrides
|
/linux-4.1.27/arch/mips/include/asm/mach-ralink/rt305x/ |
H A D | cpu-feature-overrides.h | 2 * Ralink RT305x specific CPU feature overrides
|
/linux-4.1.27/arch/mips/include/asm/mach-ralink/rt3883/ |
H A D | cpu-feature-overrides.h | 2 * Ralink RT3662/RT3883 specific CPU feature overrides
|
/linux-4.1.27/arch/mips/include/asm/mach-sead3/ |
H A D | cpu-feature-overrides.h | 14 * CPU feature overrides for MIPS boards
|
/linux-4.1.27/include/linux/platform_data/ |
H A D | mtd-davinci.h | 50 * 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 D | note.S | 22 * do not like negative offsets in instructions using segment overrides,
|
/linux-4.1.27/arch/mips/include/asm/mach-dec/ |
H A D | cpu-feature-overrides.h | 2 * CPU feature overrides for DECstation systems. Two variations
|
/linux-4.1.27/arch/mips/include/asm/mach-rc32434/ |
H A D | cpu-feature-overrides.h | 2 * IDT RC32434 specific CPU feature overrides
|
/linux-4.1.27/arch/c6x/kernel/ |
H A D | soc.c | 76 /* cmdline overrides all */ soc_mac_addr()
|
/linux-4.1.27/samples/livepatch/ |
H A D | livepatch-sample.c | 25 * This (dumb) live patch overrides the function that prints the
|
/linux-4.1.27/arch/metag/kernel/ |
H A D | clock.c | 50 * 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 D | mman-common.h | 52 overrides the coredump filter bits */
|
/linux-4.1.27/include/uapi/linux/ |
H A D | capability.h | 95 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 D | nl80211.h | 2966 * overrides all other flags.
|
/linux-4.1.27/drivers/media/tuners/ |
H A D | tda18271.h | 110 * module option 'cal' overrides this delay */
|
H A D | tda18271-fe.c | 1222 /* 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 D | serial_sci.h | 130 * Platform overrides if necessary, defaults otherwise.
|
H A D | net.h | 57 * overrides this enum for binary compat reasons.
|
H A D | cgroup-defs.h | 381 * kernfs write operation and overrides all other operations.
|
H A D | percpu-defs.h | 197 * percpu and arch overrides don't need to worry about it; however, if an
|
H A D | regmap.h | 132 * @lock: Optional lock callback (overrides regmap's default lock
|
H A D | libata.h | 883 /* The following initializer overrides a method to NULL whether one of
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
H A D | mman.h | 66 overrides the coredump filter bits */
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
H A D | mman.h | 60 overrides the coredump filter bits */
|
/linux-4.1.27/arch/x86/math-emu/ |
H A D | fpu_emu.h | 128 } overrides; typedef in typeref:struct:__anon3183 131 overrides override;
|
H A D | fpu_entry.c | 132 overrides * override); 587 overrides * override) valid_prefix() 592 *override = (overrides) { valid_prefix()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
H A D | iwl-eeprom-parse.h | 109 * @cfg: device configuration for parsing and overrides
|
H A D | iwl-eeprom-parse.c | 909 /* check overrides (some devices have wrong EEPROM) */ iwl_parse_eeprom_data()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | pcm3724.c | 27 * check_driver overrides:
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | soc_common.h | 113 * If provided, the get_timing routine overrides the SOC default.
|
H A D | yenta_socket.h | 127 /* A few words of private data for special stuff of overrides... */
|
H A D | ti113x.h | 164 * Texas Instruments CardBus controller overrides.
|
H A D | yenta_socket.c | 1358 * advanced overrides instead. (I can't get the
|
/linux-4.1.27/arch/x86/platform/ce4100/ |
H A D | ce4100.c | 144 * CE4100 specific x86_init function overrides and early setup
|
/linux-4.1.27/arch/x86/platform/intel-mid/ |
H A D | intel-mid.c | 159 * Moorestown specific x86_init function overrides and early setup
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
H A D | mman.h | 96 overrides the coredump filter bits */
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
H A D | cvmx-config.h | 163 * Force backpressure to be disabled. This overrides all other
|
/linux-4.1.27/include/linux/sunrpc/ |
H A D | clnt.h | 117 u32 prognumber; /* overrides program->number */
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
H A D | mman.h | 84 overrides the coredump filter bits */
|
/linux-4.1.27/arch/mips/mti-malta/ |
H A D | malta-memory.c | 73 /* Check the command line for a memsize directive that overrides fw_getmdesc()
|
/linux-4.1.27/tools/perf/util/ |
H A D | record.c | 154 * User specified count overrides default frequency. record_opts__config_freq()
|
/linux-4.1.27/drivers/pinctrl/intel/ |
H A D | pinctrl-cherryview.c | 89 * @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 D | insn.c | 143 /* 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 D | tlb.c | 142 * 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 D | mv88e6131.c | 174 * address-based priority overrides, don't let the switch mv88e6131_setup_port()
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
H A D | target.h | 204 * Flash configuration overrides, used only
|
H A D | main.c | 462 break; /* overrides WPA/RSN IE */ ath6kl_connect_ap_mode_sta()
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | step.c | 70 /* irrelevant prefixes (segment overrides and repeats) */ is_setting_trap_flag()
|
H A D | early-quirks.c | 79 * All timer overrides on Nvidia are nvidia_bugs()
|
H A D | xsave.c | 666 * overrides for the section checks.
|
H A D | ftrace.c | 214 * ftrace_replace_code() that x86 overrides, and by ftrace_update_code()
|
H A D | uprobes.c | 741 * 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 D | io_trapped.c | 83 pr_info("trapped io 0x%08lx overrides %s 0x%08lx\n", register_trapped_io()
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | setup_32.c | 167 * "mem=XXX[kKmM] overrides the PROM-reported boot_flags_init()
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | utxfinit.c | 287 * 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 D | sl811.h | 93 * HOST flag presumably overrides the chip input signal?
|
H A D | ohci-hcd.c | 1199 /* Copy the generic table to drv and then apply the overrides */ ohci_init_driver()
|
H A D | ehci-hcd.c | 1234 /* Copy the generic table to drv and then apply the overrides */ ehci_init_driver()
|
/linux-4.1.27/arch/powerpc/boot/ |
H A D | main.c | 94 /* If we have an image attached to us, it overrides anything prep_initrd()
|
/linux-4.1.27/net/mac80211/ |
H A D | vht.c | 143 * If user has specified capability overrides, take care ieee80211_vht_cap_ie_to_sta_vht_cap()
|
H A D | ieee80211_i.h | 535 struct ieee80211_vht_cap vht_capa; /* configured VHT overrides */
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
H A D | matroxfb_base.c | 2533 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 D | ktest.pl | 716 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 D | 8390.h | 140 * - the _p for generates no delay by default 8390p.c overrides this.
|
H A D | pcnet_cs.c | 577 /* Check for user overrides */ pcnet_config()
|
/linux-4.1.27/drivers/pci/ |
H A D | bus.c | 165 * overrides "min". pci_bus_for_each_resource()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | types.h | 63 /* Board overrides ASPM and Clkreq settings */
|
H A D | main.c | 1209 * 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 D | octeon-model.c | 386 /* Check for model in fuses, overrides normal decode */ octeon_model_get_string_buffer()
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | cpu-features.h | 14 #include <cpu-feature-overrides.h>
|
/linux-4.1.27/drivers/media/dvb-core/ |
H A D | dvb_frontend.h | 277 /* if this is set, it overrides the default swzigzag */
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | machdep.h | 106 /* Platform set_dma_mask and dma_get_required_mask overrides */
|
/linux-4.1.27/include/drm/ |
H A D | drm_crtc_helper.h | 126 * @disable: disable encoder when not in use (overrides DPMS off)
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | uvesafb.c | 700 /* 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 D | sa1100fb.c | 1199 /* Copy the RGB bitfield overrides */ sa1100fb_init_fbinfo()
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 1227 /* 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 D | bttv-input.c | 407 * fitted, and Hauppauge suggest an external overrides an init_bttv_i2c_ir()
|
H A D | bttv-cards.c | 3604 /* There were no overrides, so now we try to discover this through the bttv_init_card2()
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-ppc4xx.c | 183 * Modify the configuration if the transfer overrides it. Do not allow spi_ppc4xx_setupxfer()
|
H A D | spi-s3c64xx.c | 895 * overrides it with the GPIO pin value s3c64xx_spi_cleanup()
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpio-ich.c | 287 /* Allow chip-specific overrides of request()/get() */ ichx_gpiolib_setup()
|
/linux-4.1.27/arch/mips/ |
H A D | Makefile | 191 # For smartmips configurations, there are hundreds of warnings due to ISA overrides
|
/linux-4.1.27/include/linux/rtc/ |
H A D | ds1685.h | 303 * E32K overrides the settings of RS3-RS0 and outputs a frequency of 32768Hz
|
/linux-4.1.27/include/uapi/sound/ |
H A D | compress_params.h | 369 * overrides.
|
/linux-4.1.27/arch/hexagon/include/asm/ |
H A D | pgtable.h | 483 /* Oh boy. There are a lot of possible arch overrides found in this file. */
|
/linux-4.1.27/drivers/regulator/ |
H A D | palmas-regulator.c | 1214 /* 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 D | nf_tables.h | 761 * @hooks: hookfn overrides 843 * @hooks: hookfn overrides for packet validation
|
/linux-4.1.27/arch/arm/kvm/ |
H A D | coproc.c | 1139 /* 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 D | adm1026.c | 1657 /* Input overrides output */ adm1026_fixup_gpio() 1672 /* Normal overrides inverted */ adm1026_fixup_gpio() 1678 /* Fan overrides input and output */ adm1026_fixup_gpio()
|
H A D | w83791d.c | 1090 * The beep_enable state overrides any enabling request from store_beep_mask()
|
H A D | w83627ehf.c | 1925 /* Digital source overrides analog type */ w83627ehf_init_device()
|
/linux-4.1.27/drivers/md/ |
H A D | dm-snap-persistent.c | 362 DMWARN("chunk size %u in device metadata overrides " read_header()
|
H A D | dm-raid.c | 541 * - Superblock is read and overrides recovery_offset. parse_raid_params()
|
H A D | md.c | 6155 mddev->bitmap_info.offset = 0; /* file overrides offset */ set_bitmap_file()
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
H A D | ivtv-i2c.c | 247 * 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 D | stk-sensor.c | 210 #define R444_ENABLE 0x02 /* Turn on RGB444, overrides 5x5 */
|
/linux-4.1.27/drivers/scsi/aacraid/ |
H A D | comminit.c | 455 * All these overrides are based on a fixed internal aac_init_adapter()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_sysfs.c | 70 * because entering loopback mode overrides it and automatically store_hrtbt_enb()
|
H A D | qib_iba7322.c | 7927 /* 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 D | mct_u232.h | 202 * continuous Spacing until this bit is set to "0". This overrides any
|
/linux-4.1.27/fs/xfs/libxfs/ |
H A D | xfs_da_format.c | 877 * an inode, then that overrides the default config we use which is based on
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | acpi.c | 741 "Error parsing interrupt source overrides entry\n"); acpi_boot_init()
|
/linux-4.1.27/arch/x86/kernel/acpi/ |
H A D | boot.c | 1175 "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 D | xfs_ioctl.c | 1063 * CAP_FOWNER overrides the following restrictions: xfs_ioctl_setattr_get_trans() 1226 * overrides the following restrictions: xfs_ioctl_setattr()
|
H A D | xfs_iops.c | 657 * CAP_FSETID overrides the following restrictions: xfs_setattr_nonsize()
|
/linux-4.1.27/arch/arm64/kvm/ |
H A D | sys_regs.c | 1384 /* 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 D | cx231xx-video.c | 887 /* do mode control overrides if required */ video_mux() 1094 /* do mode control overrides */ vidioc_s_std()
|
H A D | cx231xx-417.c | 1530 /* do mode control overrides */ vidioc_s_std()
|
H A D | cx231xx-avcore.c | 967 * Handle any video-mode specific overrides that are different
|
/linux-4.1.27/ |
H A D | Makefile | 221 # 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 D | tsl2583.c | 421 /* convert back to time (encompasses overrides) */ taos_chip_on()
|
H A D | tsl2x7x_core.c | 684 /* convert back to time (encompasses overrides) */ tsl2x7x_chip_on()
|
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/ |
H A D | router.c | 60 /* NI option overrides LNet default */ lnet_peer_buffer_credits()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_sysfs.c | 781 * because entering loopback mode overrides it and automatically store_hrtbt_enb()
|
/linux-4.1.27/drivers/char/tpm/ |
H A D | tpm-interface.c | 543 * Provide ability for vendor overrides of timeout values in case tpm_get_timeouts()
|
/linux-4.1.27/fs/lockd/ |
H A D | svclock.c | 586 * A cancel request always overrides any grant that may currently
|
/linux-4.1.27/fs/ncpfs/ |
H A D | inode.c | 145 /* NFS namespace mode overrides others if it's set. */ ncp_update_dates()
|
/linux-4.1.27/include/linux/ssb/ |
H A D | ssb_regs.h | 641 #define SSB_BFL2_PCIEWAR_OVR 0x0020 /* overrides ASPM and Clkreq settings */
|
/linux-4.1.27/include/linux/usb/ |
H A D | composite.h | 516 * Some systems will need runtime overrides for the product identifiers
|
/linux-4.1.27/net/netfilter/ |
H A D | nfnetlink_log.c | 678 /* per-rule qthreshold overrides per-instance */ nfulnl_log_packet()
|
H A D | nf_conntrack_sip.c | 1045 /* The media description overrides the session description. */ process_sdp()
|
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_ethtool.c | 225 /* calling this overrides forced MDI setting */ e1000_set_settings()
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | ov7670.c | 168 #define R444_ENABLE 0x02 /* Turn on RGB444, overrides 5x5 */
|
/linux-4.1.27/drivers/media/platform/vivid/ |
H A D | vivid-tpg.c | 668 * so only if the rgb_range overrides the 'real' rgb range do precalculate_color()
|
/linux-4.1.27/drivers/media/rc/ |
H A D | ite-cir.c | 1530 /* apply any overrides */ ite_probe()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
H A D | ql4_isr.c | 1170 * this case, as CSR_FATAL_ERROR overrides qla4xxx_intr_handler()
|
/linux-4.1.27/drivers/net/wireless/b43/ |
H A D | b43.h | 206 #define B43_BFL2_PCIEWAR_OVR 0x0020 /* overrides ASPM and Clkreq settings */
|
H A D | phy_n.c | 6079 /* Clear all overrides */ b43_phy_initn()
|
/linux-4.1.27/arch/x86/xen/ |
H A D | enlighten.c | 115 * overrides the default per_cpu(xen_vcpu, cpu) value.
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
H A D | lgdt3306a.c | 2125 /* if this is set, it overrides the default swzigzag */
|
/linux-4.1.27/include/sound/ |
H A D | soc.h | 653 * @jack_status_check: callback function which overrides the detection
|
/linux-4.1.27/arch/mips/mm/ |
H A D | c-r4k.c | 1721 * Per-CPU overrides r4k_cache_init()
|
/linux-4.1.27/drivers/iommu/ |
H A D | amd_iommu_init.c | 1820 * 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 D | ethtool.c | 310 /* calling this overrides forced MDI setting */ e1000_set_settings()
|
/linux-4.1.27/drivers/net/ |
H A D | tun.c | 682 * This overrides the mask populated above. */ update_filter()
|
/linux-4.1.27/drivers/rapidio/ |
H A D | rio.c | 1695 * The new scan with matching mport ID overrides any previously attached rio_register_scan()
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-ds1685.c | 39 /* Standard read/write functions if platform does not provide overrides */
|
/linux-4.1.27/arch/x86/lguest/ |
H A D | boot.c | 1424 * We set up all the lguest overrides for sensitive operations. These lguest_init()
|
/linux-4.1.27/block/ |
H A D | blk-mq.c | 1998 * Do this after blk_queue_make_request() overrides it... blk_mq_init_allocated_queue()
|
/linux-4.1.27/drivers/usb/storage/ |
H A D | unusual_devs.h | 777 * Some versions of this device need the SubClass and Protocol overrides
|
/linux-4.1.27/drivers/media/dvb-frontends/drx39xyj/ |
H A D | drx_driver.h | 1478 bool mute; /**< mute overrides volume setting */
|
/linux-4.1.27/net/vmw_vsock/ |
H A D | vmci_transport.c | 1049 * overrides pkt types sent by our peer. vmci_transport_recv_listen()
|
/linux-4.1.27/sound/pci/ |
H A D | rme96.c | 613 /* Analog input, overrides S/PDIF setting */ snd_rme96_capture_getrate()
|
/linux-4.1.27/drivers/net/ethernet/intel/igb/ |
H A D | igb_ethtool.c | 322 /* calling this overrides forced MDI setting */ igb_set_settings()
|
/linux-4.1.27/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 837 * with SLI3 and then overrides the rpi field with the lpfc_sli4_unreg_all_rpis()
|
/linux-4.1.27/drivers/firewire/ |
H A D | ohci.c | 348 /* This overrides anything that was found in ohci_quirks[]. */
|
/linux-4.1.27/net/ipv4/ |
H A D | tcp.c | 2355 * an explicit push, which overrides even TCP_CORK do_tcp_setsockopt()
|
/linux-4.1.27/kernel/debug/kdb/ |
H A D | kdb_main.c | 1686 * overrides. kdb_md()
|
/linux-4.1.27/kernel/printk/ |
H A D | printk.c | 1859 * If a caller overrides the per_cpu printk_func, then it needs printk()
|
/linux-4.1.27/sound/pci/ac97/ |
H A D | ac97_codec.c | 2896 * @override: explicit quirk value (overrides the list if non-NULL)
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
H A D | phy.c | 3226 * This overrides the default setting from initvals ath5k_write_pwr_to_pdadc_table()
|
/linux-4.1.27/drivers/net/fddi/ |
H A D | defxx.c | 2354 * The adapter supports node address overrides by adding one or more
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
H A D | commands.h | 1187 /* 1: uCode overrides sequence control field in MAC header.
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
H A D | commands.h | 1310 /* 1: uCode overrides sequence control field in MAC header.
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 3154 * every ADD commands overrides the previous configuration. bnx2x_mcast_validate_e1()
|
H A D | bnx2x_reg.h | 2044 /* [RW 1] Port0: If set overrides hardware control of the Traffic LED. The
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_atombios.c | 1437 /* get any igp specific overrides */ radeon_atombios_get_igp_ss_overrides()
|
/linux-4.1.27/fs/cifs/ |
H A D | connect.c | 1238 * unless user overrides it or we negotiate CIFS POSIX where cifs_parse_mount_options()
|
/linux-4.1.27/tools/lib/traceevent/ |
H A D | event-parse.c | 6196 * plugins updating the function. This overrides the pevent_register_print_function()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_pm.c | 6051 * This actually overrides the dispatch gen7_setup_fixed_func_scheduler()
|
/linux-4.1.27/sound/pci/hda/ |
H A D | patch_realtek.c | 1400 * these overrides, it'd be better to remove.
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_core.c | 5174 * This overrides the values in TARG_SCSIRATE, so only ahc_chip_init()
|
/linux-4.1.27/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 1102 * as expected. It overrides all radio state in firmware
|
/linux-4.1.27/include/net/ |
H A D | cfg80211.h | 1848 * @vht_capa: VHT Capability overrides
|
/linux-4.1.27/net/sctp/ |
H A D | socket.c | 3566 * Note. In this implementation, socket operation overrides default parameter
|