Searched refs:yp (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/Documentation/devicetree/bindings/input/touchscreen/ |
A D | colibri-vf50-ts.txt | 9 - yp-gpios: FET gate driver for input of Y+ 26 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
/linux-6.3-rc2/include/linux/input/ |
A D | as5011.h | 14 char yp, yn; /* threshold for y axis */ member
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/adc/ |
A D | fsl,imx25-gcq.yaml | 36 vref-yp-supply: 68 1: yp
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | vf500-colibri.dtsi | 24 yp-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
|
/linux-6.3-rc2/drivers/input/joystick/ |
A D | as5011.c | 193 error = as5011_i2c_write(client, AS5011_YP, plat_dat->yp); in as5011_configure_chip()
|
/linux-6.3-rc2/crypto/ |
A D | Kconfig | 634 https://cr.yp.to/chacha/chacha-20080128.pdf for further information. 640 https://cr.yp.to/snuffle/xsalsa-20081128.pdf for further information.
|
/linux-6.3-rc2/net/ipv4/ |
A D | Kconfig | 283 about SYN cookies, check out <https://cr.yp.to/syncookies.html>.
|
Completed in 18 milliseconds