Home
last modified time | relevance | path

Searched refs:compat (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/openbmc/u-boot/arch/arm/mach-uniphier/
H A Dboard_late_init.c37 const char *compat; in uniphier_set_fdt_file() local
44 compat = fdt_stringlist_get(gd->fdt_blob, 0, "compatible", 0, NULL); in uniphier_set_fdt_file()
45 if (!compat) in uniphier_set_fdt_file()
49 compat = strchr(compat, ','); in uniphier_set_fdt_file()
50 if (!compat) in uniphier_set_fdt_file()
52 compat++; in uniphier_set_fdt_file()
54 strncpy(dtb_name, compat, buf_len); in uniphier_set_fdt_file()
55 buf_len -= strlen(compat); in uniphier_set_fdt_file()
/openbmc/linux/scripts/dtc/
H A Ddt_to_config324 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;
759 for $compat (@compatibles) {
761 $pn_arg{compat} = $compat;
776 if (exists($compat_driver{$compat})) {
1031 print " $compat\n";
1180 for my $compat (keys %driver_hard_code_list) {
[all …]
/openbmc/linux/drivers/net/pcs/
H A Dpcs-xpcs.c167 const struct xpcs_compat *compat = &id->compat[i]; in xpcs_find_compat() local
171 return compat; in xpcs_find_compat()
182 if (!compat) in xpcs_get_an_mode()
185 return compat->an_mode; in xpcs_get_an_mode()
285 switch (compat->an_mode) { in xpcs_soft_reset()
622 if (compat) in xpcs_validate()
636 const struct xpcs_compat *compat = &xpcs->id->compat[i]; in xpcs_get_interfaces() local
858 if (!compat) in xpcs_do_config()
897 if (compat->pma_config) { in xpcs_do_config()
1101 if (!compat) in xpcs_get_state()
[all …]
/openbmc/qemu/target/ppc/
H A Dcompat.c127 if (!compat) { in pcc_compat()
131 if ((min && (compat < min)) || (max && (compat > max))) { in pcc_compat()
170 } else if (!compat) { in ppc_set_compat()
178 pcr = compat->pcr; in ppc_set_compat()
257 g_assert(compat); in ppc_compat_max_vthreads()
275 g_assert(compat); in ppc_compat_prop_get()
277 value = compat->name; in ppc_compat_prop_get()
297 const CompatInfo *compat = NULL; in ppc_compat_prop_set() local
301 compat = &compat_table[i]; in ppc_compat_prop_set()
307 if (!compat) { in ppc_compat_prop_set()
[all …]
/openbmc/u-boot/drivers/pci/
H A Dpcie_layerscape_fixup.c79 char *compat = NULL; in fdt_pcie_set_msi_map_entry() local
90 compat = "fsl,ls2088a-pcie"; in fdt_pcie_set_msi_map_entry()
92 compat = CONFIG_FSL_PCIE_COMPAT; in fdt_pcie_set_msi_map_entry()
93 if (compat) in fdt_pcie_set_msi_map_entry()
95 compat, pcie->dbi_res.start); in fdt_pcie_set_msi_map_entry()
133 char *compat = NULL; in fdt_pcie_set_iommu_map_entry() local
144 compat = "fsl,ls2088a-pcie"; in fdt_pcie_set_iommu_map_entry()
148 if (compat) in fdt_pcie_set_iommu_map_entry()
225 char *compat = NULL; in ft_pcie_rc_fix() local
235 compat = "fsl,ls2088a-pcie"; in ft_pcie_rc_fix()
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/
H A Dfix-potential-signed-overflow-in-pointer-arithmatic.patch19 openbsd-compat/strlcpy.c | 8 ++++++--
20 openbsd-compat/strnlen.c | 8 ++++++--
23 diff --git a/openbsd-compat/strlcat.c b/openbsd-compat/strlcat.c
25 --- a/openbsd-compat/strlcat.c
26 +++ b/openbsd-compat/strlcat.c
58 diff --git a/openbsd-compat/strlcpy.c b/openbsd-compat/strlcpy.c
60 --- a/openbsd-compat/strlcpy.c
61 +++ b/openbsd-compat/strlcpy.c
84 diff --git a/openbsd-compat/strnlen.c b/openbsd-compat/strnlen.c
86 --- a/openbsd-compat/strnlen.c
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/iproute2/iproute2/
H A D0001-libc-compat.h-add-musl-workaround.patch4 Subject: [PATCH] libc-compat.h: add musl workaround
6 The libc-compat.h kernel header uses glibc specific macros (__GLIBC__ and
8 libc-compat.h work for musl libc as well.
13 …ot.net/buildroot/tree/package/iproute2/0001-Add-the-musl-workaround-to-the-libc-compat.h-copy.patch
19 include/uapi/linux/libc-compat.h | 4 +++-
22 diff --git a/include/uapi/linux/libc-compat.h b/include/uapi/linux/libc-compat.h
24 --- a/include/uapi/linux/libc-compat.h
25 +++ b/include/uapi/linux/libc-compat.h
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dfsl_icid.h15 const char *compat; member
34 { .compat = name, \
41 #define SET_SCFG_ICID(compat, streamid, name, compataddr) \ argument
42 SET_ICID_ENTRY(compat, streamid, (((streamid) << 24) | (1 << 23)), \
46 #define SET_USB_ICID(usb_num, compat, streamid) \ argument
47 SET_SCFG_ICID(compat, streamid, usb##usb_num##_icid,\
50 #define SET_SATA_ICID(compat, streamid) \ argument
51 SET_SCFG_ICID(compat, streamid, sata_icid,\
58 #define SET_QDMA_ICID(compat, streamid) \ argument
59 SET_ICID_ENTRY(compat, streamid, (1 << 31) | (streamid), \
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_liodn.h40 const char * compat; member
52 const char *compat[2]; member
70 { .compat[0] = name1, \
71 .compat[1] = name2, \
78 { .compat = name, \
85 { .compat = name, \
92 SET_LIODN_ENTRY_1(compat, liodn, \
96 #define SET_USB_LIODN(usbNum, compat, liodn) \ argument
104 #define SET_PCI_LIODN(compat, pciNum, liodn) \ argument
109 SET_LIODN_ENTRY_1(compat, liodn,\
[all …]
/openbmc/linux/drivers/clk/at91/
H A DMakefile18 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
23 obj-$(CONFIG_SOC_SAMA5D3) += sama5d3.o dt-compat.o
24 obj-$(CONFIG_SOC_SAMA5D4) += sama5d4.o dt-compat.o
25 obj-$(CONFIG_SOC_SAMA5D2) += sama5d2.o dt-compat.o
/openbmc/qemu/tests/qemu-iotests/
H A D04998 test_qemu_img create -f $IMGFMT -o compat=0.10 "$TEST_IMG" 64M
99 test_qemu_img create -f $IMGFMT -o compat=1.1 "$TEST_IMG" 64M
101 test_qemu_img create -f $IMGFMT -o compat=0.42 "$TEST_IMG" 64M
102 test_qemu_img create -f $IMGFMT -o compat=foobar "$TEST_IMG" 64M
117 test_qemu_img create -f $IMGFMT -o compat=1.1,lazy_refcounts=off "$TEST_IMG" 64M
118 test_qemu_img create -f $IMGFMT -o compat=1.1,lazy_refcounts=on "$TEST_IMG" 64M
120 test_qemu_img create -f $IMGFMT -o compat=0.10,lazy_refcounts=off "$TEST_IMG" 64M
121 test_qemu_img create -f $IMGFMT -o compat=0.10,lazy_refcounts=on "$TEST_IMG" 64M
/openbmc/linux/drivers/vfio/platform/
H A Dvfio_platform_private.h52 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); \
/openbmc/linux/arch/sparc/kernel/
H A Dvio.c26 const char *type, *compat; in vio_match_device() local
30 compat = dev->compat; 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()
294 const char *type, *compat; in vio_create_one() local
319 if (!compat) { in vio_create_one()
335 if (compat) in vio_create_one()
336 memcpy(vdev->compat, compat, clen); in vio_create_one()
338 memset(vdev->compat, 0, sizeof(vdev->compat)); in vio_create_one()
503 const char *compat; in vio_init() local
[all …]
/openbmc/linux/drivers/macintosh/
H A Dmacio_sysfs.c12 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()
/openbmc/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dliodn.c270 off = fdt_node_offset_by_compatible(fdt, -1, compat); in fdt_fixup_pci_liodn_offsets()
273 off = fdt_node_offset_by_compatible(fdt, off, compat); in fdt_fixup_pci_liodn_offsets()
314 if (tbl[i].compat == NULL) in fdt_fixup_liodn_tbl()
318 tbl[i].compat, tbl[i].compat_offset); in fdt_fixup_liodn_tbl()
326 tbl[i].compat, fdt_strerror(off)); in fdt_fixup_liodn_tbl()
329 tbl[i].compat, fdt_strerror(off)); in fdt_fixup_liodn_tbl()
344 if (tbl[i].compat == NULL) in fdt_fixup_liodn_tbl_fman()
351 tbl[i].compat[0], tbl[i].compat_offset); in fdt_fixup_liodn_tbl_fman()
354 tbl[i].compat[1], tbl[i].compat_offset); in fdt_fixup_liodn_tbl_fman()
405 char compat[32]; in fdt_fixup_liodn() local
[all …]
/openbmc/linux/net/xfrm/
H A Dxfrm_algo.c196 .compat = "md5",
216 .compat = "sha1",
236 .compat = "sha256",
294 .compat = "rmd160",
346 .compat = "sm3",
389 .compat = "des",
431 .compat = "cast5",
473 .compat = "aes",
494 .compat = "serpent",
577 .compat = "sm4",
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-compat-Define-off64_t-as-off_t-on-linux.patch4 Subject: [PATCH] compat: off64_t is not defined by musl
23 --- a/src/common/compat/compat-fcntl.c
24 +++ b/src/common/compat/compat-fcntl.c
27 #include <common/compat/fcntl.h>
44 --- a/src/common/compat/fcntl.h
45 +++ b/src/common/compat/fcntl.h
48 #include <common/compat/errno.h>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/
H A D0001-getopt-Include-string.h-for-strcmp-stcncmp-functions.patch10 compat/getopt.c | 1 +
13 diff --git a/compat/getopt.c b/compat/getopt.c
15 --- a/compat/getopt.c
16 +++ b/compat/getopt.c
/openbmc/u-boot/board/freescale/t208xqds/
H A Deth_t208xqds.c223 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
235 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
247 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
259 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
271 fdt_set_phy_handle(fdt, compat, addr, alias); in board_ft_fman_fixup_port()
282 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
294 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
370 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
381 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
392 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
[all …]
/openbmc/qemu/hw/core/
H A Dguest-loader.c59 const char *compat[2] = { "multiboot,module", "multiboot,kernel" }; in loader_insert_platform_data() local
61 (char **) &compat, in loader_insert_platform_data()
62 ARRAY_SIZE(compat)) < 0) { in loader_insert_platform_data()
72 const char *compat[2] = { "multiboot,module", "multiboot,ramdisk" }; in loader_insert_platform_data() local
74 (char **) &compat, in loader_insert_platform_data()
75 ARRAY_SIZE(compat)) < 0) { in loader_insert_platform_data()
H A Dsysbus-fdt.c55 const char *compat; member
231 compat_str_len = strlen(vdev->compat) + 1; in add_calxeda_midway_xgmac_fdt_node()
233 vdev->compat, compat_str_len); in add_calxeda_midway_xgmac_fdt_node()
319 __func__, dt_name, vdev->compat); in add_amd_xgbe_fdt_node()
325 __func__, dt_name, vdev->compat); in add_amd_xgbe_fdt_node()
423 const char *compat; in vfio_platform_match() local
426 for (n = vdev->num_compat, compat = vdev->compat; n > 0; in vfio_platform_match()
427 n--, compat += strlen(compat) + 1) { in vfio_platform_match()
428 if (!strcmp(entry->compat, compat)) { in vfio_platform_match()
436 #define VFIO_PLATFORM_BINDING(compat, add_fn) \ argument
[all …]
/openbmc/u-boot/board/freescale/ls1043aqds/
H A Deth.c163 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
166 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
169 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
172 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
193 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
197 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
201 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
205 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
215 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
219 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libid3tag/libid3tag/
H A D0001-Fix-gperf-3.1-incompatibility.patch9 compat.h | 2 +-
13 diff --git a/compat.h b/compat.h
15 --- a/compat.h
16 +++ b/compat.h
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D02-Makefile.in.patch53 OBJS = arg_check.o compat.o dmalloc_rand.o dmalloc_tab.o env.o heap.o
221 compat.o: compat.c conf.h settings.h dmalloc.h compat.h dmalloc_loc.h
222 +compat_sl.o: compat.c conf.h settings.h dmalloc.h compat.h dmalloc_loc.h
232 dmalloc_argv_loc.h compat.h
234 + dmalloc_argv_loc.h compat.h
247 dmalloc_t.o: dmalloc_t.c conf.h settings.h compat.h dmalloc.h \
250 +dmalloc_t_sl.o: dmalloc_t.c conf.h settings.h compat.h dmalloc.h \
261 env.o: env.c conf.h settings.h dmalloc.h compat.h dmalloc_loc.h \
263 +env_sl.o: env.c conf.h settings.h dmalloc.h compat.h dmalloc_loc.h \
279 malloc.o: malloc.c conf.h settings.h dmalloc.h chunk.h compat.h \
[all …]
/openbmc/u-boot/drivers/core/
H A Dlists.c109 const char *compat) in driver_check_compatible() argument
115 if (!strcmp(of_match->compatible, compat)) { in driver_check_compatible()
134 const char *name, *compat_list, *compat; in lists_bind_fdt() local
161 for (i = 0; i < compat_length; i += strlen(compat) + 1) { in lists_bind_fdt()
162 compat = compat_list + i; in lists_bind_fdt()
164 compat); in lists_bind_fdt()
168 compat); in lists_bind_fdt()

12345678910>>...20