Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/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.4.14/net/mac80211/
Drx.c150 if (status->chains) in ieee80211_rx_radiotap_hdrlen()
151 len += 4 * hweight8(status->chains); in ieee80211_rx_radiotap_hdrlen()
161 if (!status->chains) in ieee80211_rx_radiotap_hdrlen()
180 if (status->chains) { in ieee80211_rx_radiotap_hdrlen()
182 len += 2 * hweight8(status->chains); in ieee80211_rx_radiotap_hdrlen()
222 unsigned long chains = status->chains; in ieee80211_add_rx_radiotap_header() local
245 if (!status->chains) in ieee80211_add_rx_radiotap_header()
248 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header()
346 if (!status->chains) { in ieee80211_add_rx_radiotap_header()
447 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header()
[all …]
Dsta_info.h442 u8 chains; member
Dsta_info.c1955 if (sta->rx_stats.chains && in sta_set_sinfo()
1961 sinfo->chains = sta->rx_stats.chains; in sta_set_sinfo()
Dmlme.c4158 u8 chains = 1; in ieee80211_ht_vht_rx_chains() local
4161 return chains; in ieee80211_ht_vht_rx_chains()
4166 chains = ieee80211_mcs_to_chains(&ht_cap->mcs); in ieee80211_ht_vht_rx_chains()
4174 return chains; in ieee80211_ht_vht_rx_chains()
4189 chains = max(chains, nss); in ieee80211_ht_vht_rx_chains()
4192 return chains; in ieee80211_ht_vht_rx_chains()
/linux-4.4.14/arch/sh/drivers/dma/
DKconfig55 As this chains off of the on-chip DMAC, that must also be
/linux-4.4.14/tools/perf/Documentation/
Dintel-bts.txt55 chains) are supported.
Dperf-report.txt174 Display call chains using type, min percent threshold, print limit,
180 - flat: single column, linear exposure of call chains.
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DCPUfreq.txt38 SoC and the driver as each device has different PLL and clock chains
/linux-4.4.14/net/netfilter/
Dnf_tables_netdev.c212 list_for_each_entry(chain, &table->chains, list) { in nf_tables_netdev_event()
Dnf_tables_api.c597 list_for_each_entry(chain, &table->chains, list) { in nf_tables_table_enable()
609 list_for_each_entry(chain, &table->chains, list) { in nf_tables_table_enable()
626 list_for_each_entry(chain, &table->chains, list) { in nf_tables_table_disable()
729 INIT_LIST_HEAD(&table->chains); in nf_tables_newtable()
754 list_for_each_entry(chain, &ctx->table->chains, list) { in nft_flush_table()
772 list_for_each_entry_safe(chain, nc, &ctx->table->chains, list) { in nft_flush_table()
884 list_for_each_entry(chain, &table->chains, list) { in nf_tables_chain_lookup_byhandle()
900 list_for_each_entry(chain, &table->chains, list) { in nf_tables_chain_lookup()
1075 list_for_each_entry_rcu(chain, &table->chains, list) { in nf_tables_dump_chains()
1468 list_add_tail_rcu(&chain->list, &table->chains); in nf_tables_newchain()
[all …]
DKconfig904 the tables, chains, rules.
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Drs.h351 u8 chains; member
Drx.c165 rx_status->chains = (le16_to_cpu(phy_info->phy_flags) & in iwl_mvm_get_signal_strength()
Drs.c2649 if (!(lq_sta->pers.chains & BIT(i))) in rs_get_initial_rate()
2705 lq_sta->pers.chains = rx_status->chains; in rs_update_last_rssi()
2712 if (!(lq_sta->pers.chains & BIT(i))) in rs_update_last_rssi()
2834 lq_sta->pers.chains = 0; in rs_alloc_sta()
/linux-4.4.14/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.4.14/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.4.14/drivers/net/wireless/ath/ath9k/
Dcommon.c247 rxs->chains |= BIT(j); in ath9k_cmn_process_rssi()
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_driver.c1619 list_add_tail(&chain->list, &dev->chains); in uvc_scan_device()
1622 if (list_empty(&dev->chains)) { in uvc_scan_device()
1661 list_for_each_safe(p, n, &dev->chains) { in uvc_delete()
1828 list_for_each_entry(chain, &dev->chains, list) { in uvc_register_chains()
1869 INIT_LIST_HEAD(&dev->chains); in uvc_probe()
Duvcvideo.h541 struct list_head chains; member
/linux-4.4.14/Documentation/extcon/
Dporting-android-switch-class81 notifier chains.
/linux-4.4.14/drivers/pcmcia/
Dcistpl.c1553 unsigned int chains = 1; in pccard_show_cis() local
1562 if (!s->functions && pccard_validate_cis(s, &chains)) in pccard_show_cis()
1564 if (!chains) in pccard_show_cis()
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Dmac.c470 status->chains = BIT(0); in mt76_mac_process_rx()
/linux-4.4.14/Documentation/scsi/
Dosd.txt165 last scatter chain can be incomplete and all the middle chains are of PAGE_SIZE.
/linux-4.4.14/include/net/netfilter/
Dnf_tables.h846 struct list_head chains; member
/linux-4.4.14/Documentation/power/
Duserland-swsusp.txt28 allocated, and PM_HIBERNATION_PREPARE / PM_RESTORE_PREPARE chains are
/linux-4.4.14/fs/affs/
DChanges272 - Hash chains are now sorted by block numbers.
/linux-4.4.14/net/ipv6/netfilter/
DKconfig281 and OUTPUT chains.
/linux-4.4.14/net/ipv4/netfilter/
DKconfig370 and OUTPUT chains.
/linux-4.4.14/lib/
DKconfig.debug664 These kinds of bugs usually occur when call-chains in the
1178 bool "Debug notifier call chains"
1181 Enable this to turn on sanity checking for notifier call chains.
1183 modules properly unregister themselves from notifier chains.
/linux-4.4.14/Documentation/dmaengine/
Dprovider.txt350 dependency chains
/linux-4.4.14/Documentation/blockdev/
Dparide.txt175 if you want to use chains of devices on the same parallel port.
/linux-4.4.14/include/net/
Dmac80211.h1125 u8 chains; member
Dcfg80211.h1078 u8 chains; member
/linux-4.4.14/Documentation/networking/
Dip-sysctl.txt1683 1 : pass bridged IPv4 traffic to iptables' chains.
1688 1 : pass bridged IPv6 traffic to ip6tables' chains.
/linux-4.4.14/Documentation/block/
Dbiodoc.txt654 that traverse bio chains on completion need to keep that in mind. Drivers
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.c2511 sinfo->chains = count_rssi; in brcmf_cfg80211_get_station()
/linux-4.4.14/net/wireless/
Dnl80211.c3758 if (!nl80211_put_signal(msg, sinfo->chains, in nl80211_send_station()
3764 if (!nl80211_put_signal(msg, sinfo->chains, in nl80211_send_station()