| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_debugfs.h | 88 {true, "BP_CPU_STATE"}, 89 {true, "DFX_MSIX_INFO_NIC_0"}, 90 {true, "DFX_MSIX_INFO_NIC_1"}, 91 {true, "DFX_MSIX_INFO_NIC_2"}, 92 {true, "DFX_MSIX_INFO_NIC_3"}, 94 {true, "DFX_MSIX_INFO_ROC_0"}, 95 {true, "DFX_MSIX_INFO_ROC_1"}, 96 {true, "DFX_MSIX_INFO_ROC_2"}, 97 {true, "DFX_MSIX_INFO_ROC_3"}, 104 {true, "SSU_ETS_PORT_STATUS"}, [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ |
| H A D | rkaiq_switchs.go | 14 macros_map["RKAIQ_ENABLE_CAMGROUP"] = true 15 macros_map["RKAIQ_HAVE_FAKECAM"] = true 19 macros_map["RKAIQ_ENABLE_AF"] = true 25 macros_map["RKAIQ_HAVE_AWB_V32"] = true 26 macros_map["RKAIQ_HAVE_AWB_V32LT"] = true 30 macros_map["RKAIQ_HAVE_YNR_V22"] = true 35 macros_map["RKAIQ_HAVE_CNR_V30_LITE"] = true 40 macros_map["RKAIQ_HAVE_SHARP_V33_LITE"] = true 46 macros_map["RKAIQ_HAVE_BAYERTNR_V23_LITE"] = true 48 macros_map["RKAIQ_HAVE_GAIN_V2"] = true [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/migrations/ |
| H A D | 0020_models_bigautofield.py | 16 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 21 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 26 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 31 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 36 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 41 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 46 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 51 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 56 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), 61 …field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), [all …]
|
| H A D | 0001_initial.py | 16 … ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), 17 ('name', models.CharField(unique=True, max_length=32)), 26 … ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), 27 ('up_id', models.IntegerField(default=None, null=True)), 28 ('up_date', models.DateTimeField(default=None, null=True)), 30 ('short_description', models.CharField(max_length=50, blank=True)), 39 … ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), 54 … ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), 63 … ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), 73 … ('id', models.AutoField(verbose_name='ID', serialize=False, auto_created=True, primary_key=True)), [all …]
|
| /OK3568_Linux_fs/external/alsa-config/alsa/cards/ |
| H A D | rockchip_rt5640.conf | 23 lock true 24 preserve true 29 lock true 30 preserve true 35 lock true 36 preserve true 37 value [ true true ] 41 lock true 42 preserve true 43 value true [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | mce_power.c | 144 { 0x00000000001c0000, 0x0000000000040000, true, 146 MCE_INITIATOR_CPU, MCE_SEV_SEVERE, true }, 147 { 0x00000000001c0000, 0x0000000000080000, true, 149 MCE_INITIATOR_CPU, MCE_SEV_SEVERE, true }, 150 { 0x00000000001c0000, 0x00000000000c0000, true, 152 MCE_INITIATOR_CPU, MCE_SEV_WARNING, true }, 153 { 0x00000000001c0000, 0x0000000000100000, true, 156 MCE_INITIATOR_CPU, MCE_SEV_WARNING, true }, 157 { 0x00000000001c0000, 0x0000000000140000, true, 159 MCE_INITIATOR_CPU, MCE_SEV_WARNING, true }, [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_overflow.c | 27 {0, 1, 1, U8_MAX, 0, false, true, false}, 29 {0, U8_MAX, U8_MAX, 1, 0, false, true, false}, 31 {1, U8_MAX, 0, 2, U8_MAX, true, true, false}, 32 {U8_MAX, 1, 0, U8_MAX-1, U8_MAX, true, false, false}, 33 {U8_MAX, U8_MAX, U8_MAX-1, 0, 1, true, false, true}, 35 {U8_MAX, U8_MAX-1, U8_MAX-2, 1, 2, true, false, true}, 36 {U8_MAX-1, U8_MAX, U8_MAX-2, U8_MAX, 2, true, true, true}, 39 {1U << 4, 1U << 4, 1U << 5, 0, 0, false, false, true}, 41 {1U << 7, 1U << 7, 0, 0, 0, true, false, true}, 43 {48, 32, 80, 16, 0, false, false, true}, [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | elf.py | 9 "arm" : (40, 0, 0, True, 32), 12 "arm" : (40, 0, 0, True, 32), 15 "aarch64" : (183, 0, 0, True, 64), 17 "i586" : (3, 0, 0, True, 32), 18 "i686" : (3, 0, 0, True, 32), 19 "x86_64": (62, 0, 0, True, 64), 20 "epiphany": (4643, 0, 0, True, 32), 23 "mipsel": ( 8, 0, 0, True, 32), 25 "microblazeel":(189, 0, 0, True, 32), 27 "riscv32": (243, 0, 0, True, 32), [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-bsp/fwupd/ |
| H A D | fwupd_1.7.6.bb | 55 PACKAGECONFIG[bluetooth] = "-Dbluez=true,-Dbluez=false" 56 PACKAGECONFIG[compat-cli] = "-Dcompat_cli=true,-Dcompat_cli=false" 57 PACKAGECONFIG[consolekit] = "-Dconsolekit=true,-Dconsolekit=false,consolekit" 58 PACKAGECONFIG[curl] = "-Dcurl=true,-Dcurl=false,curl" 59 PACKAGECONFIG[firmware-packager] = "-Dfirmware-packager=true,-Dfirmware-packager=false" 60 PACKAGECONFIG[fish-completion] = "-Dfish_completion=true,-Dfish_completion=false" 61 PACKAGECONFIG[gnutls] = "-Dgnutls=true,-Dgnutls=false,gnutls" 62 PACKAGECONFIG[gudev] = "-Dgudev=true,-Dgudev=false,libgudev" 63 PACKAGECONFIG[gusb] = "-Dgusb=true,-Dgusb=false,libgusb" 64 PACKAGECONFIG[hsi] = "-Dhsi=true,-Dhsi=false" [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | gconf.glade | 6 <property name="visible">True</property> 13 <property name="resizable">True</property> 15 <property name="decorated">True</property> 26 <property name="visible">True</property> 32 <property name="visible">True</property> 36 <property name="visible">True</property> 38 <property name="use_underline">True</property> 45 <property name="visible">True</property> 48 <property name="use_underline">True</property> 54 <property name="visible">True</property> [all …]
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | gconf.glade | 6 <property name="visible">True</property> 13 <property name="resizable">True</property> 15 <property name="decorated">True</property> 26 <property name="visible">True</property> 32 <property name="visible">True</property> 36 <property name="visible">True</property> 38 <property name="use_underline">True</property> 45 <property name="visible">True</property> 48 <property name="use_underline">True</property> 54 <property name="visible">True</property> [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | gconf.glade | 6 <property name="visible">True</property> 13 <property name="resizable">True</property> 15 <property name="decorated">True</property> 26 <property name="visible">True</property> 32 <property name="visible">True</property> 36 <property name="visible">True</property> 38 <property name="use_underline">True</property> 45 <property name="visible">True</property> 48 <property name="use_underline">True</property> 54 <property name="visible">True</property> [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | kmod-path.c | 40 path, cpumode, expect ? "true" : "false"); in test_is_kernel_module() 53 T("/xxxx/xxxx/x-x.ko", true , true, 0 , "[x_x]"); in test__kmod_path__parse() 54 T("/xxxx/xxxx/x-x.ko", false , true, 0 , NULL ); in test__kmod_path__parse() 55 T("/xxxx/xxxx/x-x.ko", true , true, 0 , "[x_x]"); in test__kmod_path__parse() 56 T("/xxxx/xxxx/x-x.ko", false , true, 0 , NULL ); in test__kmod_path__parse() 57 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse() 58 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_KERNEL, true); in test__kmod_path__parse() 63 T("/xxxx/xxxx/x.ko.gz", true , true, 1 , "[x]"); in test__kmod_path__parse() 64 T("/xxxx/xxxx/x.ko.gz", false , true, 1 , NULL ); in test__kmod_path__parse() 65 T("/xxxx/xxxx/x.ko.gz", true , true, 1 , "[x]"); in test__kmod_path__parse() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/locationlabs/ |
| H A D | plugins.qmltypes | 16 isSingleton: true 22 Parameter { name: "map"; type: "QDeclarativeGeoMap"; isPointer: true } 34 Parameter { name: "pos"; type: "const QDeclarativeGeoWaypoint"; isPointer: true } 54 Property { name: "nextManeuverIcon"; type: "QVariant"; isReadonly: true } 55 Property { name: "distanceToNextManeuver"; type: "double"; isReadonly: true } 56 Property { name: "remainingTravelDistance"; type: "double"; isReadonly: true } 57 Property { name: "remainingTravelDistanceToNextWaypoint"; type: "double"; isReadonly: true } 58 Property { name: "traveledDistance"; type: "double"; isReadonly: true } 59 Property { name: "timeToNextManeuver"; type: "int"; isReadonly: true } 60 Property { name: "remainingTravelTime"; type: "int"; isReadonly: true } [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/include/ |
| H A D | HalVerDef.h | 19 #define TRUE _TRUE macro 115 …_CVID_IC_TYPE(version) == CHIP_8192C) || (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? TRUE : FALSE) 116 #define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723A) ? TRUE : FALSE) 117 #define IS_92D(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192D) ? TRUE : FALSE) 120 #define IS_8188E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188E) ? TRUE : FALSE) 121 #define IS_8188F(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188F) ? TRUE : FALSE) 122 #define IS_8188GTV(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188GTV) ? TRUE : FALSE) 123 #define IS_8192E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192E) ? TRUE : FALSE) 124 #define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812) ? TRUE : FALSE) 125 #define IS_8821_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8821) ? TRUE : FALSE) [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | HalVerDef.h | 18 #define TRUE _TRUE macro 114 …_CVID_IC_TYPE(version) == CHIP_8192C) || (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? TRUE : FALSE) 115 #define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723A) ? TRUE : FALSE) 116 #define IS_92D(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192D) ? TRUE : FALSE) 119 #define IS_8188E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188E) ? TRUE : FALSE) 120 #define IS_8188F(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188F) ? TRUE : FALSE) 121 #define IS_8188GTV(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188GTV) ? TRUE : FALSE) 122 #define IS_8192E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192E) ? TRUE : FALSE) 123 #define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812) ? TRUE : FALSE) 124 #define IS_8821_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8821) ? TRUE : FALSE) [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | HalVerDef.h | 18 #define TRUE _TRUE macro 114 …_CVID_IC_TYPE(version) == CHIP_8192C) || (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? TRUE : FALSE) 115 #define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723A) ? TRUE : FALSE) 116 #define IS_92D(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192D) ? TRUE : FALSE) 119 #define IS_8188E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188E) ? TRUE : FALSE) 120 #define IS_8188F(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188F) ? TRUE : FALSE) 121 #define IS_8188GTV(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188GTV) ? TRUE : FALSE) 122 #define IS_8192E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192E) ? TRUE : FALSE) 123 #define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812) ? TRUE : FALSE) 124 #define IS_8821_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8821) ? TRUE : FALSE) [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/include/ |
| H A D | HalVerDef.h | 18 #define TRUE _TRUE macro 114 …_CVID_IC_TYPE(version) == CHIP_8192C) || (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? TRUE : FALSE) 115 #define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723A) ? TRUE : FALSE) 116 #define IS_92D(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192D) ? TRUE : FALSE) 119 #define IS_8188E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188E) ? TRUE : FALSE) 120 #define IS_8188F(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188F) ? TRUE : FALSE) 121 #define IS_8188GTV(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188GTV) ? TRUE : FALSE) 122 #define IS_8192E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192E) ? TRUE : FALSE) 123 #define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812) ? TRUE : FALSE) 124 #define IS_8821_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8821) ? TRUE : FALSE) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/include/ |
| H A D | HalVerDef.h | 18 #define TRUE _TRUE macro 114 …_CVID_IC_TYPE(version) == CHIP_8192C) || (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? TRUE : FALSE) 115 #define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723A) ? TRUE : FALSE) 116 #define IS_92D(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192D) ? TRUE : FALSE) 119 #define IS_8188E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188E) ? TRUE : FALSE) 120 #define IS_8188F(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188F) ? TRUE : FALSE) 121 #define IS_8188GTV(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188GTV) ? TRUE : FALSE) 122 #define IS_8192E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192E) ? TRUE : FALSE) 123 #define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812) ? TRUE : FALSE) 124 #define IS_8821_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8821) ? TRUE : FALSE) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/include/ |
| H A D | HalVerDef.h | 19 #define TRUE _TRUE macro 114 …_CVID_IC_TYPE(version) == CHIP_8192C) || (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? TRUE : FALSE) 115 #define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723A) ? TRUE : FALSE) 116 #define IS_92D(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192D) ? TRUE : FALSE) 119 #define IS_8188E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188E) ? TRUE : FALSE) 120 #define IS_8188F(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188F) ? TRUE : FALSE) 121 #define IS_8188GTV(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188GTV) ? TRUE : FALSE) 122 #define IS_8192E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192E) ? TRUE : FALSE) 123 #define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812) ? TRUE : FALSE) 124 #define IS_8821_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8821) ? TRUE : FALSE) [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/include/ |
| H A D | HalVerDef.h | 18 #define TRUE _TRUE macro 113 …_CVID_IC_TYPE(version) == CHIP_8192C) || (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? TRUE : FALSE) 114 #define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723A) ? TRUE : FALSE) 115 #define IS_92D(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192D) ? TRUE : FALSE) 118 #define IS_8188E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188E) ? TRUE : FALSE) 119 #define IS_8188F(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188F) ? TRUE : FALSE) 120 #define IS_8188GTV(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188GTV) ? TRUE : FALSE) 121 #define IS_8192E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192E) ? TRUE : FALSE) 122 #define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812) ? TRUE : FALSE) 123 #define IS_8821_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8821) ? TRUE : FALSE) [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/include/ |
| H A D | HalVerDef.h | 18 #define TRUE _TRUE macro 113 …_CVID_IC_TYPE(version) == CHIP_8192C) || (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? TRUE : FALSE) 114 #define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723A) ? TRUE : FALSE) 115 #define IS_92D(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192D) ? TRUE : FALSE) 118 #define IS_8188E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188E) ? TRUE : FALSE) 119 #define IS_8188F(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188F) ? TRUE : FALSE) 120 #define IS_8188GTV(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188GTV) ? TRUE : FALSE) 121 #define IS_8192E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192E) ? TRUE : FALSE) 122 #define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812) ? TRUE : FALSE) 123 #define IS_8821_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8821) ? TRUE : FALSE) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/include/ |
| H A D | HalVerDef.h | 18 #define TRUE _TRUE macro 113 …_CVID_IC_TYPE(version) == CHIP_8192C) || (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? TRUE : FALSE) 114 #define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723A) ? TRUE : FALSE) 115 #define IS_92D(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192D) ? TRUE : FALSE) 118 #define IS_8188E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188E) ? TRUE : FALSE) 119 #define IS_8188F(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188F) ? TRUE : FALSE) 120 #define IS_8188GTV(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188GTV) ? TRUE : FALSE) 121 #define IS_8192E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192E) ? TRUE : FALSE) 122 #define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812) ? TRUE : FALSE) 123 #define IS_8821_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8821) ? TRUE : FALSE) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/include/ |
| H A D | HalVerDef.h | 19 #define TRUE _TRUE macro 113 …_CVID_IC_TYPE(version) == CHIP_8192C) || (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? TRUE : FALSE) 114 #define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723A) ? TRUE : FALSE) 115 #define IS_92D(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192D) ? TRUE : FALSE) 118 #define IS_8188E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188E) ? TRUE : FALSE) 119 #define IS_8188F(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188F) ? TRUE : FALSE) 120 #define IS_8188GTV(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188GTV) ? TRUE : FALSE) 121 #define IS_8192E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192E) ? TRUE : FALSE) 122 #define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812) ? TRUE : FALSE) 123 #define IS_8821_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8821) ? TRUE : FALSE) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/ |
| H A D | HalVerDef.h | 19 #define TRUE _TRUE macro 113 …_CVID_IC_TYPE(version) == CHIP_8192C) || (GET_CVID_IC_TYPE(version) == CHIP_8188C)) ? TRUE : FALSE) 114 #define IS_8723_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8723A) ? TRUE : FALSE) 115 #define IS_92D(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192D) ? TRUE : FALSE) 118 #define IS_8188E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188E) ? TRUE : FALSE) 119 #define IS_8188F(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188F) ? TRUE : FALSE) 120 #define IS_8188GTV(version) ((GET_CVID_IC_TYPE(version) == CHIP_8188GTV) ? TRUE : FALSE) 121 #define IS_8192E(version) ((GET_CVID_IC_TYPE(version) == CHIP_8192E) ? TRUE : FALSE) 122 #define IS_8812_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8812) ? TRUE : FALSE) 123 #define IS_8821_SERIES(version) ((GET_CVID_IC_TYPE(version) == CHIP_8821) ? TRUE : FALSE) [all …]
|