Home
last modified time | relevance | path

Searched refs:basic (Results 1 – 200 of 292) sorted by relevance

12

/linux-4.4.14/drivers/thunderbolt/
Dcap.c15 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.4.14/net/sched/
Dcls_flower.c29 struct flow_dissector_key_basic basic; member
131 skb_key.basic.n_proto = skb->protocol; in fl_classify()
256 fl_set_key_val(tb, &key->basic.n_proto, TCA_FLOWER_KEY_ETH_TYPE, in fl_set_key()
257 &mask->basic.n_proto, TCA_FLOWER_UNSPEC, in fl_set_key()
258 sizeof(key->basic.n_proto)); in fl_set_key()
260 if (key->basic.n_proto == htons(ETH_P_IP) || in fl_set_key()
261 key->basic.n_proto == htons(ETH_P_IPV6)) { in fl_set_key()
262 fl_set_key_val(tb, &key->basic.ip_proto, TCA_FLOWER_KEY_IP_PROTO, in fl_set_key()
263 &mask->basic.ip_proto, TCA_FLOWER_UNSPEC, in fl_set_key()
264 sizeof(key->basic.ip_proto)); in fl_set_key()
[all …]
Dcls_flow.c92 return flow->basic.ip_proto; in flow_get_proto()
/linux-4.4.14/scripts/basic/
D.fixdep.cmd1basic/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.4.14/drivers/net/wireless/iwlwifi/dvm/
Dlib.c243 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 …]
Drxon.c949 unsigned long basic = ctx->vif->bss_conf.basic_rates; in iwl_calc_basic_rates() local
954 for_each_set_bit(i, &basic, BITS_PER_LONG) { in iwl_calc_basic_rates()
Dcommands.h1967 struct iwl_basic_bt_cmd basic; member
1978 struct iwl_basic_bt_cmd basic; member
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Denic_clsf.c25 switch (keys->basic.ip_proto) { in enic_addfltr_5t()
164 tpos->keys.basic.ip_proto == k->basic.ip_proto && in htbl_key_search()
165 tpos->keys.basic.n_proto == k->basic.n_proto) in htbl_key_search()
181 if (!res || keys.basic.n_proto != htons(ETH_P_IP) || in enic_rx_flow_steer()
182 (keys.basic.ip_proto != IPPROTO_TCP && in enic_rx_flow_steer()
183 keys.basic.ip_proto != IPPROTO_UDP)) in enic_rx_flow_steer()
Denic_ethtool.c368 switch (n->keys.basic.ip_proto) { in enic_grxclsrule()
/linux-4.4.14/Documentation/power/
Ddrivers-testing.txt17 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).
D00-INDEX4 - basic info about the APM and ACPI support.
5 basic-pm-debugging.txt
/linux-4.4.14/arch/s390/kernel/
Dperf_cpum_sf.c657 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()
1028 if (sfr->basic.gpp) in perf_push_sample()
1055 if (sample->basic.def != 0x0001) in sample_format_is_valid()
1082 if (sample->basic.I || sample->basic.W) in sample_is_consistent()
1091 sample->basic.def = 0; in reset_sample_slot()
[all …]
/linux-4.4.14/drivers/ntb/test/
DKconfig6 your ntb hardware and drivers are functioning at a basic level.
17 functioning at a basic level.
/linux-4.4.14/include/net/
Dflow_dissector.h148 #define FLOW_KEYS_HASH_START_FIELD basic
149 struct flow_dissector_key_basic basic; member
/linux-4.4.14/net/core/
Dflow_dissector.c657 data->n_proto = flow->basic.n_proto; in make_flow_keys_digest()
658 data->ip_proto = flow->basic.ip_proto; in make_flow_keys_digest()
708 keys.basic.ip_proto = fl6->flowi6_proto; in __skb_get_hash_flowi6()
729 keys.basic.ip_proto = fl4->flowi4_proto; in __skb_get_hash_flowi4()
743 switch (keys->basic.ip_proto) { in __skb_get_poff()
816 keys->basic.ip_proto = fl6->flowi6_proto; in __get_hash_from_flowi6()
832 keys->basic.ip_proto = fl4->flowi4_proto; in __get_hash_from_flowi4()
845 .offset = offsetof(struct flow_keys, basic),
884 .offset = offsetof(struct flow_keys, basic),
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-fs-xfs7 log. The LSN is exported in "cycle:basic block" format.
16 log. The LSN is exported in "cycle:basic block" format.
Dsysfs-driver-hid-wiimote37 device couldn't be detected but supports basic Wii Remote
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dmac.c109 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.4.14/Documentation/devicetree/bindings/clock/ti/
Dinterface.txt6 quite much similar to the basic gate-clock [2], however,
16 "ti,omap3-interface-clock" - basic OMAP3 interface clock
Dgate.txt6 quite much similar to the basic gate-clock [2], however,
18 "ti,gate-clock" - basic gate clock
Dautoidle.txt8 clock, it is always a derivative of some basic clock like a gate, divider,
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/
Dchain_mode.c114 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()
Denh_desc.c129 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()
Ddescs.h170 struct dma_desc basic; member
Dstmmac_main.c896 ep->basic.des2, ep->basic.des3); in stmmac_display_ring()
959 priv->hw->desc->init_rx_desc(&priv->dma_erx[i].basic, in stmmac_clear_descriptors()
968 priv->hw->desc->init_tx_desc(&priv->dma_etx[i].basic, in stmmac_clear_descriptors()
1064 p = &((priv->dma_erx + i)->basic); in init_dma_desc_rings()
1100 p = &((priv->dma_etx + i)->basic); in init_dma_desc_rings()
1141 p = &((priv->dma_etx + i)->basic); in dma_free_tx_skbufs()
1434 priv->hw->desc->init_tx_desc(&priv->dma_etx[i].basic, in stmmac_tx_err()
2543 ep->basic.des2, ep->basic.des3); in sysfs_display_ring()
/linux-4.4.14/Documentation/watchdog/
Dhpwdt.txt8 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
Dpcwd-watchdog.txt13 The Watchdog Driver has one basic role: to talk to the card and send
Dwatchdog-api.txt35 All drivers support the basic mode of operation, where the watchdog
/linux-4.4.14/Documentation/isdn/
DREADME.mISDN4 but only have the basic function in kernel, the interface to the user
DREADME.sc183 A) 10 steps to the establishment of a basic HDLC connection
189 basic HDLC connection between its two channels. Two network
DREADME.concap80 some basic connection control primitives are supported. The type and
/linux-4.4.14/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt27 mac80211->driver: bss_info_changed(set BSSID, basic rate bitmap)
55 mac80211->driver: bss_info_changed(set BSSID, basic rate bitmap)
Ddns_resolver.txt51 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
Dgen_stats.txt93 1) make sure you have basic stats and rate stats setup first.
Dde4x5.txt117 the dc2104x chips should run correctly with the basic driver. I'm in
Dpktgen.txt66 The two basic thread commands are:
Dcs89x0.txt400 * Select 'Self-Test' to test the adapter's basic functionality.
406 The diagnostic self-test checks the adapter's basic functionality as well as
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Drtsm-dcscb.txt4 The Dual Cluster System Configuration Block (DCSCB) provides basic
Dste-nomadik.txt7 - Nomadik System and reset controller used for basic chip control, clock
/linux-4.4.14/drivers/net/wireless/iwlegacy/
Diwl-spectrum.h88 struct ieee80211_basic_report basic[0]; member
/linux-4.4.14/Documentation/devicetree/bindings/rtc/
Dhaoyu,hym8563.txt3 The HYM8563 provides basic rtc and alarm functionality
/linux-4.4.14/Documentation/fmc/
Dfmc-trivial.txt5 interrupt handler. I used it to verify the basic mechanism of the FMC
D00-INDEX11 - What are FMC and SDB, basic concepts for this framework
/linux-4.4.14/Documentation/input/
Dcs461x.txt8 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
Dgameport-programming.txt4 1. A basic classic gameport
45 isn't as easy as a basic IO one, but not so much complex:
Dappletouch.txt22 In order to use the touchpad in the basic mode, compile the driver and load
Delantech.txt106 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
Dxpad.txt181 the basic functionality.
Dinput-programming.txt182 In addition to EV_KEY, there are two more basic event types: EV_REL and
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DCPUfreq.txt28 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.4.14/drivers/sn/
DKconfig12 This option enables basic support for the SGI IOC3-based Base IO
/linux-4.4.14/arch/arm/boot/dts/
Dimx6dl-rex-basic.dts17 compatible = "rex,imx6dl-rex-basic", "fsl,imx6dl";
Dspear600.dtsi164 /* basic GPIO */
/linux-4.4.14/scripts/
DMakefile49 subdir- += basic kconfig package
DMakefile.build250 scripts/basic/fixdep $(depfile) $@ '$(call make-cmd,cc_o_c)' > \
/linux-4.4.14/security/tomoyo/
DMakefile6 $(objtree)/scripts/basic/bin2c <$(firstword $(wildcard $(obj)/policy/$(1).conf $(srctree)/$(src)/po…
/linux-4.4.14/arch/x86/purgatory/
DMakefile21 CMD_BIN2C = $(objtree)/scripts/basic/bin2c
/linux-4.4.14/tools/perf/tests/attr/
DREADME35 perf record kill (test-record-basic)
57 perf stat -e cycles kill (test-stat-basic)
/linux-4.4.14/Documentation/accounting/
Dtaskstats-struct.txt8 1) Common and basic accounting fields
10 the common fields and basic accounting fields are collected for
37 1) Common and basic accounting fields:
Dtaskstats.txt49 write the data received to a file and do basic flow control by increasing
/linux-4.4.14/arch/s390/include/asm/
Dperf_event.h84 struct hws_basic_entry basic; /* Basic-sampling data entry */ member
Dcpu_mf.h122 struct hws_basic_entry basic; /* Basic-sampling data entry */ member
/linux-4.4.14/Documentation/cma/
Ddebugfs.txt1 The CMA debugfs interface is useful to retrieve basic information out of the
/linux-4.4.14/drivers/gpu/drm/gma500/
DKconfig30 Say yes to include basic support for Intel GMA3600/3650 (Intel
/linux-4.4.14/scripts/coccinelle/null/
Deno.cocci1 /// The various basic memory allocation functions don't return ERR_PTR
/linux-4.4.14/drivers/staging/android/ion/
DKconfig25 /dev/ion device and some basic heaps. This can
/linux-4.4.14/Documentation/arm/VFP/
Drelease-notes.txt39 Other operations which have been tested by basic assembly-only tests
/linux-4.4.14/Documentation/device-mapper/
Dlinear.txt5 device onto a linear range of another device. This is the basic building
/linux-4.4.14/Documentation/frv/
DREADME.txt12 A description of the basic features inherent in this architecture port.
Dconfiguring.txt29 This option allows a choice of basic system. This governs the peripherals
Dkernel-ABI.txt44 The FR-V CPU has three basic operating modes. In order of increasing
/linux-4.4.14/sound/pci/emu10k1/
Dp16v.c474 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.4.14/Documentation/cgroups/
Dnet_cls.txt38 configuring iptables, basic example:
Dfreezer-subsystem.txt122 This is the basic mechanism which should do the right thing for user space task
/linux-4.4.14/Documentation/timers/
Dtimekeeping.txt4 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
Dhrtimers.txt81 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.4.14/Documentation/arm/
Dcluster-pm-race-avoidance.txt100 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
DInterrupts107 "simple" handler is very basic, and does not perform any hardware
Dvlocks.txt122 the basic algorithm:
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dgeneric.txt21 is the basic function of real OTG except you want it
/linux-4.4.14/security/integrity/
DKconfig52 0 - basic integrity auditing messages (default)
/linux-4.4.14/drivers/pinctrl/bcm/
DKconfig38 All 3 Cygnus GPIO controllers support basic PINCONF functions such
/linux-4.4.14/Documentation/
Dbraille-console.txt23 to the cursor, hence providing very basic screen reviewing facility.
Dbasic_profiling.txt1 These instructions are deliberately very basic. If you want something clever,
DSecurityBugs32 to a few weeks. As a basic default policy, we expect report date to
Dsgi-ioc4.txt22 initializing the basic functionality of the chip, and allocating
DIntel-IOMMU.txt8 This guide gives a quick cheat sheet for some basic understanding.
DSubmitChecklist4 Here are some basic things that developers should do if they want to see their
Dcrc32.txt147 twice as fast as the basic Sarwate algorithm.
173 a basic CRC will not detect appended zero bits (or bytes). To enable
D00-INDEX47 - 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
DDMA-ISA-LPC.txt74 You allocate these in a similar fashion as all basic resources:
Dlocal_ops.txt120 Here is a sample module which implements a basic per cpu counter using local.h.
DSubmittingDrivers91 should support basic power management by implementing, if
DHOWTO176 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
Dkernel-docs.txt224 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
Dclk.txt227 See the basic clock types in drivers/clk/clk-*.c for examples.
Dcoccinelle.txt48 Four basic modes are defined: patch, report, context, and org. The mode to
Dstatic-keys.txt82 branch selection is basically 'free'. That is the basic tradeoff of this
Dunaligned-memory-access.txt85 starting at address 0x10000. With a basic level of understanding, it would
DChanges213 only entries for devices actually present. udev replaces the basic
/linux-4.4.14/block/
DKconfig.iosched9 The no-op I/O scheduler is a minimal scheduler that does basic merging
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dqp.c2171 struct mlx5_bsf_basic *basic = &bsf->basic; in mlx5_set_bsf() local
2178 basic->bsf_size_sbs = 1 << 7; in mlx5_set_bsf()
2180 basic->check_byte_mask = sig_attrs->check_mask; in mlx5_set_bsf()
2181 basic->raw_data_size = cpu_to_be32(data_size); in mlx5_set_bsf()
2188 basic->mem.bs_selector = bs_selector(mem->sig.dif.pi_interval); in mlx5_set_bsf()
2189 basic->m_bfs_psv = cpu_to_be32(msig->psv_memory.psv_idx); in mlx5_set_bsf()
2204 basic->bsf_size_sbs |= 1 << 4; in mlx5_set_bsf()
2206 basic->wire.copy_byte_mask |= MLX5_CPY_GRD_MASK; in mlx5_set_bsf()
2208 basic->wire.copy_byte_mask |= MLX5_CPY_APP_MASK; in mlx5_set_bsf()
2210 basic->wire.copy_byte_mask |= MLX5_CPY_REF_MASK; in mlx5_set_bsf()
[all …]
/linux-4.4.14/tools/perf/tests/
DBuild9 perf-y += mmap-basic.o
/linux-4.4.14/Documentation/dvb/
Dudev.txt4 This means that only the basic information like module loading parameters
DREADME.dvb-usb52 2005-05-30 - added basic isochronous support to the dvb-usb-framework
/linux-4.4.14/Documentation/sound/alsa/soc/
Dpops_clicks.txt22 shutdown and follows some basic rules:-
/linux-4.4.14/drivers/bcma/
DKconfig53 hosted buses. It's responsible for initialization and basic
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,bcm2835-armctrl-ic.txt21 The 1st cell is the interrupt bank; 0 for interrupts in the "IRQ basic
/linux-4.4.14/drivers/rapidio/
DKconfig65 This option includes basic RapidIO fabric enumeration and discovery
/linux-4.4.14/Documentation/virtual/kvm/
Dapi.txt69 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 …]
Dppc-pv.txt4 The basic execution principle by which KVM on PowerPC works is to run all kernel
/linux-4.4.14/arch/openrisc/
DREADME.openrisc23 In order to build and run Linux for OpenRISC, you'll need at least a basic
/linux-4.4.14/Documentation/w1/slaves/
Dw1_therm14 w1_therm provides basic temperature conversion for ds18*20 devices, and the
/linux-4.4.14/kernel/
DMakefile115 …c const char kernel_config_data[] __used = MAGIC_START"; cat $< | scripts/basic/bin2c; echo "MAGIC…
/linux-4.4.14/Documentation/devicetree/bindings/leds/
Dcommon.txt3 LED and flash LED devices provide the same basic functionality as current
/linux-4.4.14/net/bridge/netfilter/
DKconfig98 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.4.14/net/mac80211/
Dibss.c116 u8 basic = 0; in ieee80211_ibss_build_presp() local
121 basic = 0x80; in ieee80211_ibss_build_presp()
122 *pos++ = basic | (u8) rate; in ieee80211_ibss_build_presp()
160 u8 basic = 0; in ieee80211_ibss_build_presp() local
165 basic = 0x80; in ieee80211_ibss_build_presp()
166 *pos++ = basic | (u8) rate; in ieee80211_ibss_build_presp()
Dutil.c2502 u8 basic = 0; in ieee80211_add_srates_ie() local
2507 basic = 0x80; in ieee80211_add_srates_ie()
2511 *pos++ = basic | (u8) rate; in ieee80211_add_srates_ie()
2552 u8 basic = 0; in ieee80211_add_ext_srates_ie() local
2557 basic = 0x80; in ieee80211_add_ext_srates_ie()
2560 *pos++ = basic | (u8) rate; in ieee80211_add_ext_srates_ie()
/linux-4.4.14/tools/build/
DBuild.include66 printf '\# using basic dep data\n\n' >> $(dot-target).cmd; \
/linux-4.4.14/Documentation/rapidio/
Drapidio.txt126 '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.4.14/Documentation/devicetree/bindings/i2c/
Di2c-arb-gpio-challenge.txt27 The basic algorithm is to assert your line when you want the bus, then make
/linux-4.4.14/Documentation/serial/
Dn_gsm.txt50 /* we are initiator and need encoding 0 (basic) */
/linux-4.4.14/Documentation/filesystems/
Ddnotify.txt8 The basic mechanism involves the application registering for notification
Dinotify.txt73 file descriptor-based one that allows basic file I/O and poll/select.
Dxfs-self-describing-metadata.txt33 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
Dceph.txt69 The basic mount syntax is:
Drelay.txt59 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
Df2fs.txt269 which builds a basic on-disk layout.
281 -e [str] : Set basic extension list. e.g. "mp3,gif,mov"
352 to avoid file system crash. It contains basic partition information and some
Dgfs2-glocks.txt4 This documents the basic principles of the glock state machine
/linux-4.4.14/fs/btrfs/
DKconfig67 This will run some basic sanity tests on the free space cache
/linux-4.4.14/Documentation/wimax/
DREADME.wimax6 This provides a basic Linux kernel WiMAX stack to provide a common
DREADME.i2400m7 and a basic Linux kernel WiMAX stack.
/linux-4.4.14/drivers/net/hyperv/
Dnetvsc_drv.c243 !(flow.basic.n_proto == htons(ETH_P_IP) || in netvsc_set_hash()
244 flow.basic.n_proto == htons(ETH_P_IPV6))) in netvsc_set_hash()
247 if (flow.basic.ip_proto == IPPROTO_TCP) in netvsc_set_hash()
/linux-4.4.14/drivers/mtd/chips/
DKconfig207 This option enables basic support for RAM chips accessed through
213 This option enables basic support for ROM chips accessed through
/linux-4.4.14/sound/pci/ca0106/
Dca0106_main.c968 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.4.14/Documentation/ptp/
Dptp.txt46 implement the basic clock operations.
/linux-4.4.14/Documentation/DocBook/
Drapidio.xml.db101 API-rio-basic-attach
Dnetworking.xml.db171 API-struct-gnet-stats-basic
178 API-gnet-stats-copy-basic
/linux-4.4.14/Documentation/video4linux/
DREADME.davinci-vpbe68 various LCD displays.As of this patch a basic driver is present, and this
/linux-4.4.14/Documentation/cpu-freq/
Dcpufreq-stats.txt114 basic statistics which includes time_in_state and total_trans.
/linux-4.4.14/Documentation/sound/alsa/
DHD-Audio-Models.txt109 basic 3-jack (default)
120 basic default configuration
Dtimestamping.txt17 The ALSA API provides reports two basic pieces of information, avail
/linux-4.4.14/fs/cifs/
Dreaddir.c411 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.4.14/drivers/gpu/drm/msm/
DNOTES30 (Second part is not implemented yet. So far this is just basic KMS
/linux-4.4.14/lib/
DKconfig.kgdb40 the tests. The most basic of this I/O module is to boot
DKconfig.debug275 building the kernel, and will run basic sanity checks on them to
930 bool "Spinlock and rw-lock debugging: basic checks"
940 bool "Mutex debugging: basic checks"
1625 This option provides for testing basic kprobes functionality on
1774 on printk when loaded. It is designed to be used for basic
1788 on the copy_to/from_user infrastructure, making sure basic
/linux-4.4.14/Documentation/block/
Dioprio.txt8 With the introduction of cfq v3 (aka cfq-ts or time sliced cfq), basic io
/linux-4.4.14/Documentation/acpi/
Dvideo_extension.txt6 Specification, Appendix B, allowing to perform some basic control like
Dscan_handlers.txt20 The core ACPI namespace scanning code in drivers/acpi/scan.c carries out basic
/linux-4.4.14/Documentation/tpm/
Dxen-tpmfront.txt7 Linux, and a basic understanding of the TPM and vTPM concepts.
/linux-4.4.14/Documentation/RCU/
Drcu.txt4 The basic idea behind RCU (read-copy update) is to split destructive
/linux-4.4.14/Documentation/filesystems/nfs/
Dpnfs.txt60 PNFS utilizes what is called layout drivers. The STD defines 4 basic
Dnfs.txt104 A basic sample /sbin/nfs_cache_getent
/linux-4.4.14/Documentation/target/
Dtcm_mod_builder.txt18 *) Generate basic infrastructure for loading/unloading LKMs and TCM/ConfigFS fabric module
/linux-4.4.14/Documentation/devicetree/bindings/arm/hisilicon/
Dhisilicon.txt181 HiP05 Soc to implement some basic configurations.
/linux-4.4.14/include/linux/mlx5/
Dqp.h369 } basic; member
/linux-4.4.14/arch/arm/kernel/
Dentry-header.S147 @ write basic exception frame
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dtdls.c852 u8 i, action, basic; in mwifiex_process_tdls_action_frame() local
919 basic = sta_ptr->tdls_cap.rates_len; in mwifiex_process_tdls_action_frame()
921 sta_ptr->tdls_cap.rates[basic + i] = pos[i + 2]; in mwifiex_process_tdls_action_frame()
/linux-4.4.14/drivers/ata/
DKconfig27 NOTE: ATA enables basic SCSI support; *however*,
745 This option enables basic support for the later RDC PATA controllers
974 This option enables basic support for the PC Tech RZ1000/1
983 This option enables basic support for Samsung's S3C/S5P board
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dbrcm,brcmnand.txt7 basic PROGRAM and READ functions, among other features.
/linux-4.4.14/Documentation/trace/
Duprobetracer.txt41 FETCHARG:TYPE : Set TYPE as the type of FETCHARG. Currently, basic types
Dkprobetrace.txt45 FETCHARG:TYPE : Set TYPE as the type of FETCHARG. Currently, basic types
Dcoresight.txt88 the basic tracing functionality, enabling components such ETM/PTM, funnel,
/linux-4.4.14/drivers/video/backlight/
DKconfig42 SPI driver for Epson L4F00242T03. This provides basic support
50 SPI driver for Samsung LMS283GF05. This provides basic support
/linux-4.4.14/Documentation/usb/
DWUSB-Design-overview.txt40 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
Dgadget_hid.txt7 Devices (HID). The basic HID handling is done in the kernel,
Dmass-storage.txt204 duplicate code needed for handling basic USB protocol commands and
Dgadget-testing.txt1 This file summarizes information on basic testing of USB functions
743 The most basic testing:
Dehci.txt36 but those changes haven't needed to really change the basic "usbcore"
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt108 basic show/store interaction.
176 The most basic function of a config_item_type is to define what
307 The best example of these basic concepts is the simple_children
/linux-4.4.14/Documentation/zh_CN/
DCodingStyle427 (setq c-basic-offset 8))
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c333 if (fkeys->basic.ip_proto == IPPROTO_TCP) in bnxt_grxclsrule()
335 else if (fkeys->basic.ip_proto == IPPROTO_UDP) in bnxt_grxclsrule()
Dbnxt.c2828 req.ip_protocol = keys->basic.ip_proto; in bnxt_hwrm_cfa_ntuple_filter_alloc()
5334 keys1->basic.ip_proto == keys2->basic.ip_proto && in bnxt_fltr_match()
5335 keys1->basic.n_proto == keys2->basic.n_proto && in bnxt_fltr_match()
5365 if ((fkeys->basic.n_proto != htons(ETH_P_IP)) || in bnxt_rx_flow_steer()
5366 ((fkeys->basic.ip_proto != IPPROTO_TCP) && in bnxt_rx_flow_steer()
5367 (fkeys->basic.ip_proto != IPPROTO_UDP))) { in bnxt_rx_flow_steer()
/linux-4.4.14/Documentation/kbuild/
Dkconfig-language.txt52 Every config option must have a type. There are only two basic types:
508 in documenting basic Kconfig syntax a more precise definition of Kconfig
540 been introduced first with [5]. The basic concept of undertaker is to exract
/linux-4.4.14/Documentation/locking/
Dmutex-design.txt32 In its most basic form it also includes a wait-queue and a spinlock
Dspinlocks.txt3 The most basic primitive for locking is spinlock.
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dmac-ctxt.c538 unsigned long basic = vif->bss_conf.basic_rates; in iwl_mvm_ack_rates() local
547 for_each_set_bit(i, &basic, BITS_PER_LONG) { in iwl_mvm_ack_rates()
/linux-4.4.14/tools/perf/Documentation/
Dperf-script-perl.txt32 do basic things like aggregate event data, print results, etc. Also,
Dperf-script-python.txt38 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.4.14/Documentation/driver-model/
Ddevres.txt202 devres core guarantees atomicity to all basic devres operations and
/linux-4.4.14/Documentation/spi/
Dspidev1 SPI devices have a limited userspace API, supporting basic half-duplex
Dspi-summary207 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.4.14/net/ipv6/
DKconfig102 encapsulation. The basic concept of ILA is that we split an
/linux-4.4.14/Documentation/scsi/
Dosd.txt111 basic theme. From no-segments-used up to all-segments-used.
Dosst.txt10 a module?", as these are too basic.
/linux-4.4.14/drivers/acpi/
DKconfig177 ACPI 2.0 Specification, Appendix B. This supports basic operations
190 applications to perform basic fan control (on, off, status).
/linux-4.4.14/Documentation/powerpc/
Dtransactional_memory.txt119 However, basic signal handlers don't need to be aware of transactions
/linux-4.4.14/drivers/net/wireless/
DKconfig146 It has basic support for Linux wireless extensions and initial
/linux-4.4.14/Documentation/blockdev/
Dzram.txt190 The basic strategy is:
/linux-4.4.14/Documentation/pps/
Dpps.txt54 purpose GPIO line. In this case even basic file-related functionality
/linux-4.4.14/
DMakefile439 $(Q)$(MAKE) $(build)=scripts/basic
443 scripts/basic/%: scripts_basic ;
/linux-4.4.14/Documentation/hid/
Dhiddev.txt76 the report. In its basic mode, the hiddev will make these individual
/linux-4.4.14/drivers/net/wireless/b43legacy/
Dmain.c2798 u16 basic, direct, offset, basic_offset, rateptr; in b43legacy_update_basic_rates() local
2805 basic = B43legacy_SHM_SH_CCKBASIC; in b43legacy_update_basic_rates()
2810 basic = B43legacy_SHM_SH_OFDMBASIC; in b43legacy_update_basic_rates()
2833 basic + 2 * offset, rateptr); in b43legacy_update_basic_rates()
/linux-4.4.14/drivers/input/serio/
DKconfig142 clock, a basic audio waveform generator, and an HP-HIL Master
/linux-4.4.14/Documentation/hwmon/
Dlm90232 This driver has basic support for SMBus alert. When an alert is received,
/linux-4.4.14/Documentation/s390/
Ddriver-model.txt76 The basic struct ccw_device and struct ccw_driver data structures can be found
/linux-4.4.14/block/partitions/
DKconfig72 bool "AIX basic partition table support" if PARTITION_ADVANCED
/linux-4.4.14/Documentation/arm/pxa/
Dmfp.txt192 The basic idea of this design is to introduce definitions for all possible pin
/linux-4.4.14/drivers/net/wireless/ath/ar5523/
Dar5523.c1188 bool basic) in ar5523_create_rateset() argument
1212 if (basic_rate_set & 1 && basic) in ar5523_create_rateset()
/linux-4.4.14/drivers/input/keyboard/
DKconfig223 This driver implements basic keypad functionality
242 This driver implements basic keypad functionality

12