Home
last modified time | relevance | path

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

123

/Linux-v5.4/arch/alpha/kernel/
Dmodule.c30 struct got_entry *chains, Elf64_Xword *poffset) in process_reloc_for_got() argument
40 for (g = chains + r_sym; g ; g = g->next) in process_reloc_for_got()
50 g->next = chains[r_sym].next; in process_reloc_for_got()
54 chains[r_sym].next = g; in process_reloc_for_got()
67 struct got_entry *chains; in module_frob_arch_sections() local
96 chains = kcalloc(nsyms, sizeof(struct got_entry), GFP_KERNEL); in module_frob_arch_sections()
97 if (!chains) { in module_frob_arch_sections()
115 process_reloc_for_got(rela+i, chains, in module_frob_arch_sections()
122 for (g = chains[i].next; g ; g = n) { in module_frob_arch_sections()
127 kfree(chains); in module_frob_arch_sections()
/Linux-v5.4/sound/
Dsound_core.c335 static struct sound_unit *chains[SOUND_STEP]; variable
411 return sound_insert_unit(&chains[chain], fops, -1, unit, max_unit, in register_sound_special_device()
438 return sound_insert_unit(&chains[0], fops, dev, 0, 128, in register_sound_mixer()
466 return sound_insert_unit(&chains[3], fops, dev, 3, 131, in register_sound_dsp()
484 sound_remove_unit(&chains[unit % SOUND_STEP], unit); in unregister_sound_special()
499 sound_remove_unit(&chains[0], unit); in unregister_sound_mixer()
516 sound_remove_unit(&chains[3], unit); in unregister_sound_dsp()
526 s=chains[chain]; in __look_for_unit()
/Linux-v5.4/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()
1572 unsigned int power, chains; in carl9170_tx_beacon_physet() local
1578 carl9170_tx_rate_tpc_chains(ar, txinfo, rate, plcp, &power, &chains); in carl9170_tx_beacon_physet()
1581 if (chains == AR9170_TX_PHY_TXCHAIN_2) in carl9170_tx_beacon_physet()
[all …]
Dwlan.h226 u8 chains:3; member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Drs-fw.c81 static u8 rs_fw_set_active_chains(u8 chains) in rs_fw_set_active_chains() argument
85 if (chains & ANT_A) in rs_fw_set_active_chains()
87 if (chains & ANT_B) in rs_fw_set_active_chains()
89 if (chains & ANT_C) in rs_fw_set_active_chains()
92 chains); in rs_fw_set_active_chains()
426 .chains = rs_fw_set_active_chains(iwl_mvm_get_valid_tx_ant(mvm)), in rs_fw_rate_init()
468 lq_sta->pers.chains = 0; in iwl_mvm_rs_add_sta()
Drs.h246 u8 chains; member
388 u8 chains; member
/Linux-v5.4/drivers/gpu/drm/
Ddrm_syncobj.c1274 struct dma_fence_chain **chains; in drm_syncobj_timeline_signal_ioctl() local
1309 chains = kmalloc_array(args->count_handles, sizeof(void *), GFP_KERNEL); in drm_syncobj_timeline_signal_ioctl()
1310 if (!chains) { in drm_syncobj_timeline_signal_ioctl()
1315 chains[i] = kzalloc(sizeof(struct dma_fence_chain), GFP_KERNEL); in drm_syncobj_timeline_signal_ioctl()
1316 if (!chains[i]) { in drm_syncobj_timeline_signal_ioctl()
1318 kfree(chains[j]); in drm_syncobj_timeline_signal_ioctl()
1327 drm_syncobj_add_point(syncobjs[i], chains[i], in drm_syncobj_timeline_signal_ioctl()
1332 kfree(chains); in drm_syncobj_timeline_signal_ioctl()
/Linux-v5.4/Documentation/vm/
Dksm.rst53 KSM pages. The ksmd walk over the stable_node "chains" is also O(N),
76 "chains" is scanned periodically in order to prune stale stable_nodes.
/Linux-v5.4/net/mac80211/
Drx.c141 if (status->chains) in ieee80211_rx_radiotap_hdrlen()
142 len += 4 * hweight8(status->chains); in ieee80211_rx_radiotap_hdrlen()
155 if (!status->chains) in ieee80211_rx_radiotap_hdrlen()
202 if (status->chains) { in ieee80211_rx_radiotap_hdrlen()
204 len += 2 * hweight8(status->chains); in ieee80211_rx_radiotap_hdrlen()
303 unsigned long chains = status->chains; in ieee80211_add_rx_radiotap_header() local
345 if (!status->chains) in ieee80211_add_rx_radiotap_header()
348 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header()
446 if (!status->chains) { in ieee80211_add_rx_radiotap_header()
679 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header()
[all …]
/Linux-v5.4/Documentation/locking/
Drt-mutex-design.rst132 inheritance to take place. Multiple chains may converge, but a chain
154 To show where two chains merge, we could add another process F and
162 one, the chains merge.
164 Here we show both chains::
172 For PI to work, the processes at the right end of these chains (or we may
177 have multiple chains merge at mutexes. If we add another process G that is
182 And once again, to show how this can grow I will show the merging chains
208 To keep track of the PI chains, each process has its own PI rbtree. This is
/Linux-v5.4/arch/sh/drivers/dma/
DKconfig56 As this chains off of the on-chip DMAC, that must also be
/Linux-v5.4/tools/perf/Documentation/
Dintel-bts.txt55 chains) are supported.
Dperf-sched.txt108 Display call chains if present (default on).
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/fw/api/
Drs.h202 u8 chains; member
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Drx.c151 rx_status->chains |= BIT(path); in rtw_rx_fill_rx_status()
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/
Driscv,cpu-intc.txt35 - Source 9 is the supervisor external interrupt, which chains to all other
/Linux-v5.4/Documentation/arm/samsung-s3c24xx/
Dcpufreq.rst39 SoC and the driver as each device has different PLL and clock chains
/Linux-v5.4/drivers/media/usb/uvc/
Duvc_driver.c1783 list_add_tail(&chain->list, &dev->chains); in uvc_scan_fallback()
1832 list_add_tail(&chain->list, &dev->chains); in uvc_scan_device()
1835 if (list_empty(&dev->chains)) in uvc_scan_device()
1838 if (list_empty(&dev->chains)) { in uvc_scan_device()
1875 list_for_each_safe(p, n, &dev->chains) { in uvc_delete()
2069 list_for_each_entry(chain, &dev->chains, list) { in uvc_register_chains()
2115 INIT_LIST_HEAD(&dev->chains); in uvc_probe()
Duvc_status.c138 list_for_each_entry((*chain), &dev->chains, list) { in uvc_event_find_ctrl()
/Linux-v5.4/net/netfilter/
Dnft_chain_filter.c335 list_for_each_entry_safe(chain, nr, &table->chains, list) { in nf_tables_netdev_event()
/Linux-v5.4/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-v5.4/tools/memory-model/Documentation/
Drecipes.txt195 load buffering, release-acquire chains, store buffering.
405 Release-acquire chains
408 Release-acquire chains are a low-overhead, flexible, and easy-to-use
467 Despite this limitation, release-acquire chains are low-overhead as
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dcommon.c248 rxs->chains |= BIT(j); in ath9k_cmn_process_rssi()
/Linux-v5.4/Documentation/media/uapi/v4l/
Ddev-output.rst64 time to permit Unix tool chains, programming a device and then writing

123