| /drivers/net/wireless/intel/iwlegacy/ |
| A D | 4965-debug.c | 74 general = &il->_4965.stats.rx.general; in il4965_ucode_rx_stats_read() 86 max_general = &il->_4965.max_delta.rx.general; in il4965_ucode_rx_stats_read() 359 le32_to_cpu(general->channel_load), in il4965_ucode_rx_stats_read() 370 le32_to_cpu(general->beacon_rssi_a), in il4965_ucode_rx_stats_read() 375 le32_to_cpu(general->beacon_rssi_b), in il4965_ucode_rx_stats_read() 645 general = &il->_4965.stats.general.common; in il4965_ucode_general_stats_read() 646 dbg = &il->_4965.stats.general.common.dbg; in il4965_ucode_general_stats_read() 647 div = &il->_4965.stats.general.common.div; in il4965_ucode_general_stats_read() 664 le32_to_cpu(general->temperature)); in il4965_ucode_general_stats_read() 685 le32_to_cpu(general->sleep_time), in il4965_ucode_general_stats_read() [all …]
|
| A D | 3945-debug.c | 65 general = &il->_3945.stats.rx.general; in il3945_ucode_rx_stats_read() 74 max_general = &il->_3945.max_delta.rx.general; in il3945_ucode_rx_stats_read() 416 general = &il->_3945.stats.general; in il3945_ucode_general_stats_read() 417 dbg = &il->_3945.stats.general.dbg; in il3945_ucode_general_stats_read() 418 div = &il->_3945.stats.general.div; in il3945_ucode_general_stats_read() 421 max_general = &il->_3945.max_delta.general; in il3945_ucode_general_stats_read() 424 max_dbg = &il->_3945.max_delta.general.dbg; in il3945_ucode_general_stats_read() 427 max_div = &il->_3945.max_delta.general.div; in il3945_ucode_general_stats_read() 447 le32_to_cpu(general->sleep_time), in il3945_ucode_general_stats_read() 458 le32_to_cpu(general->slots_idle), in il3945_ucode_general_stats_read() [all …]
|
| /drivers/input/misc/ |
| A D | iqs269a.c | 285 __be16 general; member 804 u16 general, misc_a, misc_b; in iqs269_parse_prop() local 1053 general = be16_to_cpu(sys_reg->general); in iqs269_parse_prop() 1056 general |= IQS269_SYS_SETTINGS_CLK_DIV; in iqs269_parse_prop() 1063 general &= ~IQS269_SYS_SETTINGS_ULP_AUTO; in iqs269_parse_prop() 1064 general &= ~IQS269_SYS_SETTINGS_DIS_AUTO; in iqs269_parse_prop() 1174 general |= IQS269_SYS_SETTINGS_REDO_ATI; in iqs269_parse_prop() 1175 general |= IQS269_SYS_SETTINGS_ACK_RESET; in iqs269_parse_prop() 1177 sys_reg->general = cpu_to_be16(general); in iqs269_parse_prop() 1892 u16 general = be16_to_cpu(iqs269->sys_reg.general); in iqs269_general_get() local [all …]
|
| A D | iqs626a.c | 335 __be16 general; member 1229 u16 general; in iqs626_parse_prop() local 1247 general = be16_to_cpu(sys_reg->general); in iqs626_parse_prop() 1248 general &= IQS626_SYS_SETTINGS_ULP_UPDATE_MASK; in iqs626_parse_prop() 1251 general |= IQS626_SYS_SETTINGS_CLK_DIV; in iqs626_parse_prop() 1254 general |= IQS626_SYS_SETTINGS_ULP_AUTO; in iqs626_parse_prop() 1381 general |= IQS626_SYS_SETTINGS_EVENT_MODE; in iqs626_parse_prop() 1390 general |= IQS626_SYS_SETTINGS_EVENT_MODE_LP; in iqs626_parse_prop() 1392 general |= IQS626_SYS_SETTINGS_REDO_ATI; in iqs626_parse_prop() 1393 general |= IQS626_SYS_SETTINGS_ACK_RESET; in iqs626_parse_prop() [all …]
|
| /drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | debugfs.c | 866 &mvm->rx_stats_v3.general; in iwl_dbgfs_fw_rx_stats_read() 868 PRINT_STATS_LE32(general, bogus_cts); in iwl_dbgfs_fw_rx_stats_read() 869 PRINT_STATS_LE32(general, bogus_ack); in iwl_dbgfs_fw_rx_stats_read() 881 PRINT_STATS_LE32(general, channel_load); in iwl_dbgfs_fw_rx_stats_read() 889 PRINT_STATS_LE32(general, num_bt_kills); in iwl_dbgfs_fw_rx_stats_read() 890 PRINT_STATS_LE32(general, mac_id); in iwl_dbgfs_fw_rx_stats_read() 894 &mvm->rx_stats.general; in iwl_dbgfs_fw_rx_stats_read() 896 PRINT_STATS_LE32(general, bogus_cts); in iwl_dbgfs_fw_rx_stats_read() 897 PRINT_STATS_LE32(general, bogus_ack); in iwl_dbgfs_fw_rx_stats_read() 907 PRINT_STATS_LE32(general, channel_load); in iwl_dbgfs_fw_rx_stats_read() [all …]
|
| A D | rx.c | 1241 data.mac_id = stats->rx.general.mac_id; in iwl_mvm_handle_rx_statistics() 1248 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics() 1250 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics() 1252 le64_to_cpu(stats->general.common.on_time_rf); in iwl_mvm_handle_rx_statistics() 1254 le64_to_cpu(stats->general.common.on_time_scan); in iwl_mvm_handle_rx_statistics() 1258 stats->general.beacon_average_energy; in iwl_mvm_handle_rx_statistics() 1263 data.mac_id = stats->rx.general.mac_id; in iwl_mvm_handle_rx_statistics() 1270 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics() 1272 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics() 1274 le64_to_cpu(stats->general.common.on_time_rf); in iwl_mvm_handle_rx_statistics() [all …]
|
| /drivers/gpu/drm/gma500/ |
| A D | intel_bios.c | 304 struct bdb_general_features *general; in parse_general_features() local 310 general = find_section(bdb, BDB_GENERAL_FEATURES); in parse_general_features() 311 if (general) { in parse_general_features() 312 dev_priv->int_tv_support = general->int_tv_support; in parse_general_features() 313 dev_priv->int_crt_support = general->int_crt_support; in parse_general_features() 314 dev_priv->lvds_use_ssc = general->enable_ssc; in parse_general_features() 318 = general->ssc_freq ? 100 : 96; in parse_general_features()
|
| /drivers/iio/test/ |
| A D | Kconfig | 16 For more information on KUnit and unit tests in general, please refer 28 For more information on KUnit and unit tests in general, please refer 40 For more information on KUnit and unit tests in general, please refer
|
| /drivers/net/wireless/intel/iwlwifi/dvm/ |
| A D | debugfs.c | 698 general = &priv->statistics.rx_non_phy; in iwl_dbgfs_ucode_rx_stats_read() 920 le32_to_cpu(general->bogus_cts), in iwl_dbgfs_ucode_rx_stats_read() 925 le32_to_cpu(general->bogus_ack), in iwl_dbgfs_ucode_rx_stats_read() 996 le32_to_cpu(general->channel_load), in iwl_dbgfs_ucode_rx_stats_read() 1008 le32_to_cpu(general->beacon_rssi_a), in iwl_dbgfs_ucode_rx_stats_read() 1014 le32_to_cpu(general->beacon_rssi_b), in iwl_dbgfs_ucode_rx_stats_read() 1324 general = &priv->statistics.common; in iwl_dbgfs_ucode_general_stats_read() 1342 le32_to_cpu(general->temperature)); in iwl_dbgfs_ucode_general_stats_read() 1367 le32_to_cpu(general->sleep_time), in iwl_dbgfs_ucode_general_stats_read() 1372 le32_to_cpu(general->slots_out), in iwl_dbgfs_ucode_general_stats_read() [all …]
|
| A D | rx.c | 368 common = &stats->general.common; in iwlagn_rx_statistics() 369 rx_non_phy = &stats->rx.general.common; in iwlagn_rx_statistics() 374 bt_activity = &stats->general.activity; in iwlagn_rx_statistics() 378 priv->statistics.num_bt_kills = stats->rx.general.num_bt_kills; in iwlagn_rx_statistics() 380 le32_to_cpu(stats->rx.general.num_bt_kills)); in iwlagn_rx_statistics() 386 common = &stats->general.common; in iwlagn_rx_statistics() 387 rx_non_phy = &stats->rx.general; in iwlagn_rx_statistics()
|
| /drivers/net/wireless/intel/iwlwifi/fw/api/ |
| A D | stats.h | 223 struct mvm_statistics_tx_non_phy_v3 general; member 229 struct mvm_statistics_tx_non_phy general; member 343 struct mvm_statistics_rx_non_phy general; member 350 struct mvm_statistics_rx_non_phy_v3 general; member 366 struct mvm_statistics_general_v8 general; member 373 struct mvm_statistics_general_v8 general; member 381 struct mvm_statistics_general general; member
|
| A D | nvm-reg.h | 246 struct iwl_nvm_get_info_general general; member 260 struct iwl_nvm_get_info_general general; member
|
| /drivers/gpu/drm/vkms/ |
| A D | Kconfig | 24 distributions or general kernels, but only for kernel 27 For more information on KUnit and unit tests in general,
|
| /drivers/net/ethernet/oki-semi/pch_gbe/ |
| A D | Kconfig | 16 general embedded platform. EG20T PCH has Gigabit Ethernet interface. 22 ML7223 IOH is for MP(Media Phone) use. ML7831 IOH is for general
|
| /drivers/net/ethernet/chelsio/ |
| A D | Kconfig | 31 For general information about Chelsio and our products, visit 58 For general information about Chelsio and our products, visit 81 For general information about Chelsio and our products, visit 122 For general information about Chelsio and our products, visit
|
| /drivers/firewire/ |
| A D | Kconfig | 34 For more information on KUnit and unit tests in general, refer 50 For more information on KUnit and unit tests in general, refer 66 For more information on KUnit and unit tests in general, refer 81 For more information on KUnit and unit tests in general, refer 108 For more information on KUnit and unit tests in general, refer
|
| /drivers/dma/sh/ |
| A D | Kconfig | 39 This driver supports the general purpose DMA controller found in the 57 This driver supports the general purpose DMA controller typically
|
| /drivers/gpu/drm/vc4/ |
| A D | Kconfig | 49 not useful for distributions or general kernels, but only for kernel 52 For more information on KUnit and unit tests in general,
|
| /drivers/dma/amd/ |
| A D | Kconfig | 16 general purpose peripheral DMA. 29 general purpose peripheral DMA.
|
| /drivers/dma/qcom/ |
| A D | Kconfig | 10 This controller provides DMA capabilities for both general purpose 54 memcpy interface. The core is not intended for general
|
| /drivers/staging/octeon/ |
| A D | TODO | 5 - general code review and clean up
|
| /drivers/fpga/tests/ |
| A D | Kconfig | 8 For more information on KUnit and unit tests in general,
|
| /drivers/gpu/drm/ |
| A D | Kconfig.debug | 78 distributions or general kernels, but only for kernel 81 For more information on KUnit and unit tests in general,
|
| /drivers/firmware/cirrus/ |
| A D | Kconfig | 17 For more information on KUnit and unit tests in general,
|
| /drivers/net/ethernet/brocade/bna/ |
| A D | Kconfig | 15 For general information and support, go to the QLogic support
|