/linux-6.6.21/drivers/net/wireless/intel/iwlegacy/ |
D | 4965-debug.c | 54 struct stats_rx_non_phy *general, *accum_general; in il4965_ucode_rx_stats_read() local 74 general = &il->_4965.stats.rx.general; in il4965_ucode_rx_stats_read() 78 accum_general = &il->_4965.accum_stats.rx.general; in il4965_ucode_rx_stats_read() 82 delta_general = &il->_4965.delta_stats.rx.general; in il4965_ucode_rx_stats_read() 86 max_general = &il->_4965.max_delta.rx.general; in il4965_ucode_rx_stats_read() 279 le32_to_cpu(general->bogus_cts), accum_general->bogus_cts, in il4965_ucode_rx_stats_read() 283 le32_to_cpu(general->bogus_ack), accum_general->bogus_ack, in il4965_ucode_rx_stats_read() 287 le32_to_cpu(general->non_bssid_frames), in il4965_ucode_rx_stats_read() 293 le32_to_cpu(general->filtered_frames), in il4965_ucode_rx_stats_read() 299 le32_to_cpu(general->non_channel_beacons), in il4965_ucode_rx_stats_read() [all …]
|
D | 3945-debug.c | 46 struct iwl39_stats_rx_non_phy *general, *accum_general; in il3945_ucode_rx_stats_read() local 65 general = &il->_3945.stats.rx.general; in il3945_ucode_rx_stats_read() 68 accum_general = &il->_3945.accum_stats.rx.general; in il3945_ucode_rx_stats_read() 71 delta_general = &il->_3945.delta_stats.rx.general; in il3945_ucode_rx_stats_read() 74 max_general = &il->_3945.max_delta.rx.general; in il3945_ucode_rx_stats_read() 263 le32_to_cpu(general->bogus_cts), accum_general->bogus_cts, in il3945_ucode_rx_stats_read() 268 le32_to_cpu(general->bogus_ack), accum_general->bogus_ack, in il3945_ucode_rx_stats_read() 273 le32_to_cpu(general->non_bssid_frames), in il3945_ucode_rx_stats_read() 280 le32_to_cpu(general->filtered_frames), in il3945_ucode_rx_stats_read() 288 le32_to_cpu(general->non_channel_beacons), in il3945_ucode_rx_stats_read() [all …]
|
/linux-6.6.21/drivers/input/misc/ |
D | iqs269a.c | 253 __be16 general; member 756 u16 general, misc_a, misc_b; in iqs269_parse_prop() local 971 general = be16_to_cpu(sys_reg->general); in iqs269_parse_prop() 974 general |= IQS269_SYS_SETTINGS_CLK_DIV; in iqs269_parse_prop() 981 general &= ~IQS269_SYS_SETTINGS_ULP_AUTO; in iqs269_parse_prop() 982 general &= ~IQS269_SYS_SETTINGS_DIS_AUTO; in iqs269_parse_prop() 983 general &= ~IQS269_SYS_SETTINGS_PWR_MODE_MASK; in iqs269_parse_prop() 993 general |= (val << IQS269_SYS_SETTINGS_PWR_MODE_SHIFT); in iqs269_parse_prop() 1003 general &= ~IQS269_SYS_SETTINGS_ULP_UPDATE_MASK; in iqs269_parse_prop() 1004 general |= (val << IQS269_SYS_SETTINGS_ULP_UPDATE_SHIFT); in iqs269_parse_prop() [all …]
|
D | iqs626a.c | 335 __be16 general; member 1239 u16 general; in iqs626_parse_prop() local 1257 general = be16_to_cpu(sys_reg->general); in iqs626_parse_prop() 1258 general &= IQS626_SYS_SETTINGS_ULP_UPDATE_MASK; in iqs626_parse_prop() 1261 general |= IQS626_SYS_SETTINGS_CLK_DIV; in iqs626_parse_prop() 1264 general |= IQS626_SYS_SETTINGS_ULP_AUTO; in iqs626_parse_prop() 1273 general &= ~IQS626_SYS_SETTINGS_ULP_UPDATE_MASK; in iqs626_parse_prop() 1274 general |= (val << IQS626_SYS_SETTINGS_ULP_UPDATE_SHIFT); in iqs626_parse_prop() 1391 general |= IQS626_SYS_SETTINGS_EVENT_MODE; in iqs626_parse_prop() 1400 general |= IQS626_SYS_SETTINGS_EVENT_MODE_LP; in iqs626_parse_prop() [all …]
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | debugfs.c | 1059 struct mvm_statistics_rx_non_phy_v3 *general = in iwl_dbgfs_fw_rx_stats_read() local 1060 &mvm->rx_stats_v3.general; in iwl_dbgfs_fw_rx_stats_read() 1062 PRINT_STATS_LE32(general, bogus_cts); in iwl_dbgfs_fw_rx_stats_read() 1063 PRINT_STATS_LE32(general, bogus_ack); in iwl_dbgfs_fw_rx_stats_read() 1064 PRINT_STATS_LE32(general, non_bssid_frames); in iwl_dbgfs_fw_rx_stats_read() 1065 PRINT_STATS_LE32(general, filtered_frames); in iwl_dbgfs_fw_rx_stats_read() 1066 PRINT_STATS_LE32(general, non_channel_beacons); in iwl_dbgfs_fw_rx_stats_read() 1067 PRINT_STATS_LE32(general, channel_beacons); in iwl_dbgfs_fw_rx_stats_read() 1068 PRINT_STATS_LE32(general, num_missed_bcon); in iwl_dbgfs_fw_rx_stats_read() 1069 PRINT_STATS_LE32(general, adc_rx_saturation_time); in iwl_dbgfs_fw_rx_stats_read() [all …]
|
D | rx.c | 943 data.mac_id = stats->rx.general.mac_id; in iwl_mvm_handle_rx_statistics() 945 stats->general.common.beacon_filter_average_energy; in iwl_mvm_handle_rx_statistics() 950 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics() 952 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics() 954 le64_to_cpu(stats->general.common.on_time_rf); in iwl_mvm_handle_rx_statistics() 956 le64_to_cpu(stats->general.common.on_time_scan); in iwl_mvm_handle_rx_statistics() 958 data.beacon_counter = stats->general.beacon_counter; in iwl_mvm_handle_rx_statistics() 960 stats->general.beacon_average_energy; in iwl_mvm_handle_rx_statistics() 965 data.mac_id = stats->rx.general.mac_id; in iwl_mvm_handle_rx_statistics() 967 stats->general.common.beacon_filter_average_energy; in iwl_mvm_handle_rx_statistics() [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/clock/ |
D | pistachio-clock.txt | 5 general control, and top general control) which are instantiated individually 31 top-level general control. 71 Peripheral general control: 74 The peripheral general control block generates system interface clocks and 81 - reg: Must contain the base address and length of the peripheral general 99 Top-level general control: 102 The top-level general control block contains miscellaneous control registers and
|
/linux-6.6.21/Documentation/devicetree/bindings/mfd/ |
D | fsl-imx25-tsadc.txt | 3 This device combines two general purpose conversion queues one used for general 21 The first queue is for the touchscreen, the second for general purpose ADC.
|
/linux-6.6.21/drivers/gpu/drm/gma500/ |
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()
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | stats.h | 222 struct mvm_statistics_tx_non_phy_v3 general; member 228 struct mvm_statistics_tx_non_phy general; member 342 struct mvm_statistics_rx_non_phy general; member 349 struct mvm_statistics_rx_non_phy_v3 general; member 365 struct mvm_statistics_general_v8 general; member 372 struct mvm_statistics_general_v8 general; member 380 struct mvm_statistics_general general; member
|
/linux-6.6.21/Documentation/devicetree/bindings/gpio/ |
D | ti,omap-gpio.yaml | 13 The general-purpose interface combines general-purpose input/output (GPIO) banks. 14 Each GPIO banks provides up to 32 dedicated general-purpose pins with input
|
/linux-6.6.21/drivers/iio/test/ |
D | Kconfig | 14 For more information on KUnit and unit tests in general, please refer 26 For more information on KUnit and unit tests in general, please refer
|
/linux-6.6.21/Documentation/networking/ |
D | strparser.rst | 17 The strparser works in one of two modes: receive callback or general 24 In general mode, a sequence of skbs are fed to strparser from an 49 callback mode; in general mode this is set to NULL. Callbacks 88 strp_process is called in general mode for a stream parser to 157 function is to lock_sock for the associated socket. In general 166 function is release_sock for the associated socket. In general 222 associated TCP socket. In general mode, the timeout is passed as an 234 In general mode the message length limit is passed in as an argument
|
/linux-6.6.21/drivers/net/ethernet/oki-semi/pch_gbe/ |
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
|
/linux-6.6.21/Documentation/devicetree/bindings/timer/ |
D | ti,keystone-timer.txt | 4 architecture devices. The timer can be configured as a general-purpose 64-bit 5 timer, dual general-purpose 32-bit timers. When configured as dual 32-bit
|
D | ti,davinci-timer.txt | 4 architecture devices. The timer can be configured as a general-purpose 64-bit 5 timer, dual general-purpose 32-bit timers. When configured as dual 32-bit
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | debugfs.c | 679 struct statistics_rx_non_phy *general, *accum_general; in iwl_dbgfs_ucode_rx_stats_read() local 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() 930 le32_to_cpu(general->non_bssid_frames), in iwl_dbgfs_ucode_rx_stats_read() 936 le32_to_cpu(general->filtered_frames), in iwl_dbgfs_ucode_rx_stats_read() 942 le32_to_cpu(general->non_channel_beacons), in iwl_dbgfs_ucode_rx_stats_read() 948 le32_to_cpu(general->channel_beacons), in iwl_dbgfs_ucode_rx_stats_read() 954 le32_to_cpu(general->num_missed_bcon), in iwl_dbgfs_ucode_rx_stats_read() 960 le32_to_cpu(general->adc_rx_saturation_time), in iwl_dbgfs_ucode_rx_stats_read() [all …]
|
/linux-6.6.21/Documentation/devicetree/bindings/watchdog/ |
D | qcom-wdt.yaml | 66 The frequency of the general purpose timer in Hz. 107 - description: First general purpose timer 108 - description: Second general purpose timer
|
/linux-6.6.21/Documentation/devicetree/bindings/sound/ |
D | tlv320adcx140.yaml | 89 Defines the configuration for the general purpose input pins (GPI). 93 1 - GPIX is configured as a general-purpose input (GPI) 121 1 - GPIO1 is configured as a general-purpose output (GPO) 127 9 - GPIO1 is configured as a general-purpose input (GPI) 164 Defines the configuration and output driver for the general purpose 172 1 - GPOX is configured as a general-purpose output (GPO)
|
/linux-6.6.21/drivers/dma/sh/ |
D | Kconfig | 39 This driver supports the general purpose DMA controller found in the 57 This driver supports the general purpose DMA controller found in the
|
/linux-6.6.21/arch/powerpc/platforms/ps3/ |
D | Kconfig | 76 general, all users will say Y or M. 87 general, all users will say Y or M. 122 In general, all users will say Y or M. 132 In general, all users will say Y or M. 144 In general, PS3 OtherOS users will say Y or M.
|
/linux-6.6.21/drivers/net/ethernet/chelsio/ |
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
|
/linux-6.6.21/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-savu | 5 press of a button. A profile is split into general settings and 25 …config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/savu/roccatsavu<minor>/general 29 press of a button. A profile is split into general settings and 43 Description: When read, this file returns general data like firmware version.
|
/linux-6.6.21/Documentation/nvdimm/ |
D | maintainer-entry-profile.rst | 15 In general patches can be submitted against the latest -rc; however, if 40 Specification Working Group. In general, the stance of the subsystem is 57 In general, please wait up to one week before pinging for feedback. A
|
/linux-6.6.21/Documentation/devicetree/bindings/phy/ |
D | rockchip-mipi-dphy-rx0.yaml | 25 - description: Video in/out general register file clock 53 * MIPI D-PHY RX0 use registers in "general register files", it
|