/linux-5.10/drivers/staging/ |
D | Kconfig | 2 menuconfig STAGING config 3 bool "Staging drivers" 19 drivers/staging/<driver_name>/TODO file to see what needs to be 25 if STAGING 27 source "drivers/staging/wlan-ng/Kconfig" 29 source "drivers/staging/comedi/Kconfig" 31 source "drivers/staging/olpc_dcon/Kconfig" 33 source "drivers/staging/rtl8192u/Kconfig" 35 source "drivers/staging/rtl8192e/Kconfig" 37 source "drivers/staging/rtl8723bs/Kconfig" [all …]
|
/linux-5.10/drivers/staging/media/ |
D | Kconfig | 3 bool "Media staging drivers" 23 source "drivers/staging/media/allegro-dvt/Kconfig" 25 source "drivers/staging/media/atomisp/Kconfig" 27 source "drivers/staging/media/hantro/Kconfig" 29 source "drivers/staging/media/imx/Kconfig" 31 source "drivers/staging/media/meson/vdec/Kconfig" 33 source "drivers/staging/media/omap4iss/Kconfig" 35 source "drivers/staging/media/rkvdec/Kconfig" 37 source "drivers/staging/media/sunxi/Kconfig" 39 source "drivers/staging/media/tegra-vde/Kconfig" [all …]
|
/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
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.dev_type = RXON_DEV_TYPE_SNIFFER; in iwl_connection_init_rx_config() 62 ctx->staging.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK; in iwl_connection_init_rx_config() [all …]
|
/linux-5.10/drivers/staging/iio/ |
D | Kconfig | 5 menu "IIO staging drivers" 8 source "drivers/staging/iio/accel/Kconfig" 9 source "drivers/staging/iio/adc/Kconfig" 10 source "drivers/staging/iio/addac/Kconfig" 11 source "drivers/staging/iio/cdc/Kconfig" 12 source "drivers/staging/iio/frequency/Kconfig" 13 source "drivers/staging/iio/impedance-analyzer/Kconfig" 14 source "drivers/staging/iio/meter/Kconfig" 15 source "drivers/staging/iio/resolver/Kconfig"
|
/linux-5.10/drivers/staging/fieldbus/Documentation/ABI/ |
D | sysfs-class-fieldbus-dev | 2 KernelVersion: 5.1 (staging) 8 KernelVersion: 5.1 (staging) 17 KernelVersion: 5.1 (staging) 25 KernelVersion: 5.1 (staging) 33 KernelVersion: 5.1 (staging) 41 KernelVersion: 5.1 (staging) 51 KernelVersion: 5.1 (staging)
|
/linux-5.10/drivers/staging/most/ |
D | Kconfig | 21 source "drivers/staging/most/net/Kconfig" 23 source "drivers/staging/most/sound/Kconfig" 25 source "drivers/staging/most/video/Kconfig" 27 source "drivers/staging/most/dim2/Kconfig" 29 source "drivers/staging/most/i2c/Kconfig"
|
/linux-5.10/fs/xfs/libxfs/ |
D | xfs_btree_staging.c | 21 * Staging Cursors and Fake Roots for Btrees 24 * A staging btree cursor is a special type of btree cursor that callers must 26 * bulk loading code uses the staging btree cursor to abstract the details of 29 * supported with staging cursors, and callers must not invoke them. 32 * construction by the bulk loading code. Staging btree cursors point to fake 42 * Don't allow staging cursors to be duplicated because they're supposed to be 54 * Don't allow block allocation for a staging cursor, because staging cursors 72 * Don't allow block freeing for a staging cursor, because staging cursors 103 * staging cursor. Callers should initialize this to zero. 106 * xfs_btree_stage_afakeroot to set up the in-memory cursor as a staging [all …]
|
/linux-5.10/drivers/staging/unisys/ |
D | Kconfig | 12 source "drivers/staging/unisys/visornic/Kconfig" 13 source "drivers/staging/unisys/visorinput/Kconfig" 14 source "drivers/staging/unisys/visorhba/Kconfig"
|
D | MAINTAINERS | 4 F: drivers/staging/unisys/Documentation/overview.txt 5 F: drivers/staging/unisys/
|
/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
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.flags |= RXON_FLG_TSF2HOST_MSK; in il4965_commit_rxon() [all …]
|
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->channel, active->channel); in il_full_rxon_required() 3796 CHK_NEQ(staging->air_propagation, active->air_propagation); in il_full_rxon_required() [all …]
|
/linux-5.10/drivers/staging/vc04_services/ |
D | Kconfig | 22 source "drivers/staging/vc04_services/bcm2835-audio/Kconfig" 24 source "drivers/staging/vc04_services/bcm2835-camera/Kconfig" 26 source "drivers/staging/vc04_services/vchiq-mmal/Kconfig"
|
/linux-5.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf_res.c | 38 * @head: List head used either by the staging list or the manager list 40 * @state: Staging state of this resource entry. 191 * @list: The staging list. 195 * entry is then put on the staging list identified by @list. 232 * @list: The staging list. 238 * hash table and, if it exists, removes it. Depending on its current staging 239 * state it then either removes the entry from the staging list or adds it 240 * to it with a staging state of removal.
|
/linux-5.10/Documentation/translations/zh_CN/process/ |
D | 2.Process.rst | 228 Staging 树 231 内核源代码树包含drivers/staging/directory,其中有许多驱动程序或文件系统的 237 每个驱动程序在drivers/staging/中都有自己的子目录。除了驱动程序源文件之外, 242 Staging 是一种相对容易的方法,可以让新的驱动程序进入主线,幸运的是,他们会 245 staging驱动程序。因此,在成为一名合适的主线驱动的路上,staging 充其量只是
|
/linux-5.10/drivers/staging/board/ |
D | Kconfig | 3 bool "Staging Board Support" 6 Select to enable per-board staging support code.
|
/linux-5.10/drivers/staging/media/rkvdec/ |
D | TODO | 4 the uABI, it will be required to have the driver in staging. 6 For this reason, we are keeping this driver in staging for now.
|
/linux-5.10/drivers/staging/media/hantro/ |
D | TODO | 4 the uABI, it will be required to have the driver in staging. 6 For this reason, we are keeping this driver in staging for now.
|
/linux-5.10/Documentation/process/ |
D | 2.Process.rst | 316 Staging trees 319 The kernel source tree contains the drivers/staging/ directory, where 321 being added to the kernel tree live. They remain in drivers/staging while 327 Greg Kroah-Hartman currently maintains the staging tree. Drivers that 329 subdirectory in drivers/staging/. Along with the driver source files, a 333 the driver. Current rules require that drivers contributed to staging 336 Staging can be a relatively easy way to get new drivers into the mainline 338 improve quickly. Entry into staging is not the end of the story, though; 339 code in staging which is not seeing regular progress will eventually be 341 staging drivers. So staging is, at best, a stop on the way toward becoming
|
/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/ |
D | Kconfig | 20 It can coexist with drivers from drivers/staging/rtl8723au, 21 drivers/staging/rtl8192u, and drivers/net/wireless/rtlwifi,
|
/linux-5.10/fs/erofs/ |
D | compress.h | 36 /* check if a page is marked as staging */ 48 /* staging pages should not be used by others at the same time */ in z_erofs_put_stagingpage()
|
/linux-5.10/drivers/staging/hikey9xx/ |
D | hisilicon,hisi-spmi-controller.yaml | 17 drivers/staging/hikey9xx/hisilicon,hi6421-spmi-pmic.yaml. 44 drivers/staging/hikey9xx/hisilicon,hi6421-spmi-pmic.yaml.
|
/linux-5.10/Documentation/block/ |
D | blk-mq.rst | 49 blk-mq has two group of queues: software staging queues and hardware dispatch 62 Software staging queues 65 The block IO subsystem adds requests in the software staging queues 73 The staging queue can be used to merge requests for adjacent sectors. For
|
/linux-5.10/drivers/staging/media/atomisp/ |
D | TODO | 50 drivers/staging/media/atomisp/pci/hmm/ 54 drivers/staging/media/atomisp/pci/mmu/ 61 drivers/staging/media/ipu3/ipu3-mmu.c
|
/linux-5.10/tools/testing/selftests/android/ion/ |
D | ion.h | 8 /* This file is copied from drivers/staging/android/uapi/ion.h 12 * ion driver is moved outside the staging tree.
|
/linux-5.10/drivers/staging/fieldbus/Documentation/ |
D | fieldbus_dev.txt | 57 drivers/staging/fieldbus/Documentation/ABI/sysfs-class-fieldbus-dev 58 drivers/staging/fieldbus/Documentation/ABI/fieldbus-dev-cdev
|