Home
last modified time | relevance | path

Searched full:paths (Results 1 – 25 of 1846) sorted by relevance

12345678910>>...74

/OK3568_Linux_fs/kernel/drivers/interconnect/
H A Dbulk.c8 * of_icc_bulk_get() - get interconnect paths
11 * @paths: the table with the paths we want to get
16 struct icc_bulk_data *paths) in of_icc_bulk_get() argument
21 paths[i].path = of_icc_get(dev, paths[i].name); in of_icc_bulk_get()
22 if (IS_ERR(paths[i].path)) { in of_icc_bulk_get()
23 ret = PTR_ERR(paths[i].path); in of_icc_bulk_get()
26 paths[i].name, ret); in of_icc_bulk_get()
27 paths[i].path = NULL; in of_icc_bulk_get()
35 icc_bulk_put(i, paths); in of_icc_bulk_get()
42 * icc_bulk_put() - put a list of interconnect paths
[all …]
/OK3568_Linux_fs/buildroot/package/linphone/
H A D0001-src-core-paths-paths.cpp-fix-powerpc-build.patch4 Subject: [PATCH] src/core/paths/paths.cpp: fix powerpc build
8 /home/test/autobuild/run/instance-2/output-1/build/linphone-4.3.1/src/core/paths/paths.cpp:32:3: er…
17 src/core/paths/paths.cpp | 2 +-
20 diff --git a/src/core/paths/paths.cpp b/src/core/paths/paths.cpp
22 --- a/src/core/paths/paths.cpp
23 +++ b/src/core/paths/paths.cpp
25 #include "paths-android.h"
27 #include "paths-windows.h"
30 #include "paths-linux.h"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h107 typedef std::vector< Path > Paths; typedef
110 inline Paths& operator <<(Paths& polys, const Path& p) {polys.push_back(p); return polys;}
114 std::ostream& operator <<(std::ostream &s, const Paths &p);
175 void SimplifyPolygon(const Path &in_poly, Paths &out_polys, PolyFillType fillType = pftEvenOdd);
176 void SimplifyPolygons(const Paths &in_polys, Paths &out_polys, PolyFillType fillType = pftEvenOdd);
177 void SimplifyPolygons(Paths &polys, PolyFillType fillType = pftEvenOdd);
181 void CleanPolygons(const Paths& in_polys, Paths& out_polys, double distance = 1.415);
182 void CleanPolygons(Paths& polys, double distance = 1.415);
184 void MinkowskiSum(const Path& pattern, const Path& path, Paths& solution, bool pathIsClosed);
185 void MinkowskiSum(const Path& pattern, const Paths& paths, Paths& solution, bool pathIsClosed);
[all …]
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dtunnel.c72 tunnel->paths = kcalloc(npaths, sizeof(tunnel->paths[0]), GFP_KERNEL); in tb_tunnel_alloc()
73 if (!tunnel->paths) { in tb_tunnel_alloc()
157 * Discover both paths even if they are not complete. We will in tb_tunnel_discover_pci()
168 tunnel->paths[TB_PCI_PATH_UP] = path; in tb_tunnel_discover_pci()
169 tb_pci_init_path(tunnel->paths[TB_PCI_PATH_UP]); in tb_tunnel_discover_pci()
175 tunnel->paths[TB_PCI_PATH_DOWN] = path; in tb_tunnel_discover_pci()
176 tb_pci_init_path(tunnel->paths[TB_PCI_PATH_DOWN]); in tb_tunnel_discover_pci()
239 tunnel->paths[TB_PCI_PATH_DOWN] = path; in tb_tunnel_alloc_pci()
248 tunnel->paths[TB_PCI_PATH_UP] = path; in tb_tunnel_alloc_pci()
512 struct tb_path **paths; in tb_dp_activate() local
[all …]
H A Dtest.c804 * DP Video path from host to device using lane 1. Paths like in tb_test_path_not_bonded_lane1()
807 * paths like this (you either use lane 0 where lane 1 is in tb_test_path_not_bonded_lane1()
1236 KUNIT_ASSERT_EQ(test, tunnel1->paths[0]->path_length, 2); in tb_test_tunnel_pcie()
1237 KUNIT_EXPECT_PTR_EQ(test, tunnel1->paths[0]->hops[0].in_port, down); in tb_test_tunnel_pcie()
1238 KUNIT_EXPECT_PTR_EQ(test, tunnel1->paths[0]->hops[1].out_port, up); in tb_test_tunnel_pcie()
1239 KUNIT_ASSERT_EQ(test, tunnel1->paths[1]->path_length, 2); in tb_test_tunnel_pcie()
1240 KUNIT_EXPECT_PTR_EQ(test, tunnel1->paths[1]->hops[0].in_port, up); in tb_test_tunnel_pcie()
1241 KUNIT_EXPECT_PTR_EQ(test, tunnel1->paths[1]->hops[1].out_port, down); in tb_test_tunnel_pcie()
1251 KUNIT_ASSERT_EQ(test, tunnel2->paths[0]->path_length, 2); in tb_test_tunnel_pcie()
1252 KUNIT_EXPECT_PTR_EQ(test, tunnel2->paths[0]->hops[0].in_port, down); in tb_test_tunnel_pcie()
[all …]
H A Ddomain.c736 * tb_domain_disconnect_pcie_paths() - Disconnect all PCIe paths
737 * @tb: Domain whose PCIe paths to disconnect
740 * controller. Makes sure all PCIe paths are disconnected.
753 * tb_domain_approve_xdomain_paths() - Enable DMA paths for XDomain
754 * @tb: Domain enabling the DMA paths
755 * @xd: XDomain DMA paths are created to
757 * Calls connection manager specific method to enable DMA paths to the
773 * tb_domain_disconnect_xdomain_paths() - Disable DMA paths for XDomain
774 * @tb: Domain disabling the DMA paths
775 * @xd: XDomain whose DMA paths are disconnected
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpath.py11 def join(*paths): argument
13 return os.path.normpath("/".join(paths))
147 NOTE: be careful about passing paths that may contain filenames with
174 returning all files as absolute paths. """
268 def is_path_parent(possible_parent, *paths): argument
271 Multiple paths to test can be specified in which case all
272 specified test paths must be under the parent in order to
282 if not paths:
284 for path in paths:
293 Return all paths in the specific search path matching the wildcard pattern
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-class-rtrs-client37 What: /sys/class/rtrs-client/<session-name>/paths/
45 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/state
52 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/reconnect
59 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/disconnect
66 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/remove_path
74 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/hca_name
80 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/hca_port
86 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/src_addr
92 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/dst_addr
98 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/stats/reset_all
[all …]
H A Dsysfs-class-rtrs-server8 What: /sys/class/rtrs-server/<session-name>/paths/
16 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/disconnect
23 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/hca_name
29 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/hca_port
35 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/src_addr
41 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/dst_addr
47 What: /sys/class/rtrs-server/<session-name>/paths/<src@dst>/stats/rdma
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp232 GeometryCollectionType paths; in getGeometries() local
234 paths.emplace_back(); in getGeometries()
271 // dynamically get the path with paths.back() in getGeometries()
272 paths.reserve(len_reserve); in getGeometries()
277 paths.back().reserve(len_reserve + extra_coords); in getGeometries()
282 if (cmd == CommandType::MOVE_TO && !paths.back().empty()) { in getGeometries()
283 if (paths.back().size() < paths.back().capacity()) { in getGeometries()
288 paths.back().shrink_to_fit(); in getGeometries()
290 paths.emplace_back(); in getGeometries()
308 std::runtime_error("paths outside valid range of coordinate_type"); in getGeometries()
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-service-time.rst11 The performance value is a relative throughput value among all paths
26 among all paths in the path-group.
30 other paths having a positive value are available.
43 among all paths in the path-group.
59 1. If the paths have the same 'relative_throughput', skip
62 2. If the paths have the same 'in-flight-size', skip the division
65 3. If some paths have non-zero 'relative_throughput' and others
66 have zero 'relative_throughput', ignore those paths with zero
78 In case that 2 paths (sda and sdb) are used with repeat_count == 128
H A Dswitch.rst7 paths. The path used for any specific region can be switched
38 robin algorithm to send I/O across all paths and let the storage array
52 Lower Tier - Load balance amongst paths to a particular member.
55 Each of these multipath devices contains the set of paths directly to
57 selectors to load balance amongst these paths. We also build a
58 non-preferred priority group containing paths to other array members for
73 The number of paths across which to distribute the I/O.
77 to any of the available paths.
97 which paths.
/OK3568_Linux_fs/kernel/tools/perf/ui/browsers/
H A Dscripts.c28 char **paths; member
53 if (asprintf(&c->paths[c->index], in add_script_option()
73 if (asprintf(&c->paths[c->index], "%s %s", value, in scripts_config()
88 char *buf, *paths[SCRIPT_MAX_NO], *names[SCRIPT_MAX_NO]; in list_scripts() local
96 .paths = paths, in list_scripts()
122 paths[i] = names[i] + SCRIPT_NAMELEN; in list_scripts()
125 num = find_scripts(names + max_std, paths + max_std, SCRIPT_MAX_NO - max_std, in list_scripts()
145 strcpy(script_name, paths[choice]); in list_scripts()
152 zfree(&paths[i]); in list_scripts()
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dccache-support.txt43 To avoid this issue, buildroot has the +Use relative paths+ option
44 (+BR2_CCACHE_USE_BASEDIR+). This will rewrite all absolute paths that
45 point inside the output directory into relative paths. Thus, changing
48 A disadvantage of the relative paths is that they also end up to be
49 relative paths in the object file. Therefore, for example, the debugger
55 more details about this rewriting of absolute paths.
/OK3568_Linux_fs/kernel/drivers/staging/sm750fb/
H A Dsm750.h152 int paths; member
154 * which paths(s) this output stands for,for sm750:
155 * paths=1:means output for panel paths
156 * paths=2:means output for crt paths
157 * paths=3:means output for both panel and crt paths
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/libtool/libtool/
H A D0005-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch2 Subject: [PATCH 05/12] ltmain.in: Don't encode RATHS which match default linker paths
4 We don't want to add RPATHS which match default linker search paths, they're
5 a waste of space. This patch filters libtools list of paths to encoode and
8 Libtool may be passed link paths of the form "/usr/lib/../lib" so normalize
9 the paths before comparision.
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dasoc.h192 TP_PROTO(int paths, int stream),
194 TP_ARGS(paths, stream),
197 __field( int, paths )
202 __entry->paths = paths;
206 TP_printk("%s: found %d paths",
207 __entry->stream ? "capture" : "playback", __entry->paths)
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxfont.c68 unsigned char *c, *paths; in dmxGetFontPath() local
72 GetFontPath(serverClient, npaths, &len, &paths); in dmxGetFontPath()
78 memmove(newfp, paths + 1, *npaths + len - 1); in dmxGetFontPath()
79 l = *paths; in dmxGetFontPath()
292 * exit with an error unless we remove the offending font paths in dmxBELoadFont()
313 "The DMX server failed to set the following font paths on " in dmxBELoadFont()
327 "These font paths will not be used because the " in dmxBELoadFont()
338 /* No valid font paths were found */ in dmxBELoadFont()
340 "After removing the font paths above, no valid font " in dmxBELoadFont()
341 "paths were\n"); in dmxBELoadFont()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/
H A DBuild36 paths += -DPERF_HTML_PATH="BUILD_STR($(htmldir_SQ))"
37 paths += -DPERF_INFO_PATH="BUILD_STR($(infodir_SQ))"
38 paths += -DPERF_MAN_PATH="BUILD_STR($(mandir_SQ))"
40 CFLAGS_builtin-help.o += $(paths)
41 CFLAGS_builtin-timechart.o += $(paths)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqclipperutils.cpp71 QList<QList<QDoubleVector2D> > QClipperUtils::pathsToQList(const Paths &paths) in pathsToQList() argument
74 res.reserve(int(paths.size())); in pathsToQList()
75 for (const Path &p: paths) { in pathsToQList()
90 Paths QClipperUtils::qListToPaths(const QList<QList<QDoubleVector2D> > &lists) in qListToPaths()
92 Paths res; in qListToPaths()
/OK3568_Linux_fs/buildroot/package/pkgconf/
H A D0001-Only-prefix-with-the-sysroot-a-subset-of-variables.patch6 The standard logic of pkg-config is to prefix all absolute paths by
8 paths (like includedir, libdir, and paths used in -L and -I options)
10 case for paths that are used on the target. If they get prefixed by
17 So, let's simply have a whitelist of paths that should be prefixed:
20 Buildroot development. All other paths are not prefixed by the sysroot.
23 [Updated to include gobject-introspection paths]
/OK3568_Linux_fs/kernel/include/linux/
H A Dinterconnect.h42 struct icc_bulk_data *paths);
43 void icc_bulk_put(int num_paths, struct icc_bulk_data *paths);
44 int icc_bulk_set_bw(int num_paths, const struct icc_bulk_data *paths);
45 int icc_bulk_enable(int num_paths, const struct icc_bulk_data *paths);
46 void icc_bulk_disable(int num_paths, const struct icc_bulk_data *paths);
/OK3568_Linux_fs/kernel/scripts/
H A Dcheck-sysctl-docs29 # paths: maps ctl_path names to paths
99 delete paths
132 paths[curpath] = curentry
162 if (paths[tables[1]] == table) {
167 split(paths[tables[1]], components, "/")
/OK3568_Linux_fs/kernel/drivers/block/rnbd/
H A Drnbd-clt-sysfs.c56 struct rtrs_addr *paths; member
106 pr_err("map_device: too many (> %zu) paths provided\n", in rnbd_clt_parse_map_options()
119 &opt->paths[p_cnt]); in rnbd_clt_parse_map_options()
541 struct rtrs_addr paths[6]; in rnbd_clt_map_device_store() local
545 opt.paths = paths; in rnbd_clt_map_device_store()
550 addrs = kcalloc(ARRAY_SIZE(paths) * 2, sizeof(*addrs), GFP_KERNEL); in rnbd_clt_map_device_store()
554 for (path_cnt = 0; path_cnt < ARRAY_SIZE(paths); path_cnt++) { in rnbd_clt_map_device_store()
555 paths[path_cnt].src = &addrs[path_cnt * 2]; in rnbd_clt_map_device_store()
556 paths[path_cnt].dst = &addrs[path_cnt * 2 + 1]; in rnbd_clt_map_device_store()
559 ret = rnbd_clt_parse_map_options(buf, ARRAY_SIZE(paths), &opt); in rnbd_clt_map_device_store()
[all …]
/OK3568_Linux_fs/buildroot/
H A DConfig.in21 # br2-external paths definitions
22 source "$BR2_BASE_DIR/.br2-external.in.paths"
348 bool "Use relative paths"
351 Allow ccache to convert absolute paths within the output
352 directory into relative paths.
355 absolute path. These absolute paths end up in the hashes that
361 allows ccache to rewrite absolute paths within the output
362 directory into relative paths. Note that only paths within the
369 object files also has only relative paths. Therefore, make
577 libraries with full paths relative to $(TARGET_DIR) of which
[all …]

12345678910>>...74