/linux-4.1.27/scripts/ |
D | checkkconfigsymbols.py | 115 for feature in sorted(undefined_b): 117 if not feature in undefined_a: 118 files = sorted(undefined_b.get(feature)) 119 print "%s\t%s" % (feature, ", ".join(files)) 122 files = sorted(undefined_b.get(feature) - 123 undefined_a.get(feature)) 125 print "%s\t%s" % (feature, ", ".join(files)) 133 for feature in sorted(undefined): 134 files = sorted(undefined.get(feature)) 135 print "%s\t%s" % (feature, ", ".join(files)) [all …]
|
/linux-4.1.27/arch/x86/include/asm/ |
D | alternative.h | 116 #define ALTINSTR_ENTRY(feature, num) \ argument 119 " .word " __stringify(feature) "\n" /* feature bit */ \ 124 #define ALTINSTR_REPLACEMENT(newinstr, feature, num) /* replacement */ \ argument 128 #define ALTERNATIVE(oldinstr, newinstr, feature) \ argument 131 ALTINSTR_ENTRY(feature, 1) \ 134 ALTINSTR_REPLACEMENT(newinstr, feature, 1) \ 166 #define alternative(oldinstr, newinstr, feature) \ argument 167 asm volatile (ALTERNATIVE(oldinstr, newinstr, feature) : : : "memory") 183 #define alternative_input(oldinstr, newinstr, feature, input...) \ argument 184 asm volatile (ALTERNATIVE(oldinstr, newinstr, feature) \ [all …]
|
D | alternative-asm.h | 21 .macro altinstruction_entry orig alt feature orig_len alt_len pad_len 24 .word \feature 30 .macro ALTERNATIVE oldinstr, newinstr, feature 38 altinstruction_entry 140b,143f,\feature,142b-140b,144f-143f,142b-141b
|
D | amd_nb.h | 74 static inline bool amd_nb_has_feature(unsigned feature) in amd_nb_has_feature() argument 76 return ((amd_northbridges.flags & feature) == feature); in amd_nb_has_feature()
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile | 179 include $(srctree)/tools/build/Makefile.feature 181 ifeq ($(feature-stackprotector-all), 1) 186 ifeq ($(feature-fortify-source), 1) 212 ifeq ($(feature-sync-compare-and-swap), 1) 216 ifeq ($(feature-pthread-attr-setaffinity-np), 1) 222 ifeq ($(feature-bionic), 1) 235 ifeq ($(feature-libelf), 0) 236 ifeq ($(feature-glibc), 1) 259 ifneq ($(feature-libdw-dwarf-unwind),1) 264 ifneq ($(feature-dwarf), 1) [all …]
|
/linux-4.1.27/Documentation/hid/ |
D | hid-sensor.txt | 66 functions, which get and set each input/feature/output report. 117 This interface is used to set a value for a field in feature report. For example 165 ????????? feature-0-200316 166 ??????? ????????? feature-0-200316-maximum 167 ??????? ????????? feature-0-200316-minimum 168 ??????? ????????? feature-0-200316-name 169 ??????? ????????? feature-0-200316-size 170 ??????? ????????? feature-0-200316-unit-expo 171 ??????? ????????? feature-0-200316-units 172 ??????? ????????? feature-0-200316-value [all …]
|
D | hidraw.txt | 97 This ioctl will send a feature report to the device. Per the HID 98 specification, feature reports are always sent using the control endpoint. 105 This ioctl will request a feature report from the device using the control
|
D | hiddev.txt | 126 Instructs the kernel to retrieve all input and feature report values 137 Instructs the kernel to get a feature or input report from the device, 149 looked up by type (input, output or feature) and id, so these fields
|
/linux-4.1.27/tools/build/ |
D | Makefile.feature | 1 feature_dir := $(srctree)/tools/build/feature 4 OUTPUT_FEATURES = $(OUTPUT)feature/ 10 …feature-$(1) := $(shell $(MAKE) OUTPUT=$(OUTPUT_FEATURES) CFLAGS="$(EXTRA_CFLAGS) $(FEATURE_CHECK_… 15 feature-$(1) := 1 92 ifeq ($(feature-all), 1) 108 ifeq ($(feature-$(1)), 1) 120 FEATURE_DUMP := $(foreach feat,$(FEATURE_DISPLAY),feature-$(feat)($(feature-$(feat)))) 141 ifneq ($(feature-$(1)), 1)
|
/linux-4.1.27/arch/mips/pmcs-msp71xx/ |
D | msp_prom.c | 171 char *feature = prom_getenv(FEATURES); in get_features() local 173 if (feature == NULL) { in get_features() 175 feature = msp_default_features; in get_features() 178 return feature; in get_features() 183 char *feature = get_features(); in test_feature() local 185 while (*feature) { in test_feature() 186 if (*feature++ == c) in test_feature() 187 return *feature; in test_feature() 188 feature++; in test_feature() 241 char *feature = get_features(); in identify_enetfeature() local [all …]
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-mmc | 5 Enhanced area is a new feature defined in eMMC4.4 standard. 6 eMMC4.4 or later card can support such feature. This kind of 7 area can help to improve the card performance. If the feature 16 Enhanced area is a new feature defined in eMMC4.4 standard. 17 eMMC4.4 or later card can support such feature. This kind of 18 area can help to improve the card performance. If the feature
|
D | sysfs-class-scsi_host | 19 feature of HP Smart Array RAID controllers using the hpsa 24 '1' indicates the feature is enabled, and the controller may 26 means the feature is disabled and the controller may not use
|
D | sysfs-class-net-mesh | 30 Indicates whether the bridge loop avoidance feature 31 is enabled. This feature detects and avoids loops 77 Extended Isolation feature.
|
D | sysfs-driver-toshiba_acpi | 84 Note that this feature only works when connected to power, if 99 feature is enabled or disabled, while the second one shows the 123 Note that this feature only works when connected to power, if
|
D | sysfs-i2c-bmp085 | 25 written. Using this feature will decrease RMS noise and
|
D | sysfs-class-backlight-driver-adp8870 | 51 operation. The ambient light sensing feature on these devices
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | alternative.h | 20 #define ALTINSTR_ENTRY(feature) \ argument 23 " .hword " __stringify(feature) "\n" /* feature bit */ \ 28 #define ALTERNATIVE(oldinstr, newinstr, feature) \ argument 33 ALTINSTR_ENTRY(feature) \
|
D | alternative-asm.h | 6 .macro altinstruction_entry orig_offset alt_offset feature orig_len alt_len 9 .hword \feature
|
/linux-4.1.27/fs/btrfs/ |
D | sysfs.h | 56 #define BTRFS_FEAT_ATTR_COMPAT(name, feature) \ argument 57 BTRFS_FEAT_ATTR(name, FEAT_COMPAT, BTRFS_FEATURE_COMPAT, feature) 58 #define BTRFS_FEAT_ATTR_COMPAT_RO(name, feature) \ argument 59 BTRFS_FEAT_ATTR(name, FEAT_COMPAT_RO, BTRFS_FEATURE_COMPAT, feature) 60 #define BTRFS_FEAT_ATTR_INCOMPAT(name, feature) \ argument 61 BTRFS_FEAT_ATTR(name, FEAT_INCOMPAT, BTRFS_FEATURE_INCOMPAT, feature)
|
/linux-4.1.27/Documentation/acpi/ |
D | method-tracing.txt | 15 The status of the tracing feature. 17 "enabled" means this feature is enabled 20 "1" means this feature is enabled and the AML method 23 "disabled" means this feature is disabled. 24 Users can enable/disable this debug tracing feature by
|
/linux-4.1.27/drivers/usb/wusbcore/ |
D | rh.c | 208 static int wusbhc_rh_clear_hub_feat(struct wusbhc *wusbhc, u16 feature) in wusbhc_rh_clear_hub_feat() argument 212 switch (feature) { in wusbhc_rh_clear_hub_feat() 246 static int wusbhc_rh_set_port_feat(struct wusbhc *wusbhc, u16 feature, in wusbhc_rh_set_port_feat() argument 254 switch (feature) { in wusbhc_rh_set_port_feat() 274 port_idx, feature, selector); in wusbhc_rh_set_port_feat() 278 port_idx, feature, selector); in wusbhc_rh_set_port_feat() 290 static int wusbhc_rh_clear_port_feat(struct wusbhc *wusbhc, u16 feature, in wusbhc_rh_clear_port_feat() argument 300 switch (feature) { in wusbhc_rh_clear_port_feat() 320 port_idx, feature, selector); in wusbhc_rh_clear_port_feat() 325 port_idx, feature, selector); in wusbhc_rh_clear_port_feat()
|
D | wa-hc.h | 384 static inline int __wa_feature(struct wahc *wa, unsigned op, u16 feature) in __wa_feature() argument 389 feature, in __wa_feature() 395 static inline int __wa_set_feature(struct wahc *wa, u16 feature) in __wa_set_feature() argument 397 return __wa_feature(wa, 1, feature); in __wa_set_feature() 401 static inline int __wa_clear_feature(struct wahc *wa, u16 feature) in __wa_clear_feature() argument 403 return __wa_feature(wa, 0, feature); in __wa_clear_feature()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | mmu.h | 112 static inline int mmu_has_feature(unsigned long feature) in mmu_has_feature() argument 114 return (cur_cpu_spec->mmu_features & feature); in mmu_has_feature() 117 static inline void mmu_clear_feature(unsigned long feature) in mmu_clear_feature() argument 119 cur_cpu_spec->mmu_features &= ~feature; in mmu_clear_feature()
|
D | firmware.h | 120 #define firmware_has_feature(feature) \ argument 121 ((FW_FEATURE_ALWAYS & (feature)) || \ 122 (FW_FEATURE_POSSIBLE & powerpc_firmware_features & (feature)))
|
D | cputable.h | 557 static inline int cpu_has_feature(unsigned long feature) in cpu_has_feature() argument 559 return (CPU_FTRS_ALWAYS & feature) || in cpu_has_feature() 562 & feature); in cpu_has_feature()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | match.c | 36 for (m = match; m->vendor | m->family | m->model | m->feature; m++) { in x86_match_cpu() 43 if (m->feature != X86_FEATURE_ANY && !cpu_has(c, m->feature)) in x86_match_cpu()
|
D | scattered.c | 13 u16 feature; member 63 for (cb = cpuid_bits; cb->feature; cb++) { in init_scattered_cpuid_features() 75 set_cpu_cap(c, cb->feature); in init_scattered_cpuid_features()
|
D | common.c | 314 u32 feature; member 330 for (df = cpuid_dependent_features; df->feature; df++) { in filter_cpuid_features() 332 if (!cpu_has(c, df->feature)) in filter_cpuid_features() 346 clear_cpu_cap(c, df->feature); in filter_cpuid_features() 352 x86_cap_flag(df->feature), df->level); in filter_cpuid_features()
|
/linux-4.1.27/drivers/dma/ |
D | fsldma.h | 126 u32 feature; /* The same as DMA channels */ member 177 u32 feature; member 223 (((fsl_chan)->feature & FSL_DMA_BIG_ENDIAN) ? \ 226 (((fsl_chan)->feature & FSL_DMA_BIG_ENDIAN) ? \ 230 (((fsl_chan)->feature & FSL_DMA_BIG_ENDIAN) ? \ 234 (((fsl_chan)->feature & FSL_DMA_BIG_ENDIAN) ? \
|
D | fsldma.c | 109 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX) in set_desc_src() 119 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX) in set_desc_dst() 129 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_83XX) in set_desc_next() 138 snoop_bits = ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_83XX) in set_ld_eol() 155 switch (chan->feature & FSL_DMA_IP_MASK) { in dma_init() 194 if (chan->feature & FSL_DMA_CHAN_PAUSE_EXT) { in dma_start() 201 if (chan->feature & FSL_DMA_CHAN_START_EXT) { in dma_start() 224 if ((chan->feature & FSL_DMA_IP_MASK) == FSL_DMA_IP_85XX) { in dma_halt() 347 chan->feature |= FSL_DMA_CHAN_PAUSE_EXT; in fsl_chan_toggle_ext_pause() 349 chan->feature &= ~FSL_DMA_CHAN_PAUSE_EXT; in fsl_chan_toggle_ext_pause() [all …]
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei.txt | 9 provides support for computer/IT management features. The feature set 15 communication channel between a host application and the Intel ME feature. 17 Each Intel ME feature (Intel ME Client) is addressed by a GUID/UUID and 53 An application maintains communication with an Intel ME feature while 54 /dev/mei is open. The binding to a specific feature is performed by calling 56 The number of instances of an Intel ME feature that can be opened 57 at the same time depends on the Intel ME feature, but most of the 60 The Intel AMT Host Interface (Intel AMTHI) feature supports multiple 64 The driver is transparent to data that are passed between firmware feature 152 firmware feature using a defined UUID and then communicates with the feature [all …]
|
/linux-4.1.27/arch/arm/include/asm/ |
D | cputype.h | 260 int feature = (features >> field) & 15; in cpuid_feature_extract_field() local 263 if (feature > 8) in cpuid_feature_extract_field() 264 feature -= 16; in cpuid_feature_extract_field() 266 return feature; in cpuid_feature_extract_field()
|
/linux-4.1.27/include/linux/ |
D | kvm_para.h | 7 static inline int kvm_para_has_feature(unsigned int feature) in kvm_para_has_feature() argument 9 if (kvm_arch_para_features() & (1UL << feature)) in kvm_para_has_feature()
|
D | cpufeature.h | 48 { { .feature = cpu_feature(x) }, { } }; \
|
D | mod_devicetable.h | 571 __u16 feature; /* bit index */ member 589 __u16 feature; member
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | firmware.c | 107 unsigned int feature; member 124 index = OV5_INDX(vec5_fw_features_table[i].feature); in fw_vec5_feature_init() 125 feat = OV5_FEAT(vec5_fw_features_table[i].feature); in fw_vec5_feature_init()
|
/linux-4.1.27/drivers/ata/ |
D | sata_vsc.c | 174 writew(tf->feature | (((u16)tf->hob_feature) << 8), in vsc_sata_tf_load() 185 writew(tf->feature, ioaddr->feature_addr); in vsc_sata_tf_load() 202 u16 nsect, lbal, lbam, lbah, feature; in vsc_sata_tf_read() local 206 feature = readw(ioaddr->error_addr); in vsc_sata_tf_read() 212 tf->feature = feature; in vsc_sata_tf_read() 219 tf->hob_feature = feature >> 8; in vsc_sata_tf_read()
|
D | sata_svw.c | 185 writew(tf->feature | (((u16)tf->hob_feature) << 8), in k2_sata_tf_load() 196 writew(tf->feature, ioaddr->feature_addr); in k2_sata_tf_load() 213 u16 nsect, lbal, lbam, lbah, feature; in k2_sata_tf_read() local 217 feature = readw(ioaddr->error_addr); in k2_sata_tf_read() 223 tf->feature = feature; in k2_sata_tf_read() 230 tf->hob_feature = feature >> 8; in k2_sata_tf_read()
|
D | libata-acpi.c | 556 tf->feature = gtf->tf[0]; /* 0x1f1 */ in ata_acpi_gtf_to_tf() 574 tf->feature == SETFEATURES_XFER) in ata_acpi_filter_tf() 585 tf->feature == ATA_DCO_FREEZE_LOCK) in ata_acpi_filter_tf() 595 (tf->feature == ATA_SET_MAX_LOCK || in ata_acpi_filter_tf() 596 tf->feature == ATA_SET_MAX_FREEZE_LOCK)) in ata_acpi_filter_tf() 601 tf->feature == SETFEATURES_SATA_ENABLE) { in ata_acpi_filter_tf() 683 rtf.command, rtf.feature); in ata_acpi_run_tf() 691 err_mask, rtf.command, rtf.feature); in ata_acpi_run_tf() 704 tf.command, tf.feature, tf.nsect, tf.lbal, in ata_acpi_run_tf()
|
D | sata_promise.h | 111 buf[i++] = tf->feature; in pdc_prep_lba28() 135 buf[i++] = tf->feature; in pdc_prep_lba48()
|
D | sata_inic162x.c | 201 u8 feature; /* ATA Feature */ member 501 cpb->feature = qc->tf.feature; in inic_qc_prep() 554 tf->feature = readb(port_base + PORT_TF_FEATURE); in inic_tf_read() 581 rtf->feature = tf.feature; in inic_qc_fill_rtf()
|
D | libata-scsi.c | 795 u8 stat = tf->command, err = tf->feature; in ata_dump_status() 994 ata_to_sense_error(qc->ap->print_id, tf->command, tf->feature, in ata_gen_passthru_sense() 1018 desc[3] = tf->feature; /* == error reg */ in ata_gen_passthru_sense() 1071 ata_to_sense_error(qc->ap->print_id, tf->command, tf->feature, in ata_gen_ata_sense() 2622 cmd->sense_buffer[2] = qc->tf.feature >> 4; in atapi_request_sense() 2640 qc->tf.feature |= ATAPI_PKT_DMA; in atapi_request_sense() 2820 qc->tf.feature |= ATAPI_PKT_DMA; in atapi_xlat() 2825 qc->tf.feature |= ATAPI_DMADIR; in atapi_xlat() 2972 tf->feature = cdb[4]; in ata_scsi_pass_thru() 2985 tf->feature = cdb[3]; in ata_scsi_pass_thru() [all …]
|
D | libata-eh.c | 1585 tf->feature = buf[3]; in ata_eh_read_log_10h() 1626 *r_sense_key = tf.feature >> 4; in atapi_eh_tur() 1672 tf.feature |= ATAPI_PKT_DMA; in atapi_eh_request_sense() 1814 u8 stat = tf->command, err = tf->feature; in ata_eh_analyze_tf() 1841 qc->result_tf.feature >> 4); in ata_eh_analyze_tf() 2550 cmd->command, cmd->feature, cmd->nsect, in ata_eh_link_report() 2555 res->command, res->feature, res->nsect, in ata_eh_link_report() 2576 (res->feature & (ATA_ICRC | ATA_UNC | ATA_AMNF | in ata_eh_link_report() 2579 res->feature & ATA_ICRC ? "ICRC " : "", in ata_eh_link_report() 2580 res->feature & ATA_UNC ? "UNC " : "", in ata_eh_link_report() [all …]
|
/linux-4.1.27/fs/nilfs2/ |
D | sysfs.h | 71 NILFS_COMMON_ATTR_STRUCT(feature); 114 NILFS_INFO_ATTR(feature, name) 116 NILFS_RO_ATTR(feature, name) 118 NILFS_RW_ATTR(feature, name)
|
D | Kconfig | 18 its writable mount, and this feature is convenient for online backup.
|
/linux-4.1.27/Documentation/laptops/ |
D | disk-shock-protection.txt | 20 ATA/ATAPI-7 specifies the IDLE IMMEDIATE command with unload feature. 22 unload disk heads. This feature is being used in modern laptops in 26 situations are anticipated. The desire to have such a feature 41 -EOPNOTSUPP if the device does not support the unload feature. 93 since this feature is supposed to be used on laptops and does not seem 109 feature nonetheless. Unfortunately, there is no safe way Linux can 112 support the unload feature (for instance, because the vendor of your 114 kernel to enable the usage of this feature for that drive by writing 119 will enable the feature for /dev/sda, and giving -2 instead of -1 will 147 to develop an implementation of this feature that is fit to be merged
|
D | thinkpad-acpi.txt | 50 A compatibility table by model and feature is maintained on the web 83 file under that directory for each feature it supports. The procfs 165 feature is not available in sysfs). 581 This feature shows the presence and current state of a ThinkPad 615 This feature allows control over the devices used for video output - 629 NOTE: Access to this feature is restricted to processes owning the 646 Video expansion can be toggled through this feature. This controls 649 video expansion status cannot be determined through this feature. 692 This feature is mostly used internally by the ACPI firmware to keep the legacy 728 Some of the LED indicators can be controlled through this feature. On [all …]
|
/linux-4.1.27/Documentation/s390/ |
D | s390dbf.txt | 9 The goal of this feature is to provide a kernel debug logging API 17 The debug feature may also very useful for kernel and driver development. 22 feature with the function call debug_register(). This function initializes a 58 /sys/kernel/debug therefore the debug feature can be accessed under 83 It is also possible to deactivate the debug feature globally for every 86 There are currently 2 possible triggers, which stop the debug feature 88 set to 1 the debug feature is running. If "debug_active" is set to 0 the 89 debug feature is turned off. 90 The second trigger which stops the debug feature is a kernel oops. 91 That prevents the debug feature from overwriting debug information that [all …]
|
D | CommonIO | 106 * /sys/kernel/debug/s390dbf/cio_*/ (S/390 debug feature) 108 Some views generated by the debug feature to hold various debug outputs. 124 documentation on the S/390 debug feature (Documentation/s390/s390dbf.txt)
|
D | 00-INDEX | 26 - information on using the s390 debug feature.
|
/linux-4.1.27/Documentation/mmc/ |
D | mmc-dev-parts.txt | 34 This is a feature of the card and not of the kernel. If the card does 36 feature has been disabled on the card, the file will be read-only. 38 The boot partitions can also be locked permanently, but this feature is
|
/linux-4.1.27/drivers/gpu/drm/rcar-du/ |
D | rcar_du_drv.h | 96 unsigned int feature) in rcar_du_has() argument 98 return rcdu->info->features & feature; in rcar_du_has()
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | debugfs.h | 56 enum b43legacy_dyndbg feature); 69 enum b43legacy_dyndbg feature) in b43legacy_debug() argument
|
D | debugfs.c | 345 int b43legacy_debug(struct b43legacy_wldev *dev, enum b43legacy_dyndbg feature) in b43legacy_debug() argument 347 return !!(dev->dfsentry && dev->dfsentry->dyn_debug[feature]); in b43legacy_debug()
|
/linux-4.1.27/tools/virtio/linux/ |
D | virtio_config.h | 40 #define virtio_has_feature(dev, feature) \ argument 41 (__virtio_test_bit((dev), feature))
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | Kconfig | 29 advantage of this feature. 33 Note: This feature is experimental and subject to change. 50 feature will have no affect on the driver's operation.
|
/linux-4.1.27/arch/powerpc/lib/ |
D | Makefile | 13 feature-fixups.o 33 obj-$(CONFIG_FTR_FIXUP_SELFTEST) += feature-fixups-test.o
|
/linux-4.1.27/Documentation/fault-injection/ |
D | notifier-error-inject.txt | 16 This feature can be used to test the error handling of the CPU notifiers by 45 This feature is controlled through debugfs interface 63 This feature is controlled through debugfs interface 80 This feature is controlled through debugfs interface
|
/linux-4.1.27/Documentation/powerpc/ |
D | cpu_features.txt | 13 Detection of the feature set is simple. A list of processors can be found in 16 is assigned to the feature bitmask for this processor and a __setup_cpu 20 particular feature bit. This is done in quite a few places, for example 55 __ftr_fixup, and if the required feature is not present it will loop writing
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-flakey.txt | 19 [<num_features> [<feature arguments>]] 28 Optional feature parameters: 29 If no feature parameters are present, during the periods of
|
D | cache.txt | 178 <#feature args> [<feature arg>]* 186 #feature args : number of feature arguments passed 187 feature args : writethrough or passthrough (The default is writeback.) 196 Optional feature arguments are: 247 #feature args : Number of feature args to follow 248 feature args : 'writethrough' (optional)
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | debugfs.h | 76 bool b43_debug(struct b43_wldev *dev, enum b43_dyndbg feature); 87 static inline bool b43_debug(struct b43_wldev *dev, enum b43_dyndbg feature) in b43_debug() argument
|
/linux-4.1.27/net/xfrm/ |
D | Kconfig | 37 A feature to update locator(s) of a given IPsec security 38 association dynamically. This feature is required, for 78 This feature is required, for instance, in a Mobile IPv6
|
/linux-4.1.27/drivers/mtd/nand/gpmi-nand/ |
D | gpmi-lib.c | 923 uint8_t *feature; in enable_edo_mode() local 927 feature = kzalloc(ONFI_SUBFEATURE_PARAM_LEN, GFP_KERNEL); in enable_edo_mode() 928 if (!feature) in enable_edo_mode() 934 feature[0] = mode; in enable_edo_mode() 936 ONFI_FEATURE_ADDR_TIMING_MODE, feature); in enable_edo_mode() 941 memset(feature, 0, ONFI_SUBFEATURE_PARAM_LEN); in enable_edo_mode() 943 ONFI_FEATURE_ADDR_TIMING_MODE, feature); in enable_edo_mode() 944 if (ret || feature[0] != mode) in enable_edo_mode() 958 kfree(feature); in enable_edo_mode() 964 kfree(feature); in enable_edo_mode()
|
/linux-4.1.27/drivers/net/ethernet/ibm/emac/ |
D | mal.h | 254 unsigned long feature) in mal_has_feature() argument 256 return (MAL_FTRS_ALWAYS & feature) || in mal_has_feature() 257 (MAL_FTRS_POSSIBLE & dev->features & feature); in mal_has_feature()
|
D | core.h | 368 unsigned long feature) in emac_has_feature() argument 370 return (EMAC_FTRS_ALWAYS & feature) || in emac_has_feature() 371 (EMAC_FTRS_POSSIBLE & dev->features & feature); in emac_has_feature()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | octeon-feature.h | 113 static inline int octeon_has_feature(enum octeon_feature feature) in octeon_has_feature() argument 115 switch (feature) { in octeon_has_feature()
|
/linux-4.1.27/include/trace/events/ |
D | libata.h | 158 __field( unsigned char, feature ) 182 __entry->feature = qc->tf.feature; 193 __entry->cmd, __entry->feature, __entry->nsect, 238 __entry->error = qc->result_tf.feature;
|
/linux-4.1.27/drivers/ide/ |
D | ide-ioctls.c | 140 tf->feature = args[2]; in ide_cmd_ioctl() 165 tf->feature == SETFEATURES_XFER && in ide_cmd_ioctl() 203 memcpy(&cmd.tf.feature, &args[1], 6); in ide_task_ioctl() 211 memcpy(&args[1], &cmd.tf.feature, 6); in ide_task_ioctl()
|
D | ide-disk_proc.c | 15 tf->feature = ATA_SMART_ENABLE; in smart_enable() 31 tf->feature = sub_cmd; in get_smart_data()
|
D | ide-disk.c | 508 static int ide_do_setfeature(ide_drive_t *drive, u8 feature, u8 nsect) in ide_do_setfeature() argument 513 cmd.tf.feature = feature; in ide_do_setfeature()
|
D | ide-park.c | 71 tf->feature = 0x44; in ide_do_park_unpark()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | fsl_msi.c | 173 if (msi_data->feature & MSI_HW_ERRATA_ENDIAN) in fsl_compose_msi_msg() 201 if (msi_data->feature & MSI_HW_ERRATA_ENDIAN) in fsl_setup_msi_irqs() 290 switch (msi_data->feature & FSL_PIC_IP_MASK) { in fsl_msi_cascade() 349 if ((msi->feature & FSL_PIC_IP_MASK) != FSL_PIC_IP_VMPIC) in fsl_of_msi_remove() 466 msi->feature = features->fsl_pic_ip; in fsl_of_msi_probe() 471 msi->feature |= MSI_HW_ERRATA_ENDIAN; in fsl_of_msi_probe()
|
D | fsl_msi.h | 43 u32 feature; member
|
/linux-4.1.27/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 198 struct acx_feature_config *feature; in wl1251_acx_feature_cfg() local 203 feature = kzalloc(sizeof(*feature), GFP_KERNEL); in wl1251_acx_feature_cfg() 204 if (!feature) in wl1251_acx_feature_cfg() 208 feature->data_flow_options = data_flow_options; in wl1251_acx_feature_cfg() 209 feature->options = 0; in wl1251_acx_feature_cfg() 212 feature, sizeof(*feature)); in wl1251_acx_feature_cfg() 219 kfree(feature); in wl1251_acx_feature_cfg()
|
/linux-4.1.27/block/ |
D | Kconfig | 40 The ext4 filesystem requires that this feature be enabled in 41 order to support filesystems that have the huge_file feature 43 mode any filesystems that use the huge_file feature, which is 46 The GFS2 filesystem also requires this feature.
|
/linux-4.1.27/Documentation/filesystems/ |
D | ext2.txt | 115 superblock feature). The groups chosen are 0, 1 and powers of 3, 5 and 7. 177 (support for taking advantage of this feature does not yet exist in 228 The compatibility feature mechanism used in ext2 is sophisticated. 231 filesystem code. The feature compatibility mechanism is not supported by 237 These feature flags have specific meanings for the kernel as follows: 239 A COMPAT flag indicates that a feature is present in the filesystem, 241 a kernel which didn't know anything about this feature could read/write 244 "this filesystem has a (hidden) feature" that the kernel or e2fsck may 245 want to be aware of (more on e2fsck and feature flags later). The ext3 246 HAS_JOURNAL feature is a COMPAT flag because the ext3 journal is simply [all …]
|
D | romfs.txt | 6 similar feature, and even the possibility of a small kernel, with a 31 RAM disk--feature of the kernel. This would not be really news 177 - Compression might be an useful feature, but memory is quite a
|
/linux-4.1.27/include/uapi/linux/ |
D | hdreg.h | 79 __u8 feature; member 86 __u8 feature; member 97 __u8 feature; member
|
D | uhid.h | 187 struct uhid_feature_req feature; member
|
/linux-4.1.27/net/wireless/ |
D | Kconfig | 107 drivers that support this feature. You should only enable this 108 feature if you have tested and validated this feature on your 117 on how relaxation can occur. This feature has an inherent dependency on 121 A relaxation feature example is allowing the operation of a P2P group 132 support this feature by declaring the appropriate channel flags and
|
/linux-4.1.27/kernel/ |
D | audit.c | 752 u32 feature = AUDIT_FEATURE_TO_MASK(i); in audit_set_feature() local 756 if (!(feature & uaf->mask)) in audit_set_feature() 759 old_feature = af.features & feature; in audit_set_feature() 760 new_feature = uaf->features & feature; in audit_set_feature() 761 new_lock = (uaf->lock | af.lock) & feature; in audit_set_feature() 762 old_lock = af.lock & feature; in audit_set_feature() 773 u32 feature = AUDIT_FEATURE_TO_MASK(i); in audit_set_feature() local 777 if (!(feature & uaf->mask)) in audit_set_feature() 780 old_feature = af.features & feature; in audit_set_feature() 781 new_feature = uaf->features & feature; in audit_set_feature() [all …]
|
/linux-4.1.27/arch/ |
D | Kconfig | 24 feature enables OProfile to gather more events than counters 358 can enable kernel-side support for the GCC feature. 365 This option turns on the "stack-protector" GCC feature. This 366 feature puts, at the beginning of functions, a canary value on 376 Disable "stack-protector" GCC feature. 385 This feature requires gcc version 4.2 or above, or a distribution 386 gcc with the feature backported ("-fstack-protector"). 388 On an x86 "defconfig" build, this feature adds canary checks to 405 This feature requires gcc version 4.9 or above, or a distribution 406 gcc with the feature backported ("-fstack-protector-strong"). [all …]
|
/linux-4.1.27/drivers/hid/ |
D | hid-magicmouse.c | 492 __u8 feature[] = { 0xd7, 0x01 }; in magicmouse_probe() local 551 ret = hid_hw_raw_request(hdev, feature[0], feature, sizeof(feature), in magicmouse_probe() 553 if (ret != -EIO && ret != sizeof(feature)) { in magicmouse_probe()
|
D | hid-sensor-custom.c | 291 bool feature = false; in show_value() local 297 feature = true; in show_value() 312 if (feature) { in show_value()
|
/linux-4.1.27/Documentation/usb/ |
D | persist.txt | 68 The kernel includes a feature called USB-persist. It tries to work 100 Note that the "USB-persist" feature will be applied only to those 101 devices for which it is enabled. You can enable the feature by doing 107 the feature by writing 0 instead of 1. For hubs the feature is 128 Furthermore, the USB-persist feature applies to _all_ USB devices, not 164 at all. The USB-persist feature can be extremely useful. Make the
|
D | authorization.txt | 6 This feature allows you to control if a USB device can be used (or 7 not) in a system. This feature will allow you to implement a lock-down
|
D | iuu_phoenix.txt | 74 use this settings to deduce de boost but is that feature 76 The autodetect feature used is the serial CD. If that doesn't
|
/linux-4.1.27/sound/aoa/core/ |
D | Makefile | 5 gpio-feature.o
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | Kconfig | 37 This option adds the support for the wireless feature of PS3. 39 use wireless feature, disabling this option saves memory. As
|
/linux-4.1.27/lib/ |
D | Kconfig.kasan | 13 This is strictly a debugging feature and it requires a gcc version 16 This feature consumes about 1/8 of available memory and brings about
|
D | Kconfig.debug | 70 filesystem must first be mounted before making use of this feature. 250 feature on your build, it is disabled in default. You should pass 500 feature will introduce an overhead to memory 738 lockup has been detected. This feature is useful for 764 feature has negligible overhead. 792 hung task has been detected. This feature is useful for 814 This feature is useful to ensure that the kernel does not do 889 writing 0 stops it. This feature is useful to collect information 890 about timer usage patterns in kernel and userspace. This feature 934 This feature allows mutex semantics violations to be detected and [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | fw-cfg.txt | 42 data registers) is expected to be versioned, and/or described by feature bits. 43 The interface revision / feature bitmap can be retrieved with key 0x0001. The 60 revisions / feature bits.
|
/linux-4.1.27/drivers/crypto/caam/ |
D | Kconfig | 9 on h/w feature availability. 50 Enable the Job Ring's interrupt coalescing feature. 63 of 1 functionally defeats the coalescing feature, and a selection
|
/linux-4.1.27/drivers/usb/misc/ |
D | lvstest.c | 91 int port1, int feature) in lvs_rh_clear_port_feature() argument 94 USB_REQ_CLEAR_FEATURE, USB_RT_PORT, feature, port1, in lvs_rh_clear_port_feature() 99 int port1, int feature) in lvs_rh_set_port_feature() argument 102 USB_REQ_SET_FEATURE, USB_RT_PORT, feature, port1, in lvs_rh_set_port_feature()
|
/linux-4.1.27/drivers/pci/ |
D | Kconfig | 45 or pci=realloc=off to override it. Note this feature is a no-op 88 I/O Virtualization is a PCI feature supported by some devices 111 use of this feature an IOMMU is required which also supports PASIDs.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | nested-vmx.txt | 12 The "Nested VMX" feature adds this missing capability - of running guest 17 We describe in much greater detail the theory behind the nested VMX feature, 48 The nested VMX feature is disabled by default. It can be enabled by giving 52 emulated CPU type (qemu64) does not list the "VMX" CPU feature, so it must be 57 -cpu qemu64,+vmx (add just the vmx feature to a named CPU type)
|
D | cpuid.txt | 53 KVM_FEATURE_PV_UNHALT || 7 || guest checks this feature bit
|
D | ppc-pv.txt | 81 also define a new hypercall feature to indicate that the host can give you more 100 feature before using them! 106 feature we also have a channel for a guest to tell the guest whether it's capable
|
/linux-4.1.27/Documentation/devicetree/bindings/serial/ |
D | atmel-usart.txt | 6 additional mode or an USART new feature. 18 It will use specified PIO instead of the peripheral function pin for the USART feature.
|
D | rs485.txt | 17 feature at boot time. It can be disabled later with proper ioctl.
|
D | fsl-mxs-auart.txt | 19 function pin for the USART feature.
|
/linux-4.1.27/Documentation/arm64/ |
D | legacy_instructions.txt | 55 for this feature to be enabled. If a new CPU - which doesn't support mixed 56 endian - is hotplugged in after this feature has been enabled, there could
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | fwdesc.h | 251 static inline bool carl9170fw_supports(__le32 list, u8 feature) in carl9170fw_supports() argument 253 return le32_to_cpu(list) & BIT(feature); in carl9170fw_supports()
|
/linux-4.1.27/Documentation/networking/ |
D | cxgb.txt | 33 This feature provides an adaptive algorithm that adjusts the interrupt 38 The interface used to control this feature is ethtool. Please see the 75 This feature, also known as "large send", enables a system's protocol stack 79 The interface used to control this feature is ethtool version 1.8 or higher. 228 By default, some Linux distributions enable the kernel feature, 230 this feature, add the following line to your bootloader: 259 To disable this "hotplug" feature, you may add the driver (module name) 263 script located in /etc/hotplug to disable this feature.
|
D | netdev-features.txt | 35 4. netdev->wanted_features set contains feature set requested by user. 45 When current feature set (netdev->features) is to be changed, new set 75 in netdev_fix_features()). For this reason it is safer to disable a feature 88 Hardware should be reconfigured to match passed feature set. The set
|
D | gianfar.txt | 14 packets. Use ethtool to enable or disable this feature for RX
|
D | s2io.txt | 51 d. MSI/MSI-X. Can be enabled on platforms which support this feature 129 d. Enable NAPI feature(in kernel configuration Device Drivers ---> Network
|
D | de4x5.txt | 119 this feature working. So far we have tested KINGSTON, SMC8432, SMC9332 147 SROM, the feature is ignored unless lp->params.fdx is set at compile 151 autonegotiation feature in the SROM autoconf code, this detection will
|
D | ipvs-sysctl.txt | 137 If this feature is enabled, the load balancer will expire the 141 equivalent to the feature some people requires to flush 156 If this feature is enabled, the load balancer will expire the
|
D | dccp.txt | 110 accepted by the receiver. Hence, when using this feature on the sender, it must 157 importance for retransmitted acknowledgments and feature negotiation, 162 choice of CCID, the Send Ack Vector feature is enabled automatically.
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_format.h | 442 __uint32_t feature) in xfs_sb_has_compat_feature() argument 444 return (sbp->sb_features_compat & feature) != 0; in xfs_sb_has_compat_feature() 454 __uint32_t feature) in xfs_sb_has_ro_compat_feature() argument 456 return (sbp->sb_features_ro_compat & feature) != 0; in xfs_sb_has_ro_compat_feature() 467 __uint32_t feature) in xfs_sb_has_incompat_feature() argument 469 return (sbp->sb_features_incompat & feature) != 0; in xfs_sb_has_incompat_feature() 477 __uint32_t feature) in xfs_sb_has_incompat_log_feature() argument 479 return (sbp->sb_features_log_incompat & feature) != 0; in xfs_sb_has_incompat_log_feature()
|
/linux-4.1.27/arch/powerpc/platforms/powermac/ |
D | Makefile | 8 obj-y += pic.o setup.o time.o feature.o pci.o \
|
/linux-4.1.27/Documentation/isdn/ |
D | README.hfc-pci | 3 Additionally the driver has a special feature which makes it possible 6 When the echo logging feature is used the number of available B-channels
|
/linux-4.1.27/sound/soc/samsung/ |
D | s3c-i2s-v2.h | 56 u32 feature; member
|
/linux-4.1.27/Documentation/video4linux/ |
D | si4713.txt | 95 pilot_enabled - Enables or disables the pilot tone feature. 99 acomp_enabled - Enables or disables the audio dynamic range control feature. 105 * Limiter setups audio deviation limiter feature. Once a over deviation occurs, 109 limiter_enabled - Enables or disables the limiter feature.
|
/linux-4.1.27/net/batman-adv/ |
D | Kconfig | 27 this feature and save some space. 50 If you think that your network does not need this feature you
|
/linux-4.1.27/tools/testing/selftests/ftrace/ |
D | README | 3 This is a collection of testcases for ftrace tracing feature in the Linux 67 * UNSUPPORTED: The test failed because of lack of feature.
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | clps711x-keypad.txt | 11 - autorepeat: Enable autorepeat feature.
|
D | gpio-keys-polled.txt | 8 - autorepeat: Boolean, Enable auto repeat feature of Linux input
|
D | omap-keypad.txt | 20 - linux,keypad-no-autorepeat: do no enable autorepeat feature.
|
D | gpio-keys.txt | 7 - autorepeat: Boolean, Enable auto repeat feature of Linux input
|
D | cap11xx.txt | 22 feature on the input device.
|
D | gpio-matrix-keypad.txt | 21 - linux,no-autorepeat: do no enable autorepeat feature.
|
D | qcom,pm8xxx-keypad.txt | 34 Definition: don't enable autorepeat feature.
|
D | samsung-keypad.txt | 40 - linux,keypad-no-autorepeat: do no enable autorepeat feature.
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
D | Makefile | 36 feature.o \
|
/linux-4.1.27/net/mac802154/ |
D | Kconfig | 14 Note: this implementation is neither certified, nor feature
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | Kconfig | 60 bool "UBI Fastmap (Experimental feature)" 63 Important: this feature is experimental so far and the on-flash 102 When selected, this feature will be built in the UBI driver.
|
/linux-4.1.27/Documentation/misc-devices/ |
D | lis3lv02d | 19 sporting the feature officially called "HP Mobile Data Protection System 3D" or 39 small difference due to input system fuzziness feature. 57 Another feature of the driver is misc device called "freefall" that
|
/linux-4.1.27/Documentation/devicetree/bindings/sound/ |
D | renesas,rsnd.txt | 14 - rcar_sound,ssi : Should contain SSI feature. 17 - rcar_sound,src : Should contain SRC feature. 20 - rcar_sound,dvc : Should contain DVC feature.
|
/linux-4.1.27/drivers/net/can/usb/ |
D | gs_usb.c | 110 u32 feature; member 800 if (bt_const->feature & GS_CAN_FEATURE_LISTEN_ONLY) in gs_make_candev() 803 if (bt_const->feature & GS_CAN_FEATURE_LOOP_BACK) in gs_make_candev() 806 if (bt_const->feature & GS_CAN_FEATURE_TRIPLE_SAMPLE) in gs_make_candev() 809 if (bt_const->feature & GS_CAN_FEATURE_ONE_SHOT) in gs_make_candev()
|
/linux-4.1.27/drivers/zorro/ |
D | Kconfig | 14 really matters, you can disable this feature and you'll get device
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | Kconfig | 25 thereby the gadget feature will be regressed. 32 thereby the host feature will be regressed.
|
/linux-4.1.27/scripts/mod/ |
D | devicetable-offsets.c | 175 DEVID_FIELD(x86_cpu_id, feature); in main() 181 DEVID_FIELD(cpu_feature, feature); in main()
|
D | file2alias.c | 1137 DEF_FIELD(symval, x86_cpu_id, feature); in do_x86cpu_entry() 1147 if (feature != X86_FEATURE_ANY) in do_x86cpu_entry() 1148 sprintf(alias + strlen(alias), "%04X*", feature); in do_x86cpu_entry() 1156 DEF_FIELD(symval, cpu_feature, feature); in do_cpu_entry() 1158 sprintf(alias, "cpu:type:*:feature:*%04X*", feature); in do_cpu_entry()
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | acx.c | 130 struct acx_feature_config *feature; in wl1271_acx_feature_cfg() local 135 feature = kzalloc(sizeof(*feature), GFP_KERNEL); in wl1271_acx_feature_cfg() 136 if (!feature) { in wl1271_acx_feature_cfg() 142 feature->role_id = wlvif->role_id; in wl1271_acx_feature_cfg() 143 feature->data_flow_options = 0; in wl1271_acx_feature_cfg() 144 feature->options = 0; in wl1271_acx_feature_cfg() 147 feature, sizeof(*feature)); in wl1271_acx_feature_cfg() 154 kfree(feature); in wl1271_acx_feature_cfg()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.sym53c8xx | 67 - Add FE_DAC feature bit to distinguish between 64 bit PCI 73 - Add FE_VARCLK feature bit that indicates that SCSI clock 79 - Remove FE_CLK80 feature bit that got useless. 217 been that one that got this feature first. 230 io_request_lock since it seems to be a definite feature now.:) 252 - Add the FE_DIFF chip feature bit to indicate support of 334 See the README file for detailed information about this feature. 341 to testing for a PHASE. SYMBIOS say this feature is working fine. 369 There were still 2 places the driver used this feature of the 436 this feature. [all …]
|
D | ncr53c8xx.txt | 215 registers for bit 32-63. Another interesting feature is that LOAD/STORE 229 some poorly designed motherboards may break this feature. 239 characteristics. This feature may also reduce average command latency. 240 In order to really gain advantage of this feature, devices must have 254 If your controller has NVRAM, you can configure this feature per target 257 to enable or disable this feature. 272 BIOS/SETUP, you can configure tagged queueing feature and device queue 320 feature is disabled by default and requires a compilation configuration 561 if only one has a flaw for some SCSI feature, you can disable the 562 support by the driver of this feature at linux start-up and enable [all …]
|
D | sym53c8xx_2.txt | 125 support the corresponding feature. 190 registers for bit 32-63. Another interesting feature is that LOAD/STORE 198 this feature. A configuration option is provided for normal I/O to be 205 characteristics. This feature may also reduce average command latency. 206 In order to really gain advantage of this feature, devices must have 226 If your controller has NVRAM, you can configure this feature per target 229 to enable or disable this feature. 243 BIOS/SETUP, you can configure tagged queueing feature and device queue 289 This feature was not this useful and added complexity to the code. 402 if only one has a flaw for some SCSI feature, you can disable the [all …]
|
/linux-4.1.27/arch/x86/kernel/ |
D | xsave.c | 718 int feature = fls64(xstate) - 1; in get_xsave_addr() local 719 if (!test_bit(feature, (unsigned long *)&pcntxt_mask)) in get_xsave_addr() 722 return (void *)xsave + xstate_comp_offsets[feature]; in get_xsave_addr()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | Kconfig | 19 feature. See <file:Documentation/isdn/README.syncppp> and 85 This feature provides the X.25 protocol over ISDN connections. 90 menu "ISDN feature submodules"
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-kernel-api.txt | 179 has been sent (so that we can support the magic close feature). 197 Note: The WatchDog Timer Driver Core supports the magic close feature and 198 the nowayout feature. To use the magic close feature you must set the 200 The nowayout feature will overrule the magic close feature.
|
/linux-4.1.27/Documentation/cgroups/ |
D | 00-INDEX | 10 - documents the cpusets feature; assign CPUs and Mem to a set of tasks.
|
/linux-4.1.27/arch/x86/ |
D | Kconfig.debug | 76 It is probably not a good idea to enable this feature in a production 100 bool "Testcase for the DEBUG_RODATA feature" 105 feature as well as for the change_page_attr() infrastructure. 120 tristate "Testcase for the NX non-executable stack feature" 124 and the software setup of this feature.
|
/linux-4.1.27/drivers/usb/host/ |
D | fhci-hub.c | 230 fhci->vroot_hub->feature &= (1 << wValue); in fhci_hub_control() 299 fhci->vroot_hub->feature |= (1 << wValue); in fhci_hub_control()
|
/linux-4.1.27/drivers/usb/core/ |
D | Kconfig | 27 persist feature can still be enabled for individual devices 49 The most notable feature of USB OTG is support for a
|
D | hub.h | 122 int port1, int feature);
|
D | hub.c | 387 static int clear_hub_feature(struct usb_device *hdev, int feature) in clear_hub_feature() argument 390 USB_REQ_CLEAR_FEATURE, USB_RT_HUB, feature, 0, NULL, 0, 1000); in clear_hub_feature() 396 int usb_clear_port_feature(struct usb_device *hdev, int port1, int feature) in usb_clear_port_feature() argument 399 USB_REQ_CLEAR_FEATURE, USB_RT_PORT, feature, port1, in usb_clear_port_feature() 406 static int set_port_feature(struct usb_device *hdev, int port1, int feature) in set_port_feature() argument 409 USB_REQ_SET_FEATURE, USB_RT_PORT, feature, port1, in set_port_feature() 3733 int feature; in usb_set_device_initiated_lpm() local 3737 feature = USB_DEVICE_U1_ENABLE; in usb_set_device_initiated_lpm() 3740 feature = USB_DEVICE_U2_ENABLE; in usb_set_device_initiated_lpm() 3764 feature, in usb_set_device_initiated_lpm() [all …]
|
/linux-4.1.27/Documentation/ |
D | dcdbas.txt | 47 Dell OpenManage supports a host control feature that allows the administrator 49 shutting down. On some Dell systems, this host control feature requires that
|
D | hw_random.txt | 4 special hardware feature on your CPU or motherboard, 59 access to our RNG for use as a security feature. At this time,
|
D | binfmt_misc.txt | 4 This Kernel feature allows you to invoke almost (for restrictions see below) 59 the interpreter to execute non-readable binaries. This feature 66 This feature should be used with care as the interpreter
|
D | svga.txt | 7 This small document describes the "Video Mode Selection" feature which 83 80x43), local modes (if the local modes feature is enabled), VESA modes and 110 have used the `scan' feature). 159 really want to have the adapter autodetected (maybe in case the `scan' feature 161 are not completely sane. In case you really need this feature, please drop me
|
D | unshare.txt | 5 provides an overview of the feature, why it is needed, how it can 71 of shared-tree feature in the Linux kernel, even regular Linux systems 95 stable code to implement a new feature that may not get exercised 98 the benefits of this new feature can exceed its cost.
|
D | kselftest.txt | 68 * Don't cause the top-level "make run_tests" to fail if your feature is
|
/linux-4.1.27/Documentation/hwmon/ |
D | ina209 | 32 sysfs. It does not support every feature of this chip. 91 Output pin programming is a board feature which depends on the BIOS. It is
|
D | menf21bmc | 17 This driver gives access to the voltage monitoring feature of the main
|
D | w83l785ts | 40 not notice anything. Thanks to James Bolt for helping test this feature.
|
D | lm85 | 75 This feature can also be disabled for manual control of the PWM's. 133 zero. EMC6D102 and EMC6D103 feature additional ADC bits thus extending precision 159 control dynamic Tmin feature can be enabled to keep the system temperature 229 specified temperature. There isn't much documentation on this feature in
|
D | max1668 | 19 The three devices are very similar, but the MAX1805 has a reduced feature
|
D | max6650 | 24 The 2 devices are very similar, but the MAX6550 has a reduced feature
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | nvidia,tegra20-i2c.txt | 20 very much similar to Tegra20 I2C controller with additional feature: 21 Continue Transfer Support. This feature helps to implement M_NO_START
|
/linux-4.1.27/arch/s390/ |
D | Kconfig.debug | 28 It is probably not a good idea to enable this feature in a production
|
/linux-4.1.27/drivers/mtd/spi-nor/ |
D | Kconfig | 15 on the usage this feature may provide performance gain in comparison
|
/linux-4.1.27/drivers/gpu/vga/ |
D | Kconfig | 29 feature is called hybrid graphics, ATI PowerXpress, and Nvidia
|
/linux-4.1.27/arch/arm/mach-pxa/include/mach/ |
D | balloon3.h | 182 extern int balloon3_has(enum balloon3_features feature);
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | atyfb.h | 198 #define M64_HAS(feature) ((par)->features & (M64F_##feature)) argument
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | ci-hdrc-imx.txt | 22 - tpl-support: TPL (Targeted Peripheral List) feature for targeted hosts
|
/linux-4.1.27/Documentation/vm/ |
D | 00-INDEX | 18 - how to use the Kernel Samepage Merging feature.
|
D | ksm.txt | 1 How to use the Kernel Samepage Merging feature 4 KSM is a memory-saving de-duplication feature, enabled by CONFIG_KSM=y,
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozusbsvc1.c | 141 u8 recipient, u8 index, __le16 feature) in oz_usb_set_clear_feature_req() argument 159 put_unaligned(feature, &body->feature); in oz_usb_set_clear_feature_req()
|
/linux-4.1.27/arch/arm64/ |
D | Kconfig | 269 This feature enables support for PCI bus system. If you say Y 444 This feature enables 4KB pages support. 449 This feature enables 64KB pages support (4KB by default) 451 look-up. AArch32 emulation is not available when this feature 586 This kernel feature is useful for number crunching applications 672 for this feature to be enabled. If a new CPU - which doesn't support mixed 673 endian - is hotplugged in after this feature has been enabled, there could 724 This enables SMBIOS/DMI feature for systems.
|
/linux-4.1.27/sound/ppc/ |
D | Kconfig | 30 If this feature is enabled, DRC is turned off when the
|
/linux-4.1.27/drivers/staging/iio/Documentation/dac/ |
D | max517 | 17 shows the different feature sets of the variants MAX517, MAX518 and MAX519:
|
/linux-4.1.27/Documentation/devicetree/bindings/c6x/ |
D | emifa.txt | 23 disables this feature, thereby allowing old commands to stay in the FIFO
|
/linux-4.1.27/arch/metag/ |
D | Kconfig.soc | 50 raised on unaligned accesses. This feature does cost performance
|
/linux-4.1.27/drivers/video/console/ |
D | Kconfig | 37 If you want this feature, say 'Y' here and enter the amount of 114 supports this feature). Otherwise, the framebuffer console will
|
/linux-4.1.27/drivers/usb/musb/ |
D | Kconfig | 41 thereby the gadget feature will be regressed. 49 thereby the host feature will be regressed.
|
/linux-4.1.27/Documentation/extcon/ |
D | porting-android-switch-class | 15 No extcon extended feature, but switch features only. 101 the extcon device driver should support multistate feature (STEP 2).
|
/linux-4.1.27/arch/um/ |
D | Kconfig.um | 72 If you answer 'Y' to this option, to use this feature, you need the 89 This is the feature normally accomplished by pressing a key
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/omap/ |
D | ctrl.txt | 4 Pincontrol is one common feature, and it has a specialized support
|
/linux-4.1.27/Documentation/devicetree/bindings/gpio/ |
D | gpio-stp-xway.txt | 23 property can enable this feature.
|
/linux-4.1.27/drivers/isdn/capi/ |
D | Kconfig | 6 of CAPI messages. This feature can be enabled/disabled via IOCTL for
|
/linux-4.1.27/include/net/ |
D | dst.h | 212 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature() argument 214 return dst_metric(dst, RTAX_FEATURES) & feature; in dst_feature()
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | kernel-stacks | 31 x86_64 also has a feature which is not available on i386, the ability 34 events on x86_64. This feature is called the Interrupt Stack Table
|
/linux-4.1.27/Documentation/filesystems/pohmelfs/ |
D | design_notes.txt | 48 The main feature of POHMELFS is writeback data and the metadata cache. 54 Because of this feature, POHMELFS is extremely fast at metadata intensive
|
/linux-4.1.27/drivers/net/wireless/ath/ |
D | Kconfig | 42 this feature is explicitly allowed and only on cards that
|
/linux-4.1.27/Documentation/devicetree/bindings/thermal/ |
D | ti_soc_thermal.txt | 4 and a temperature sensor feature that are gathered in the band
|
/linux-4.1.27/drivers/eisa/ |
D | Kconfig | 52 can disable this feature and you'll get device ID instead of
|
/linux-4.1.27/drivers/s390/block/ |
D | dasd_devmap.c | 1488 dasd_get_feature(struct ccw_device *cdev, int feature) in dasd_get_feature() argument 1496 return ((devmap->features & feature) != 0); in dasd_get_feature() 1504 dasd_set_feature(struct ccw_device *cdev, int feature, int flag) in dasd_set_feature() argument 1514 devmap->features |= feature; in dasd_set_feature() 1516 devmap->features &= ~feature; in dasd_set_feature()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | mlx4_en.h | 828 #define DEV_FEATURE_CHANGED(dev, new_features, feature) \ argument 829 ((dev->features & feature) ^ (new_features & feature))
|
/linux-4.1.27/Documentation/fb/ |
D | arkfb.txt | 58 * feature connector support
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | balloon3.c | 82 int balloon3_has(enum balloon3_features feature) in balloon3_has() argument 84 return (balloon3_features_present & (1 << feature)) ? 1 : 0; in balloon3_has()
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | ABI.txt | 23 2) Use specific compatible strings so that if we need to add a feature (DMA)
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | gpmi-nand.txt | 35 partitions written from Linux with this feature
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | powersave.txt | 5 This feature is enabled via Kconfig CONFIG_SND_AC97_POWER_SAVE
|
D | HD-Audio.txt | 228 headphone plugging. This feature is implemented in most cases, but 329 `CONFIG_SND_HDA_POWER_SAVE` option enables the power-saving feature. 355 This is an experimental feature to allow you re-configure the HD-audio 448 - auto_mute (bool): enable/disable the headphone auto-mute feature; 450 - auto_mic (bool): enable/disable the mic auto-switch feature; default 453 feature; default false 583 The power-saving feature might cause audible click noises at each 586 openSUSE enables the power-saving feature automatically when the power 589 check the current value. If it's non-zero, the feature is turned on. 593 down dynamically. The feature is enabled only for certain controller [all …]
|
/linux-4.1.27/Documentation/x86/ |
D | usb-legacy-support.txt | 8 feature that allows one to use the USB mouse and keyboard as if they were
|
/linux-4.1.27/fs/jffs2/ |
D | Kconfig | 57 This feature makes it possible to use summary information 139 This feature was added in July, 2007. Say 'N' if you need
|
/linux-4.1.27/arch/blackfin/ |
D | Kconfig.debug | 26 feature. 127 this feature can be used to prevent trace overflow from loops that 206 feature, you must add "earlyprintk=serial,uart0,57600" to the
|