Searched defs:yp (Results 1 - 3 of 3) sorted by relevance

/drivers/input/touchscreen/
H A Ds3c2410_ts.c69 * @yp: The accumulated Y position data.
82 unsigned long yp; member in struct:s3c2410ts
119 ts.yp >>= ts.shift;
122 __func__, ts.xp, ts.yp, ts.count);
125 input_report_abs(ts.input, ABS_Y, ts.yp);
131 ts.yp = 0;
138 ts.yp = 0;
201 ts.yp += data1;
/drivers/net/ethernet/packetengines/
H A Dyellowfin.c183 the 'yp->tx_full' flag.
187 empty by incrementing the dirty_tx mark. Iff the 'yp->tx_full' flag is set, it
567 struct yellowfin_private *yp = netdev_priv(dev); local
568 const int irq = yp->pci_dev->irq;
569 void __iomem *ioaddr = yp->base;
583 iowrite32(yp->rx_ring_dma, ioaddr + RxPtr);
584 iowrite32(yp->tx_ring_dma, ioaddr + TxPtr);
605 yp->tx_threshold = 32;
606 iowrite32(yp->tx_threshold, ioaddr + TxThreshold);
609 dev->if_port = yp
652 struct yellowfin_private *yp = netdev_priv(dev); local
685 struct yellowfin_private *yp = netdev_priv(dev); local
724 struct yellowfin_private *yp = netdev_priv(dev); local
810 struct yellowfin_private *yp = netdev_priv(dev); local
892 struct yellowfin_private *yp; local
1038 struct yellowfin_private *yp = netdev_priv(dev); local
1190 struct yellowfin_private *yp = netdev_priv(dev); local
1283 struct yellowfin_private *yp = netdev_priv(dev); local
[all...]
/drivers/net/hamradio/
H A Dyam.c477 struct yam_port *yp = netdev_priv(dev); local
478 int divisor = 115200 / yp->baudrate;
543 static inline void yam_rx_flag(struct net_device *dev, struct yam_port *yp) argument
545 if (yp->dcd && yp->rx_len >= 3 && yp->rx_len < YAM_MAX_FRAME) {
546 int pkt_len = yp->rx_len - 2 + 1; /* -CRC + kiss */
549 if ((yp->rx_crch & yp->rx_crcl) != 0xFF) {
559 memcpy(cp, yp
571 yam_rx_byte(struct net_device *dev, struct yam_port *yp, unsigned char rxb) argument
598 struct yam_port *yp = netdev_priv(dev); local
605 yam_start_tx(struct net_device *dev, struct yam_port *yp) argument
617 struct yam_port *yp = netdev_priv(dev); local
660 yam_tx_byte(struct net_device *dev, struct yam_port *yp) argument
743 struct yam_port *yp; local
811 const struct yam_port *yp = netdev_priv(dev); local
862 struct yam_port *yp = netdev_priv(dev); local
925 struct yam_port *yp = netdev_priv(dev); local
951 struct yam_port *yp = netdev_priv(dev); local
1107 struct yam_port *yp = netdev_priv(dev); local
[all...]

Completed in 217 milliseconds