| /OK3568_Linux_fs/kernel/drivers/net/ethernet/packetengines/ |
| H A D | yellowfin.c | 571 struct yellowfin_private *yp = netdev_priv(dev); in yellowfin_open() local 572 const int irq = yp->pci_dev->irq; in yellowfin_open() 573 void __iomem *ioaddr = yp->base; in yellowfin_open() 587 iowrite32(yp->rx_ring_dma, ioaddr + RxPtr); in yellowfin_open() 588 iowrite32(yp->tx_ring_dma, ioaddr + TxPtr); in yellowfin_open() 609 yp->tx_threshold = 32; in yellowfin_open() 610 iowrite32(yp->tx_threshold, ioaddr + TxThreshold); in yellowfin_open() 613 dev->if_port = yp->default_port; in yellowfin_open() 618 if (yp->drv_flags & IsGigabit) { in yellowfin_open() 620 yp->full_duplex = 1; in yellowfin_open() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/hamradio/ |
| H A D | yam.c | 462 struct yam_port *yp = netdev_priv(dev); in yam_set_uart() local 463 int divisor = 115200 / yp->baudrate; in yam_set_uart() 528 static inline void yam_rx_flag(struct net_device *dev, struct yam_port *yp) in yam_rx_flag() argument 530 if (yp->dcd && yp->rx_len >= 3 && yp->rx_len < YAM_MAX_FRAME) { in yam_rx_flag() 531 int pkt_len = yp->rx_len - 2 + 1; /* -CRC + kiss */ in yam_rx_flag() 534 if ((yp->rx_crch & yp->rx_crcl) != 0xFF) { in yam_rx_flag() 544 memcpy(cp, yp->rx_buf, pkt_len - 1); in yam_rx_flag() 551 yp->rx_len = 0; in yam_rx_flag() 552 yp->rx_crcl = 0x21; in yam_rx_flag() 553 yp->rx_crch = 0xf3; in yam_rx_flag() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qdoublevector2d_p.h | 98 { return v1.xp * v2.xp + v1.yp * v2.yp; } in dotProduct() 117 double xp, yp; 124 Q_DECL_CONSTEXPR inline QDoubleVector2D::QDoubleVector2D() : xp(0.0), yp(0.0) {} in QDoubleVector2D() 126 Q_DECL_CONSTEXPR inline QDoubleVector2D::QDoubleVector2D(double xpos, double ypos) : xp(xpos), yp(y… in QDoubleVector2D() 128 Q_DECL_CONSTEXPR inline QDoubleVector2D::QDoubleVector2D(const QPointF &p) : xp(p.x()), yp(p.y()) {… in QDoubleVector2D() 137 return qIsNull(xp) && qIsNull(yp); in isNull() 142 return qIsFinite(xp) && qIsFinite(yp); in isFinite() 146 Q_DECL_CONSTEXPR inline double QDoubleVector2D::y() const { return yp; } in y() 149 inline void QDoubleVector2D::setY(double aY) { yp = aY; } in setY() 152 { return xp * xp + yp * yp; } in lengthSquared() [all …]
|
| H A D | qdoublevector3d_p.h | 98 { return v1.xp * v2.xp + v1.yp * v2.yp + v1.zp * v2.zp; } in dotProduct() 101 { return QDoubleVector3D(v1.yp * v2.zp - v1.zp * v2.yp, in crossProduct() 103 v1.xp * v2.yp - v1.yp * v2.xp); } in crossProduct() 128 double xp, yp, zp; 135 Q_DECL_CONSTEXPR inline QDoubleVector3D::QDoubleVector3D() : xp(0.0), yp(0.0), zp(0.0) {} in QDoubleVector3D() 137 …eVector3D::QDoubleVector3D(double xpos, double ypos, double zpos) : xp(xpos), yp(ypos), zp(zpos) {} in QDoubleVector3D() 140 : xp(v.xp), yp(v.yp), zp(0.0) {} in QDoubleVector3D() 143 : xp(v.xp), yp(v.yp), zp(zpos) {} in QDoubleVector3D() 147 return qIsNull(xp) && qIsNull(yp) && qIsNull(zp); in isNull() 151 Q_DECL_CONSTEXPR inline double QDoubleVector3D::y() const { return yp; } in y() [all …]
|
| H A D | qdoublevector2d.cpp | 49 xp(vector.xp), yp(vector.yp) in QDoubleVector2D() 55 return qSqrt(xp * xp + yp * yp); in length() 62 double(yp) * double(yp); in normalized() 75 double(yp) * double(yp); in normalize() 82 yp /= len; in normalize() 87 return QDoubleVector3D(xp, yp, 0.0); in toVector3D()
|
| H A D | qdoublevector3d.cpp | 51 double(yp) * double(yp) + in normalized() 65 double(yp) * double(yp) + in normalize() 73 yp /= len; in normalize() 106 return qSqrt(xp * xp + yp * yp + zp * zp); in length()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/ |
| H A D | yp-tools_4.2.3.bb | 2 # The source package is utils/net/NIS/yp-tools 17 SRC_URI = "git://github.com/thkukuk/yp-tools;branch=master;protocol=https \ 39 FILES:${PN} += " ${libdir}/yp-nis/*.so.*.* ${libdir}/yp-nis/pkgconfig/" 40 FILES:${PN}-dbg += " ${libdir}/yp-nis/.debug" 41 FILES:${PN}-dev += " ${libdir}/yp-nis/*.so ${libdir}/yp-nis/*.so.[12] ${libdir}/yp-nis/*.la" 42 FILES:${PN}-staticdev += " ${libdir}/yp-nis/*.a"
|
| H A D | yp-tools_2.14.bb | 2 # The source package is utils/net/NIS/yp-tools 13 This is the final IPv4-only version of yp-tools. \ 16 SRC_URI = "http://www.linux-nis.org/download/yp-tools/${BP}.tar.bz2 \
|
| H A D | ypbind-mt_2.6.bb | 12 domain bindings. Supports /var/yp/binding/* file \ 14 of known secure NIS server (/etc/yp.conf) Binds to \ 21 yp-tools \ 25 RDEPENDS:${PN} += "yp-tools"
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | s3c2410_ts.c | 101 unsigned long yp; member 138 ts.yp >>= ts.shift; in touch_timer_fire() 141 __func__, ts.xp, ts.yp, ts.count); in touch_timer_fire() 144 input_report_abs(ts.input, ABS_Y, ts.yp); in touch_timer_fire() 150 ts.yp = 0; in touch_timer_fire() 157 ts.yp = 0; in touch_timer_fire() 220 ts.yp += data1; in s3c24xx_ts_conversion()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/ |
| H A D | rga_reg_info.c | 982 s32 xp, yp; in RGA_set_bitblt_reg_info() local 1066 yp = ymin + msg->src.y_offset; in RGA_set_bitblt_reg_info() 1071 yp = CLIP(yp, msg->src.y_offset, msg->src.y_offset + msg->src.act_h - 1); in RGA_set_bitblt_reg_info() 1077 y_addr = msg->src.yrgb_addr + yp*stride + xp; in RGA_set_bitblt_reg_info() 1078 u_addr = msg->src.uv_addr + (yp>>1)*(stride>>1) + (xp>>1); in RGA_set_bitblt_reg_info() 1079 v_addr = msg->src.v_addr + (yp>>1)*(stride>>1) + (xp>>1); in RGA_set_bitblt_reg_info() 1082 y_addr = msg->src.yrgb_addr + yp*stride + xp; in RGA_set_bitblt_reg_info() 1083 u_addr = msg->src.uv_addr + (yp>>1)*stride + ((xp>>1)<<1); in RGA_set_bitblt_reg_info() 1086 y_addr = msg->src.yrgb_addr + yp*stride + xp; in RGA_set_bitblt_reg_info() 1087 u_addr = msg->src.uv_addr + (yp)*(stride>>1) + (xp>>1); in RGA_set_bitblt_reg_info() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/files/ |
| H A D | ypbind.init | 56 if [ ! -f /etc/yp.conf -a "$YPBIND_BROADCAST" != "yes" ] ; then 88 rm -f /var/yp/binding/* /var/run/ypbind.pid
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | colibri-vf50-ts.txt | 8 - yp-gpios: FET gate driver for input of Y+ 25 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/daemontools/ |
| H A D | daemontools_0.76.bb | 2 HOMEPAGE = "http://cr.yp.to/daemontools.html" 18 SRC_URI = "http://cr.yp.to/daemontools/${BPN}-${PV}.tar.gz \
|
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A D | as5011.h | 14 char yp, yn; /* threshold for y axis */ member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomap.cpp | 486 qreal yp = qMin<qreal>(visibleArea.y(), qMax(m_viewportSize.height() - 1, 0)); in clampVisibleArea() local 488 qreal h = qMin<qreal>(visibleArea.height(), qMax<qreal>(m_viewportSize.height() - yp, 0)); in clampVisibleArea() 489 return QRectF(xp, yp, w, h); in clampVisibleArea()
|
| /OK3568_Linux_fs/yocto/poky/documentation/overview-manual/ |
| H A D | index.rst | 14 yp-intro
|
| H A D | intro.rst | 17 - :ref:`overview-manual/yp-intro:introducing the yocto project`\ *:*
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa.c | 126 exaGetDrawableDeltas(DrawablePtr pDrawable, PixmapPtr pPixmap, int *xp, int *yp) in exaGetDrawableDeltas() argument 131 *yp = -pPixmap->screen_y; in exaGetDrawableDeltas() 137 *yp = 0; in exaGetDrawableDeltas() 267 exaGetOffscreenPixmap(DrawablePtr pDrawable, int *xp, int *yp) in exaGetOffscreenPixmap() argument 271 exaGetDrawableDeltas(pDrawable, pPixmap, xp, yp); in exaGetOffscreenPixmap()
|
| H A D | exa_priv.h | 560 int *xp, int *yp); 566 exaGetOffscreenPixmap(DrawablePtr pDrawable, int *xp, int *yp);
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-networking.bb | 215 yp-tools \ 217 yp-tools \
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | vf500-colibri.dtsi | 24 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/savage/ |
| H A D | savage_drv.h | 451 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \ argument 455 ((yp) ? 1<<15 : 0) | \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/dhcpcd/ |
| H A D | dhcpcd_9.4.1.bb | 38 PACKAGECONFIG[ypbind] = "--with-eghook=yp, , ,ypbind-mt"
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | as5011.c | 193 error = as5011_i2c_write(client, AS5011_YP, plat_dat->yp); in as5011_configure_chip()
|