Home
last modified time | relevance | path

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

12345678910>>...47

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBAlloc.c46 XkbCompatMapPtr compat; in XkbAllocCompatMap() local
51 if (xkb->compat) { in XkbAllocCompatMap()
52 if (xkb->compat->size_si >= nSI) in XkbAllocCompatMap()
54 compat = xkb->compat; in XkbAllocCompatMap()
55 compat->size_si = nSI; in XkbAllocCompatMap()
56 if (compat->sym_interpret == NULL) in XkbAllocCompatMap()
57 compat->num_si = 0; in XkbAllocCompatMap()
58 prev_interpret = compat->sym_interpret; in XkbAllocCompatMap()
59 compat->sym_interpret = reallocarray(compat->sym_interpret, in XkbAllocCompatMap()
61 if (compat->sym_interpret == NULL) { in XkbAllocCompatMap()
[all …]
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_compat.cpp82 MPP_RET mpp_compat_update(MppCompat *compat, RK_S32 value) in mpp_compat_update() argument
84 if (NULL == compat) in mpp_compat_update()
87 if (compat->feature_id >= MPP_COMPAT_BUTT) in mpp_compat_update()
90 if (compat != &compats[compat->feature_id]) in mpp_compat_update()
93 if (compat->feature_type == MPP_COMPAT_BOOL) in mpp_compat_update()
97 compat->value_usr = value; in mpp_compat_update()
103 const MppCompat *compat = compats; in mpp_compat_show() local
107 while (compat) { in mpp_compat_show()
108 mpp_log("%d | %s\n", compat->feature_id, compat->name); in mpp_compat_show()
110 compat = compat->next; in mpp_compat_show()
/OK3568_Linux_fs/u-boot/spl/drivers/i2c/
H A Di2c-uclass-compat.su
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c-uclass-compat.su
/OK3568_Linux_fs/kernel/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;
765 if (exists($compat_white_list{$compat})) {
776 if (exists($compat_driver{$compat})) {
777 for my $driver (@{ $compat_driver{$compat} }) {
[all …]
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/buildroot/package/libnl/
H A D0002-Add-musl-workaround-to-the-libc-compat.h-copy.patch4 Subject: [PATCH] Add musl workaround to the libc-compat.h copy
6 The libc-compat.h kernel header uses glibc specific macros to solve conflicts
7 with libc provided headers. This patch makes libc-compat.h work also for musl
10 Future rebase note: when upstream updates libc-compat.h some additional macro
12 package/iproute2/0001-Add-the-musl-workaround-to-the-libc-compat.h-copy.patch.
16 Upstream status: libc-compat.h is a local copy of a kernel headers. A proper
19 include/linux-private/linux/libc-compat.h | 2 +-
22 diff --git a/include/linux-private/linux/libc-compat.h b/include/linux-private/linux/libc-compat.h
24 --- a/include/linux-private/linux/libc-compat.h
25 +++ b/include/linux-private/linux/libc-compat.h
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Defivars.c213 struct compat_efi_variable *compat; in efivar_store_raw() local
215 if (count != sizeof(*compat)) in efivar_store_raw()
218 compat = (struct compat_efi_variable *)buf; in efivar_store_raw()
219 attributes = compat->Attributes; in efivar_store_raw()
220 vendor = compat->VendorGuid; in efivar_store_raw()
221 name = compat->VariableName; in efivar_store_raw()
222 size = compat->DataSize; in efivar_store_raw()
223 data = compat->Data; in efivar_store_raw()
229 copy_out_compat(&entry->var, compat); in efivar_store_raw()
262 struct compat_efi_variable *compat; in efivar_show_raw() local
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssh/openssh/
H A Dfix-potential-signed-overflow-in-pointer-arithmatic.patch18 openbsd-compat/strlcat.c | 10 +++++++---
19 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
[all …]
/OK3568_Linux_fs/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, \
91 #define SET_GUTS_LIODN(compat, liodn, name, compatoff) \ argument
92 SET_LIODN_ENTRY_1(compat, liodn, \
96 #define SET_USB_LIODN(usbNum, compat, liodn) \ argument
97 SET_GUTS_LIODN(compat, liodn, usb##usbNum##liodnr,\
[all …]
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscalltbl.sh19 local compat="$4"
21 if [ "$abi" != "I386" -a -n "$compat" ]; then
22 echo "a compat entry ($abi: $compat) for a 64-bit syscall makes no sense" >&2
26 if [ -z "$compat" ]; then
36 syscall_macro "$abi" "$nr" "$compat"
42 while read nr abi name entry compat; do
44 emit "$abi" "$nr" "$entry" "$compat"
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dvio.c26 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()
142 return sprintf(buf, "vio:T%sS%s\n", vdev->type, vdev->compat); in modalias_show()
296 const char *type, *compat; in vio_create_one() local
320 compat = mdesc_get_property(hp, mp, "device-type", &clen); in vio_create_one()
321 if (!compat) { in vio_create_one()
[all …]
/OK3568_Linux_fs/kernel/drivers/vfio/platform/
H A Dvfio_platform_private.h52 const char *compat; member
76 char *compat; member
95 extern void vfio_platform_unregister_reset(const char *compat,
100 .compat = __compat, \
105 #define module_vfio_reset_handler(compat, reset) \ argument
106 MODULE_ALIAS("vfio-reset:" compat); \
109 vfio_platform_register_reset(compat, reset); \
114 vfio_platform_unregister_reset(compat, reset); \
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dliodn.c260 static void fdt_fixup_pci_liodn_offsets(void *fdt, const char *compat, in fdt_fixup_pci_liodn_offsets() argument
271 off = fdt_node_offset_by_compatible(fdt, -1, compat); in fdt_fixup_pci_liodn_offsets()
274 off = fdt_node_offset_by_compatible(fdt, off, compat); in fdt_fixup_pci_liodn_offsets()
277 for (off = fdt_node_offset_by_compatible(fdt, -1, compat); in fdt_fixup_pci_liodn_offsets()
279 off = fdt_node_offset_by_compatible(fdt, off, compat)) { in fdt_fixup_pci_liodn_offsets()
315 if (tbl[i].compat == NULL) in fdt_fixup_liodn_tbl()
319 tbl[i].compat, tbl[i].compat_offset); in fdt_fixup_liodn_tbl()
327 tbl[i].compat, fdt_strerror(off)); in fdt_fixup_liodn_tbl()
330 tbl[i].compat, fdt_strerror(off)); in fdt_fixup_liodn_tbl()
345 if (tbl[i].compat == NULL) in fdt_fixup_liodn_tbl_fman()
[all …]
H A Dportals.c87 void fdt_portal(void *blob, const char *compat, const char *container, in fdt_portal() argument
92 off = fdt_node_offset_by_compatible(blob, -1, compat); in fdt_portal()
107 printf("ERROR: container for %s has no ranges", compat); in fdt_portal()
143 printf("ERROR: %s isn't in a container. Not supported\n", compat); in fdt_portal()
236 char compat[64]; in fdt_fixup_qportals() local
243 compat_len = sprintf(compat, "fsl,qman-portal-%u.%u.%u", in fdt_fixup_qportals()
245 compat_len += sprintf(compat + compat_len, "fsl,qman-portal") + 1; in fdt_fixup_qportals()
263 err = fdt_setprop(blob, off, "compatible", compat, compat_len); in fdt_fixup_qportals()
331 char compat[64]; in fdt_fixup_bportals() local
339 compat_len = sprintf(compat, "fsl,bman-portal-%u.%u.%u", in fdt_fixup_bportals()
[all …]
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpcie_layerscape_fixup.c80 char *compat = NULL; in fdt_pcie_set_msi_map_entry() local
91 compat = "fsl,ls2088a-pcie"; in fdt_pcie_set_msi_map_entry()
93 compat = CONFIG_FSL_PCIE_COMPAT; in fdt_pcie_set_msi_map_entry()
94 if (compat) in fdt_pcie_set_msi_map_entry()
96 compat, pcie->dbi_res.start); in fdt_pcie_set_msi_map_entry()
217 char *compat = NULL; in ft_pcie_ls_setup() local
227 compat = "fsl,ls2088a-pcie"; in ft_pcie_ls_setup()
229 compat = CONFIG_FSL_PCIE_COMPAT; in ft_pcie_ls_setup()
230 if (compat) in ft_pcie_ls_setup()
232 compat, pcie->dbi_res.start); in ft_pcie_ls_setup()
/OK3568_Linux_fs/u-boot/board/freescale/t208xqds/
H A Deth_t208xqds.c195 void board_ft_fman_fixup_port(void *fdt, char *compat, phys_addr_t addr, in board_ft_fman_fixup_port() argument
224 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
236 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
248 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
260 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
272 fdt_set_phy_handle(fdt, compat, addr, alias); in board_ft_fman_fixup_port()
276 fdt_set_phy_handle(fdt, compat, addr, alias); in board_ft_fman_fixup_port()
283 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
295 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
306 fdt_set_phy_handle(fdt, compat, addr, alias); in board_ft_fman_fixup_port()
[all …]
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_algo.c196 .compat = "md5",
216 .compat = "sha1",
236 .compat = "sha256",
294 .compat = "rmd160",
349 .compat = "cipher_null",
369 .compat = "des",
390 .compat = "des3_ede",
411 .compat = "cast5",
432 .compat = "blowfish",
453 .compat = "aes",
[all …]
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dchan.c84 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_reserved_chandef() argument
92 if (!compat) in ieee80211_chanctx_reserved_chandef()
93 compat = &sdata->reserved_chandef; in ieee80211_chanctx_reserved_chandef()
95 compat = cfg80211_chandef_compatible(&sdata->reserved_chandef, in ieee80211_chanctx_reserved_chandef()
96 compat); in ieee80211_chanctx_reserved_chandef()
97 if (!compat) in ieee80211_chanctx_reserved_chandef()
101 return compat; in ieee80211_chanctx_reserved_chandef()
107 const struct cfg80211_chan_def *compat) in ieee80211_chanctx_non_reserved_chandef() argument
118 if (!compat) in ieee80211_chanctx_non_reserved_chandef()
119 compat = &sdata->vif.bss_conf.chandef; in ieee80211_chanctx_non_reserved_chandef()
[all …]
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dioctl.c1045 compat_to_session_op(struct compat_session_op *compat, struct session_op *sop) in compat_to_session_op() argument
1047 sop->cipher = compat->cipher; in compat_to_session_op()
1048 sop->mac = compat->mac; in compat_to_session_op()
1049 sop->keylen = compat->keylen; in compat_to_session_op()
1051 sop->key = compat_ptr(compat->key); in compat_to_session_op()
1052 sop->mackeylen = compat->mackeylen; in compat_to_session_op()
1053 sop->mackey = compat_ptr(compat->mackey); in compat_to_session_op()
1054 sop->ses = compat->ses; in compat_to_session_op()
1058 session_op_to_compat(struct session_op *sop, struct compat_session_op *compat) in session_op_to_compat() argument
1060 compat->cipher = sop->cipher; in session_op_to_compat()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/dmalloc/dmalloc/
H A D02-Makefile.in.patch51 OBJS = arg_check.o compat.o dmalloc_rand.o dmalloc_tab.o env.o heap.o
212 dmalloc_loc.h compat.h debug_tok.h dmalloc_rand.h dmalloc_tab.h error.h \
215 + dmalloc_loc.h compat.h debug_tok.h dmalloc_rand.h dmalloc_tab.h error.h \
219 compat.o: compat.c conf.h settings.h dmalloc.h compat.h dmalloc_loc.h
220 +compat_sl.o: compat.c conf.h settings.h dmalloc.h compat.h dmalloc_loc.h
223 dmalloc.o: dmalloc.c conf.h settings.h dmalloc_argv.h dmalloc.h compat.h \
225 +dmalloc_sl.o: dmalloc.c conf.h settings.h dmalloc_argv.h dmalloc.h compat.h \
230 dmalloc_argv_loc.h compat.h
232 + dmalloc_argv_loc.h compat.h
245 dmalloc_t.o: dmalloc_t.c conf.h settings.h compat.h dmalloc.h \
[all …]
/OK3568_Linux_fs/buildroot/package/git/
H A D0001-Fix-build-without-threads.patch11 git-compat-util.h:1238:20: error: static declaration of 'flockfile' follows non-static declaration
14 In file included from git-compat-util.h:168,
22 git-compat-util.h:1242:20: error: static declaration of 'funlockfile' follows non-static declaration
25 In file included from git-compat-util.h:168,
42 git-compat-util.h | 2 +-
67 COMPAT_OBJS += compat/pread.o
85 diff --git a/git-compat-util.h b/git-compat-util.h
87 --- a/git-compat-util.h
88 +++ b/git-compat-util.h
/OK3568_Linux_fs/u-boot/board/freescale/ls1043aqds/
H A Deth.c157 void board_ft_fman_fixup_port(void *fdt, char *compat, phys_addr_t addr, in board_ft_fman_fixup_port() argument
164 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
167 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
170 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
173 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
194 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
198 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
202 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
206 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
216 fdt_set_phy_handle(fdt, compat, addr, in board_ft_fman_fixup_port()
[all …]
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dmacio_sysfs.c10 const char *compat; in compatible_show() local
15 compat = of_get_property(of->dev.of_node, "compatible", &cplen); in compatible_show()
16 if (!compat) { in compatible_show()
22 length += sprintf (buf, "%s\n", compat); in compatible_show()
24 l = strlen (compat) + 1; in compatible_show()
25 compat += l; in compatible_show()

12345678910>>...47