| /OK3568_Linux_fs/kernel/drivers/net/ethernet/packetengines/ |
| H A D | yellowfin.c | 183 the 'yp->tx_full' flag. 187 empty by incrementing the dirty_tx mark. Iff the 'yp->tx_full' flag is set, it 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() [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 | 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_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 | 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 | 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"
|
| 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 \
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/ |
| H A D | fsl,imx25-gcq.yaml | 36 vref-yp-supply: 38 The regulator supplying the ADC reference voltage on pin YP. 68 1: yp 84 0: YP voltage reference
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/nis/files/ |
| H A D | ypbind.init | 53 ## If we don't have a /etc/yp.conf file, skip starting of 56 if [ ! -f /etc/yp.conf -a "$YPBIND_BROADCAST" != "yes" ] ; then 58 echo -n " . . . . . . . . . . ${attn}/etc/yp.conf not found${norm}" 88 rm -f /var/yp/binding/* /var/run/ypbind.pid
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | s3c2410_ts.c | 88 * @yp: The accumulated Y position data. 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()
|
| H A D | mxs-lradc-ts.c | 261 * YP(open)--+-------------+ 289 * YP(meas)--+-------------+ 315 * YP(+)--+-------------+ 341 * YP(+)--+-------------+
|
| /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/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/crypto/ |
| H A D | salsa20_generic.c | 7 * - salsa20.c: Public domain C code by Daniel J. Bernstein <djb@cr.yp.to> 10 * Cipher Project. It is designed by Daniel J. Bernstein <djb@cr.yp.to>. 13 * https://cr.yp.to/snuffle.html
|
| /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/include/linux/mfd/ |
| H A D | mxs-lradc.h | 28 # define LRADC_CTRL0_MX28_YPNSW /* YP */ BIT(20) 29 # define LRADC_CTRL0_MX28_YPPSW /* YP */ BIT(19)
|
| /OK3568_Linux_fs/yocto/poky/documentation/overview-manual/ |
| H A D | yp-intro.rst | 99 infrastructure <overview-manual/yp-intro:the yocto project layer model>` 230 contributes to a strong ecosystem. "YP Compatible" is applied to 446 :ref:`figure <overview-manual/yp-intro:what is the yocto project?>`. 457 ":ref:`overview-manual/yp-intro:what is the yocto project?`" 470 ":ref:`overview-manual/yp-intro:reference embedded distribution (poky)`" 533 :ref:`CROPS <overview-manual/yp-intro:development tools>`. 692 `layers <overview-manual/yp-intro:the yocto project layer model>` that extend 722 .. image:: figures/YP-flow-diagram.png
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | fsl-imx25-gcq.c | 65 MX25_CQG_CHAN(MX25_CFG_YP, "yp"), 75 [MX25_ADC_REFP_YP] = "yp", 208 devm_regulator_get_optional(&pdev->dev, "vref-yp"); in mx25_gcq_setup_cfgs()
|
| /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/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ |
| H A D | ypbind.service | 2 Description=YP Bind
|
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A D | as5011.h | 14 char yp, yn; /* threshold for y axis */ member
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/iio/adc/ |
| H A D | fsl-imx25-gcq.h | 9 #define MX25_ADC_REFP_YP 0 /* YP voltage reference */
|