Lines Matching defs:usb_tx_buf
114 unsigned char usb_tx_buf[8];
608 ictx->usb_tx_buf,
609 sizeof(ictx->usb_tx_buf),
632 ictx->usb_tx_buf,
633 sizeof(ictx->usb_tx_buf),
700 memcpy(ictx->usb_tx_buf, packet, sizeof(packet));
782 memcpy(ictx->usb_tx_buf, clock_enable_pkt[i], 8);
991 memcpy(ictx->usb_tx_buf, ictx->tx.data_buf + offset, 7);
992 ictx->usb_tx_buf[7] = (unsigned char) seq;
1006 memcpy(ictx->usb_tx_buf, &vfd_packet6, sizeof(vfd_packet6));
1007 ictx->usb_tx_buf[7] = (unsigned char) seq;
1055 if (copy_from_user(ictx->usb_tx_buf, buf, 8)) {
1154 memcpy(ictx->usb_tx_buf, &ir_proto_packet, sizeof(ir_proto_packet));
1995 memcpy(ictx->usb_tx_buf, &fp_packet, sizeof(fp_packet));