/linux-3.3/Documentation/acpi/ |
D | method-customizing.txt | 10 1. override an existing method which may not work correctly, 15 control method rather than override the entire DSDT, because kernel 25 1. override an existing method 49 g) override the old method via the debugfs by running 62 and redo step c) ~ g) to override the method with the original one. 67 method override. i.e. if we want to insert/override multiple
|
/linux-3.3/drivers/media/common/tuners/ |
D | mxl5007t.c | 98 { 0x2e, 0x15 }, /* OVERRIDE */ 99 { 0x30, 0x10 }, /* OVERRIDE */ 100 { 0x45, 0x58 }, /* OVERRIDE */ 101 { 0x48, 0x19 }, /* OVERRIDE */ 102 { 0x52, 0x03 }, /* OVERRIDE */ 103 { 0x53, 0x44 }, /* OVERRIDE */ 104 { 0x6a, 0x4b }, /* OVERRIDE */ 105 { 0x76, 0x00 }, /* OVERRIDE */ 106 { 0x78, 0x18 }, /* OVERRIDE */ 107 { 0x7a, 0x17 }, /* OVERRIDE */ [all …]
|
/linux-3.3/Documentation/filesystems/ |
D | udf.txt | 44 by the default ID. The ignore option causes the default ID to override all 61 anchor= Override standard anchor location. (default= 256) 62 volume= Override the VolumeDesc location. (unused) 63 partition= Override the PartitionDesc location. (unused) 68 fileset= Override the fileset block location. (unused) 69 rootdir= Override the root directory location. (unused)
|
D | jfs.txt | 32 uid=value Override on-disk uid with specified value 33 gid=value Override on-disk gid with specified value 34 umask=value Override on-disk umask with specified octal value. For
|
D | ubifs.txt | 91 compr=none override default compressor and set it to "none" 92 compr=lzo override default compressor and set it to "lzo" 93 compr=zlib override default compressor and set it to "zlib"
|
/linux-3.3/arch/x86/math-emu/ |
D | get_address.c | 219 && (addr_modes.override.segment == PREFIX_CS_)) { in FPU_get_address() 279 address += vm86_segment(addr_modes.override.segment, addr); in FPU_get_address() 283 address = pm_address(FPU_modrm, addr_modes.override.segment, in FPU_get_address() 303 && (addr_modes.override.segment == PREFIX_CS_)) { in FPU_get_address_16() 354 if (addr_modes.override.segment == PREFIX_DEFAULT) in FPU_get_address_16() 355 addr_modes.override.segment = PREFIX_SS_; in FPU_get_address_16() 359 if (addr_modes.override.segment == PREFIX_DEFAULT) in FPU_get_address_16() 360 addr_modes.override.segment = PREFIX_SS_; in FPU_get_address_16() 370 if (addr_modes.override.segment == PREFIX_DEFAULT) in FPU_get_address_16() 371 addr_modes.override.segment = PREFIX_SS_; in FPU_get_address_16() [all …]
|
D | fpu_entry.c | 132 overrides * override); 208 &addr_modes.override)) { in math_emulate() 290 ^ (addr_modes.override.address_size == ADDR_SIZE_PREFIX)) in math_emulate() 572 &addr_modes.override)) in math_emulate() 587 overrides * override) in valid_prefix() argument 592 *override = (overrides) { in valid_prefix() 603 override->address_size = ADDR_SIZE_PREFIX; in valid_prefix() 607 override->operand_size = OP_SIZE_PREFIX; in valid_prefix() 611 override->segment = PREFIX_CS_; in valid_prefix() 614 override->segment = PREFIX_ES_; in valid_prefix() [all …]
|
/linux-3.3/include/linux/ |
D | capability.h | 121 /* Override all DAC access, including ACL execute access if 135 is applicable. It doesn't override MAC and DAC restrictions. */ 223 /* Override IPC ownership checks */ 299 /* Override resource limits. Set resource limits. */ 300 /* Override quota limits. */ 301 /* Override reserved space on ext2 filesystem */ 305 you can override using fsuid too */ 306 /* Override size restrictions on IPC message queues */ 308 /* Override max number of consoles on console allocation */ 309 /* Override max number of keymaps */ [all …]
|
D | icmpv6.h | 27 override:1, member 34 override:1, 72 #define icmp6_override icmp6_dataun.u_nd_advt.override
|
/linux-3.3/Documentation/scsi/ |
D | aha152x.txt | 38 override for the first controller 41 override for the second controller 68 configuration override for first controller 72 configuration override for second controller 158 - if that fails, take extended translation if enabled by override,
|
/linux-3.3/Documentation/serial/ |
D | digiepca.txt | 30 their driver using digiConfig, configuring from LILO will override previous 48 Enable/Disable this card or Override, 57 configure PCI boards with the LILO append command. If you wish to override 60 the following override command will accomplish this:
|
/linux-3.3/drivers/net/wireless/brcm80211/brcmsmac/ |
D | main.h | 107 /* Ucode MCTL_WAKE override bits */ 154 * g_override: override for use of g spec protection. 159 * n_cfg_override: override for use of N protection. 161 * nongf_override: override for use of GF protection. 162 * n_pam_override: override for preamble: MM or GF. 188 * ant_rx_ovr: rx antenna override. 430 * bcnmisc_monitor: bcns promisc mode override for monitor. 445 * cck_40txbw: 11N, cck tx b/w override when in 40MHZ mode. 446 * ofdm_40txbw: 11N, ofdm tx b/w override when in 40MHZ mode. 447 * mimo_40txbw: 11N, mimo tx b/w override when in 40MHZ mode. [all …]
|
/linux-3.3/drivers/net/wireless/b43/ |
D | phy_g.h | 21 #define B43_PHY_RCCALOVER B43_PHY_CCK(0x78) /* RC calibration override */ 32 #define B43_PHY_RFOVER B43_PHY_EXTG(0x11) /* RF override */ 33 #define B43_PHY_RFOVERVAL B43_PHY_EXTG(0x12) /* RF override value */ 44 #define B43_PHY_ANALOGOVER B43_PHY_EXTG(0x14) /* Analog override */ 45 #define B43_PHY_ANALOGOVERVAL B43_PHY_EXTG(0x15) /* Analog override value */
|
/linux-3.3/fs/cachefiles/ |
D | security.c | 79 * - must be called with security override in force 80 * - must return with a security override in force - even in the case of an 92 /* duplicate the cache creds for COW (the override is currently in in cachefiles_determine_cache_security()
|
/linux-3.3/arch/x86/kernel/ |
D | early-quirks.c | 55 " Override with iommu=allowed\n"); in via_bugs() 80 * at least allow a command line override. in nvidia_bugs() 89 "timer override.\n"); in nvidia_bugs() 138 printk(KERN_INFO "Ignoring ACPI timer override.\n"); in ati_bugs() 180 printk(KERN_INFO "Ignoring ACPI timer override.\n"); in ati_bugs_contd()
|
/linux-3.3/arch/mips/include/asm/octeon/ |
D | cvmx-config.h | 99 * before the beginning of the packet. If necessary, override the 107 * in each chained packet element. If necessary, override the default 119 * CVMX_HELPER_DISABLE_*_BACKPRESSURE below. If necessary, override 129 * override the default here.
|
/linux-3.3/drivers/auxdisplay/ |
D | Kconfig | 55 If you compile this as a module, you can still override this 70 If you compile this as a module, you can still override this 119 If you compile this as a module, you can still override this
|
/linux-3.3/arch/arm/boot/compressed/ |
D | head-vt8500.S | 20 @ VT8500 override 26 @ WM8505 override
|
/linux-3.3/include/asm-generic/ |
D | sections.h | 21 /* function descriptor handling (if any). Override 27 /* random extra sections (if any). Override
|
/linux-3.3/arch/powerpc/ |
D | Makefile | 60 override AS += -a$(CONFIG_WORD_SIZE) 61 override LD += -m elf$(CONFIG_WORD_SIZE)ppc 62 override CC += -m$(CONFIG_WORD_SIZE) 63 override AR := GNUTARGET=elf$(CONFIG_WORD_SIZE)-powerpc $(AR) 163 # Default to zImage, override when needed
|
/linux-3.3/kernel/time/ |
D | clocksource.c | 562 * which is selected by userspace override. 572 /* Check for the override clocksource. */ in clocksource_select() 583 /* Override clocksource cannot be used. */ in clocksource_select() 584 printk(KERN_WARNING "Override clocksource %s is not " in clocksource_select() 589 /* Override clocksource can be used. */ in clocksource_select() 815 * @buf: name of override clocksource 923 * boot_override_clocksource - boot clock override 924 * @str: override name 927 * as the clocksource override name. 942 * @str: override name [all …]
|
/linux-3.3/kernel/ |
D | cred.c | 565 * override_creds - Override the current process's subjective credentials 568 * Install a set of temporary override subjective credentials on the current 594 * revert_creds - Revert a temporary subjective credentials override 597 * Revert a temporary set of override subjective credentials to an old set, 598 * discarding the override set. 602 const struct cred *override = current->cred; in revert_creds() local 609 validate_creds(override); in revert_creds() 612 alter_cred_subscribers(override, -1); in revert_creds() 613 put_cred(override); in revert_creds() 632 * override a task's own credentials so that work can be done on behalf of that
|
/linux-3.3/arch/x86/kernel/acpi/ |
D | boot.c | 98 * any gsi as specified by an interrupt source override. 372 * Parse Interrupt Source Override for the ACPI SCI 427 printk(PREFIX "BIOS IRQ0 pin2 override ignored.\n"); in acpi_parse_int_src_ovr() 432 printk(PREFIX "BIOS IRQ0 pin2 override: forcing polarity to high active.\n"); in acpi_parse_int_src_ovr() 879 "Error parsing LAPIC address override entry\n"); in early_acpi_parse_madt_lapic_addr_ovr() 906 "Error parsing LAPIC address override entry\n"); in acpi_parse_madt_lapic_entries() 967 * TBD: This check is for faulty timer entries, where the override in mp_override_legacy_irq() 1011 * overridden by (MADT) interrupt source override entries. in mp_config_acpi_legacy_irqs() 1045 printk(KERN_DEBUG "ACPI: IRQ%d used by override.\n", i); in mp_config_acpi_legacy_irqs() 1196 /* Fill in identity legacy mappings where no override */ in acpi_parse_madt_ioapic_entries() [all …]
|
/linux-3.3/arch/alpha/include/asm/ |
D | core_lca.h | 134 #define LCA_PMR_ODIV 0x38 /* Override clock divisor */ 135 #define LCA_PMR_INTO 0x40 /* Interrupt override */ 136 #define LCA_PMR_DMAO 0x80 /* DMA override */ 137 #define LCA_PMR_OCCEB 0xffff0000L /* Override cycle counter - even bits */ 138 #define LCA_PMR_OCCOB 0xffff000000000000L /* Override cycle counter - even bits */
|
/linux-3.3/security/tomoyo/ |
D | Kconfig | 62 activation. You can override this setting via TOMOYO_loader= kernel 72 You can override this setting via TOMOYO_trigger= kernel command line
|