Searched refs:first_byte (Results 1 – 3 of 3) sorted by relevance
122 static int first_byte; variable439 first_byte = x; in macii_interrupt()443 reply_buf[0] = first_byte; /* was command_byte?? */ in macii_interrupt()455 first_byte = x; in macii_interrupt()459 current_req->reply[0] = first_byte; in macii_interrupt()513 if( (first_byte == 0xFF && (reply_len-prefix_len)==2 in macii_interrupt()
477 int first_byte = 1; in midi_synth_load_patch() local536 if (!first_byte && data & 0x80) in midi_synth_load_patch()538 first_byte = 0; in midi_synth_load_patch()
1513 unsigned char *first_byte; in ftdi_write() local1588 first_byte = urb->transfer_buffer; in ftdi_write()1591 *first_byte = 1 | ((user_byte_count) << 2) ; in ftdi_write()1592 dbg("%s Bytes: %d, First Byte: 0x%02x", __FUNCTION__,count, first_byte[0]); in ftdi_write()1595 usb_serial_debug_data (__FILE__, __FUNCTION__, urb_byte_count, first_byte); in ftdi_write()