Home
last modified time | relevance | path

Searched refs:basic (Results 1 – 25 of 201) sorted by relevance

123456789

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-agn-lib.c366 struct iwl_basic_bt_cmd basic = { in iwlagn_send_advance_bt_config() local
377 sizeof(basic.bt3_lookup_table)); in iwlagn_send_advance_bt_config()
396 basic.kill_ack_mask = priv->kill_ack_mask; in iwlagn_send_advance_bt_config()
397 basic.kill_cts_mask = priv->kill_cts_mask; in iwlagn_send_advance_bt_config()
398 basic.valid = priv->bt_valid; in iwlagn_send_advance_bt_config()
408 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_DISABLED; in iwlagn_send_advance_bt_config()
410 basic.flags = IWLAGN_BT_FLAG_COEX_MODE_3W << in iwlagn_send_advance_bt_config()
414 basic.flags |= IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE; in iwlagn_send_advance_bt_config()
416 basic.flags &= ~IWLAGN_BT_FLAG_SYNC_2_BT_DISABLE; in iwlagn_send_advance_bt_config()
419 basic.flags |= IWLAGN_BT_FLAG_CHANNEL_INHIBITION; in iwlagn_send_advance_bt_config()
[all …]
/linux-3.4.99/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
Dvideo_extension.txt6 Specification, Appendix B, allowing to perform some basic control like
/linux-3.4.99/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-3.4.99/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
/linux-3.4.99/scripts/
DMakefile37 subdir- += basic kconfig package selinux
/linux-3.4.99/Documentation/isdn/
DREADME.mISDN4 but only have the basic function in kernel, the interface to the user
/linux-3.4.99/drivers/net/wireless/iwlegacy/
Diwl-spectrum.h88 struct ieee80211_basic_report basic[0]; member
/linux-3.4.99/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)
/linux-3.4.99/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-3.4.99/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
/linux-3.4.99/drivers/sn/
DKconfig12 This option enables basic support for the SGI IOC3-based Base IO
/linux-3.4.99/drivers/gpu/drm/gma500/
DKconfig25 Say yes to include basic support for Intel GMA3600/3650 (Intel
/linux-3.4.99/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:
/linux-3.4.99/Documentation/virtual/kvm/
Dapi.txt62 Capability: which KVM extension provides this ioctl. Can be 'basic',
80 Capability: basic
91 described as 'basic' will be available.
95 Capability: basic
114 Capability: basic
140 Capability: basic
154 Capability: basic
166 Capability: basic
176 Capability: basic
228 Capability: basic
[all …]
/linux-3.4.99/scripts/coccinelle/null/
Deno.cocci1 /// The various basic memory allocation functions don't return ERR_PTR
/linux-3.4.99/Documentation/arm/VFP/
Drelease-notes.txt39 Other operations which have been tested by basic assembly-only tests
/linux-3.4.99/Documentation/device-mapper/
Dlinear.txt5 device onto a linear range of another device. This is the basic building
/linux-3.4.99/Documentation/frv/
DREADME.txt12 A description of the basic features inherent in this architecture port.
/linux-3.4.99/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-3.4.99/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,
/linux-3.4.99/Documentation/w1/slaves/
Dw1_therm13 w1_therm provides basic temperature conversion for ds18*20 devices.
/linux-3.4.99/block/
DKconfig.iosched9 The no-op I/O scheduler is a minimal scheduler that does basic merging

123456789