Home
last modified time | relevance | path

Searched refs:staging (Results 1 – 25 of 184) sorted by relevance

12345678

/OK3568_Linux_fs/kernel/drivers/staging/
H A DKconfig19 drivers/staging/<driver_name>/TODO file to see what needs to be
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"
39 source "drivers/staging/rtl8712/Kconfig"
41 source "drivers/staging/rtl8188eu/Kconfig"
43 source "drivers/staging/rts5208/Kconfig"
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drxon.c26 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 …]
/OK3568_Linux_fs/kernel/drivers/staging/media/
H A DKconfig3 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 …]
/OK3568_Linux_fs/kernel/drivers/staging/iio/
H A DKconfig5 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"
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A D2.Process.rst231 内核源代码树包含drivers/staging/directory,其中有许多驱动程序或文件系统的
233 driver/staging目录中;一旦完成,就可以将它们移到内核中。这是一种跟踪不符合
236 Greg Kroah Hartman 目前负责维护staging 树。仍需要工作的驱动程序将发送给他,
237 每个驱动程序在drivers/staging/中都有自己的子目录。除了驱动程序源文件之外,
239 以及驱动程序的任何补丁都应该抄送的人员列表。当前的规则要求,staging的驱动
243 引起其他开发人员的注意,并迅速改进。然而,进入staging并不是故事的结尾;
244 staging中没有看到常规进展的代码最终将被删除。经销商也倾向于相对不愿意使用
245 staging驱动程序。因此,在成为一名合适的主线驱动的路上,staging 充其量只是
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1281 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 …]
H A Dcommon.c3586 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 …]
H A D3945-mac.c2195 il->staging.filter_flags |= RXON_FILTER_ASSOC_MSK; in il3945_alive_start()
2652 if (memcmp(&il->staging, &il->active, sizeof(il->staging))) in il3945_post_scan()
2714 il->staging.filter_flags &= ~RXON_FILTER_ASSOC_MSK; in il3945_post_associate()
2721 il->staging.filter_flags |= RXON_FILTER_ASSOC_MSK; in il3945_post_associate()
2723 il->staging.assoc_id = cpu_to_le16(il->vif->bss_conf.aid); in il3945_post_associate()
2729 il->staging.flags |= RXON_FLG_SHORT_PREAMBLE_MSK; in il3945_post_associate()
2731 il->staging.flags &= ~RXON_FLG_SHORT_PREAMBLE_MSK; in il3945_post_associate()
2733 if (il->staging.flags & RXON_FLG_BAND_24G_MSK) { in il3945_post_associate()
2735 il->staging.flags |= RXON_FLG_SHORT_SLOT_MSK; in il3945_post_associate()
2737 il->staging.flags &= ~RXON_FLG_SHORT_SLOT_MSK; in il3945_post_associate()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/fieldbus/Documentation/ABI/
H A Dsysfs-class-fieldbus-dev2 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)
/OK3568_Linux_fs/kernel/drivers/staging/most/
H A DKconfig21 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"
/OK3568_Linux_fs/kernel/drivers/staging/unisys/
H A DKconfig12 source "drivers/staging/unisys/visornic/Kconfig"
13 source "drivers/staging/unisys/visorinput/Kconfig"
14 source "drivers/staging/unisys/visorhba/Kconfig"
H A DMAINTAINERS4 F: drivers/staging/unisys/Documentation/overview.txt
5 F: drivers/staging/unisys/
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/
H A DKconfig22 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"
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dpackage.py32 cls.staging = oe.path.join(vars["STAGING_DIR"], vars["BUILD_ARCH"])
33 cls.bindir = oe.path.join(cls.staging, vars["bindir_native"])
34 cls.libdir = oe.path.join(cls.staging, vars["libdir_native"])
38 self.staging = type(self).staging
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw/
H A D0003-only-make-one-reference-to-env.patch44 # 'staging' is used with just 'install' but build_lib is used when
66 print("Updating staging/ufw to use %s" % (sys.executable))
71 'staging/ufw'])
72 self.copy_file('staging/ufw', script)
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-cmake.txt37 On line 10, we tell Buildroot to install the package to the staging
38 directory. The staging directory, located in +output/staging/+
41 staging directory, since usually, only libraries need to be installed in
42 the staging directory: their development files are needed to compile
44 staging installation is enabled, packages are installed in this location
135 install the package to the staging directory. By default, the value
H A Dadding-packages-autotools.txt37 On line 10, we tell Buildroot to install the package to the staging
38 directory. The staging directory, located in +output/staging/+
41 staging directory, since usually, only libraries need to be installed in
42 the staging directory: their development files are needed to compile
44 staging installation is enabled, packages are installed in this location
151 used to install the package to the staging directory. By default, the
/OK3568_Linux_fs/buildroot/package/php/
H A D0004-Call-apxs-with-correct-prefix.patch6 php uses apache's apxs script from staging directory to install libphp
7 dynamic library and update /etc/apache2/httpd.conf in the staging and target
14 httpd.conf will only be correct in the staging directory.
/OK3568_Linux_fs/kernel/drivers/staging/media/rkvdec/
H A DTODO4 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.
/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A DTODO4 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.
/OK3568_Linux_fs/buildroot/package/freescale-imx/imx-vpu-hantro/
H A D0001-Fix-ion.h-header-inclusion-to-be-standard.patch8 https://elixir.bootlin.com/linux/v4.17/source/drivers/staging/android/uapi/ion.h
30 +INCLUDE_HEADERS += -I$(LINUX_KERNEL_ROOT)/drivers/staging/android/uapi
45 +ENV += -I$(LINUX_KERNEL_ROOT)/drivers/staging/android/uapi
/OK3568_Linux_fs/buildroot/support/testing/tests/core/
H A Dtest_post_scripts.py34 staging = os.readlink(os.path.join(self.builddir, "staging"))
35 self.assertEqual(lines["STAGING_DIR"], staging)
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl8xxxu/
H A DKconfig20 It can coexist with drivers from drivers/staging/rtl8723au,
21 drivers/staging/rtl8192u, and drivers/net/wireless/rtlwifi,
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A Dpython-config.patch8 12-distutils-prefix-is-inside-staging-area.patch makes distutils.sysconfig
11 implementation which returns paths in the staging directory and for the target,
/OK3568_Linux_fs/buildroot/package/gobject-introspection/
H A DConfig.in20 # cross-compiled python3 must be installed to staging. As there
22 # python to staging, then python must also be installed

12345678