Home
last modified time | relevance | path

Searched refs:compat (Results 151 – 175 of 487) sorted by relevance

12345678910>>...20

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/
H A Dlibcamera_0.2.0.bb54 chrpath -d ${D}${libexecdir}/libcamera/v4l2-compat.so
73 FILES:${PN} += " ${libexecdir}/libcamera/v4l2-compat.so"
/openbmc/linux/scripts/
H A Dsyscallnr.sh67 while read nr abi name native compat ; do
H A Dsyscallhdr.sh78 while read nr abi name native compat ; do
/openbmc/linux/ipc/
H A DMakefile6 obj-$(CONFIG_SYSVIPC_COMPAT) += compat.o
/openbmc/linux/sound/ac97/
H A Dbus.c75 char compat[] = "ac97,0000,0000"; in ac97_of_get_child_device() local
77 snprintf(compat, sizeof(compat), "ac97,%04x,%04x", in ac97_of_get_child_device()
82 !of_device_is_compatible(node, compat)) in ac97_of_get_child_device()
/openbmc/linux/fs/erofs/
H A Dinternal.h231 #define EROFS_FEATURE_FUNCS(name, compat, feature) \ argument
234 return sbi->feature_##compat & EROFS_FEATURE_##feature; \
247 EROFS_FEATURE_FUNCS(sb_chksum, compat, COMPAT_SB_CHKSUM)
248 EROFS_FEATURE_FUNCS(xattr_filter, compat, COMPAT_XATTR_FILTER)
/openbmc/u-boot/board/freescale/mpc8569mds/
H A Dmpc8569mds.c356 const char *compat = "ucc_uart"; in fdt_board_fixup_qe_uart() local
389 fdt_setprop(blob, off, "compatible", compat, strlen(compat) + 1); in fdt_board_fixup_qe_uart()
/openbmc/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-core.c34 const char *compat; in __get_pdev_by_id() local
49 compat = mdp_data->mdp_probe_infra[id].compatible; in __get_pdev_by_id()
51 node = of_find_compatible_node(NULL, NULL, compat); in __get_pdev_by_id()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libtar/files/
H A Dfix_libtool_sysroot.patch18 PSG_MODULE([compat])
/openbmc/qemu/linux-user/ppc/
H A Dsyscallhdr.sh18 while read nr abi name entry compat ; do
/openbmc/qemu/linux-user/sparc/
H A Dsyscallhdr.sh19 while read nr abi name entry compat ; do
/openbmc/qemu/linux-user/hppa/
H A Dsyscallhdr.sh19 while read nr abi name entry compat ; do
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/libtalloc/
H A D0001-talloc-Add-configure-options-for-packages.patch78 - conf.CHECK_HEADERS('linux/types.h crypt.h locale.h acl/libacl.h compat.h')
79 - conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h')
80 + conf.CHECK_HEADERS('linux/types.h crypt.h locale.h compat.h')
81 + conf.CHECK_HEADERS('compat.h ctype.h dustat.h')
181 help=("Build talloc 1.x.x compat library [False]"),
/openbmc/qemu/linux-user/mips64/
H A Dsyscallhdr.sh19 while read nr abi name entry compat ; do
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dinit-manager-systemd.inc5 VIRTUAL-RUNTIME_initscripts ??= "systemd-compat-units"
/openbmc/linux/drivers/dma/idxd/
H A DMakefile12 idxd_compat-y := compat.o
/openbmc/linux/drivers/soc/fsl/
H A Dguts.c118 static u64 fsl_guts_get_soc_uid(const char *compat, unsigned int offset) in fsl_guts_get_soc_uid() argument
124 np = of_find_compatible_node(NULL, NULL, compat); in fsl_guts_get_soc_uid()
/openbmc/linux/arch/s390/kernel/
H A DMakefile55 compat-obj-$(CONFIG_AUDIT) += compat_audit.o
57 obj-$(CONFIG_COMPAT) += $(compat-obj-y)
/openbmc/linux/include/linux/
H A Dclocksource.h282 #define TIMER_OF_DECLARE(name, compat, fn) \ argument
283 OF_DECLARE_1_RET(timer, name, compat, fn)
/openbmc/qemu/linux-user/mips/
H A Dsyscallhdr.sh19 while read nr abi name entry compat ; do
/openbmc/openbmc/poky/meta/recipes-extended/xinetd/xinetd/
H A Dxinetd.default4 # enable xinetd Inetd compat mode
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_portals.h44 extern void fdt_portal(void *blob, const char *compat, const char *container,
/openbmc/qemu/semihosting/
H A Dmeson.build16 if_true: files('arm-compat-semi.c'))
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libldb/libldb/
H A D0002-ldb-Add-configure-options-for-packages.patch73 - conf.CHECK_HEADERS('linux/types.h crypt.h locale.h acl/libacl.h compat.h')
74 - conf.CHECK_HEADERS('acl/libacl.h attr/xattr.h compat.h ctype.h dustat.h')
75 + conf.CHECK_HEADERS('linux/types.h crypt.h locale.h compat.h')
76 + conf.CHECK_HEADERS('compat.h ctype.h dustat.h')
/openbmc/qemu/tests/qemu-iotests/
H A D112.out20 === refcount_bits and compat=0.10 ===
99 === Amend to compat=0.10 ===
101 qemu-img: compat=0.10 requires refcount_bits=16
106 qemu-img: Refcount widths other than 16 bits require compatibility level 1.1 or above (use compat=1…

12345678910>>...20