Home
last modified time | relevance | path

Searched +full:auto +full:- +full:detect (Results 1 – 25 of 978) sorted by relevance

12345678910>>...40

/OK3568_Linux_fs/device/rockchip/common/configs/
H A DConfig.in.extra-part1 # Auto generated by ./extra-part-config.sh
45 Partition name, set "<dev>" to detect from device identifier.
79 string "image size (size(M|K)|auto(0)|max)"
80 default "auto"
83 Set "auto" to auto detect.
123 Partition name, set "<dev>" to detect from device identifier.
157 string "image size (size(M|K)|auto(0)|max)"
158 default "auto"
161 Set "auto" to auto detect.
200 Partition name, set "<dev>" to detect from device identifier.
[all …]
H A Dextra-part-config.sh2 # Usage: ./extra-part-config.sh <max extra partition num> <default extra partition num>
4 RK_EXTRA_PARTITION_MAX_NUM=${1:-5}
5 RK_EXTRA_PARTITION_NUM=${2:-2}
8 # Auto generated by $0${@:+ $@}
55 if RK_EXTRA_PARTITION_NUM > $(( $i - 1 ))
63 1) echo -e "\tdefault \"oem\"" ;;
64 2) echo -e "\tdefault \"userdata\"" ;;
75 Partition name, set "<dev>" to detect from device identifier.
105 if [ $i -lt 3 ]; then
117 string "image size (size(M|K)|auto(0)|max)"
[all …]
/OK3568_Linux_fs/kernel/Documentation/sound/cards/
H A Djoystick.rst10 -------
19 built-in gameport support. Hence, when the ALSA PCI driver is built
29 ---------
43 als4000 joystick_port 0 = disable (default), 1 = auto-detect,
46 azf3328 joystick 0 = disable, 1 = enable, -1 = auto (default)
48 ens1371 joystick_port 0 = disable (default), 1 = auto-detect,
50 cmipci joystick_port 0 = disable (default), 1 = auto-detect,
59 ymfpci joystick_port 0 = disable (default), 1 = auto-detect,
73 emu10k1 emu10k1-gp
74 fm801 fm801-gp
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/nginx/files/
H A D0001-Allow-the-overriding-of-the-endianness-via-the-confi.patch3 Date: Fri, 1 Dec 2017 10:32:29 -0500
5 --with-endian
7 The existing configure options contain the --with-endian; however, the command
11 Upstream-Status: Pending
13 Signed-off-by: Derek Straka <derek@asterius.io>
15 diff --git a/auto/endianness b/auto/endianness
17 --- a/auto/endianness
18 +++ b/auto/endianness
19 @@ -13,7 +13,13 @@ checking for system byte ordering
23 -cat << END > $NGX_AUTOTEST.c
[all …]
/OK3568_Linux_fs/buildroot/package/nginx/
H A D0010-Allow-forcing-of-endianness-for-cross-compilation.patch3 Date: Mon, 30 Aug 2021 13:28:13 -0400
4 Subject: [PATCH] Allow forcing of endianness for cross-compilation
6 Upstream-status: Invalid (upstream doesn't support cross-compilation)
9 Signed-off-by: Nevo Hed <nhed+buildroot@starry.com>
10 ---
11 auto/endianness | 61 ++++++++++++++++++++++++++++++++-----------------
12 auto/options | 6 +++++
13 2 files changed, 46 insertions(+), 21 deletions(-)
15 diff --git a/auto/endianness b/auto/endianness
17 --- a/auto/endianness
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl12xx/
H A Dcmd.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2009-2010 Nokia Corporation
18 struct wl12xx_priv *priv = wl->priv; in wl1271_cmd_ext_radio_parms()
19 struct wl12xx_conf_rf *rf = &priv->conf.rf; in wl1271_cmd_ext_radio_parms()
22 if (!wl->nvs) in wl1271_cmd_ext_radio_parms()
23 return -ENODEV; in wl1271_cmd_ext_radio_parms()
27 return -ENOMEM; in wl1271_cmd_ext_radio_parms()
29 ext_radio_parms->test.id = TEST_CMD_INI_FILE_RF_EXTENDED_PARAM; in wl1271_cmd_ext_radio_parms()
31 memcpy(ext_radio_parms->tx_per_channel_power_compensation_2, in wl1271_cmd_ext_radio_parms()
32 rf->tx_per_channel_power_compensation_2, in wl1271_cmd_ext_radio_parms()
[all …]
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dextra-part-config.sh2 # Usage: ./extra-part-config.sh <max extra partition num> <default extra partition num>
4 RK_EXTRA_PARTITION_MAX_NUM=${1:-5}
5 RK_EXTRA_PARTITION_NUM=${2:-2}
8 # Auto generated by $0${@:+ $@}
55 if RK_EXTRA_PARTITION_NUM > $(( $i - 1 ))
63 1) echo -e "\tdefault \"oem\"" ;;
64 2) echo -e "\tdefault \"userdata\"" ;;
75 Partition name, set "<dev>" to detect from device identifier.
105 if [ $i -lt 3 ]; then
117 string "image size (size(M|K)|auto(0)|max)"
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/
H A Dfrontend.h1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
23 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
33 * enum fe_caps - Frontend capabilities
38 * @FE_CAN_INVERSION_AUTO: Can auto-detect frequency spectral
48 * @FE_CAN_FEC_AUTO: Can auto-detect FEC
50 * @FE_CAN_QAM_16: Supports 16-QAM modulation
51 * @FE_CAN_QAM_32: Supports 32-QAM modulation
52 * @FE_CAN_QAM_64: Supports 64-QAM modulation
53 * @FE_CAN_QAM_128: Supports 128-QAM modulation
54 * @FE_CAN_QAM_256: Supports 256-QAM modulation
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Dfrontend.h1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
23 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
33 * enum fe_caps - Frontend capabilities
38 * @FE_CAN_INVERSION_AUTO: Can auto-detect frequency spectral
48 * @FE_CAN_FEC_AUTO: Can auto-detect FEC
50 * @FE_CAN_QAM_16: Supports 16-QAM modulation
51 * @FE_CAN_QAM_32: Supports 32-QAM modulation
52 * @FE_CAN_QAM_64: Supports 64-QAM modulation
53 * @FE_CAN_QAM_128: Supports 128-QAM modulation
54 * @FE_CAN_QAM_256: Supports 256-QAM modulation
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/
H A Dfrontend.h1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
23 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
33 * enum fe_caps - Frontend capabilities
38 * @FE_CAN_INVERSION_AUTO: Can auto-detect frequency spectral
48 * @FE_CAN_FEC_AUTO: Can auto-detect FEC
50 * @FE_CAN_QAM_16: Supports 16-QAM modulation
51 * @FE_CAN_QAM_32: Supports 32-QAM modulation
52 * @FE_CAN_QAM_64: Supports 64-QAM modulation
53 * @FE_CAN_QAM_128: Supports 128-QAM modulation
54 * @FE_CAN_QAM_256: Supports 256-QAM modulation
[all …]
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dbcmstb_sdhci.c1 // SPDX-License-Identifier: GPL-2.0+
22 * out-of-spec.
24 * Now, by setting this to 0 (auto-detect), 100 MHz will be read from
27 * in-spec 52 MHz value.
31 * When the minimum clock frequency is set to 0 (auto-detect), U-Boot
34 * communicate with the MMC device. Hard-code this value to 400000
39 static char *BCMSTB_SDHCI_NAME = "bcmstb-sdhci";
56 host->name = BCMSTB_SDHCI_NAME; in bcmstb_sdhci_init()
57 host->ioaddr = (void *)regbase; in bcmstb_sdhci_init()
58 host->quirks = 0; in bcmstb_sdhci_init()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcs42l42.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * cs42l42.c -- CS42L42 ALSA SoC audio driver
31 #include <sound/soc-dapm.h>
34 #include <dt-bindings/sound/cs42l42.h>
405 static DECLARE_TLV_DB_SCALE(adc_tlv, -9700, 100, true);
406 static DECLARE_TLV_DB_SCALE(mixer_tlv, -6300, 100, true);
435 SOC_SINGLE_S8_TLV("ADC Volume", CS42L42_ADC_VOLUME, -97, 12, adc_tlv),
458 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in cs42l42_hpdrv_evt()
484 dev_err(component->dev, "Invalid event 0x%x\n", event); in cs42l42_hpdrv_evt()
518 regcache_cache_only(cs42l42->regmap, false); in cs42l42_set_bias_level()
[all …]
/OK3568_Linux_fs/kernel/include/sound/
H A Dak4117.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
27 #define AK4117_REG_QSUB_ADDR 0x11 /* Q-subcode address + control */
28 #define AK4117_REG_QSUB_TRACK 0x12 /* Q-subcode track */
29 #define AK4117_REG_QSUB_INDEX 0x13 /* Q-subcode index */
30 #define AK4117_REG_QSUB_MINUTE 0x14 /* Q-subcode minute */
31 #define AK4117_REG_QSUB_SECOND 0x15 /* Q-subcode second */
32 #define AK4117_REG_QSUB_FRAME 0x16 /* Q-subcode frame */
33 #define AK4117_REG_QSUB_ZERO 0x17 /* Q-subcode zero */
34 #define AK4117_REG_QSUB_ABSMIN 0x18 /* Q-subcode absolute minute */
35 #define AK4117_REG_QSUB_ABSSEC 0x19 /* Q-subcode absolute second */
[all …]
H A Dak4113.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
50 /* Q-subcode address + control */
52 /* Q-subcode track */
54 /* Q-subcode index */
56 /* Q-subcode minute */
58 /* Q-subcode second */
60 /* Q-subcode frame */
62 /* Q-subcode zero */
64 /* Q-subcode absolute minute */
66 /* Q-subcode absolute second */
[all …]
/OK3568_Linux_fs/u-boot/include/linux/
H A Dmdio.h3 * Copyright 2006-2009 Solarflare Communications Inc.
23 #define MDIO_MMD_AN 7 /* Auto-Negotiation */
39 #define MDIO_PMA_RXDET 10 /* 10G PMA/PMD receive signal detect */
47 /* Media-dependent registers. */
48 #define MDIO_PMA_10GBT_SWAPPOL 130 /* 10GBASE-T pair swap & polarity */
49 #define MDIO_PMA_10GBT_TXPWR 131 /* 10GBASE-T TX power control */
50 #define MDIO_PMA_10GBT_SNR 133 /* 10GBASE-T SNR margin, lane A.
51 * Lanes B-D are numbered 134-136. */
52 #define MDIO_PMA_10GBR_FECABLE 170 /* 10GBASE-R FEC ability */
53 #define MDIO_PCS_10GBX_STAT1 24 /* 10GBASE-X PCS status 1 */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmdio.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
4 * Copyright 2006-2009 Solarflare Communications Inc.
25 #define MDIO_MMD_AN 7 /* Auto-Negotiation */
41 #define MDIO_PMA_RXDET 10 /* 10G PMA/PMD receive signal detect */
57 /* Media-dependent registers. */
58 #define MDIO_PMA_10GBT_SWAPPOL 130 /* 10GBASE-T pair swap & polarity */
59 #define MDIO_PMA_10GBT_TXPWR 131 /* 10GBASE-T TX power control */
60 #define MDIO_PMA_10GBT_SNR 133 /* 10GBASE-T SNR margin, lane A.
61 * Lanes B-D are numbered 134-136. */
62 #define MDIO_PMA_10GBR_FECABLE 170 /* 10GBASE-R FEC ability */
[all …]
/OK3568_Linux_fs/kernel/sound/pci/ymfpci/
H A Dymfpci.c1 // SPDX-License-Identifier: GPL-2.0-or-later
18 MODULE_DESCRIPTION("Yamaha DS-1 PCI");
27 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */
38 MODULE_PARM_DESC(index, "Index value for the Yamaha DS-1 PCI soundcard.");
40 MODULE_PARM_DESC(id, "ID string for the Yamaha DS-1 PCI soundcard.");
42 MODULE_PARM_DESC(enable, "Enable Yamaha DS-1 soundcard.");
44 MODULE_PARM_DESC(mpu_port, "MPU-401 Port.");
46 MODULE_PARM_DESC(fm_port, "FM OPL-3 Port.");
52 MODULE_PARM_DESC(rear_switch, "Enable shared rear/line-in switch");
75 return -ENODEV; in snd_ymfpci_create_gameport()
[all …]
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dkms-properties.csv2 ,DVI-I,“subconnector”,ENUM,"{ “Unknown”, “DVI-D”, “DVI-A” }",Connector,TBD
3 ,,“select subconnector”,ENUM,"{ “Automatic”, “DVI-D”, “DVI-A” }",Connector,TBD
21 ,,“audio”,ENUM,"{ ""force-dvi"", ""off"", ""auto"", ""on"" }",Connector,TBD
22 ,SDVO-TV,“mode”,ENUM,"{ ""NTSC_M"", ""NTSC_J"", ""NTSC_443"", ""PAL_B"" } etc.",Connector,TBD
39 ,SDVO-TV/LVDS,“brightness”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
40 CDV gma-500,Generic,"""Broadcast RGB""",ENUM,"{ “Full”, “Limited 16:235” }",Connector,TBD
41 ,,"""Broadcast RGB""",ENUM,"{ “off”, “auto”, “on” }",Connector,TBD
43 ,SDVO-TV,“mode”,ENUM,"{ ""NTSC_M"", ""NTSC_J"", ""NTSC_443"", ""PAL_B"" } etc.",Connector,TBD
60 ,SDVO-TV/LVDS,“brightness”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD
61 armada,CRTC,"""CSC_YUV""",ENUM,"{ ""Auto"" , ""CCIR601"", ""CCIR709"" }",CRTC,TBD
[all …]
/OK3568_Linux_fs/u-boot/drivers/ram/rockchip/
H A Dsdram_px30.c1 // SPDX-License-Identifier: GPL-2.0
55 #include "sdram-px30-lpddr3-detect-333.inc"
57 #include "sdram-px30-ddr3-detect-333.inc"
62 #include "sdram-px30-ddr_skew.inc"
71 &dram->cru->softrst_con[1]); in rkclk_ddr_reset()
73 &dram->cru->softrst_con[2]); in rkclk_ddr_reset()
104 writel(DPLL_MODE(CLOCK_FROM_XIN_OSC), &dram->cru->mode); in rkclk_set_dpll()
106 writel(POSTDIV1(postdiv1) | FBDIV(fbdiv), &dram->cru->pll[1].con0); in rkclk_set_dpll()
108 &dram->cru->pll[1].con1); in rkclk_set_dpll()
112 if (LOCK(readl(&dram->cru->pll[1].con1))) in rkclk_set_dpll()
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/man/
H A DXorg.wrap.man31 Xorg.wrap \- Xorg X server binary wrapper
55 \fBneeds_root_rights\fP = \fIyes\fP|\fIno\fP|\fIauto\fP
58 execution with all suid rights dropped, and \fIauto\fP to let the wrapper
59 auto-detect. The default is \fIauto\fP.
61 When auto-detecting the wrapper will drop rights if kms graphics are available
63 graphics cards and some are not kms capable auto-detection may fail,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmdio.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
4 * Copyright 2006-2009 Solarflare Communications Inc.
25 #define MDIO_MMD_AN 7 /* Auto-Negotiation */
41 #define MDIO_PMA_RXDET 10 /* 10G PMA/PMD receive signal detect */
53 /* Media-dependent registers. */
54 #define MDIO_PMA_10GBT_SWAPPOL 130 /* 10GBASE-T pair swap & polarity */
55 #define MDIO_PMA_10GBT_TXPWR 131 /* 10GBASE-T TX power control */
56 #define MDIO_PMA_10GBT_SNR 133 /* 10GBASE-T SNR margin, lane A.
57 * Lanes B-D are numbered 134-136. */
58 #define MDIO_PMA_10GBR_FECABLE 170 /* 10GBASE-R FEC ability */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmdio.h1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
4 * Copyright 2006-2009 Solarflare Communications Inc.
25 #define MDIO_MMD_AN 7 /* Auto-Negotiation */
41 #define MDIO_PMA_RXDET 10 /* 10G PMA/PMD receive signal detect */
53 /* Media-dependent registers. */
54 #define MDIO_PMA_10GBT_SWAPPOL 130 /* 10GBASE-T pair swap & polarity */
55 #define MDIO_PMA_10GBT_TXPWR 131 /* 10GBASE-T TX power control */
56 #define MDIO_PMA_10GBT_SNR 133 /* 10GBASE-T SNR margin, lane A.
57 * Lanes B-D are numbered 134-136. */
58 #define MDIO_PMA_10GBR_FECABLE 170 /* 10GBASE-R FEC ability */
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/scripts/
H A Dcrossfade_cat.sh13 # Example: crossfade_cat.sh 10 infile1.wav infile2.wav auto auto
22 # to occur. They can also specify "auto" which is the default.
36 …pecify \"no\" for that option. \"yes\" will force a fade and \"auto\" will try to detect if a fad…
38 echo "Example: $0 10 infile1.wav infile2.wav auto auto"
46 fade_first="auto"
51 fade_second="auto"
69 first_length=`$SOX --info -D "$first_file"`
72 trim_length=`echo "$first_length - $fade_length" | bc`
76 $SOX "$first_file" -e signed-integer -b 16 fadeout1.wav trim $trim_length
78 # When user specifies "auto" try to guess if a fadeout is needed.
[all …]
H A Dcrossfade.sh15 # first file. Can be yes/no/auto.
17 # second file. Can be yes/no/auto
19 # Example: $0 10 infile1.wav infile2.wav auto auto
28 # to occur. They can also specify "auto" which is the default.
42 …pecify \"no\" for that option. \"yes\" will force a fade and \"auto\" will try to detect if a fad…
44 echo "Example: $0 10 infile1.wav infile2.wav auto auto"
52 fade_first="auto"
57 fade_second="auto"
75 first_length=`$SOX --info -D "$first_file"`
78 trim_length=`echo "$first_length - $fade_length" | bc`
[all …]
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dspeedstep-lib.h1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de>
17 SPEEDSTEP_CPU_P4M = 0x00000004, /* P4-M */
18 /* the following processors are not speedstep-capable and are not auto-detected
26 /* speedstep states -- only two of them */
32 /* detect a speedstep-capable processor */
35 /* detect the current speed (in khz) of the processor */
39 /* detect the low and high speeds of the processor. The callback

12345678910>>...40