Lines Matching refs:tx_buf
167 unsigned char *tx_buf; member
927 if (!info->tx_buf) in write()
940 tx_load_dma_buffer(info, info->tx_buf, info->tx_count); in write()
955 memcpy(info->tx_buf + info->tx_put, buf, c); in write()
974 tx_load_dma_buffer(info, info->tx_buf, info->tx_count); in write()
1007 if (!info->tx_buf) in put_char()
1016 info->tx_buf[info->tx_put++] = ch; in put_char()
1158 !info->tx_buf) in flush_chars()
1174 info->tx_buf,info->tx_count); in flush_chars()
2647 if (!info->tx_buf) { in startup()
2648 info->tx_buf = kmalloc(info->max_frame_size, GFP_KERNEL); in startup()
2649 if (!info->tx_buf) { in startup()
2696 kfree(info->tx_buf); in shutdown()
2697 info->tx_buf = NULL; in shutdown()
4309 TwoBytes[0] = info->tx_buf[info->tx_get++]; in tx_load_fifo()
4312 TwoBytes[1] = info->tx_buf[info->tx_get++]; in tx_load_fifo()
4328 write_reg(info, TRB, info->tx_buf[info->tx_get++]); in tx_load_fifo()