/linux-4.1.27/drivers/thunderbolt/ |
D | cap.c | 15 struct tb_cap_basic basic; member 24 return cap->basic.cap != 5; in tb_cap_is_basic() 37 return cap->basic.cap; in tb_cap() 51 next = cap->basic.next; in tb_cap_next() 59 next = cap->basic.next; in tb_cap_next()
|
/linux-4.1.27/scripts/basic/ |
D | .fixdep.cmd | 1 …basic/fixdep := gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict-prototypes… 3 source_scripts/basic/fixdep := scripts/basic/fixdep.c 5 deps_scripts/basic/fixdep := \ 95 scripts/basic/fixdep: $(deps_scripts/basic/fixdep) 97 $(deps_scripts/basic/fixdep):
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | lib.c | 243 struct iwl_basic_bt_cmd basic = { in iwlagn_send_advance_bt_config() local 254 sizeof(basic.bt3_lookup_table)); in iwlagn_send_advance_bt_config() 291 basic.kill_ack_mask = priv->kill_ack_mask; in iwlagn_send_advance_bt_config() 292 basic.kill_cts_mask = priv->kill_cts_mask; in iwlagn_send_advance_bt_config() 294 basic.reduce_txpower = IWLAGN_BT_REDUCED_TX_PWR; in iwlagn_send_advance_bt_config() 295 basic.valid = priv->bt_valid; in iwlagn_send_advance_bt_config() 305 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_DISABLED; in iwlagn_send_advance_bt_config() 307 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_3W << in iwlagn_send_advance_bt_config() 311 basic.flags |= IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE; in iwlagn_send_advance_bt_config() 313 basic.flags &= ~IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE; in iwlagn_send_advance_bt_config() [all …]
|
D | rxon.c | 948 unsigned long basic = ctx->vif->bss_conf.basic_rates; in iwl_calc_basic_rates() local 953 for_each_set_bit(i, &basic, BITS_PER_LONG) { in iwl_calc_basic_rates()
|
D | commands.h | 1967 struct iwl_basic_bt_cmd basic; member 1978 struct iwl_basic_bt_cmd basic; member
|
/linux-4.1.27/Documentation/power/ |
D | drivers-testing.txt | 17 testing the new driver. Please see Documentation/power/basic-pm-debugging.txt 26 (see: Documentation/power/basic-pm-debugging.txt, 1). 29 "platform" modes (see: Documentation/power/basic-pm-debugging.txt, 1). 37 e) Try the test modes of suspend (see: Documentation/power/basic-pm-debugging.txt, 42 (see: Documentation/power/basic-pm-debugging.txt, 2).
|
D | 00-INDEX | 4 - basic info about the APM and ACPI support. 5 basic-pm-debugging.txt
|
/linux-4.1.27/arch/s390/kernel/ |
D | perf_cpum_sf.c | 657 memset(&sfr->basic, 0, sizeof(sfr->basic)); in hw_reset_registers() 1000 regs.psw.addr = sfr->basic.ia; in perf_push_sample() 1001 if (sfr->basic.T) in perf_push_sample() 1003 if (sfr->basic.W) in perf_push_sample() 1005 if (sfr->basic.P) in perf_push_sample() 1007 switch (sfr->basic.AS) { in perf_push_sample() 1029 if (sfr->basic.hpp) in perf_push_sample() 1056 if (sample->basic.def != 0x0001) in sample_format_is_valid() 1083 if (sample->basic.I || sample->basic.W) in sample_is_consistent() 1092 sample->basic.def = 0; in reset_sample_slot() [all …]
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-fs-xfs | 7 log. The LSN is exported in "cycle:basic block" format. 16 log. The LSN is exported in "cycle:basic block" format.
|
D | sysfs-driver-hid-wiimote | 37 device couldn't be detected but supports basic Wii Remote
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
D | mac.c | 109 u32 basic, mandatory; in carl9170_set_mac_rates() local 119 basic = (vif->bss_conf.basic_rates & 0xf); in carl9170_set_mac_rates() 120 basic |= (vif->bss_conf.basic_rates & 0xff0) << 4; in carl9170_set_mac_rates() 129 carl9170_regwrite(AR9170_MAC_REG_BASIC_RATE, basic); in carl9170_set_mac_rates()
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/ |
D | interface.txt | 6 quite much similar to the basic gate-clock [2], however, 16 "ti,omap3-interface-clock" - basic OMAP3 interface clock
|
D | gate.txt | 6 quite much similar to the basic gate-clock [2], however, 18 "ti,gate-clock" - basic gate clock
|
D | autoidle.txt | 8 clock, it is always a derivative of some basic clock like a gate, divider,
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
D | chain_mode.c | 114 p->basic.des3 = (unsigned int)dma_phy; in stmmac_init_dma_chain() 117 p->basic.des3 = (unsigned int)phy_addr; in stmmac_init_dma_chain()
|
D | enh_desc.c | 129 if (unlikely(p->basic.des01.erx.rx_mac_addr)) { in enh_desc_get_ext_status() 371 return p->basic.des01.erx.ipc_csum_error; in enh_desc_get_rx_timestamp_status()
|
D | descs.h | 170 struct dma_desc basic; member
|
D | stmmac_main.c | 886 ep->basic.des2, ep->basic.des3); in stmmac_display_ring() 949 priv->hw->desc->init_rx_desc(&priv->dma_erx[i].basic, in stmmac_clear_descriptors() 958 priv->hw->desc->init_tx_desc(&priv->dma_etx[i].basic, in stmmac_clear_descriptors() 1056 p = &((priv->dma_erx + i)->basic); in init_dma_desc_rings() 1092 p = &((priv->dma_etx + i)->basic); in init_dma_desc_rings() 1133 p = &((priv->dma_etx + i)->basic); in dma_free_tx_skbufs() 1426 priv->hw->desc->init_tx_desc(&priv->dma_etx[i].basic, in stmmac_tx_err() 2529 ep->basic.des2, ep->basic.des3); in sysfs_display_ring()
|
/linux-4.1.27/Documentation/watchdog/ |
D | hpwdt.txt | 8 The HP iLO2 NMI Watchdog driver is a kernel module that provides basic 16 basic application exists in the Documentation/watchdog/src directory called 26 nowayout - basic watchdog parameter that does not allow the timer to
|
D | pcwd-watchdog.txt | 13 The Watchdog Driver has one basic role: to talk to the card and send
|
D | watchdog-api.txt | 35 All drivers support the basic mode of operation, where the watchdog
|
/linux-4.1.27/Documentation/isdn/ |
D | README.mISDN | 4 but only have the basic function in kernel, the interface to the user
|
D | README.sc | 183 A) 10 steps to the establishment of a basic HDLC connection 189 basic HDLC connection between its two channels. Two network
|
D | README.concap | 80 some basic connection control primitives are supported. The type and
|
/linux-4.1.27/Documentation/networking/ |
D | mac80211-auth-assoc-deauth.txt | 27 mac80211->driver: bss_info_changed(set BSSID, basic rate bitmap) 55 mac80211->driver: bss_info_changed(set BSSID, basic rate bitmap)
|
D | dns_resolver.txt | 51 basic dname to IPv4/IPv6 address resolution, the following line should be 76 This is the basic access function. It looks for a cached DNS query and if
|
D | gen_stats.txt | 93 1) make sure you have basic stats and rate stats setup first.
|
D | de4x5.txt | 117 the dc2104x chips should run correctly with the basic driver. I'm in
|
D | cs89x0.txt | 400 * Select 'Self-Test' to test the adapter's basic functionality. 406 The diagnostic self-test checks the adapter's basic functionality as well as
|
D | can.txt | 265 The basic CAN frame structure and the sockaddr structure are defined 595 To build a CAN FD aware application use struct canfd_frame as basic CAN 646 configuration message is defined. The basic BCM configuration message used 662 The aligned payload 'frames' uses the same basic CAN frame structure defined
|
D | openvswitch.txt | 154 The basic rule is obvious:
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | iwl-spectrum.h | 88 struct ieee80211_basic_report basic[0]; member
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | rtsm-dcscb.txt | 4 The Dual Cluster System Configuration Block (DCSCB) provides basic
|
D | ste-nomadik.txt | 7 - Nomadik System and reset controller used for basic chip control, clock
|
/linux-4.1.27/scripts/ |
D | Makefile | 42 subdir- += basic kconfig package
|
D | Makefile.build | 250 scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \
|
D | Kbuild.include | 256 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp;\
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | haoyu,hym8563.txt | 3 The HYM8563 provides basic rtc and alarm functionality
|
/linux-4.1.27/Documentation/fmc/ |
D | fmc-trivial.txt | 5 interrupt handler. I used it to verify the basic mechanism of the FMC
|
D | 00-INDEX | 11 - What are FMC and SDB, basic concepts for this framework
|
/linux-4.1.27/Documentation/input/ |
D | cs461x.txt | 8 This version does not have cooked mode support; the basic code 26 This driver have the basic support for PCI devices only; there is no
|
D | gameport-programming.txt | 4 1. A basic classic gameport 45 isn't as easy as a basic IO one, but not so much complex:
|
D | appletouch.txt | 22 In order to use the touchpad in the basic mode, compile the driver and load
|
D | elantech.txt | 106 Currently a value of "1" will turn on some basic debugging and a value of 122 Hardware version 1 provides basic data integrity verification by 127 Hardware version 2 does not provide the same parity bits. Only some basic 137 Depending on the state of crc_enabled, certain basic data integrity
|
D | xpad.txt | 181 the basic functionality.
|
D | input-programming.txt | 182 In addition to EV_KEY, there are two more basic event types: EV_REL and
|
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/ |
D | CPUfreq.txt | 28 framework needs to supply at least basic details of what is required. 60 Each board that wants to use the cpufreq code must register some basic
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | imx6dl-rex-basic.dts | 17 compatible = "rex,imx6dl-rex-basic", "fsl,imx6dl";
|
D | spear600.dtsi | 164 /* basic GPIO */
|
/linux-4.1.27/drivers/sn/ |
D | Kconfig | 12 This option enables basic support for the SGI IOC3-based Base IO
|
/linux-4.1.27/security/tomoyo/ |
D | Makefile | 6 $(objtree)/scripts/basic/bin2c <$(firstword $(wildcard $(obj)/policy/$(1).conf $(srctree)/$(src)/po…
|
/linux-4.1.27/arch/x86/purgatory/ |
D | Makefile | 21 CMD_BIN2C = $(objtree)/scripts/basic/bin2c
|
/linux-4.1.27/tools/perf/tests/attr/ |
D | README | 35 perf record kill (test-record-basic) 57 perf stat -e cycles kill (test-stat-basic)
|
/linux-4.1.27/Documentation/accounting/ |
D | taskstats-struct.txt | 8 1) Common and basic accounting fields 10 the common fields and basic accounting fields are collected for 37 1) Common and basic accounting fields:
|
D | taskstats.txt | 49 write the data received to a file and do basic flow control by increasing
|
/linux-4.1.27/Documentation/cma/ |
D | debugfs.txt | 1 The CMA debugfs interface is useful to retrieve basic information out of the
|
/linux-4.1.27/arch/s390/include/asm/ |
D | perf_event.h | 84 struct hws_basic_entry basic; /* Basic-sampling data entry */ member
|
D | cpu_mf.h | 127 struct hws_basic_entry basic; /* Basic-sampling data entry */ member
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | Kconfig | 30 Say yes to include basic support for Intel GMA3600/3650 (Intel
|
/linux-4.1.27/scripts/coccinelle/null/ |
D | eno.cocci | 1 /// The various basic memory allocation functions don't return ERR_PTR
|
/linux-4.1.27/drivers/staging/android/ion/ |
D | Kconfig | 25 /dev/ion device and some basic heaps. This can
|
/linux-4.1.27/Documentation/frv/ |
D | README.txt | 12 A description of the basic features inherent in this architecture port.
|
D | configuring.txt | 29 This option allows a choice of basic system. This governs the peripherals
|
D | kernel-ABI.txt | 44 The FR-V CPU has three basic operating modes. In order of increasing
|
/linux-4.1.27/Documentation/arm/VFP/ |
D | release-notes.txt | 39 Other operations which have been tested by basic assembly-only tests
|
/linux-4.1.27/Documentation/device-mapper/ |
D | linear.txt | 5 device onto a linear range of another device. This is the basic building
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | p16v.c | 474 u32 basic = 0; in snd_p16v_pcm_trigger_playback() local 496 basic |= (0x1<<channel); in snd_p16v_pcm_trigger_playback() 505 …0k1_ptr20_write(emu, BASIC_INTERRUPT, 0, snd_emu10k1_ptr20_read(emu, BASIC_INTERRUPT, 0)| (basic)); in snd_p16v_pcm_trigger_playback() 508 …1_ptr20_write(emu, BASIC_INTERRUPT, 0, snd_emu10k1_ptr20_read(emu, BASIC_INTERRUPT, 0) & ~(basic)); in snd_p16v_pcm_trigger_playback()
|
/linux-4.1.27/Documentation/cgroups/ |
D | net_cls.txt | 38 configuring iptables, basic example:
|
D | freezer-subsystem.txt | 122 This is the basic mechanism which should do the right thing for user space task
|
D | unified-hierarchy.txt | 335 basic desirable behavior. First off, the soft limit has no 428 system calls. Even the basic access model, being filesystem path
|
/linux-4.1.27/tools/perf/tests/ |
D | Build | 9 perf-y += mmap-basic.o
|
/linux-4.1.27/Documentation/timers/ |
D | timekeeping.txt | 4 This document tries to briefly explain some basic kernel timekeeping 15 the basic timeline, whereas clock events shoot interrupts on certain points 99 You will notice that the clock event device code is based on the same basic 125 for speed in sched_clock(). It however requires some of the same basic
|
D | hrtimers.txt | 81 the basic design considerations were: 90 another basic requirement was the immediate enqueueing and ordering of 92 such as radix trees and hashes, we chose the red black tree as the basic
|
/linux-4.1.27/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 100 This means that CPUs fit the basic model closely. 123 the basic model. 172 from the basic model definition: CPU_UP does not mean that the 266 INBOUND_NOT_COMING_UP (corresponding to GOING_DOWN in the basic 268 COMING_UP in the basic model). The second path avoids cluster 271 CLUSTER_UP/INBOUND_COMING_UP is equivalent to UP in the basic
|
D | Interrupts | 107 "simple" handler is very basic, and does not perform any hardware
|
D | vlocks.txt | 122 the basic algorithm:
|
/linux-4.1.27/Documentation/ |
D | braille-console.txt | 23 to the cursor, hence providing very basic screen reviewing facility.
|
D | basic_profiling.txt | 1 These instructions are deliberately very basic. If you want something clever,
|
D | SecurityBugs | 32 to a few weeks. As a basic default policy, we expect report date to
|
D | sgi-ioc4.txt | 22 initializing the basic functionality of the chip, and allocating
|
D | Intel-IOMMU.txt | 8 This guide gives a quick cheat sheet for some basic understanding.
|
D | SubmitChecklist | 4 Here are some basic things that developers should do if they want to see their
|
D | crc32.txt | 147 twice as fast as the basic Sarwate algorithm. 173 a basic CRC will not detect appended zero bits (or bytes). To enable
|
D | clk.txt | 231 See the basic clock types in drivers/clk/clk-*.c for examples. 242 initializing instances of the basic clock types. These clocks must
|
D | 00-INDEX | 47 - basic info on the Intel IOMMU virtualization support. 91 - basic instructions for those who wants to profile Linux kernel. 481 - Overview and basic ui of xillybus driver
|
D | kernel-doc-nano-HOWTO.txt | 89 * struct blah - the basic blah structure 131 - scripts/basic/docproc.c
|
D | DMA-ISA-LPC.txt | 74 You allocate these in a similar fashion as all basic resources:
|
D | local_ops.txt | 120 Here is a sample module which implements a basic per cpu counter using local.h.
|
D | SubmittingDrivers | 91 should support basic power management by implementing, if
|
D | HOWTO | 176 of basic kernel development question (make sure to search the archives 182 The website has basic information about code organization, subsystems, 184 some basic logistical information, like how to compile a kernel and
|
D | kernel-docs.txt | 224 Gives the basic concepts on the architecture of the PCI subsystem, 225 as long as basic functions and macros to read/write the devices 477 acquisition boards work on their GNU/Linux machines. Gives a basic
|
D | static-keys.txt | 67 branch selection is basically 'free'. That is the basic tradeoff of this
|
D | coccinelle.txt | 48 Four basic modes are defined: patch, report, context, and org. The mode to
|
D | Changes | 200 only entries for devices actually present. udev replaces the basic
|
D | unaligned-memory-access.txt | 85 starting at address 0x10000. With a basic level of understanding, it would
|
D | CodingStyle | 488 It's also important to comment data, whether they are basic types or derived 511 (steps (floor offset c-basic-offset))) 513 c-basic-offset)))
|
D | rbtree.txt | 200 is an optional feature built on top of basic rbtree infrastructure.
|
/linux-4.1.27/drivers/pinctrl/bcm/ |
D | Kconfig | 38 All 3 Cygnus GPIO controllers support basic PINCONF functions such
|
/linux-4.1.27/Documentation/devicetree/bindings/interrupt-controller/ |
D | brcm,bcm2835-armctrl-ic.txt | 16 The 1st cell is the interrupt bank; 0 for interrupts in the "IRQ basic
|
/linux-4.1.27/block/ |
D | Kconfig.iosched | 9 The no-op I/O scheduler is a minimal scheduler that does basic merging
|
/linux-4.1.27/security/integrity/ |
D | Kconfig | 52 0 - basic integrity auditing messages (default)
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | qp.c | 2186 struct mlx5_bsf_basic *basic = &bsf->basic; in mlx5_set_bsf() local 2193 basic->bsf_size_sbs = 1 << 7; in mlx5_set_bsf() 2195 basic->check_byte_mask = sig_attrs->check_mask; in mlx5_set_bsf() 2196 basic->raw_data_size = cpu_to_be32(data_size); in mlx5_set_bsf() 2203 basic->mem.bs_selector = bs_selector(mem->sig.dif.pi_interval); in mlx5_set_bsf() 2204 basic->m_bfs_psv = cpu_to_be32(msig->psv_memory.psv_idx); in mlx5_set_bsf() 2219 basic->bsf_size_sbs |= 1 << 4; in mlx5_set_bsf() 2221 basic->wire.copy_byte_mask |= MLX5_CPY_GRD_MASK; in mlx5_set_bsf() 2223 basic->wire.copy_byte_mask |= MLX5_CPY_APP_MASK; in mlx5_set_bsf() 2225 basic->wire.copy_byte_mask |= MLX5_CPY_REF_MASK; in mlx5_set_bsf() [all …]
|
/linux-4.1.27/drivers/bcma/ |
D | Kconfig | 59 hosted buses. It's responsible for initialization and basic
|
/linux-4.1.27/drivers/rapidio/ |
D | Kconfig | 65 This option includes basic RapidIO fabric enumeration and discovery
|
/linux-4.1.27/Documentation/devicetree/bindings/leds/ |
D | common.txt | 3 LED and flash LED devices provide the same basic functionality as current
|
/linux-4.1.27/Documentation/sound/alsa/soc/ |
D | pops_clicks.txt | 22 shutdown and follows some basic rules:-
|
/linux-4.1.27/Documentation/dvb/ |
D | udev.txt | 4 This means that only the basic information like module loading parameters
|
D | README.dvb-usb | 52 2005-05-30 - added basic isochronous support to the dvb-usb-framework
|
D | avermedia.txt | 14 It is assumed that the reader understands the basic structure
|
/linux-4.1.27/Documentation/w1/slaves/ |
D | w1_therm | 14 w1_therm provides basic temperature conversion for ds18*20 devices.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | api.txt | 69 Capability: which KVM extension provides this ioctl. Can be 'basic', 91 Capability: basic 102 described as 'basic' will be available. 107 Capability: basic 127 Capability: basic 154 Capability: basic, KVM_CAP_CHECK_EXTENSION_VM for vm ioctl 172 Capability: basic 185 Capability: basic 196 Capability: basic 236 Capability: basic [all …]
|
D | ppc-pv.txt | 4 The basic execution principle by which KVM on PowerPC works is to run all kernel
|
/linux-4.1.27/arch/openrisc/ |
D | README.openrisc | 23 In order to build and run Linux for OpenRISC, you'll need at least a basic
|
/linux-4.1.27/net/bridge/netfilter/ |
D | Kconfig | 98 This option adds the IP match, which allows basic IP header field 107 This option adds the IP6 match, which allows basic IPV6 header field
|
/linux-4.1.27/net/mac80211/ |
D | ibss.c | 115 u8 basic = 0; in ieee80211_ibss_build_presp() local 120 basic = 0x80; in ieee80211_ibss_build_presp() 121 *pos++ = basic | (u8) rate; in ieee80211_ibss_build_presp() 159 u8 basic = 0; in ieee80211_ibss_build_presp() local 164 basic = 0x80; in ieee80211_ibss_build_presp() 165 *pos++ = basic | (u8) rate; in ieee80211_ibss_build_presp()
|
D | util.c | 2504 u8 basic = 0; in ieee80211_add_srates_ie() local 2509 basic = 0x80; in ieee80211_add_srates_ie() 2513 *pos++ = basic | (u8) rate; in ieee80211_add_srates_ie() 2554 u8 basic = 0; in ieee80211_add_ext_srates_ie() local 2559 basic = 0x80; in ieee80211_add_ext_srates_ie() 2562 *pos++ = basic | (u8) rate; in ieee80211_add_ext_srates_ie()
|
/linux-4.1.27/Documentation/rapidio/ |
D | rapidio.txt | 126 'rio-scan.scan' for existing basic enumeration/discovery method. 198 enumeration/discovery start by existing basic enumerator method set use boot 208 When automatic enumeration/discovery start is selected, basic method's 309 an enumerator to a specified mport device (or devices). The basic enumerator
|
/linux-4.1.27/Documentation/serial/ |
D | n_gsm.txt | 50 /* we are initiator and need encoding 0 (basic) */
|
/linux-4.1.27/Documentation/filesystems/ |
D | dnotify.txt | 8 The basic mechanism involves the application registering for notification
|
D | inotify.txt | 73 file descriptor-based one that allows basic file I/O and poll/select.
|
D | xfs-self-describing-metadata.txt | 33 required for basic forensic analysis of the filesystem structure. 45 Hence most of the time spent on forensic analysis is spent doing basic 332 verification and CRC calculations. The per-buffer verifiers simply perform basic
|
D | ceph.txt | 69 The basic mount syntax is:
|
D | f2fs.txt | 266 which builds a basic on-disk layout. 278 -e [str] : Set basic extension list. e.g. "mp3,gif,mov" 349 to avoid file system crash. It contains basic partition information and some
|
D | relay.txt | 59 user isn't necessary for basic operation. 97 between kernel and user isn't necessary for basic operation. Things 107 The relay interface implements basic file operations for user space
|
D | gfs2-glocks.txt | 4 This documents the basic principles of the glock state machine
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | i2c-arb-gpio-challenge.txt | 27 The basic algorithm is to assert your line when you want the bus, then make
|
/linux-4.1.27/fs/btrfs/ |
D | Kconfig | 67 This will run some basic sanity tests on the free space cache
|
/linux-4.1.27/Documentation/wimax/ |
D | README.wimax | 6 This provides a basic Linux kernel WiMAX stack to provide a common
|
D | README.i2400m | 7 and a basic Linux kernel WiMAX stack.
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio-Models.txt | 99 basic 3-jack (default) 110 basic default configuration
|
D | timestamping.txt | 17 The ALSA API provides reports two basic pieces of information, avail
|
/linux-4.1.27/drivers/mtd/chips/ |
D | Kconfig | 206 This option enables basic support for RAM chips accessed through 212 This option enables basic support for ROM chips accessed through
|
/linux-4.1.27/sound/pci/ca0106/ |
D | ca0106_main.c | 968 u32 basic = 0; in snd_ca0106_pcm_trigger_playback() local 993 basic |= (0x1 << channel); in snd_ca0106_pcm_trigger_playback() 1006 bits |= basic; in snd_ca0106_pcm_trigger_playback() 1012 bits &= ~basic; in snd_ca0106_pcm_trigger_playback()
|
/linux-4.1.27/Documentation/ptp/ |
D | ptp.txt | 46 implement the basic clock operations.
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | cpufreq-stats.txt | 114 basic statistics which includes time_in_state and total_trans.
|
/linux-4.1.27/kernel/ |
D | Makefile | 110 …c const char kernel_config_data[] __used = MAGIC_START"; cat $< | scripts/basic/bin2c; echo "MAGIC…
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.davinci-vpbe | 68 various LCD displays.As of this patch a basic driver is present, and this
|
/linux-4.1.27/fs/cifs/ |
D | readdir.c | 411 de->ino = le64_to_cpu(info->basic.UniqueId); in cifs_fill_dirent_unix() 731 &((FILE_UNIX_INFO *)find_entry)->basic, in cifs_filldir()
|
/linux-4.1.27/Documentation/acpi/ |
D | video_extension.txt | 6 Specification, Appendix B, allowing to perform some basic control like
|
D | scan_handlers.txt | 20 The core ACPI namespace scanning code in drivers/acpi/scan.c carries out basic
|
/linux-4.1.27/Documentation/tpm/ |
D | xen-tpmfront.txt | 7 Linux, and a basic understanding of the TPM and vTPM concepts.
|
/linux-4.1.27/lib/ |
D | Kconfig.kgdb | 40 the tests. The most basic of this I/O module is to boot
|
D | Kconfig.debug | 274 building the kernel, and will run basic sanity checks on them to 921 bool "Spinlock and rw-lock debugging: basic checks" 931 bool "Mutex debugging: basic checks" 1561 This option provides for testing basic kprobes functionality on 1707 on printk when loaded. It is designed to be used for basic 1721 on the copy_to/from_user infrastructure, making sure basic
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | NOTES | 30 (Second part is not implemented yet. So far this is just basic KMS
|
/linux-4.1.27/Documentation/block/ |
D | ioprio.txt | 8 With the introduction of cfq v3 (aka cfq-ts or time sliced cfq), basic io
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | tdls.c | 838 u8 i, action, basic; in mwifiex_process_tdls_action_frame() local 905 basic = sta_ptr->tdls_cap.rates_len; in mwifiex_process_tdls_action_frame() 907 sta_ptr->tdls_cap.rates[basic + i] = pos[i + 2]; in mwifiex_process_tdls_action_frame()
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | pnfs.txt | 60 PNFS utilizes what is called layout drivers. The STD defines 4 basic
|
D | nfs.txt | 104 A basic sample /sbin/nfs_cache_getent
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu.txt | 4 The basic idea behind RCU (read-copy update) is to split destructive
|
/linux-4.1.27/Documentation/target/ |
D | tcm_mod_builder.txt | 18 *) Generate basic infrastructure for loading/unloading LKMs and TCM/ConfigFS fabric module
|
/linux-4.1.27/include/linux/mlx5/ |
D | qp.h | 344 } basic; member
|
/linux-4.1.27/drivers/ata/ |
D | Kconfig | 27 NOTE: ATA enables basic SCSI support; *however*, 718 This option enables basic support for the later RDC PATA controllers 948 This option enables basic support for the PC Tech RZ1000/1 957 This option enables basic support for Samsung's S3C/S5P board
|
/linux-4.1.27/Documentation/trace/ |
D | uprobetracer.txt | 41 FETCHARG:TYPE : Set TYPE as the type of FETCHARG. Currently, basic types
|
D | kprobetrace.txt | 45 FETCHARG:TYPE : Set TYPE as the type of FETCHARG. Currently, basic types
|
D | coresight.txt | 88 the basic tracing functionality, enabling components such ETM/PTM, funnel,
|
/linux-4.1.27/drivers/video/backlight/ |
D | Kconfig | 41 SPI driver for Epson L4F00242T03. This provides basic support 48 SPI driver for Samsung LMS283GF05. This provides basic support
|
/linux-4.1.27/Documentation/usb/ |
D | WUSB-Design-overview.txt | 40 1. Devices and hosts: the basic structure 70 in 256 256us long /MASs/ (Media Allocation Slots), which are the basic 159 Devices and hosts: the basic structure
|
D | gadget_hid.txt | 7 Devices (HID). The basic HID handling is done in the kernel,
|
D | mass-storage.txt | 204 duplicate code needed for handling basic USB protocol commands and
|
D | gadget-testing.txt | 1 This file summarizes information on basic testing of USB functions 745 The most basic testing:
|
D | URB.txt | 15 The basic idea of the new driver is message passing, the message itself is
|
D | ehci.txt | 36 but those changes haven't needed to really change the basic "usbcore"
|
/linux-4.1.27/Documentation/zh_CN/ |
D | CodingStyle | 427 (setq c-basic-offset 8))
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-header.S | 147 @ write basic exception frame
|
/linux-4.1.27/drivers/acpi/ |
D | Kconfig | 145 ACPI 2.0 Specification, Appendix B. This supports basic operations 158 applications to perform basic fan control (on, off, status).
|
/linux-4.1.27/Documentation/filesystems/configfs/ |
D | configfs.txt | 108 basic show/store interaction. 182 The most basic function of a config_item_type is to define what 313 The best example of these basic concepts is the simple_children
|
/linux-4.1.27/Documentation/locking/ |
D | mutex-design.txt | 32 In its most basic form it also includes a wait-queue and a spinlock
|
D | spinlocks.txt | 3 The most basic primitive for locking is spinlock.
|
D | lockdep-design.txt | 10 The basic object the validator operates upon is a 'class' of locks.
|
/linux-4.1.27/Documentation/blockdev/ |
D | zram.txt | 134 The basic strategy is:
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | mac-ctxt.c | 529 unsigned long basic = vif->bss_conf.basic_rates; in iwl_mvm_ack_rates() local 538 for_each_set_bit(i, &basic, BITS_PER_LONG) { in iwl_mvm_ack_rates()
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-script-perl.txt | 32 do basic things like aggregate event data, print results, etc. Also,
|
D | perf-script-python.txt | 38 basic ideas necessary to create a useful script. Here's an example 430 do basic things like aggregate event data, print results, etc. Also,
|
/linux-4.1.27/Documentation/scsi/ |
D | osd.txt | 111 basic theme. From no-segments-used up to all-segments-used.
|
D | osst.txt | 10 a module?", as these are too basic.
|
/linux-4.1.27/Documentation/spi/ |
D | spidev | 1 SPI devices have a limited userspace API, supporting basic half-duplex
|
D | spi-summary | 207 same basic controller setup code. This is because most SOCs have several 331 basic device identification probes, so they should hotplug normally. 414 - The basic I/O primitive is spi_async(). Async requests may be
|
/linux-4.1.27/Documentation/driver-model/ |
D | devres.txt | 202 devres core guarantees atomicity to all basic devres operations and
|
/linux-4.1.27/Documentation/powerpc/ |
D | transactional_memory.txt | 118 However, basic signal handlers don't need to be aware of transactions
|
/linux-4.1.27/drivers/net/wireless/ |
D | Kconfig | 146 It has basic support for Linux wireless extensions and initial
|
/linux-4.1.27/Documentation/pps/ |
D | pps.txt | 54 purpose GPIO line. In this case even basic file-related functionality
|
/linux-4.1.27/ |
D | Makefile | 449 $(Q)$(MAKE) $(build)=scripts/basic 453 scripts/basic/%: scripts_basic ;
|
/linux-4.1.27/drivers/input/serio/ |
D | Kconfig | 142 clock, a basic audio waveform generator, and an HP-HIL Master
|
/linux-4.1.27/Documentation/hid/ |
D | hiddev.txt | 76 the report. In its basic mode, the hiddev will make these individual
|
/linux-4.1.27/Documentation/gpio/ |
D | driver.txt | 137 if that is a combined GPIO+IRQ driver. The basic premise is that gpio_chip and
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | main.c | 2800 u16 basic, direct, offset, basic_offset, rateptr; in b43legacy_update_basic_rates() local 2807 basic = B43legacy_SHM_SH_CCKBASIC; in b43legacy_update_basic_rates() 2812 basic = B43legacy_SHM_SH_OFDMBASIC; in b43legacy_update_basic_rates() 2835 basic + 2 * offset, rateptr); in b43legacy_update_basic_rates()
|
/linux-4.1.27/Documentation/arm/pxa/ |
D | mfp.txt | 192 The basic idea of this design is to introduce definitions for all possible pin
|
/linux-4.1.27/Documentation/s390/ |
D | driver-model.txt | 76 The basic struct ccw_device and struct ccw_driver data structures can be found
|
/linux-4.1.27/Documentation/hwmon/ |
D | lm90 | 232 This driver has basic support for SMBus alert. When an alert is received,
|
D | it87 | 251 control mode. The driver will perform basic integrity checks before
|
/linux-4.1.27/block/partitions/ |
D | Kconfig | 72 bool "AIX basic partition table support" if PARTITION_ADVANCED
|
/linux-4.1.27/drivers/input/keyboard/ |
D | Kconfig | 223 This driver implements basic keypad functionality 242 This driver implements basic keypad functionality
|
/linux-4.1.27/drivers/net/wireless/ath/ar5523/ |
D | ar5523.c | 1188 bool basic) in ar5523_create_rateset() argument 1212 if (basic_rate_set & 1 && basic) in ar5523_create_rateset()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | Kconfig | 142 This is the "basic" form of SNMP-ALG, as described in RFC 2962
|
/linux-4.1.27/Documentation/vm/ |
D | slub.txt | 4 The basic philosophy of SLUB is very different from SLAB. SLAB
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 64 * basic unit (which is shown during driver
|
/linux-4.1.27/Documentation/PCI/ |
D | pcieaer-howto.txt | 31 driver provides three basic functions:
|
/linux-4.1.27/net/ |
D | Kconfig | 175 basic ones needed by most people will default to 'M'.
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | Kconfig | 305 MIO A701. Currently there is only basic support
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 51 With the joys of writing a compat layer avoided we can take a look at the basic
|