Home
last modified time | relevance | path

Searched refs:chains (Results 1 – 38 of 38) sorted by relevance

/linux-4.1.27/arch/alpha/kernel/
Dmodule.c42 struct got_entry *chains, Elf64_Xword *poffset) in process_reloc_for_got() argument
52 for (g = chains + r_sym; g ; g = g->next) in process_reloc_for_got()
62 g->next = chains[r_sym].next; in process_reloc_for_got()
66 chains[r_sym].next = g; in process_reloc_for_got()
79 struct got_entry *chains; in module_frob_arch_sections() local
108 chains = kcalloc(nsyms, sizeof(struct got_entry), GFP_KERNEL); in module_frob_arch_sections()
109 if (!chains) { in module_frob_arch_sections()
127 process_reloc_for_got(rela+i, chains, in module_frob_arch_sections()
134 for (g = chains[i].next; g ; g = n) { in module_frob_arch_sections()
139 kfree(chains); in module_frob_arch_sections()
/linux-4.1.27/sound/
Dsound_core.c346 static struct sound_unit *chains[SOUND_STEP]; variable
422 return sound_insert_unit(&chains[chain], fops, -1, unit, max_unit, in register_sound_special_device()
449 return sound_insert_unit(&chains[0], fops, dev, 0, 128, in register_sound_mixer()
469 return sound_insert_unit(&chains[2], fops, dev, 2, 130, in register_sound_midi()
497 return sound_insert_unit(&chains[3], fops, dev, 3, 131, in register_sound_dsp()
515 sound_remove_unit(&chains[unit % SOUND_STEP], unit); in unregister_sound_special()
530 sound_remove_unit(&chains[0], unit); in unregister_sound_mixer()
545 sound_remove_unit(&chains[2], unit); in unregister_sound_midi()
562 sound_remove_unit(&chains[3], unit); in unregister_sound_dsp()
572 s=chains[chain]; in __look_for_unit()
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
Dmac.c507 unsigned int power, chains; in carl9170_set_mac_tpc() local
510 chains = AR9170_TX_PHY_TXCHAIN_2; in carl9170_set_mac_tpc()
512 chains = AR9170_TX_PHY_TXCHAIN_1; in carl9170_set_mac_tpc()
529 0x3c1e | power << 20 | chains << 26); in carl9170_set_mac_tpc()
531 power << 5 | chains << 11 | in carl9170_set_mac_tpc()
532 power << 21 | chains << 27); in carl9170_set_mac_tpc()
534 power << 5 | chains << 11 | in carl9170_set_mac_tpc()
535 power << 21 | chains << 27); in carl9170_set_mac_tpc()
Dtx.c708 unsigned int *phyrate, unsigned int *tpc, unsigned int *chains) in carl9170_tx_rate_tpc_chains() argument
753 *chains = AR9170_TX_PHY_TXCHAIN_1; in carl9170_tx_rate_tpc_chains()
757 *chains = AR9170_TX_PHY_TXCHAIN_1; in carl9170_tx_rate_tpc_chains()
759 *chains = AR9170_TX_PHY_TXCHAIN_2; in carl9170_tx_rate_tpc_chains()
768 unsigned int power = 0, chains = 0, phyrate = 0; in carl9170_tx_physet() local
817 &phyrate, &power, &chains); in carl9170_tx_physet()
821 tmp |= cpu_to_le32(SET_CONSTVAL(AR9170_TX_PHY_TXCHAIN, chains)); in carl9170_tx_physet()
1569 unsigned int power, chains; in carl9170_tx_beacon_physet() local
1575 carl9170_tx_rate_tpc_chains(ar, txinfo, rate, plcp, &power, &chains); in carl9170_tx_beacon_physet()
1578 if (chains == AR9170_TX_PHY_TXCHAIN_2) in carl9170_tx_beacon_physet()
[all …]
Dwlan.h226 u8 chains:3; member
/linux-4.1.27/net/mac80211/
Drx.c96 if (status->chains) in ieee80211_rx_radiotap_hdrlen()
97 len += 4 * hweight8(status->chains); in ieee80211_rx_radiotap_hdrlen()
107 if (!status->chains) in ieee80211_rx_radiotap_hdrlen()
126 if (status->chains) { in ieee80211_rx_radiotap_hdrlen()
128 len += 2 * hweight8(status->chains); in ieee80211_rx_radiotap_hdrlen()
168 unsigned long chains = status->chains; in ieee80211_add_rx_radiotap_header() local
191 if (!status->chains) in ieee80211_add_rx_radiotap_header()
194 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header()
292 if (!status->chains) { in ieee80211_add_rx_radiotap_header()
397 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header()
[all …]
Dsta_info.h389 u8 chains; member
Dsta_info.c1890 if (sta->chains && in sta_set_sinfo()
1896 sinfo->chains = sta->chains; in sta_set_sinfo()
Dmlme.c4172 u8 chains = 1; in ieee80211_ht_vht_rx_chains() local
4175 return chains; in ieee80211_ht_vht_rx_chains()
4180 chains = ieee80211_mcs_to_chains(&ht_cap->mcs); in ieee80211_ht_vht_rx_chains()
4188 return chains; in ieee80211_ht_vht_rx_chains()
4203 chains = max(chains, nss); in ieee80211_ht_vht_rx_chains()
4206 return chains; in ieee80211_ht_vht_rx_chains()
/linux-4.1.27/arch/sh/drivers/dma/
DKconfig55 As this chains off of the on-chip DMAC, that must also be
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DCPUfreq.txt38 SoC and the driver as each device has different PLL and clock chains
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Drs.h344 u8 chains; member
Drx.c166 rx_status->chains = (le16_to_cpu(phy_info->phy_flags) & in iwl_mvm_get_signal_strength()
Drs.c2455 if (!(lq_sta->pers.chains & BIT(i))) in rs_get_initial_rate()
2509 lq_sta->pers.chains = rx_status->chains; in rs_update_last_rssi()
2617 lq_sta->pers.chains = 0; in rs_alloc_sta()
/linux-4.1.27/net/netfilter/
Dnf_tables_api.c559 list_for_each_entry(chain, &table->chains, list) { in nf_tables_table_enable()
571 list_for_each_entry(chain, &table->chains, list) { in nf_tables_table_enable()
588 list_for_each_entry(chain, &table->chains, list) { in nf_tables_table_disable()
691 INIT_LIST_HEAD(&table->chains); in nf_tables_newtable()
715 list_for_each_entry(chain, &ctx->table->chains, list) { in nft_flush_table()
733 list_for_each_entry_safe(chain, nc, &ctx->table->chains, list) { in nft_flush_table()
846 list_for_each_entry(chain, &table->chains, list) { in nf_tables_chain_lookup_byhandle()
862 list_for_each_entry(chain, &table->chains, list) { in nf_tables_chain_lookup()
1032 list_for_each_entry_rcu(chain, &table->chains, list) { in nf_tables_dump_chains()
1396 list_add_tail_rcu(&chain->list, &table->chains); in nf_tables_newchain()
[all …]
DKconfig888 the tables, chains, rules.
/linux-4.1.27/Documentation/crypto/
Dasync-tx-api.txt46 2/ cross channel dependency chains: the API allows a chain of dependent
105 chains and issuing pending operations.
/linux-4.1.27/Documentation/locking/
Drt-mutex-design.txt122 inheritance to take place. Multiple chains may converge, but a chain
144 To show where two chains merge, we could add another process F and
152 one, the chains merge.
154 Here we show both chains:
162 For PI to work, the processes at the right end of these chains (or we may
167 have multiple chains merge at mutexes. If we add another process G that is
172 And once again, to show how this can grow I will show the merging chains
217 To keep track of the PI chains, each process has its own PI list. This is
Dlockdep-design.txt184 locking chains have to occur at least once (anytime, in any
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dcommon.c247 rxs->chains |= BIT(j); in ath9k_cmn_process_rssi()
/linux-4.1.27/drivers/media/usb/uvc/
Duvc_driver.c1618 list_add_tail(&chain->list, &dev->chains); in uvc_scan_device()
1621 if (list_empty(&dev->chains)) { in uvc_scan_device()
1660 list_for_each_safe(p, n, &dev->chains) { in uvc_delete()
1827 list_for_each_entry(chain, &dev->chains, list) { in uvc_register_chains()
1868 INIT_LIST_HEAD(&dev->chains); in uvc_probe()
Duvcvideo.h546 struct list_head chains; member
/linux-4.1.27/Documentation/extcon/
Dporting-android-switch-class81 notifier chains.
/linux-4.1.27/tools/perf/Documentation/
Dperf-report.txt169 Display call chains using type, min percent threshold, optional print
172 - flat: single column, linear exposure of call chains.
/linux-4.1.27/drivers/pcmcia/
Dcistpl.c1565 unsigned int chains = 1; in pccard_show_cis() local
1574 if (!s->functions && pccard_validate_cis(s, &chains)) in pccard_show_cis()
1576 if (!chains) in pccard_show_cis()
/linux-4.1.27/Documentation/scsi/
Dosd.txt165 last scatter chain can be incomplete and all the middle chains are of PAGE_SIZE.
/linux-4.1.27/include/net/netfilter/
Dnf_tables.h825 struct list_head chains; member
/linux-4.1.27/Documentation/power/
Duserland-swsusp.txt28 allocated, and PM_HIBERNATION_PREPARE / PM_RESTORE_PREPARE chains are
/linux-4.1.27/fs/affs/
DChanges272 - Hash chains are now sorted by block numbers.
/linux-4.1.27/net/ipv6/netfilter/
DKconfig266 and OUTPUT chains.
/linux-4.1.27/net/ipv4/netfilter/
DKconfig355 and OUTPUT chains.
/linux-4.1.27/lib/
DKconfig.debug654 These kinds of bugs usually occur when call-chains in the
1169 bool "Debug notifier call chains"
1172 Enable this to turn on sanity checking for notifier call chains.
1174 modules properly unregister themselves from notifier chains.
/linux-4.1.27/include/net/
Dmac80211.h1100 u8 chains; member
Dcfg80211.h1074 u8 chains; member
/linux-4.1.27/Documentation/blockdev/
Dparide.txt175 if you want to use chains of devices on the same parallel port.
/linux-4.1.27/Documentation/networking/
Dip-sysctl.txt1597 1 : pass bridged IPv4 traffic to iptables' chains.
1602 1 : pass bridged IPv6 traffic to ip6tables' chains.
/linux-4.1.27/Documentation/block/
Dbiodoc.txt654 that traverse bio chains on completion need to keep that in mind. Drivers
/linux-4.1.27/net/wireless/
Dnl80211.c3733 if (!nl80211_put_signal(msg, sinfo->chains, in nl80211_send_station()
3739 if (!nl80211_put_signal(msg, sinfo->chains, in nl80211_send_station()