/linux/tools/perf/pmu-events/arch/arm64/thead/yitian710/sys/ |
H A D | ali_drw.json | 7 "Compat": "ali_drw_pmu" string 14 "Compat": "ali_drw_pmu" string 21 "Compat": "ali_drw_pmu" string 28 "Compat": "ali_drw_pmu" string 35 "Compat": "ali_drw_pmu" string 42 "Compat": "ali_drw_pmu" string 49 "Compat": "ali_drw_pmu" string 56 "Compat": "ali_drw_pmu" string 63 "Compat": "ali_drw_pmu" string 70 "Compat": "ali_drw_pmu" string [all …]
|
/linux/tools/perf/pmu-events/arch/arm64/freescale/imx95/sys/ |
H A D | metrics.json | 8 "Compat": "imx95" string 16 "Compat": "imx95" string 24 "Compat": "imx95" string 32 "Compat": "imx95" string 40 "Compat": "imx95" string 48 "Compat": "imx95" string 56 "Compat": "imx95" string 64 "Compat": "imx95" string 72 "Compat": "imx95" string 80 "Compat": "imx95" string [all …]
|
/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mp/sys/ |
H A D | metrics.json | 8 "Compat": "i.MX8MP" string 16 "Compat": "i.MX8MP" string 24 "Compat": "i.MX8MP" string 32 "Compat": "i.MX8MP" string 40 "Compat": "i.MX8MP" string 48 "Compat": "i.MX8MP" string 56 "Compat": "i.MX8MP" string 64 "Compat": "i.MX8MP" string 72 "Compat": "i.MX8MP" string 80 "Compat": "i.MX8MP" string [all …]
|
H A D | ddrc.json | 7 "Compat": "i.MX8MP" string 14 "Compat": "i.MX8MP" string 21 "Compat": "i.MX8MP" string 28 "Compat": "i.MX8MP" string 35 "Compat": "i.MX8MP" string
|
/linux/tools/perf/pmu-events/arch/arm64/arm/cmn/sys/ |
H A D | cmn.json | 8 "Compat": "(434|436|43c|43a).*" string 16 "Compat": "(434|436|43c|43a).*" string 24 "Compat": "(434|436|43c|43a).*" string 32 "Compat": "(434|436|43c|43a).*" string 40 "Compat": "(434|436|43c|43a).*" string 48 "Compat": "(434|436|43c|43a).*" string 56 "Compat": "(434|436|43c|43a).*" string 64 "Compat": "(434|436|43c|43a).*" string 72 "Compat": "(434|436|43c|43a).*" string 80 "Compat": "(434|436|43c|43a).*" string [all …]
|
H A D | metric.json | 9 "Compat": "(434|436|43c|43a).*" string 18 "Compat": "(434|436|43c|43a).*" string 27 "Compat": "(434|436|43c|43a).*" string 36 "Compat": "(434|436|43c|43a).*" string 45 "Compat": "(434|436|43c|43a).*" string 54 "Compat": "(434|436|43c|43a).*" string 63 "Compat": "(434|436|43c|43a).*" string 72 "Compat": "(434|436|43c|43a).*" string
|
/linux/tools/perf/pmu-events/arch/arm64/hisilicon/hip09/sys/ |
H A D | uncore-cpa.json | 6 "Compat": "0x00000030", string 13 "Compat": "0x00000030", string 20 "Compat": "0x00000030", string 27 "Compat": "0x00000030", string 34 "Compat": "0x00000030", string 41 "Compat": "0x00000030", string 48 "Compat": "0x00000030", string 55 "Compat": "0x00000030", string 62 "Compat": "0x00000030", string 70 "Compat": "0x00000030", string [all …]
|
/linux/drivers/net/pcs/ |
H A D | pcs-xpcs.c | 160 const struct dw_xpcs_compat *compat; member 169 const struct dw_xpcs_compat *compat = &desc->compat[i]; in xpcs_find_compat() local 171 for (j = 0; j < compat->num_interfaces; j++) in xpcs_find_compat() 172 if (compat->interface[j] == interface) in xpcs_find_compat() 173 return compat; in xpcs_find_compat() 181 const struct dw_xpcs_compat *compat; in xpcs_get_an_mode() local 183 compat = xpcs_find_compat(xpcs->desc, interface); in xpcs_get_an_mode() 184 if (!compat) in xpcs_get_an_mode() 187 return compat->an_mode; in xpcs_get_an_mode() 191 static bool __xpcs_linkmode_supported(const struct dw_xpcs_compat *compat, in __xpcs_linkmode_supported() argument [all …]
|
/linux/net/wireless/tests/ |
H A D | chan.c | 31 /* we test both ways around, so c2 should always be the compat one */ 32 bool compat; member 41 .compat = true, 50 .compat = true, 59 .compat = true, 68 .compat = true, 77 .compat = true, 86 .compat = true, 100 .compat = true, 141 .compat = true, [all …]
|
/linux/scripts/ |
H A D | syscalltbl.sh | 8 # NR ABI NAME [NATIVE] [COMPAT] 14 # COMPAT compat entry point (optional) 57 while read nr abi name native compat noreturn; do 69 if [ "$compat" = "-" ]; then 70 unset compat 78 if [ -n "$compat" ]; then 79 echo "__SYSCALL_COMPAT_NORETURN($nr, $native, $compat)" 83 elif [ -n "$compat" ]; then 84 echo "__SYSCALL_WITH_COMPAT($nr, $native, $compat)"
|
/linux/arch/sparc/kernel/ |
H A D | vio.c | 26 const char *type, *compat; in vio_match_device() local 30 compat = dev->compat; in vio_match_device() 33 while (matches->type[0] || matches->compat[0]) { in vio_match_device() 38 if (matches->compat[0]) { in vio_match_device() 40 of_find_in_proplist(compat, matches->compat, len); in vio_match_device() 53 add_uevent_var(env, "MODALIAS=vio:T%sS%s", vio_dev->type, vio_dev->compat); in vio_hotplug() 140 return sprintf(buf, "vio:T%sS%s\n", vdev->type, vdev->compat); in modalias_show() 294 const char *type, *compat; in vio_create_one() local 318 compat = mdesc_get_property(hp, mp, "device-type", &clen); in vio_create_one() 319 if (!compat) { in vio_create_one() [all …]
|
H A D | systbls_64.S | 19 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument 20 #include <asm/syscall_table_32.h> /* Compat syscalls */ 28 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, native) argument
|
/linux/drivers/clk/at91/ |
H A D | Makefile | 18 obj-$(CONFIG_SOC_AT91RM9200) += at91rm9200.o dt-compat.o 19 obj-$(CONFIG_SOC_AT91SAM9) += at91sam9260.o at91sam9rl.o at91sam9x5.o dt-compat.o 20 obj-$(CONFIG_SOC_AT91SAM9) += at91sam9g45.o dt-compat.o 21 obj-$(CONFIG_SOC_AT91SAM9) += at91sam9n12.o at91sam9x5.o dt-compat.o 24 obj-$(CONFIG_SOC_SAMA5D3) += sama5d3.o dt-compat.o 25 obj-$(CONFIG_SOC_SAMA5D4) += sama5d4.o dt-compat.o 26 obj-$(CONFIG_SOC_SAMA5D2) += sama5d2.o dt-compat.o
|
/linux/drivers/vfio/platform/ |
H A D | vfio_platform_private.h | 52 const char *compat; member 76 char *compat; member 105 void vfio_platform_unregister_reset(const char *compat, 110 .compat = __compat, \ 115 #define module_vfio_reset_handler(compat, reset) \ argument 116 MODULE_ALIAS("vfio-reset:" compat); \ 119 vfio_platform_register_reset(compat, reset); \ 124 vfio_platform_unregister_reset(compat, reset); \
|
/linux/scripts/dtc/ |
H A D | dt_to_config | 324 my $compat = $pn_arg_ref->{compat}; 370 if (exists($driver_hard_code_list{$compat}) || 437 my $compat = $pn_arg_ref->{compat}; 460 print " : $compat : $driver : $config : "; 737 my $compat; 758 COMPAT: label 759 for $compat (@compatibles) { 761 $pn_arg{compat} = $compat; 765 if (exists($compat_white_list{$compat})) { 771 next COMPAT; [all …]
|
/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mn/sys/ |
H A D | ddrc.json | 7 "Compat": "i.MX8MN" string 14 "Compat": "i.MX8MN" string 21 "Compat": "i.MX8MN" string 28 "Compat": "i.MX8MN" string 35 "Compat": "i.MX8MN" string
|
/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mq/sys/ |
H A D | ddrc.json | 7 "Compat": "i.MX8MQ" string 14 "Compat": "i.MX8MQ" string 21 "Compat": "i.MX8MQ" string 28 "Compat": "i.MX8MQ" string 35 "Compat": "i.MX8MQ" string
|
/linux/tools/perf/pmu-events/arch/arm64/freescale/imx8mm/sys/ |
H A D | ddrc.json | 7 "Compat": "i.MX8MM" string 14 "Compat": "i.MX8MM" string 21 "Compat": "i.MX8MM" string 28 "Compat": "i.MX8MM" string 35 "Compat": "i.MX8MM" string
|
/linux/drivers/macintosh/ |
H A D | macio_sysfs.c | 12 const char *compat; in compatible_show() local 17 compat = of_get_property(of->dev.of_node, "compatible", &cplen); in compatible_show() 18 if (!compat) { in compatible_show() 24 length += sprintf (buf, "%s\n", compat); in compatible_show() 26 l = strlen (compat) + 1; in compatible_show() 27 compat += l; in compatible_show()
|
/linux/net/xfrm/ |
H A D | xfrm_algo.c | 197 .compat = "md5", 217 .compat = "sha1", 237 .compat = "sha256", 295 .compat = "rmd160", 347 .compat = "sm3", 370 .compat = "cipher_null", 390 .compat = "des", 411 .compat = "des3_ede", 432 .compat = "cast5", 453 .compat = "blowfish", [all …]
|
/linux/drivers/md/bcache/ |
H A D | features.c | 4 * Inspired by ext4's features compat/incompat/ro_compat related code. 14 int compat; member 30 for (f = &feature_list[0]; f->compat != 0; f++) { \ 31 if (f->compat != BCH_FEATURE_ ## type) \ 59 compose_feature_string(COMPAT); in bch_print_cache_set_feature_compat()
|
/linux/include/linux/ |
H A D | irqchip.h | 33 * @compat: compatible string of the irqchip driver 36 #define IRQCHIP_DECLARE(name, compat, fn) \ argument 37 OF_DECLARE_2(irqchip, name, compat, typecheck_irq_init_cb(fn)) 44 #define IRQCHIP_MATCH(compat, fn) { .compatible = compat, \ argument
|
/linux/arch/powerpc/kernel/ |
H A D | systbl.c | 14 #include <linux/compat.h> 19 #define __SYSCALL_WITH_COMPAT(nr, entry, compat) __SYSCALL(nr, entry) argument 42 #define __SYSCALL_WITH_COMPAT(nr, native, compat) __SYSCALL(nr, compat) argument
|
/linux/fs/ceph/ |
H A D | metric.c | 66 cap->header.compat = 1; in ceph_mdsc_send_metrics() 77 read->header.compat = 1; in ceph_mdsc_send_metrics() 90 write->header.compat = 1; in ceph_mdsc_send_metrics() 103 meta->header.compat = 1; in ceph_mdsc_send_metrics() 116 dlease->header.compat = 1; in ceph_mdsc_send_metrics() 129 files->header.compat = 1; in ceph_mdsc_send_metrics() 139 icaps->header.compat = 1; in ceph_mdsc_send_metrics() 149 inodes->header.compat = 1; in ceph_mdsc_send_metrics() 159 rsize->header.compat = 1; in ceph_mdsc_send_metrics() 169 wsize->header.compat = 1; in ceph_mdsc_send_metrics()
|
/linux/net/ipv4/netfilter/ |
H A D | Kconfig | 77 This is a backwards-compat option for the user's convenience 85 This is a backwards-compat option for the user's convenience 152 This is a backwards-compat option for the user's convenience 172 This is a backwards-compat option for the user's convenience 234 This is a backwards-compat option for the user's convenience 242 This is a backwards-compat option for the user's convenience 251 This is a backwards-compat option for the user's convenience
|