Home
last modified time | relevance | path

Searched refs:general (Results 1 – 25 of 753) sorted by relevance

12345678910>>...31

/linux-6.15/drivers/net/wireless/intel/iwlegacy/
H A D4965-debug.c74 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 …]
H A D3945-debug.c65 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 …]
/linux-6.15/drivers/input/misc/
H A Diqs269a.c285 __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 …]
H A Diqs626a.c335 __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 …]
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs.c866 &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 …]
H A Drx.c1245 data.mac_id = stats->rx.general.mac_id; in iwl_mvm_handle_rx_statistics()
1252 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics()
1254 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
1256 le64_to_cpu(stats->general.common.on_time_rf); in iwl_mvm_handle_rx_statistics()
1258 le64_to_cpu(stats->general.common.on_time_scan); in iwl_mvm_handle_rx_statistics()
1262 stats->general.beacon_average_energy; in iwl_mvm_handle_rx_statistics()
1267 data.mac_id = stats->rx.general.mac_id; in iwl_mvm_handle_rx_statistics()
1274 le64_to_cpu(stats->general.common.rx_time); in iwl_mvm_handle_rx_statistics()
1276 le64_to_cpu(stats->general.common.tx_time); in iwl_mvm_handle_rx_statistics()
1278 le64_to_cpu(stats->general.common.on_time_rf); in iwl_mvm_handle_rx_statistics()
[all …]
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dpistachio-clock.txt5 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.15/Documentation/devicetree/bindings/mfd/
H A Dfsl-imx25-tsadc.txt3 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.15/Documentation/process/debugging/
H A Dmedia_specific_debugging_guide.rst16 For general advice see the :doc:`general advice document
46 For a general overview please see the
63 For general advice see the
83 For general advice see the
92 For general advice see the
100 For general advice see the
141 For general advice see the
/linux-6.15/drivers/iio/test/
H A DKconfig16 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
/linux-6.15/drivers/gpu/drm/gma500/
H A Dintel_bios.c304 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.15/Documentation/devicetree/bindings/gpio/
H A Dti,omap-gpio.yaml13 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.15/Documentation/networking/
H A Dstrparser.rst17 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
229 associated TCP socket. In general mode, the timeout is passed as an
241 In general mode the message length limit is passed in as an argument
/linux-6.15/Documentation/devicetree/bindings/timer/
H A Dti,keystone-timer.txt4 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
H A Dti,da830-timer.yaml14 can be configured as a general-purpose 64-bit timer, dual general-purpose
/linux-6.15/drivers/net/ethernet/oki-semi/pch_gbe/
H A DKconfig16 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.15/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ddebugfs.c698 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 …]
/linux-6.15/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dstats.h223 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
/linux-6.15/Documentation/gpu/nova/
H A Dguidelines.rst7 This document describes the general project guidelines that apply to nova-core
15 :doc:`../../rust/general-information` apply. Additionally, the following rules
38 accessibility for new contributors and maintainability of a project in general,
/linux-6.15/Documentation/devicetree/bindings/phy/
H A Dphy-rockchip-usbdp.yaml70 Phandle to the syscon managing the 'usb2 phy general register files'.
75 Phandle to the syscon managing the 'usb general register files'.
80 Phandle to the syscon managing the 'usbdp phy general register files'.
85 Phandle to the syscon managing the 'video output general register files'.
/linux-6.15/arch/powerpc/platforms/ps3/
H A DKconfig77 general, all users will say Y or M.
88 general, all users will say Y or M.
123 In general, all users will say Y or M.
133 In general, all users will say Y or M.
145 In general, PS3 OtherOS users will say Y or M.
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dti,tlv320adcx140.yaml89 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.15/drivers/dma/sh/
H A DKconfig39 This driver supports the general purpose DMA controller found in the
57 This driver supports the general purpose DMA controller typically
/linux-6.15/Documentation/devicetree/bindings/watchdog/
H A Dqcom-wdt.yaml72 The frequency of the general purpose timer in Hz.
113 - description: First general purpose timer
114 - description: Second general purpose timer
/linux-6.15/mm/damon/
H A DKconfig22 For more information on KUnit and unit tests in general, please refer
50 For more information on KUnit and unit tests in general, please refer
69 For more information on KUnit and unit tests in general, please refer

12345678910>>...31