Searched refs:current_position (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dvmlogrdr.c70 char * current_position; member in struct:vmlogrdr_priv_t
456 priv->current_position = priv->buffer;
491 if (copy_to_user(data, priv->current_position, count))
495 priv->current_position += count;
867 sys_ser[i].current_position = sys_ser[i].buffer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dempeg.c199 const unsigned char *current_position = buf; local
239 memcpy (urb->transfer_buffer, current_position, transfer_size);
262 current_position += transfer_size;
H A Dipaq.c767 const unsigned char *current_position = buf; local
775 if (ipaq_write_bulk(port, current_position, transfer_size)) {
778 current_position += transfer_size;
H A Dftdi_sio.c1249 const unsigned char *current_position = buf; local
1259 current_position, user_pktsz);
1261 current_position += user_pktsz;
H A Dmos7720.c657 const unsigned char *current_position = data; local
695 memcpy(urb->transfer_buffer, current_position, transfer_size);
H A Dmos7840.c1444 const unsigned char *current_position = data; local
1532 memcpy(urb->transfer_buffer, current_position, transfer_size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dide-scsi.c71 u8 *current_position; /* Pointer into the above buffer */ member in struct:idescsi_pc_s
548 drive->hwif->atapi_input_bytes(drive, pc->current_position, temp);
552 pc->current_position += temp;
567 HWIF(drive)->atapi_input_bytes(drive, pc->current_position, bcount.all);
573 HWIF(drive)->atapi_output_bytes(drive, pc->current_position, bcount.all);
577 pc->current_position += bcount.all;
671 pc->current_position=pc->buffer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c88 u8 *current_position; /* Pointer into the above buffer */ member in struct:idefloppy_packet_command_s
822 pc->current_position,
830 pc->current_position,
837 pc->current_position += bcount.all;
1002 pc->current_position = pc->buffer;
H A Dide-tape.c356 u8 *current_position; /* Pointer into the above buffer */ member in struct:idetape_packet_command_s
1693 HWIF(drive)->atapi_output_bytes(drive, pc->current_position, bcount.all);
1699 HWIF(drive)->atapi_input_bytes(drive, pc->current_position, bcount.all);
1703 pc->current_position += bcount.all;
1850 pc->current_position = pc->buffer;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dmetadata_manip.c389 static FLAC__bool compare_chain_(FLAC__Metadata_Chain *chain, unsigned current_position, FLAC__StreamMetadata *current_block) argument
437 if(!mutils__compare_block(our_metadata_.blocks[current_position], current_block))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_manip.cpp398 static bool compare_chain_(FLAC::Metadata::Chain &chain, unsigned current_position, FLAC::Metadata::Prototype *current_block)
440 if(*current_block != *our_metadata_.blocks[current_position])

Completed in 183 milliseconds