Searched refs:first_offset (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A D8250_pci.h28 unsigned int first_offset; member in struct:pciserial_board
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D8250_pci.c116 unsigned int bar, offset = board->first_offset;
170 unsigned int offset = board->first_offset;
290 unsigned int bar, offset = board->first_offset;
516 unsigned int bar = 0, offset = board->first_offset;
550 unsigned int bar, offset = board->first_offset;
587 unsigned int bar, offset = board->first_offset, maxnr;
595 maxnr = (pci_resource_len(priv->dev, bar) - board->first_offset) >>
1403 /* I think this entry is broken - the first_offset looks wrong --rmk */
1410 .first_offset = 0x03,
1434 .first_offset
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dmetadata_iterators.c353 off_t first_offset; /* this is the offset to the STREAMINFO block */ member in struct:FLAC__Metadata_SimpleIterator
389 iterator->first_offset = iterator->offset[0] = -1;
462 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file);
554 if(iterator->offset[iterator->depth] == iterator->first_offset)
557 if(0 != fseeko(iterator->file, iterator->first_offset, SEEK_SET)) {
561 this_offset = iterator->first_offset;
907 off_t first_offset, last_offset; member in struct:FLAC__Metadata_Chain
1204 chain->first_offset = (off_t)pos;
1329 chain->first_offset = 0; /*@@@ wrong; will need to be set correctly to implement metadata writing for Ogg FLAC */
1354 if(0 != seek_cb(handle, chain->first_offset, SEEK_SE
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/afs/
H A Drxrpc.c251 offset = call->first_offset;
252 call->first_offset = 0;
H A Dinternal.h107 unsigned first_offset; /* offset into mapping[first] */ member in struct:afs_call
H A Dfsclient.c1175 call->first_offset = offset;
1252 call->first_offset = offset;

Completed in 179 milliseconds