Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86xvmc.c49 XF86MCAdaptorPtr *adaptors; member
69 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateContext) (pScrn, in xf86XvMCCreateContext()
81 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroyContext) (pScrn, in xf86XvMCDestroyContext()
92 return (*pScreenPriv->adaptors[pContext->adapt_num]->CreateSurface) (pScrn, in xf86XvMCCreateSurface()
105 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroySurface) (pScrn, in xf86XvMCDestroySurface()
117 return (*pScreenPriv->adaptors[pContext->adapt_num]-> in xf86XvMCCreateSubpicture()
128 (*pScreenPriv->adaptors[pContext->adapt_num]->DestroySubpicture) (pScrn, in xf86XvMCDestroySubpicture()
147 int num_adaptors, XF86MCAdaptorPtr * adaptors) in xf86XvMCScreenInit() argument
177 pScreenPriv->adaptors = adaptors; in xf86XvMCScreenInit()
183 if (!strcmp((*adaptors)->name, pxvs->pAdaptors[j].name)) { in xf86XvMCScreenInit()
[all …]
H A Dxf86xvmc.h136 XF86MCAdaptorPtr * adaptors);
H A Dxf86xv.c146 xf86XVListGenericAdaptors(ScrnInfoPtr pScrn, XF86VideoAdaptorPtr ** adaptors) in xf86XVListGenericAdaptors() argument
152 *adaptors = NULL; in xf86XVListGenericAdaptors()
162 new = reallocarray(*adaptors, num + n, sizeof(XF86VideoAdaptorPtr)); in xf86XVListGenericAdaptors()
165 *adaptors = new; in xf86XVListGenericAdaptors()
167 (*adaptors)[num] = DrivAdap[j]; in xf86XVListGenericAdaptors()
228 xf86XVScreenInit(ScreenPtr pScreen, XF86VideoAdaptorPtr * adaptors, int num) in xf86XVScreenInit() argument
276 if (!xf86XVInitAdaptors(pScreen, adaptors, num)) in xf86XVScreenInit()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrvideo.c45 KdVideoAdaptorPtr adaptors; member
296 free(a_this->adaptors); in ephyrXVPrivDelete()
297 a_this->adaptors = NULL; in ephyrXVPrivDelete()
479 a_this->adaptors = calloc(a_this->num_adaptors, in ephyrXVPrivQueryHostAdaptors()
481 if (!a_this->adaptors) { in ephyrXVPrivQueryHostAdaptors()
493 a_this->adaptors[i].nPorts = cur_host_adaptor->num_ports; in ephyrXVPrivQueryHostAdaptors()
494 if (a_this->adaptors[i].nPorts <= 0) { in ephyrXVPrivQueryHostAdaptors()
498 a_this->adaptors[i].type = cur_host_adaptor->type; in ephyrXVPrivQueryHostAdaptors()
499 a_this->adaptors[i].type |= XvWindowMask; in ephyrXVPrivQueryHostAdaptors()
500 a_this->adaptors[i].flags = in ephyrXVPrivQueryHostAdaptors()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/orinoco/
H A DKconfig26 Hermes cards, PLX9052 based PCI adaptors or the Apple Airport below.
75 orinoco) driver when used in PLX9052 based PCI adaptors. These
76 adaptors are not a full PCMCIA controller but act as a more limited
77 PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that
86 orinoco) driver when used in TMD7160 based PCI adaptors. These
87 adaptors are not a full PCMCIA controller but act as a more limited
88 PCI <-> PCMCIA bridge. Several vendors sell such adaptors so that
96 orinoco) driver when used in Nortel emobility PCI adaptors. These
97 adaptors are not full PCMCIA controllers, but act as a more limited
106 PCMCIA cards bundled with PCI<->PCMCIA adaptors which are also
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/adaptors/
H A Dquery.hpp20 namespace adaptors { namespace
60 index::adaptors::detail::query_range<Index>
63 index::adaptors::detail::query<Predicates> const& f) in operator |()
65 return index::adaptors::detail::query_range<Index>(si, f.predicates); in operator |()
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvmc.c51 XvMCAdaptorPtr adaptors; member
73 (*pScreenPriv->adaptors[pContext->adapt_num].DestroyContext) (pContext); in XvMCDestroyContextRes()
87 (*pScreenPriv->adaptors[pContext->adapt_num].DestroySurface) (pSurface); in XvMCDestroySurfaceRes()
102 (*pScreenPriv->adaptors[pContext->adapt_num].DestroySubpicture) (pSubpict); in XvMCDestroySubpictureRes()
150 if (pPort->pAdaptor == pScreenPriv->adaptors[i].xv_adaptor) { in ProcXvMCListSurfaceTypes()
151 adaptor = &(pScreenPriv->adaptors[i]); in ProcXvMCListSurfaceTypes()
212 if (pPort->pAdaptor == pScreenPriv->adaptors[i].xv_adaptor) { in ProcXvMCCreateContext()
213 adaptor = &(pScreenPriv->adaptors[i]); in ProcXvMCCreateContext()
327 (*pScreenPriv->adaptors[pContext->adapt_num].CreateSurface) (pSurface, in ProcXvMCCreateSurface()
399 adaptor = &(pScreenPriv->adaptors[pContext->adapt_num]); in ProcXvMCCreateSubpicture()
[all …]
/OK3568_Linux_fs/buildroot/package/mtp/
H A D0006-UbuntuMtpDatabase-Don-t-modify-element-in-BOOST_FORE.patch22 BOOST_FOREACH(MtpObjectHandle i, db | boost::adaptors::map_keys) {
47 - BOOST_FOREACH(MtpObjectHandle i, db | boost::adaptors::map_keys) {
69 - BOOST_FOREACH(MtpObjectHandle i, db | boost::adaptors::map_keys) {
H A D0001-Fix-compile-error.patch207 - BOOST_FOREACH(std::string name, removables | boost::adaptors::map_keys) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A DKconfig58 tristate "Host AP driver for Prism2/2.5/3 in PLX9052 PCI adaptors"
62 PCI adaptors.
72 tristate "Host AP driver for Prism2.5 PCI adaptors"
75 Host AP driver's version for Prism2.5 PCI adaptors.
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-app/
H A Dxvinfo_1.1.4.bb5 DESCRIPTION = "xvinfo prints out the capabilities of any video adaptors \
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/
H A Dlibxv_1.0.11.bb5 accelerated drawing of videos. Hardware adaptors are exposed to \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/
H A Dadaptors.hpp24 namespace adaptors { namespace detail { namespace
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/adaptor/
H A Dreversed.hpp72 namespace adaptors namespace
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/dlt-daemon/
H A Ddlt-daemon_2.18.8.bb8 - the DLT daemon adaptors- the DLT client console utilities \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/
H A DTODO82 15. Move DP/HDMI dual mode adaptors to drm_dp_dual_mode_helper.c. See
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dsym53c8xx_2.rst834 on Symbios and some Symbios compatible host adaptors, and Tekram boards. The
838 The Symbios NVRAM also holds data on the boot order of host adaptors in a
844 adaptors. This is used to disable the Symbios compatible "diff" setting
850 adaptors but does not cause problems either.)
H A Dncr53c8xx.rst682 Tekram cards. Enables setting the boot order of host adaptors
1789 on Symbios and some Symbios compatible host adaptors, and Tekram boards. The
1793 The Symbios NVRAM also holds data on the boot order of host adaptors in a
1805 adaptors. This is used to disable the Symbios compatible "diff" setting
1811 adaptors but does not cause problems either.)
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkxv.c114 KdXVScreenInit(ScreenPtr pScreen, KdVideoAdaptorPtr adaptors, int num) in KdXVScreenInit() argument
155 if (!KdXVInitAdaptors(pScreen, adaptors, num)) in KdXVScreenInit()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.usb15 flash sticks and USB network adaptors.
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch52 XvAdaptorInfo *adaptors;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch52 XvAdaptorInfo *adaptors;
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/
H A D0007-HACK-xvimagesink-Support-dma-buffer-rendering.patch52 XvAdaptorInfo *adaptors;
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A DKconfig1958 tristate "Framebuffer support for IBM GXT4000P/4500P/6000P/6500P adaptors"
/OK3568_Linux_fs/external/xserver/
H A DChangeLog20233 xephyr: Don't crash if the server advertises zero xv adaptors
20235 Useless as an XVideo implementation with zero adaptors might be, it's
30803 Xv: Only stop the adaptors when the Pixmap is finally destroyed
30806 removal of every reference. However, we only want to stop the adaptors
42956 allocate adaptors, and that wasn't going to work if DDX-specific code
42982 the tree of pointers for xv adaptors, move it to the dix.
44953 Now that we don't have to worry about the generic adaptors code,
44955 adaptors.
44964 kdrive: Remove dead generic XV adaptors code.
59949 ephyr: Remove the host/server split for XV adaptors.
[all …]