/linux-4.4.14/arch/alpha/kernel/ |
D | module.c | 42 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/ |
D | sound_core.c | 346 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/ |
D | mac.c | 507 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()
|
D | tx.c | 708 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 …]
|
D | wlan.h | 226 u8 chains:3; member
|
/linux-4.4.14/net/mac80211/ |
D | rx.c | 150 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 …]
|
D | sta_info.h | 442 u8 chains; member
|
D | sta_info.c | 1955 if (sta->rx_stats.chains && in sta_set_sinfo() 1961 sinfo->chains = sta->rx_stats.chains; in sta_set_sinfo()
|
D | mlme.c | 4158 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/ |
D | Kconfig | 55 As this chains off of the on-chip DMAC, that must also be
|
/linux-4.4.14/tools/perf/Documentation/ |
D | intel-bts.txt | 55 chains) are supported.
|
D | perf-report.txt | 174 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/ |
D | CPUfreq.txt | 38 SoC and the driver as each device has different PLL and clock chains
|
/linux-4.4.14/net/netfilter/ |
D | nf_tables_netdev.c | 212 list_for_each_entry(chain, &table->chains, list) { in nf_tables_netdev_event()
|
D | nf_tables_api.c | 597 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 …]
|
D | Kconfig | 904 the tables, chains, rules.
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
D | rs.h | 351 u8 chains; member
|
D | rx.c | 165 rx_status->chains = (le16_to_cpu(phy_info->phy_flags) & in iwl_mvm_get_signal_strength()
|
D | rs.c | 2649 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/ |
D | async-tx-api.txt | 46 2/ cross channel dependency chains: the API allows a chain of dependent 105 chains and issuing pending operations.
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 122 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
|
D | lockdep-design.txt | 184 locking chains have to occur at least once (anytime, in any
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | common.c | 247 rxs->chains |= BIT(j); in ath9k_cmn_process_rssi()
|
/linux-4.4.14/drivers/media/usb/uvc/ |
D | uvc_driver.c | 1619 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()
|
D | uvcvideo.h | 541 struct list_head chains; member
|
/linux-4.4.14/Documentation/extcon/ |
D | porting-android-switch-class | 81 notifier chains.
|
/linux-4.4.14/drivers/pcmcia/ |
D | cistpl.c | 1553 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/ |
D | mac.c | 470 status->chains = BIT(0); in mt76_mac_process_rx()
|
/linux-4.4.14/Documentation/scsi/ |
D | osd.txt | 165 last scatter chain can be incomplete and all the middle chains are of PAGE_SIZE.
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_tables.h | 846 struct list_head chains; member
|
/linux-4.4.14/Documentation/power/ |
D | userland-swsusp.txt | 28 allocated, and PM_HIBERNATION_PREPARE / PM_RESTORE_PREPARE chains are
|
/linux-4.4.14/fs/affs/ |
D | Changes | 272 - Hash chains are now sorted by block numbers.
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | Kconfig | 281 and OUTPUT chains.
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | Kconfig | 370 and OUTPUT chains.
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 664 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/ |
D | provider.txt | 350 dependency chains
|
/linux-4.4.14/Documentation/blockdev/ |
D | paride.txt | 175 if you want to use chains of devices on the same parallel port.
|
/linux-4.4.14/include/net/ |
D | mac80211.h | 1125 u8 chains; member
|
D | cfg80211.h | 1078 u8 chains; member
|
/linux-4.4.14/Documentation/networking/ |
D | ip-sysctl.txt | 1683 1 : pass bridged IPv4 traffic to iptables' chains. 1688 1 : pass bridged IPv6 traffic to ip6tables' chains.
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 654 that traverse bio chains on completion need to keep that in mind. Drivers
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | cfg80211.c | 2511 sinfo->chains = count_rssi; in brcmf_cfg80211_get_station()
|
/linux-4.4.14/net/wireless/ |
D | nl80211.c | 3758 if (!nl80211_put_signal(msg, sinfo->chains, in nl80211_send_station() 3764 if (!nl80211_put_signal(msg, sinfo->chains, in nl80211_send_station()
|