/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rxon.c | 26 memset(&ctx->staging, 0, sizeof(ctx->staging)); in iwl_connection_init_rx_config() 29 ctx->staging.dev_type = ctx->unused_devtype; in iwl_connection_init_rx_config() 33 ctx->staging.dev_type = ctx->ap_devtype; in iwl_connection_init_rx_config() 37 ctx->staging.dev_type = ctx->station_devtype; in iwl_connection_init_rx_config() 38 ctx->staging.filter_flags = RXON_FILTER_ACCEPT_GRP_MSK; in iwl_connection_init_rx_config() 42 ctx->staging.dev_type = ctx->ibss_devtype; in iwl_connection_init_rx_config() 43 ctx->staging.flags = RXON_FLG_SHORT_PREAMBLE_MSK; in iwl_connection_init_rx_config() 44 ctx->staging.filter_flags = RXON_FILTER_BCON_AWARE_MSK | in iwl_connection_init_rx_config() 49 ctx->staging in iwl_connection_init_rx_config() 840 const struct iwl_rxon_cmd *staging = &ctx->staging; iwl_full_rxon_required() local [all...] |
H A D | devices.c | 416 cmd.rxon_flags = ctx->staging.flags; in iwl5000_hw_channel_switch() 417 cmd.rxon_filter_flags = ctx->staging.filter_flags; in iwl5000_hw_channel_switch() 584 cmd->rxon_flags = ctx->staging.flags; in iwl6000_hw_channel_switch() 585 cmd->rxon_filter_flags = ctx->staging.filter_flags; in iwl6000_hw_channel_switch()
|
H A D | lib.c | 773 * iwlagn_set_rxon_chain - Set up Rx chain usage in "staging" RXON image 826 ctx->staging.rx_chain = cpu_to_le16(rx_chain); in iwlagn_set_rxon_chain() 829 ctx->staging.rx_chain |= RXON_RX_CHAIN_MIMO_FORCE_MSK; in iwlagn_set_rxon_chain() 831 ctx->staging.rx_chain &= ~RXON_RX_CHAIN_MIMO_FORCE_MSK; in iwlagn_set_rxon_chain() 834 ctx->staging.rx_chain, in iwlagn_set_rxon_chain() 1132 memcpy(&ctx->staging, &rxon, sizeof(rxon)); in iwlagn_suspend()
|
H A D | mac80211.c | 993 if ((le16_to_cpu(ctx->staging.channel) != ch)) in iwlagn_mac_channel_switch() 994 ctx->staging.flags = 0; in iwlagn_mac_channel_switch() 1064 ctx->staging.filter_flags &= ~filter_nand; in iwlagn_configure_filter() 1065 ctx->staging.filter_flags |= filter_or; in iwlagn_configure_filter()
|
H A D | calib.c | 991 rxon_band24 = !!(ctx->staging.flags & RXON_FLG_BAND_24G_MSK); in iwl_chain_noise_calibration() 992 rxon_chnum = le16_to_cpu(ctx->staging.channel); in iwl_chain_noise_calibration()
|
H A D | scan.c | 379 switch (ctx->staging.dev_type) { in iwl_limit_dwell() 442 le16_to_cpu(ctx->staging.channel); in iwl_get_single_channel_number()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rxon.c | 21 memset(&ctx->staging, 0, sizeof(ctx->staging)); in iwl_connection_init_rx_config() 24 ctx->staging.dev_type = ctx->unused_devtype; in iwl_connection_init_rx_config() 28 ctx->staging.dev_type = ctx->ap_devtype; in iwl_connection_init_rx_config() 32 ctx->staging.dev_type = ctx->station_devtype; in iwl_connection_init_rx_config() 33 ctx->staging.filter_flags = RXON_FILTER_ACCEPT_GRP_MSK; in iwl_connection_init_rx_config() 37 ctx->staging.dev_type = ctx->ibss_devtype; in iwl_connection_init_rx_config() 38 ctx->staging.flags = RXON_FLG_SHORT_PREAMBLE_MSK; in iwl_connection_init_rx_config() 39 ctx->staging.filter_flags = RXON_FILTER_BCON_AWARE_MSK | in iwl_connection_init_rx_config() 44 ctx->staging in iwl_connection_init_rx_config() 835 const struct iwl_rxon_cmd *staging = &ctx->staging; iwl_full_rxon_required() local [all...] |
H A D | devices.c | 411 cmd.rxon_flags = ctx->staging.flags; in iwl5000_hw_channel_switch() 412 cmd.rxon_filter_flags = ctx->staging.filter_flags; in iwl5000_hw_channel_switch() 579 cmd->rxon_flags = ctx->staging.flags; in iwl6000_hw_channel_switch() 580 cmd->rxon_filter_flags = ctx->staging.filter_flags; in iwl6000_hw_channel_switch()
|
H A D | lib.c | 768 * iwlagn_set_rxon_chain - Set up Rx chain usage in "staging" RXON image 821 ctx->staging.rx_chain = cpu_to_le16(rx_chain); in iwlagn_set_rxon_chain() 824 ctx->staging.rx_chain |= RXON_RX_CHAIN_MIMO_FORCE_MSK; in iwlagn_set_rxon_chain() 826 ctx->staging.rx_chain &= ~RXON_RX_CHAIN_MIMO_FORCE_MSK; in iwlagn_set_rxon_chain() 829 ctx->staging.rx_chain, in iwlagn_set_rxon_chain() 1127 memcpy(&ctx->staging, &rxon, sizeof(rxon)); in iwlagn_suspend()
|
H A D | mac80211.c | 988 if ((le16_to_cpu(ctx->staging.channel) != ch)) in iwlagn_mac_channel_switch() 989 ctx->staging.flags = 0; in iwlagn_mac_channel_switch() 1059 ctx->staging.filter_flags &= ~filter_nand; in iwlagn_configure_filter() 1060 ctx->staging.filter_flags |= filter_or; in iwlagn_configure_filter()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965.c | 1281 const struct il_rxon_cmd *rxon1 = &il->staging; in il4965_send_rxon_assoc() 1299 rxon_assoc.flags = il->staging.flags; in il4965_send_rxon_assoc() 1300 rxon_assoc.filter_flags = il->staging.filter_flags; in il4965_send_rxon_assoc() 1301 rxon_assoc.ofdm_basic_rates = il->staging.ofdm_basic_rates; in il4965_send_rxon_assoc() 1302 rxon_assoc.cck_basic_rates = il->staging.cck_basic_rates; in il4965_send_rxon_assoc() 1305 il->staging.ofdm_ht_single_stream_basic_rates; in il4965_send_rxon_assoc() 1307 il->staging.ofdm_ht_dual_stream_basic_rates; in il4965_send_rxon_assoc() 1308 rxon_assoc.rx_chain_select_flags = il->staging.rx_chain; in il4965_send_rxon_assoc() 1323 bool new_assoc = !!(il->staging.filter_flags & RXON_FILTER_ASSOC_MSK); in il4965_commit_rxon() 1329 il->staging in il4965_commit_rxon() [all...] |
H A D | common.c | 3586 le16_to_cpu(il->staging.channel), in il_is_ht40_tx_allowed() 3677 struct il_rxon_cmd *rxon = &il->staging; in il_set_rxon_hwcrypto() 3691 struct il_rxon_cmd *rxon = &il->staging; in il_check_rxon_cmd() 3771 const struct il_rxon_cmd *staging = &il->staging; in il_full_rxon_required() local 3790 CHK(!ether_addr_equal_64bits(staging->bssid_addr, active->bssid_addr)); in il_full_rxon_required() 3791 CHK(!ether_addr_equal_64bits(staging->node_addr, active->node_addr)); in il_full_rxon_required() 3792 CHK(!ether_addr_equal_64bits(staging->wlap_bssid_addr, in il_full_rxon_required() 3794 CHK_NEQ(staging->dev_type, active->dev_type); in il_full_rxon_required() 3795 CHK_NEQ(staging in il_full_rxon_required() [all...] |
H A D | 3945-mac.c | 2195 il->staging.filter_flags |= RXON_FILTER_ASSOC_MSK; in il3945_alive_start() 2652 if (memcmp(&il->staging, &il->active, sizeof(il->staging))) in il3945_post_scan() 2714 il->staging.filter_flags &= ~RXON_FILTER_ASSOC_MSK; in il3945_post_associate() 2721 il->staging.filter_flags |= RXON_FILTER_ASSOC_MSK; in il3945_post_associate() 2723 il->staging.assoc_id = cpu_to_le16(il->vif->bss_conf.aid); in il3945_post_associate() 2729 il->staging.flags |= RXON_FLG_SHORT_PREAMBLE_MSK; in il3945_post_associate() 2731 il->staging.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK; in il3945_post_associate() 2733 if (il->staging.flags & RXON_FLG_BAND_24G_MSK) { in il3945_post_associate() 2735 il->staging in il3945_post_associate() [all...] |
H A D | 3945.c | 1670 const struct il_rxon_cmd *rxon1 = &il->staging; in il3945_send_rxon_assoc() 1681 rxon_assoc.flags = il->staging.flags; in il3945_send_rxon_assoc() 1682 rxon_assoc.filter_flags = il->staging.filter_flags; in il3945_send_rxon_assoc() 1683 rxon_assoc.ofdm_basic_rates = il->staging.ofdm_basic_rates; in il3945_send_rxon_assoc() 1684 rxon_assoc.cck_basic_rates = il->staging.cck_basic_rates; in il3945_send_rxon_assoc() 1715 struct il3945_rxon_cmd *staging_rxon = (void *)&il->staging; in il3945_commit_rxon()
|
H A D | 4965-calib.c | 822 rxon_band24 = !!(il->staging.flags & RXON_FLG_BAND_24G_MSK); in il4965_chain_noise_calibration() 823 rxon_chnum = le16_to_cpu(il->staging.channel); in il4965_chain_noise_calibration()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965.c | 1281 const struct il_rxon_cmd *rxon1 = &il->staging; in il4965_send_rxon_assoc() 1299 rxon_assoc.flags = il->staging.flags; in il4965_send_rxon_assoc() 1300 rxon_assoc.filter_flags = il->staging.filter_flags; in il4965_send_rxon_assoc() 1301 rxon_assoc.ofdm_basic_rates = il->staging.ofdm_basic_rates; in il4965_send_rxon_assoc() 1302 rxon_assoc.cck_basic_rates = il->staging.cck_basic_rates; in il4965_send_rxon_assoc() 1305 il->staging.ofdm_ht_single_stream_basic_rates; in il4965_send_rxon_assoc() 1307 il->staging.ofdm_ht_dual_stream_basic_rates; in il4965_send_rxon_assoc() 1308 rxon_assoc.rx_chain_select_flags = il->staging.rx_chain; in il4965_send_rxon_assoc() 1323 bool new_assoc = !!(il->staging.filter_flags & RXON_FILTER_ASSOC_MSK); in il4965_commit_rxon() 1329 il->staging in il4965_commit_rxon() [all...] |
H A D | common.c | 3583 le16_to_cpu(il->staging.channel), in il_is_ht40_tx_allowed() 3674 struct il_rxon_cmd *rxon = &il->staging; in il_set_rxon_hwcrypto() 3688 struct il_rxon_cmd *rxon = &il->staging; in il_check_rxon_cmd() 3768 const struct il_rxon_cmd *staging = &il->staging; in il_full_rxon_required() local 3787 CHK(!ether_addr_equal_64bits(staging->bssid_addr, active->bssid_addr)); in il_full_rxon_required() 3788 CHK(!ether_addr_equal_64bits(staging->node_addr, active->node_addr)); in il_full_rxon_required() 3789 CHK(!ether_addr_equal_64bits(staging->wlap_bssid_addr, in il_full_rxon_required() 3791 CHK_NEQ(staging->dev_type, active->dev_type); in il_full_rxon_required() 3792 CHK_NEQ(staging in il_full_rxon_required() [all...] |
H A D | 3945-mac.c | 2187 il->staging.filter_flags |= RXON_FILTER_ASSOC_MSK; in il3945_alive_start() 2644 if (memcmp(&il->staging, &il->active, sizeof(il->staging))) in il3945_post_scan() 2706 il->staging.filter_flags &= ~RXON_FILTER_ASSOC_MSK; in il3945_post_associate() 2713 il->staging.filter_flags |= RXON_FILTER_ASSOC_MSK; in il3945_post_associate() 2715 il->staging.assoc_id = cpu_to_le16(il->vif->cfg.aid); in il3945_post_associate() 2721 il->staging.flags |= RXON_FLG_SHORT_PREAMBLE_MSK; in il3945_post_associate() 2723 il->staging.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK; in il3945_post_associate() 2725 if (il->staging.flags & RXON_FLG_BAND_24G_MSK) { in il3945_post_associate() 2727 il->staging in il3945_post_associate() [all...] |
H A D | 3945.c | 1670 const struct il_rxon_cmd *rxon1 = &il->staging; in il3945_send_rxon_assoc() 1681 rxon_assoc.flags = il->staging.flags; in il3945_send_rxon_assoc() 1682 rxon_assoc.filter_flags = il->staging.filter_flags; in il3945_send_rxon_assoc() 1683 rxon_assoc.ofdm_basic_rates = il->staging.ofdm_basic_rates; in il3945_send_rxon_assoc() 1684 rxon_assoc.cck_basic_rates = il->staging.cck_basic_rates; in il3945_send_rxon_assoc() 1715 struct il3945_rxon_cmd *staging_rxon = (void *)&il->staging; in il3945_commit_rxon()
|
/kernel/linux/common_modules/ucollection/ |
H A D | apply_ucollection.sh | 20 echo "create link $KERNEL_BUILD_ROOT/drivers/staging/ucollection/" 21 if [ ! -d "$KERNEL_BUILD_ROOT/drivers/staging/ucollection" ]; then 22 mkdir $KERNEL_BUILD_ROOT/drivers/staging/ucollection 25 cd $KERNEL_BUILD_ROOT/drivers/staging/ucollection/ 26 ln -s -f $(realpath --relative-to=$KERNEL_BUILD_ROOT/drivers/staging/ucollection/ $UNIFIED_COLLECTION_SOURCE_ROOT)/* ./
|
/kernel/linux/common_modules/tzdriver/ion/ |
H A D | Makefile | 9 EXTRA_CFLAGS += -I$(KERNEL_DIR)/drivers/staging/android
|
/kernel/linux/linux-5.10/tools/testing/selftests/android/ion/ |
H A D | Makefile | 3 INCLUDEDIR := -I. -I../../../../../drivers/staging/android/uapi/ -I../../../../../usr/include/
|
/kernel/linux/linux-5.10/drivers/staging/media/tegra-vde/ |
H A D | trace.h | 93 #define TRACE_INCLUDE_PATH ../../drivers/staging/media/tegra-vde
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | perf_asm.S | 95 ;* ret0 = next 64 bits of rdr data from staging register 550 ;* arg1 points to is loaded and moved into the staging register. 580 MTDIAG_1 (25) ; data to the staging register 993 ;* ret0 = next 64 bits of rdr data from staging register 1342 ;* arg1 points to is loaded and moved into the staging register. 1376 MTDIAG_1 (25) ; data to the staging register
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | perf_asm.S | 95 ;* ret0 = next 64 bits of rdr data from staging register 550 ;* arg1 points to is loaded and moved into the staging register. 580 MTDIAG_1 (25) ; data to the staging register 993 ;* ret0 = next 64 bits of rdr data from staging register 1342 ;* arg1 points to is loaded and moved into the staging register. 1376 MTDIAG_1 (25) ; data to the staging register
|