Home
last modified time | relevance | path

Searched refs:compat (Results 101 – 125 of 483) sorted by relevance

12345678910>>...20

/openbmc/u-boot/board/AndesTech/ax25-ae350/
H A Dax25-ae350.c80 const char *compat = "andestech,atfsmc020"; in smc_init() local
85 node = fdt_node_offset_by_compatible(blob, -1, compat); in smc_init()
/openbmc/u-boot/arch/sandbox/include/asm/
H A Dstate.h155 const char *compat; member
178 .compat = _compat, \
/openbmc/linux/arch/arm/mach-imx/
H A Dcpu-imx5.c23 static u32 imx5_read_srev_reg(const char *compat) in imx5_read_srev_reg() argument
29 np = of_find_compatible_node(NULL, NULL, compat); in imx5_read_srev_reg()
/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_drv.c212 priv->compat = match->compat; in meson_drv_bind_master()
525 .compat = VPU_COMPATIBLE_GXBB,
529 .compat = VPU_COMPATIBLE_GXL,
533 .compat = VPU_COMPATIBLE_GXM,
538 .compat = VPU_COMPATIBLE_G12A,
/openbmc/linux/include/linux/
H A Dcompat.h447 put_compat_sigset(compat_sigset_t __user *compat, const sigset_t *set, in put_compat_sigset() argument
462 return copy_to_user(compat, &v, size) ? -EFAULT : 0; in put_compat_sigset()
464 return copy_to_user(compat, set, size) ? -EFAULT : 0; in put_compat_sigset()
469 #define unsafe_put_compat_sigset(compat, set, label) do { \ argument
470 compat_sigset_t __user *__c = compat; \
492 #define unsafe_get_compat_sigset(set, compat, label) do { \ argument
493 const compat_sigset_t __user *__c = compat; \
520 #define unsafe_put_compat_sigset(compat, set, label) do { \ argument
521 compat_sigset_t __user *__c = compat; \
527 #define unsafe_get_compat_sigset(set, compat, label) do { \ argument
[all …]
H A Delf.h90 size_t datasz, bool compat, in arch_parse_elf_property() argument
97 bool compat, struct arch_elf_state *arch);
/openbmc/linux/tools/perf/pmu-events/
H A Dpmu-events.h43 const char *compat; member
61 const char *compat; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/enscript/enscript/
H A Denscript-autoconf.patch71 Index: enscript-1.6.6/compat/xalloc.h
73 --- enscript-1.6.6.orig/compat/xalloc.h
74 +++ enscript-1.6.6/compat/xalloc.h
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/radiusclient-ng/radiusclient-ng/
H A DModify-configure.in-and-etc-Makefile.am.patch51 - dictionary dictionary.ascend dictionary.compat dictionary.merit \
56 +pkgdata_DATA = dictionary dictionary.ascend dictionary.compat \
60 dictionary.compat dictionary.merit servers radiusclient.conf.in \
/openbmc/qemu/tests/qemu-iotests/
H A D290.out5 # Create an image with compat=0.10 without a backing file
17 # Create an image with compat=1.1 without a backing file
36 # Create an image with compat=0.10 and a backing file
49 # Create an image with compat=1.1 and a backing file
/openbmc/qemu/hw/display/
H A Dqxl-logger.c238 bool compat = ext->flags & QXL_COMMAND_FLAG_COMPAT; in qxl_log_command() local
250 compat ? "(compat)" : ""); in qxl_log_command()
254 datasz = compat ? sizeof(QXLCompatDrawable) : sizeof(QXLDrawable); in qxl_log_command()
271 if (!compat) { in qxl_log_command()
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_vpu.h42 enum vpu_compatible compat = dev_get_driver_data(priv->dev); in meson_vpu_is_compatible() local
44 return compat == family; in meson_vpu_is_compatible()
/openbmc/u-boot/common/
H A Dfdt_support.c357 void do_fixup_by_compat(void *fdt, const char *compat, in do_fixup_by_compat() argument
368 off = fdt_node_offset_by_compatible(fdt, -1, compat); in do_fixup_by_compat()
372 off = fdt_node_offset_by_compatible(fdt, off, compat); in do_fixup_by_compat()
376 void do_fixup_by_compat_u32(void *fdt, const char *compat, in do_fixup_by_compat_u32() argument
380 do_fixup_by_compat(fdt, compat, prop, &tmp, 4, create); in do_fixup_by_compat_u32()
909 node_info[i].compat); in fdt_fixup_mtdparts()
913 node_info[i].compat, node_info[i].type); in fdt_fixup_mtdparts()
922 node_info[i].compat); in fdt_fixup_mtdparts()
1303 off = fdt_node_offset_by_compatible(blob, off, compat); in fdt_node_offset_by_compat_reg()
1458 noff = fdt_node_offset_by_compatible(blob, -1, compat); in fdt_add_edid()
[all …]
/openbmc/linux/drivers/of/
H A Dbase.c328 if (compat && compat[0]) { in __of_device_is_compatible()
332 if (of_compat_cmp(cp, compat, strlen(compat)) == 0) { in __of_device_is_compatible()
362 const char *compat) in of_device_is_compatible() argument
368 res = __of_device_is_compatible(device, compat, NULL, NULL); in of_device_is_compatible()
379 const char *const *compat) in of_device_compatible_match() argument
383 if (!compat) in of_device_compatible_match()
386 while (*compat) { in of_device_compatible_match()
387 tmp = of_device_is_compatible(device, *compat); in of_device_compatible_match()
390 compat++; in of_device_compatible_match()
404 int of_machine_is_compatible(const char *compat) in of_machine_is_compatible() argument
[all …]
/openbmc/u-boot/tools/dtoc/
H A Ddtb_platdata.py121 compat = node.props['compatible'].value
123 if isinstance(compat, list):
124 compat, aliases = compat[0], compat[1:]
125 return conv_name_to_c(compat), [conv_name_to_c(a) for a in aliases]
/openbmc/linux/scripts/dtc/
H A Ddt-extract-compatibles16 compat = re.search(r'"(.*?)"', m[0])[1]
20 compat_list += [compat]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-oldpath.patch12 -#define _PATH_OLDRDIST "/usr/ucb/oldrdist" /* Enable compat */
13 +#define _PATH_OLDRDIST "/usr/bin/oldrdist" /* Enable compat */
15 /*#undef _PATH_OLDRDIST*/ /* Disable compat */
/openbmc/linux/arch/x86/platform/olpc/
H A Dolpc_dt.c219 static int __init olpc_dt_compatible_match(phandle node, const char *compat) in olpc_dt_compatible_match() argument
228 len = strlen(compat); in olpc_dt_compatible_match()
230 if (strcmp(p, compat) == 0) in olpc_dt_compatible_match()
/openbmc/u-boot/board/freescale/t102xrdb/
H A Deth_t102xrdb.c127 void board_ft_fman_fixup_port(void *fdt, char *compat, phys_addr_t addr, in board_ft_fman_fixup_port() argument
134 fdt_set_phy_handle(fdt, compat, addr, "sg_2500_aqr105_phy4"); in board_ft_fman_fixup_port()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A D0001-Do-not-use-Werror-with-clang.patch24 - add_compile_options(-Wno-c++98-compat -Wno-c++98-compat-pedantic -Wno-c++11-long-long -Wno-padded…
/openbmc/openbmc/poky/meta/recipes-devtools/git/
H A Dgit_2.44.0.bb22 file://compat/nedmalloc/License.txt;md5=e4224ccaecb14d942c71d31bef20d78c \
23 file://compat/inet_ntop.c;md5=76593c6f74e8ced5b24520175688d59b;endline=16 \
24 file://compat/obstack.h;md5=08ad25fee5428cd879ceef451ce3a22e;endline=18 \
25 file://compat/poll/poll.h;md5=9fc00170a53b8e3e52157c91ac688dd1;endline=19 \
26 file://compat/regex/regex.h;md5=30cc8af0e6f0f8a25acec6d8783bb763;beginline=4;endline=22 \
/openbmc/qemu/hw/ppc/
H A Dpnv.c255 const char compat[] = "IBM,power8-icp\0IBM,ppc-xicp"; in pnv_dt_icp() local
275 _FDT((fdt_setprop(fdt, offset, "compatible", compat, sizeof(compat)))); in pnv_dt_icp()
310 compat, sizeof(compat)); in pnv_chip_power8_dt_populate()
334 compat, sizeof(compat)); in pnv_chip_power9_dt_populate()
357 compat, sizeof(compat)); in pnv_chip_power10_dt_populate()
2221 pmc->compat = compat; in pnv_machine_power8_class_init()
2222 pmc->compat_size = sizeof(compat); in pnv_machine_power8_class_init()
2247 pmc->compat = compat; in pnv_machine_power9_class_init()
2248 pmc->compat_size = sizeof(compat); in pnv_machine_power9_class_init()
2270 pmc->compat = compat; in pnv_machine_power10_class_init()
[all …]
/openbmc/u-boot/board/freescale/corenet_ds/
H A Deth_hydra.c237 void board_ft_fman_fixup_port(void *fdt, char *compat, phys_addr_t addr, in board_ft_fman_fixup_port() argument
249 fdt_set_phy_handle(fdt, compat, addr, phy); in board_ft_fman_fixup_port()
258 fdt_set_phy_handle(fdt, compat, addr, phy); in board_ft_fman_fixup_port()
267 fdt_set_phy_handle(fdt, compat, addr, phy); in board_ft_fman_fixup_port()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-fortisslvpn/
H A D0001-fix-ppp-2.5.0-build.patch15 src/nm-fortisslvpn-pppd-compat.h | 93 +++++++++++++++++++
20 create mode 100644 src/nm-fortisslvpn-pppd-compat.h
41 + src/nm-fortisslvpn-pppd-compat.h \
114 diff --git a/src/nm-fortisslvpn-pppd-compat.h b/src/nm-fortisslvpn-pppd-compat.h
118 +++ b/src/nm-fortisslvpn-pppd-compat.h
235 +#include "nm-fortisslvpn-pppd-compat.h"
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-Avoid-shebang-overflow-on-python-config.py.patch28 @ # Replace makefile compat. variable references with shell script compat. ones; $(VAR) -> ${VAR}

12345678910>>...20