Searched refs:yp (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/ethernet/packetengines/ |
A D | yellowfin.c | 693 yp->cur_tx, yp->dirty_tx, in yellowfin_tx_timeout() 718 if (yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE) in yellowfin_tx_timeout() 732 yp->cur_rx = yp->cur_tx = 0; in yellowfin_init_ring() 809 yp->tx_tail_desc = &yp->tx_status[0]; in yellowfin_init_ring() 883 if (yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE) in yellowfin_start_xmit() 927 for (; yp->cur_tx - yp->dirty_tx > 0; yp->dirty_tx++) { in yellowfin_interrupt() 944 yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE - 4) { in yellowfin_interrupt() 1007 dirty_tx, yp->cur_tx, yp->tx_full); in yellowfin_interrupt() 1163 for (; yp->cur_rx - yp->dirty_rx > 0; yp->dirty_rx++) { in yellowfin_rx() 1214 yp->cur_tx, yp->dirty_tx, in yellowfin_close() [all …]
|
/linux/drivers/net/hamradio/ |
A D | yam.c | 530 if (yp->dcd && yp->rx_len >= 3 && yp->rx_len < YAM_MAX_FRAME) { in yam_rx_flag() 562 yp->rx_buf[yp->rx_len++] = rxb; in yam_rx_byte() 598 yp->tx_count = (yp->bitrate * yp->txd) / 8000; in yam_start_tx() 619 yp->slotcnt = yp->slot / 10; in yam_arbitrate() 626 yp->slotcnt = yp->slot / 10; in yam_arbitrate() 685 b = yp->tx_buf[yp->tx_count++]; in yam_tx_byte() 695 yp->tx_crch = chktabl[yp->tx_crcl] ^ yp->tx_crch; in yam_tx_byte() 703 yp->tx_count = (yp->bitrate * yp->txtail) / 8000; in yam_tx_byte() 705 yp->tx_count += (yp->bitrate * yp->holdd) / 8; in yam_tx_byte() 875 yp->slotcnt = yp->slot / 10; in yam_open() [all …]
|
/linux/drivers/input/touchscreen/ |
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()
|
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
A D | colibri-vf50-ts.txt | 8 - yp-gpios: FET gate driver for input of Y+ 25 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
/linux/include/linux/input/ |
A D | as5011.h | 14 char yp, yn; /* threshold for y axis */ member
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
A D | fsl,imx25-gcq.yaml | 36 vref-yp-supply: 68 1: yp
|
/linux/arch/arm/boot/dts/ |
A D | vf500-colibri.dtsi | 24 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
/linux/drivers/gpu/drm/savage/ |
A D | savage_drv.h | 451 #define BCI_LINE_MISC(maj, ym, xp, yp, err) \ argument 455 ((yp) ? 1<<15 : 0) | \
|
/linux/drivers/input/joystick/ |
A D | as5011.c | 193 error = as5011_i2c_write(client, AS5011_YP, plat_dat->yp); in as5011_configure_chip()
|
/linux/crypto/ |
A D | Kconfig | 1418 <https://cr.yp.to/chacha/chacha-20080128.pdf> 1424 <https://cr.yp.to/snuffle/xsalsa-20081128.pdf>
|
/linux/net/ipv4/ |
A D | Kconfig | 283 about SYN cookies, check out <https://cr.yp.to/syncookies.html>.
|
Completed in 25 milliseconds