/drivers/net/wireless/iwlwifi/dvm/ |
D | rx.c | 246 le32_to_cpu(priv->statistics.rx_ofdm.plcp_err) + in iwlagn_good_plcp_health() 248 le32_to_cpu(priv->statistics.rx_ofdm_ht.plcp_err); in iwlagn_good_plcp_health() 339 rx_info = &priv->statistics.rx_non_phy; in iwlagn_rx_calc_noise() 407 accum_stats((__le32 *)&priv->statistics._name, \ in iwlagn_accumulative_statistics() 458 spin_lock(&priv->statistics.lock); in iwlagn_rx_statistics() 474 priv->statistics.num_bt_kills = stats->rx.general.num_bt_kills; in iwlagn_rx_statistics() 475 le32_add_cpu(&priv->statistics.accum_num_bt_kills, in iwlagn_rx_statistics() 493 spin_unlock(&priv->statistics.lock); in iwlagn_rx_statistics() 497 change = common->temperature != priv->statistics.common.temperature || in iwlagn_rx_statistics() 499 (priv->statistics.flag & STATISTICS_REPLY_FLG_HT40_MODE_MSK); in iwlagn_rx_statistics() [all …]
|
D | calib.c | 675 spin_lock_bh(&priv->statistics.lock); in iwl_sensitivity_calibration() 676 rx_info = &priv->statistics.rx_non_phy; in iwl_sensitivity_calibration() 677 ofdm = &priv->statistics.rx_ofdm; in iwl_sensitivity_calibration() 678 cck = &priv->statistics.rx_cck; in iwl_sensitivity_calibration() 681 spin_unlock_bh(&priv->statistics.lock); in iwl_sensitivity_calibration() 705 spin_unlock_bh(&priv->statistics.lock); in iwl_sensitivity_calibration() 987 spin_lock_bh(&priv->statistics.lock); in iwl_chain_noise_calibration() 989 rx_info = &priv->statistics.rx_non_phy; in iwl_chain_noise_calibration() 993 spin_unlock_bh(&priv->statistics.lock); in iwl_chain_noise_calibration() 1000 !!(priv->statistics.flag & STATISTICS_REPLY_FLG_BAND_24G_MSK); in iwl_chain_noise_calibration() [all …]
|
D | debugfs.c | 693 lockdep_assert_held(&priv->statistics.lock); in iwl_statistics_flag() 695 flag = le32_to_cpu(priv->statistics.flag); in iwl_statistics_flag() 740 spin_lock_bh(&priv->statistics.lock); in iwl_dbgfs_ucode_rx_stats_read() 741 ofdm = &priv->statistics.rx_ofdm; in iwl_dbgfs_ucode_rx_stats_read() 742 cck = &priv->statistics.rx_cck; in iwl_dbgfs_ucode_rx_stats_read() 743 general = &priv->statistics.rx_non_phy; in iwl_dbgfs_ucode_rx_stats_read() 744 ht = &priv->statistics.rx_ofdm_ht; in iwl_dbgfs_ucode_rx_stats_read() 1137 spin_unlock_bh(&priv->statistics.lock); in iwl_dbgfs_ucode_rx_stats_read() 1166 spin_lock_bh(&priv->statistics.lock); in iwl_dbgfs_ucode_tx_stats_read() 1168 tx = &priv->statistics.tx; in iwl_dbgfs_ucode_tx_stats_read() [all …]
|
D | lib.c | 90 lockdep_assert_held(&priv->statistics.lock); in iwlagn_temperature() 93 priv->temperature = le32_to_cpu(priv->statistics.common.temperature); in iwlagn_temperature()
|
D | devices.c | 395 vt = le32_to_cpu(priv->statistics.common.temperature); in iwl5150_temperature()
|
D | dev.h | 792 } statistics; member
|
D | scan.c | 297 le32_to_cpu(notif->statistics[0]), in iwl_rx_scan_results_notif()
|
/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtcoutsrc.c | 618 btcoexist->statistics.cnt_bind++; in exhalbtc_initlize_variables() 669 btcoexist->statistics.cnt_init_hw_config++; in exhalbtc_init_hw_config() 683 btcoexist->statistics.cnt_init_coex_dm++; in exhalbtc_init_coex_dm() 699 btcoexist->statistics.cnt_ips_notify++; in exhalbtc_ips_notify() 724 btcoexist->statistics.cnt_lps_notify++; in exhalbtc_lps_notify() 745 btcoexist->statistics.cnt_scan_notify++; in exhalbtc_scan_notify() 770 btcoexist->statistics.cnt_connect_notify++; in exhalbtc_connect_notify() 792 btcoexist->statistics.cnt_media_status_notify++; in exhalbtc_mediastatus_notify() 814 btcoexist->statistics.cnt_special_packet_notify++; in exhalbtc_special_packet_notify() 836 btcoexist->statistics.cnt_bt_info_notify++; in exhalbtc_bt_info_notify() [all …]
|
D | halbtcoutsrc.h | 483 struct btc_statistics statistics; member
|
/drivers/base/ |
D | transport_class.c | 159 if (!error && tcont->statistics) in transport_add_class_device() 160 error = sysfs_create_group(&classdev->kobj, tcont->statistics); in transport_add_class_device() 226 if (tcont->statistics) in transport_remove_classdev() 227 sysfs_remove_group(&classdev->kobj, tcont->statistics); in transport_remove_classdev()
|
/drivers/video/fbdev/omap2/dss/ |
D | Kconfig | 32 bool "Collect DSS IRQ statistics" 36 Collect DSS IRQ statistics, printable via debugfs. 38 The statistics can be found from
|
/drivers/net/wireless/ath/ath9k/ |
D | Kconfig | 65 Say Y, if you need access to ath9k's statistics for 71 bool "Detailed station statistics" 76 This option enables detailed statistics for association stations. 178 Say Y, if you need access to ath9k_htc's statistics.
|
/drivers/spi/ |
D | spi.c | 77 return spi_statistics_##field##_show(&master->statistics, buf); \ 89 return spi_statistics_##field##_show(&spi->statistics, buf); \ 463 spin_lock_init(&spi->statistics.lock); in spi_alloc_device() 945 struct spi_statistics *statm = &master->statistics; in spi_transfer_one_message() 946 struct spi_statistics *stats = &msg->spi->statistics; in spi_transfer_one_message() 1902 spin_lock_init(&master->statistics.lock); in spi_register_master() 2290 SPI_STATISTICS_INCREMENT_FIELD(&master->statistics, spi_async); in __spi_async() 2291 SPI_STATISTICS_INCREMENT_FIELD(&spi->statistics, spi_async); in __spi_async() 2433 SPI_STATISTICS_INCREMENT_FIELD(&master->statistics, spi_sync); in __spi_sync() 2434 SPI_STATISTICS_INCREMENT_FIELD(&spi->statistics, spi_sync); in __spi_sync() [all …]
|
/drivers/media/common/siano/ |
D | Kconfig | 29 statistics response packets via debugfs. Currently, works
|
/drivers/misc/ |
D | Kconfig | 529 bool "Per-UID statistics" 532 Per UID based cpu time statistics exported to /proc/uid_cputime 533 Per UID based io statistics exported to /proc/uid_io 537 bool "Per-TASK statistics" 541 Per TASK based io statistics exported to /proc/uid_io 544 tristate "Memory freq/bandwidth time statistics" 547 Memory time statistics exported to /sys/kernel/memory_state_time
|
/drivers/cpufreq/ |
D | Kconfig | 29 tristate "CPU frequency translation statistics" 32 This driver exports CPU frequency statistics information through sysfs 41 bool "CPU frequency translation statistics details" 50 bool "CPU frequency time-in-state statistics"
|
/drivers/net/wireless/b43/ |
D | Kconfig | 178 This adds additional runtime sanity checks and statistics to the driver. 179 These checks and statistics might be expensive and hurt the runtime
|
/drivers/s390/block/ |
D | Kconfig | 38 in /proc/dasd/statistics.
|
/drivers/iommu/ |
D | Kconfig | 109 bool "Export AMD IOMMU statistics to debugfs" 114 statistics about whats happening in the driver and exports that
|
/drivers/scsi/bnx2fc/ |
D | 57xx_hsi_bnx2fc.h | 555 struct fcoe_kwqe_stat statistics; member
|
/drivers/atm/ |
D | Kconfig | 196 removal and reinsertion and provides some statistics. This driver 392 HE cards. This driver provides carrier detection some statistics.
|
/drivers/net/wireless/mwifiex/ |
D | README | 228 This command is used to get the statistics available in the station.
|
/drivers/edac/ |
D | Kconfig | 69 memory. EDAC can report statistics on memory error
|
/drivers/power/ |
D | Kconfig | 229 Fuel Gauge. The device provides battery statistics and status
|
/drivers/acpi/ |
D | Kconfig | 64 Enable in-kernel debugging of AML facilities: statistics, internal
|