/openbmc/linux/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 573 struct yellowfin_private *yp = netdev_priv(dev); in yellowfin_open() local 574 const int irq = yp->pci_dev->irq; in yellowfin_open() 575 void __iomem *ioaddr = yp->base; in yellowfin_open() 589 iowrite32(yp->rx_ring_dma, ioaddr + RxPtr); in yellowfin_open() 590 iowrite32(yp->tx_ring_dma, ioaddr + TxPtr); in yellowfin_open() 611 yp->tx_threshold = 32; in yellowfin_open() 612 iowrite32(yp->tx_threshold, ioaddr + TxThreshold); in yellowfin_open() 615 dev->if_port = yp->default_port; in yellowfin_open() [all …]
|
/openbmc/linux/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 …]
|
/openbmc/openbmc/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.7.2.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 \
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | security-subjects.rst | 14 the operation of the YP Security team and how to contribute in the 16 YP developers. 94 members are needed, the Yocto Project Technical Steering Committee (YP TSC) 97 reached, the YP TSC posts the list of candidates for the comments of project 99 YP and OE TSCs. The candidates are approved by both YP TSC and OpenEmbedded 106 YP Security Team members may resign at any time. 117 added to individual issues only and adhere to the same standards as the YP 120 The YP security team organizes its meetings and communication as needed. 122 When the YP Security team receives a report about a potential security 126 If the issue is confirmed and affects the code maintained by the YP, they [all …]
|
/openbmc/linux/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
|
/openbmc/openbmc/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
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/ |
H A D | daemontools_0.76.bb | 2 HOMEPAGE = "http://cr.yp.to/daemontools.html" 20 SRC_URI = "http://cr.yp.to/daemontools/${BPN}-${PV}.tar.gz \ 31 UPSTREAM_CHECK_URI = "http://cr.yp.to/daemontools/install.html"
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | colibri-vf50-ts.txt | 9 - yp-gpios: FET gate driver for input of Y+ 26 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
/openbmc/openbmc/meta-arm/documentation/ |
H A D | releases.md | 20 Named branches for meta-arm will be released as close as possible to the release of the YP LTS rele… 24 … will be bug fix only and will be EOLed on the next release (similar to the YP branching behavior). 27 When YP is approaching release, meta-arm will attempt to stabilize master so that the releases can …
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/packagegroups/ |
H A D | packagegroup-meta-networking.bb | 196 yp-tools \ 198 yp-tools \
|
/openbmc/linux/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)
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nis/ypbind-mt/ |
H A D | ypbind.service | 2 Description=YP Bind
|
/openbmc/linux/include/linux/input/ |
H A D | as5011.h | 14 char yp, yn; /* threshold for y axis */ member
|
/openbmc/linux/include/dt-bindings/iio/adc/ |
H A D | fsl-imx25-gcq.h | 9 #define MX25_ADC_REFP_YP 0 /* YP voltage reference */
|
/openbmc/openbmc/poky/documentation/overview-manual/ |
H A D | index.rst | 14 yp-intro
|
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 458 :ref:`figure <overview-manual/yp-intro:what is the yocto project?>`. 469 ":ref:`overview-manual/yp-intro:what is the yocto project?`" 482 ":ref:`overview-manual/yp-intro:reference embedded distribution (poky)`" 545 :ref:`CROPS <overview-manual/yp-intro:development tools>`. 707 <overview-manual/yp-intro:the yocto project layer model>` that extend 737 .. image:: figures/YP-flow-diagram.png
|
/openbmc/openbmc/poky/meta/recipes-extended/libnsl/ |
H A D | libnsl2_2.0.1.bb | 5 DESCRIPTION = "This library contains the public client interface for NIS(YP) and NIS+\
|
/openbmc/linux/lib/crypto/ |
H A D | curve25519-generic.c | 9 * Information: https://cr.yp.to/ecdh.html
|
H A D | curve25519.c | 9 * Information: https://cr.yp.to/ecdh.html
|
/openbmc/linux/arch/arm/boot/dts/nxp/vf/ |
H A D | vf500-colibri.dtsi | 24 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | mxs-lradc-ts.c | 261 * YP(open)--+-------------+ 289 * YP(meas)--+-------------+ 315 * YP(+)--+-------------+ 341 * YP(+)--+-------------+
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/ |
H A D | systemd-conf_1.0.bb | 37 # Based on change from YP bug 8141, OE commit 5196d7bacaef1076c361adaa2867be31759c1b52
|
/openbmc/openbmc/poky/meta/recipes-extended/procps/procps/ |
H A D | sysctl.conf | 56 # NIS/YP domain (not always equal to DNS domain)
|