Home
last modified time | relevance | path

Searched refs:CCW (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/common/
H A Dutils.h51 enum Orientation { CW, CCW, COLLINEAR }; enumerator
71 return CCW; in Orient2d()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep.cpp481 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillBasin()
533 if (o == CCW) { in FillBasinReq()
579 if (Orient2d(*edge->q, *node->next->point, *edge->p) == CCW) { in FillRightAboveEdgeEvent()
590 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightBelowEdgeEvent()
607 if (Orient2d(*edge->q, *node.next->point, *edge->p) == CCW) { in FillRightConcaveEdgeEvent()
609 if (Orient2d(*node.point, *node.next->point, *node.next->next->point) == CCW) { in FillRightConcaveEdgeEvent()
623 if (Orient2d(*node.next->point, *node.next->next->point, *node.next->next->next->point) == CCW) { in FillRightConvexEdgeEvent()
629 if (Orient2d(*edge->q, *node.next->next->point, *edge->p) == CCW) { in FillRightConvexEdgeEvent()
742 if (o == CCW) { in NextFlipTriangle()
766 } else if (o2d == CCW) { in NextFlipPoint()
/OK3568_Linux_fs/kernel/drivers/s390/net/
H A DKconfig8 depends on CCW && NETDEVICES && (ETHERNET || FDDI)
18 depends on CCW && NETDEVICES
64 depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
/OK3568_Linux_fs/kernel/Documentation/s390/
H A Dvfio-ccw.rst63 Access patterns of CCW devices
74 All I/O requires the use of channel command words (CCWs). A CCW is an
79 the format of the CCW and other control information to the system. The
184 VFIO-CCW Regions
327 * CCW translation APIs
328 A group of APIs (start with `cp_`) to do CCW translation. The CCWs
337 This driver utilizes the CCW translation APIs and introduces
349 channel program to the kernel, to do further CCW translation before
H A Dcds.rst252 DOIO_DENY_PREFETCH don't allow for CCW prefetch; usually
258 The cpa parameter points to the first format 1 CCW of a channel program::
267 with the following CCW flags values defined:
382 CCW_CMD_NOOP to the end of the submitted CCW chain. This will force Channel-End
413 (CCW) must start the I/O operation with the DOIO_ALLOW_SUSPEND option or the
421 setting the CCW suspend flag on a particular CCW, the channel program execution
483 device drivers by setting the PCI CCW flag (CCW_FLAG_PCI). Once this CCW is
H A Dcommon_io.rst32 keywords can be used to refer to the CCW based boot device and CCW console
H A Ddriver-model.rst5 1. CCW devices
8 All devices which can be addressed by means of ccws are called 'CCW devices' -
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A DKconfig8 depends on CCW
37 depends on CCW && TTY
106 depends on CCW
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dhead.S45 .long 0x020001e0,0x60000050 # of the CCW program started
94 st %r2,4(%r6) # initialize CCW data addresses
131 l %r0,4(%r6) # update CCW data addresses
/OK3568_Linux_fs/kernel/drivers/s390/block/
H A DKconfig28 depends on CCW && BLOCK
/OK3568_Linux_fs/kernel/drivers/iommu/
H A DKconfig361 bool "S390 CCW IOMMU Support"
362 depends on S390 && CCW || COMPILE_TEST
/OK3568_Linux_fs/kernel/arch/s390/
H A DKconfig764 prompt "Support for VFIO-CCW subchannels"
767 This driver allows usage of I/O subchannels via VFIO-CCW.
802 config CCW config
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A DRegistry315 Rotate S V Rotate the virtual display (CW or CCW)
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS15335 S390 VFIO-CCW DRIVER