| /OK3568_Linux_fs/kernel/drivers/extcon/ |
| H A D | extcon-intel-cht-wc.c | 108 static int cht_wc_extcon_get_id(struct cht_wc_extcon_data *ext, int pwrsrc_sts) in cht_wc_extcon_get_id() argument 126 static int cht_wc_extcon_get_charger(struct cht_wc_extcon_data *ext, in cht_wc_extcon_get_charger() argument 135 ret = regmap_read(ext->regmap, CHT_WC_USBSRC, &usbsrc); in cht_wc_extcon_get_charger() 137 dev_err(ext->dev, "Error reading usbsrc: %d\n", ret); in cht_wc_extcon_get_charger() 154 dev_warn(ext->dev, "Could not detect charger type\n"); in cht_wc_extcon_get_charger() 156 dev_warn(ext->dev, "Timeout detecting charger type\n"); in cht_wc_extcon_get_charger() 163 dev_warn(ext->dev, in cht_wc_extcon_get_charger() 182 static void cht_wc_extcon_set_phymux(struct cht_wc_extcon_data *ext, u8 state) in cht_wc_extcon_set_phymux() argument 186 ret = regmap_write(ext->regmap, CHT_WC_PHYCTRL, state); in cht_wc_extcon_set_phymux() 188 dev_err(ext->dev, "Error writing phyctrl: %d\n", ret); in cht_wc_extcon_set_phymux() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/ |
| H A D | extc++.h | 35 #include <ext/algorithm> 37 # include <ext/aligned_buffer.h> 39 #include <ext/alloc_traits.h> 40 #include <ext/atomicity.h> 41 #include <ext/bitmap_allocator.h> 42 #include <ext/cast.h> 44 # include <ext/cmath> 46 #include <ext/concurrence.h> 47 #include <ext/debug_allocator.h> 48 #include <ext/extptr_allocator.h> [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/ |
| H A D | extc++.h | 35 #include <ext/algorithm> 37 # include <ext/aligned_buffer.h> 39 #include <ext/alloc_traits.h> 40 #include <ext/atomicity.h> 41 #include <ext/bitmap_allocator.h> 42 #include <ext/cast.h> 44 # include <ext/cmath> 46 #include <ext/concurrence.h> 47 #include <ext/debug_allocator.h> 48 #include <ext/extptr_allocator.h> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/flower/ |
| H A D | match.c | 11 nfp_flower_compile_meta_tci(struct nfp_flower_meta_tci *ext, in nfp_flower_compile_meta_tci() argument 17 memset(ext, 0, sizeof(struct nfp_flower_meta_tci)); in nfp_flower_compile_meta_tci() 21 ext->nfp_flow_key_layer = key_type; in nfp_flower_compile_meta_tci() 22 ext->mask_id = ~0; in nfp_flower_compile_meta_tci() 37 ext->tci = cpu_to_be16(tmp_tci); in nfp_flower_compile_meta_tci() 78 nfp_flower_compile_mac(struct nfp_flower_mac_mpls *ext, in nfp_flower_compile_mac() argument 82 memset(ext, 0, sizeof(struct nfp_flower_mac_mpls)); in nfp_flower_compile_mac() 90 ether_addr_copy(ext->mac_dst, &match.key->dst[0]); in nfp_flower_compile_mac() 91 ether_addr_copy(ext->mac_src, &match.key->src[0]); in nfp_flower_compile_mac() 116 ext->mpls_lse = cpu_to_be32(t_mpls); in nfp_flower_compile_mac() [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_h323_types.c | 27 {FNAME("routing") CHOICE, 1, 2, 2, SKIP | EXT, 0, 51 {FNAME("h221NonStandard") SEQ, 0, 3, 3, SKIP | EXT, 0, 56 {FNAME("nonStandardIdentifier") CHOICE, 1, 2, 2, SKIP | EXT, 0, 64 {FNAME("ipSourceRoute") SEQ, 0, 4, 4, SKIP | EXT, 0, 68 {FNAME("ip6Address") SEQ, 0, 2, 2, DECODE | EXT, 81 {FNAME("transportID") CHOICE, 3, 7, 7, SKIP | EXT, 0, NULL}, 83 {FNAME("partyNumber") CHOICE, 3, 5, 5, SKIP | EXT, 0, NULL}, 84 {FNAME("mobileUIM") CHOICE, 1, 2, 2, SKIP | EXT, 0, NULL}, 88 {FNAME("item") CHOICE, 1, 2, 7, SKIP | EXT, 0, _AliasAddress}, 92 {FNAME("vendor") SEQ, 0, 3, 3, SKIP | EXT, 0, _H221NonStandard}, [all …]
|
| H A D | nft_set_rbtree.c | 27 struct nft_set_ext ext; member 32 return nft_set_ext_exists(&rbe->ext, NFT_SET_EXT_FLAGS) && in nft_rbtree_interval_end() 33 (*nft_set_ext_flags(&rbe->ext) & NFT_SET_ELEM_INTERVAL_END); in nft_rbtree_interval_end() 44 return memcmp(this, nft_set_ext_key(&interval->ext), set->klen) == 0; in nft_rbtree_equal() 48 const u32 *key, const struct nft_set_ext **ext, in __nft_rbtree_lookup() argument 65 this = nft_set_ext_key(&rbe->ext); in __nft_rbtree_lookup() 78 if (!nft_set_elem_active(&rbe->ext, genmask)) { in __nft_rbtree_lookup() 83 if (nft_set_elem_expired(&rbe->ext)) in __nft_rbtree_lookup() 94 *ext = &rbe->ext; in __nft_rbtree_lookup() 100 nft_set_elem_active(&interval->ext, genmask) && in __nft_rbtree_lookup() [all …]
|
| H A D | nft_set_hash.c | 31 struct nft_set_ext ext; member 51 return jhash(nft_set_ext_key(&he->ext), len, seed); in nft_rhash_obj() 60 if (memcmp(nft_set_ext_key(&he->ext), x->key, x->set->klen)) in nft_rhash_cmp() 62 if (nft_set_elem_expired(&he->ext)) in nft_rhash_cmp() 64 if (!nft_set_elem_active(&he->ext, x->genmask)) in nft_rhash_cmp() 78 const u32 *key, const struct nft_set_ext **ext) in nft_rhash_lookup() argument 90 *ext = &he->ext; in nft_rhash_lookup() 119 const struct nft_set_ext **ext) in nft_rhash_update() argument 150 *ext = &he->ext; in nft_rhash_update() 162 struct nft_set_ext **ext) in nft_rhash_insert() argument [all …]
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | extension.c | 79 ExtensionEntry *ext, **newexts; in AddExtension() local 90 ext = calloc(sizeof(ExtensionEntry), 1); in AddExtension() 91 if (!ext) in AddExtension() 93 if (!dixAllocatePrivates(&ext->devPrivates, PRIVATE_EXTENSION)) { in AddExtension() 94 free(ext); in AddExtension() 97 ext->name = strdup(name); in AddExtension() 98 if (!ext->name) { in AddExtension() 99 dixFreePrivates(ext->devPrivates, PRIVATE_EXTENSION); in AddExtension() 100 free(ext); in AddExtension() 106 free((void *) ext->name); in AddExtension() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0001-hw-display-qxl-Pass-requested-buffer-size-to-qxl_phy.patch | 68 @@ -236,6 +237,7 @@ int qxl_log_command(PCIQXLDevice *qxl, const char *ring, QXLCommandExt *ext) 70 bool compat = ext->flags & QXL_COMMAND_FLAG_COMPAT; 76 @@ -249,15 +251,18 @@ int qxl_log_command(PCIQXLDevice *qxl, const char *ring, QXLCommandExt *ext) 78 switch (ext->cmd.type) { 91 - data = qxl_phys2virt(qxl, ext->cmd.data, ext->group_id); 92 + data = qxl_phys2virt(qxl, ext->cmd.data, ext->group_id, datasz); 123 int qxl_render_cursor(PCIQXLDevice *qxl, QXLCommandExt *ext) 125 - QXLCursorCmd *cmd = qxl_phys2virt(qxl, ext->cmd.data, ext->group_id); 126 + QXLCursorCmd *cmd = qxl_phys2virt(qxl, ext->cmd.data, ext->group_id, 131 @@ -314,7 +318,15 @@ int qxl_render_cursor(PCIQXLDevice *qxl, QXLCommandExt *ext) [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0025-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch | 13 ext/wayland/gstwaylandsink.c | 98 +++++++++++++++++++++++++++++++++++- 14 ext/wayland/wldisplay.c | 19 ++++++- 15 ext/wayland/wldisplay.h | 2 + 16 ext/wayland/wllinuxdmabuf.c | 26 +++++++++- 17 ext/wayland/wlvideoformat.c | 1 + 18 ext/wayland/wlvideoformat.h | 42 ++++++++++++++++ 19 ext/wayland/wlwindow.c | 25 +++++---- 20 ext/wayland/wlwindow.h | 2 + 23 diff --git a/ext/wayland/gstwaylandsink.c b/ext/wayland/gstwaylandsink.c 25 --- a/ext/wayland/gstwaylandsink.c [all …]
|
| H A D | 0019-waylandsink-Support-window-alpha-property.patch | 11 ext/wayland/gstwaylandsink.c | 32 ++++++++++++++++++++++++++++++++ 12 ext/wayland/gstwaylandsink.h | 1 + 13 ext/wayland/wlwindow.c | 23 ++++++++++++++++------- 14 ext/wayland/wlwindow.h | 1 + 17 diff --git a/ext/wayland/gstwaylandsink.c b/ext/wayland/gstwaylandsink.c 19 --- a/ext/wayland/gstwaylandsink.c 20 +++ b/ext/wayland/gstwaylandsink.c 109 diff --git a/ext/wayland/gstwaylandsink.h b/ext/wayland/gstwaylandsink.h 111 --- a/ext/wayland/gstwaylandsink.h 112 +++ b/ext/wayland/gstwaylandsink.h [all …]
|
| H A D | 0020-waylandsink-Support-window-fill-mode-property.patch | 11 ext/wayland/gstwaylandsink.c | 55 ++++++++++++++++++++++++++++++++++++ 12 ext/wayland/gstwaylandsink.h | 1 + 13 ext/wayland/wlwindow.c | 28 +++++++++++++++++- 14 ext/wayland/wlwindow.h | 9 ++++++ 17 diff --git a/ext/wayland/gstwaylandsink.c b/ext/wayland/gstwaylandsink.c 19 --- a/ext/wayland/gstwaylandsink.c 20 +++ b/ext/wayland/gstwaylandsink.c 135 diff --git a/ext/wayland/gstwaylandsink.h b/ext/wayland/gstwaylandsink.h 137 --- a/ext/wayland/gstwaylandsink.h 138 +++ b/ext/wayland/gstwaylandsink.h [all …]
|
| H A D | 0009-waylandsink-Support-setting-toplevel-window-position.patch | 11 ext/wayland/gstwaylandsink.c | 32 ++++++++++++++++++++------------ 12 ext/wayland/gstwaylandsink.h | 1 + 13 ext/wayland/wlwindow.c | 29 ++++++++++++++++++++++------- 14 ext/wayland/wlwindow.h | 5 +++-- 17 diff --git a/ext/wayland/gstwaylandsink.c b/ext/wayland/gstwaylandsink.c 19 --- a/ext/wayland/gstwaylandsink.c 20 +++ b/ext/wayland/gstwaylandsink.c 89 diff --git a/ext/wayland/gstwaylandsink.h b/ext/wayland/gstwaylandsink.h 91 --- a/ext/wayland/gstwaylandsink.h 92 +++ b/ext/wayland/gstwaylandsink.h [all …]
|
| H A D | 0018-waylandsink-Support-window-layer-property.patch | 13 ext/wayland/gstwaylandsink.c | 52 ++++++++++++++++++++++++++++++++++-- 14 ext/wayland/gstwaylandsink.h | 1 + 15 ext/wayland/wlwindow.c | 39 ++++++++++++++++++++++++++- 16 ext/wayland/wlwindow.h | 13 +++++++-- 19 diff --git a/ext/wayland/gstwaylandsink.c b/ext/wayland/gstwaylandsink.c 21 --- a/ext/wayland/gstwaylandsink.c 22 +++ b/ext/wayland/gstwaylandsink.c 131 diff --git a/ext/wayland/gstwaylandsink.h b/ext/wayland/gstwaylandsink.h 133 --- a/ext/wayland/gstwaylandsink.h 134 +++ b/ext/wayland/gstwaylandsink.h [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | common.rst | 42 ext-ctrls-camera 43 ext-ctrls-flash 44 ext-ctrls-image-source 45 ext-ctrls-image-process 46 ext-ctrls-codec 47 ext-ctrls-jpeg 48 ext-ctrls-dv 49 ext-ctrls-rf-tuner 50 ext-ctrls-fm-tx 51 ext-ctrls-fm-rx [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/ |
| H A D | 0001-qt-include-ext-qt-gstqtgl.h-instead-of-gst-gl-gstglf.patch | 4 Subject: [PATCH] qt: include ext/qt/gstqtgl.h instead of gst/gl/gstglfuncs.h 6 gst/gl/gstglfuncs.h is included via ext/qt/gstqtgl.h which has logic to 15 from ../gst-plugins-good-1.16.2/ext/qt/gstqsgtexture.cc:30: 24 ext/qt/gstqsgtexture.cc | 2 +- 25 ext/qt/qtwindow.cc | 2 +- 28 diff --git a/ext/qt/gstqsgtexture.cc b/ext/qt/gstqsgtexture.cc 30 --- a/ext/qt/gstqsgtexture.cc 31 +++ b/ext/qt/gstqsgtexture.cc 37 +#include <ext/qt/gstqtgl.h> 41 diff --git a/ext/qt/qtwindow.cc b/ext/qt/qtwindow.cc [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ruby/ruby/ |
| H A D | 0006-Make-gemspecs-reproducible.patch | 12 ext/bigdecimal/bigdecimal.gemspec | 1 + 13 ext/fiddle/fiddle.gemspec | 1 + 14 ext/io/console/io-console.gemspec | 1 + 19 diff --git a/ext/bigdecimal/bigdecimal.gemspec b/ext/bigdecimal/bigdecimal.gemspec 21 --- a/ext/bigdecimal/bigdecimal.gemspec 22 +++ b/ext/bigdecimal/bigdecimal.gemspec 31 diff --git a/ext/fiddle/fiddle.gemspec b/ext/fiddle/fiddle.gemspec 33 --- a/ext/fiddle/fiddle.gemspec 34 +++ b/ext/fiddle/fiddle.gemspec 43 diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec [all …]
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miinitext.c | 188 const ExtensionModule *ext; in EnableDisableExtension() local 192 ext = &staticExtensions[i]; in EnableDisableExtension() 193 if (strcasecmp(name, ext->name) == 0) { in EnableDisableExtension() 194 if (ext->disablePtr != NULL) { in EnableDisableExtension() 195 *ext->disablePtr = !enable; in EnableDisableExtension() 212 const ExtensionModule *ext; in EnableDisableExtensionError() local 217 ext = &staticExtensions[i]; in EnableDisableExtensionError() 218 if ((strcmp(name, ext->name) == 0) && (ext->disablePtr == NULL)) { in EnableDisableExtensionError() 229 ext = &staticExtensions[i]; in EnableDisableExtensionError() 230 if (ext->disablePtr != NULL) { in EnableDisableExtensionError() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/rtmpdump/git/ |
| H A D | Makefile | 53 EXT=$(EXT_$(SYS)) macro 63 cp rtmpdump$(EXT) $(BINDIR) 64 cp rtmpgw$(EXT) rtmpsrv$(EXT) rtmpsuck$(EXT) $(SBINDIR) 70 rm -f *.o rtmpdump$(EXT) rtmpgw$(EXT) rtmpsrv$(EXT) rtmpsuck$(EXT) 79 $(CC) $(LDFLAGS) -o $@$(EXT) $@.o $(LIBS) 82 $(CC) $(LDFLAGS) -o $@$(EXT) $@.o thread.o $(SLIBS) 85 $(CC) $(LDFLAGS) -o $@$(EXT) $@.o thread.o $(SLIBS) 88 $(CC) $(LDFLAGS) -o $@$(EXT) $@.o thread.o $(SLIBS)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/binary_heap_/ |
| H A D | binary_heap_.hpp | 46 #include <ext/pb_ds/detail/cond_dealtor.hpp> 47 #include <ext/pb_ds/detail/cond_dealtor.hpp> 48 #include <ext/pb_ds/detail/type_utils.hpp> 49 #include <ext/pb_ds/detail/binary_heap_/entry_cmp.hpp> 50 #include <ext/pb_ds/detail/binary_heap_/entry_pred.hpp> 51 #include <ext/pb_ds/detail/binary_heap_/resize_policy.hpp> 52 #include <ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp> 53 #include <ext/pb_ds/detail/binary_heap_/const_iterator.hpp> 57 #include <ext/pb_ds/detail/type_utils.hpp> 318 #include <ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp> [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/binary_heap_/ |
| H A D | binary_heap_.hpp | 46 #include <ext/pb_ds/detail/cond_dealtor.hpp> 47 #include <ext/pb_ds/detail/cond_dealtor.hpp> 48 #include <ext/pb_ds/detail/type_utils.hpp> 49 #include <ext/pb_ds/detail/binary_heap_/entry_cmp.hpp> 50 #include <ext/pb_ds/detail/binary_heap_/entry_pred.hpp> 51 #include <ext/pb_ds/detail/binary_heap_/resize_policy.hpp> 52 #include <ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp> 53 #include <ext/pb_ds/detail/binary_heap_/const_iterator.hpp> 57 #include <ext/pb_ds/detail/type_utils.hpp> 318 #include <ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp> [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_user_extensions.c | 16 int i915_user_extensions(struct i915_user_extension __user *ext, in i915_user_extensions() argument 23 while (ext) { in i915_user_extensions() 31 err = check_user_mbz(&ext->flags); in i915_user_extensions() 35 for (i = 0; i < ARRAY_SIZE(ext->rsvd); i++) { in i915_user_extensions() 36 err = check_user_mbz(&ext->rsvd[i]); in i915_user_extensions() 41 if (get_user(name, &ext->name)) in i915_user_extensions() 48 err = tbl[name](ext, data); in i915_user_extensions() 53 if (get_user(next, &ext->next_extension) || in i915_user_extensions() 54 overflows_type(next, ext)) in i915_user_extensions() 57 ext = u64_to_user_ptr(next); in i915_user_extensions()
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | extent.c | 24 key->ext.FkType = type; in hfs_ext_build_key() 25 key->ext.FNum = cpu_to_be32(cnid); in hfs_ext_build_key() 26 key->ext.FABN = cpu_to_be16(block); in hfs_ext_build_key() 55 fnum1 = key1->ext.FNum; in hfs_ext_keycmp() 56 fnum2 = key2->ext.FNum; in hfs_ext_keycmp() 59 if (key1->ext.FkType != key2->ext.FkType) in hfs_ext_keycmp() 60 return key1->ext.FkType < key2->ext.FkType ? -1 : 1; in hfs_ext_keycmp() 62 block1 = key1->ext.FABN; in hfs_ext_keycmp() 63 block2 = key2->ext.FABN; in hfs_ext_keycmp() 74 static u16 hfs_ext_find_block(struct hfs_extent *ext, u16 off) in hfs_ext_find_block() argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | extents.c | 26 k1id = k1->ext.cnid; in hfsplus_ext_cmp_key() 27 k2id = k2->ext.cnid; in hfsplus_ext_cmp_key() 31 if (k1->ext.fork_type != k2->ext.fork_type) in hfsplus_ext_cmp_key() 32 return k1->ext.fork_type < k2->ext.fork_type ? -1 : 1; in hfsplus_ext_cmp_key() 34 k1s = k1->ext.start_block; in hfsplus_ext_cmp_key() 35 k2s = k2->ext.start_block; in hfsplus_ext_cmp_key() 45 key->ext.cnid = cpu_to_be32(cnid); in hfsplus_ext_build_key() 46 key->ext.start_block = cpu_to_be32(block); in hfsplus_ext_build_key() 47 key->ext.fork_type = type; in hfsplus_ext_build_key() 48 key->ext.pad = 0; in hfsplus_ext_build_key() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/list_update_map_/ |
| H A D | lu_map_.hpp | 43 #include <ext/pb_ds/detail/cond_dealtor.hpp> 44 #include <ext/pb_ds/tag_and_trait.hpp> 45 #include <ext/pb_ds/detail/types_traits.hpp> 46 #include <ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp> 47 #include <ext/pb_ds/exception.hpp> 49 #include <ext/pb_ds/detail/debug_map_base.hpp> 126 #include <ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp> 127 #include <ext/pb_ds/detail/unordered_iterator/point_iterator.hpp> 128 #include <ext/pb_ds/detail/unordered_iterator/const_iterator.hpp> 129 #include <ext/pb_ds/detail/unordered_iterator/iterator.hpp> [all …]
|