Searched refs:set_offset (Results 1 - 25 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/
H A Dexif-mnote-data-priv.h41 void (* set_offset) (ExifMnoteData *, unsigned int); member in struct:_ExifMnoteDataMethods
H A Dexif-mnote-data.c105 if (!d || !d->methods.set_offset) return;
106 d->methods.set_offset (d, o);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_crtc.h56 void (*set_offset)(struct nouveau_crtc *, uint32_t offset); member in struct:nouveau_crtc::__anon11254
H A Dnv04_cursor.c65 crtc->cursor.set_offset = nv04_cursor_set_offset;
H A Dnv50_cursor.c134 nv_crtc->cursor.set_offset = nv50_cursor_set_offset;
H A Dnouveau_drv.c333 nv_crtc->cursor.set_offset(nv_crtc,
H A Dnv04_crtc.c152 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset);
905 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.offset);
H A Dnv50_crtc.c381 nv_crtc->cursor.set_offset(nv_crtc, nv_crtc->cursor.nvbo->bo.offset -
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dcache-sh5.c246 int set_offset; local
251 set_offset = sets_to_purge_base - dummy_buffer_base_set;
253 for (j = 0; j < n_sets; j++, set_offset++) {
254 set_offset &= (cpu_data->dcache.sets - 1);
256 (set_offset << cpu_data->dcache.entry_shift);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dscsi_transport_spi.h111 void (*set_offset)(struct scsi_target *, int); member in struct:spi_function_template
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmpartition.c53 static void set_offset(hsc *h, int offset, int heads, int sectors) function
76 set_offset(&partTable->start, begin, heads, sectors);
77 set_offset(&partTable->end, end-1, heads, sectors);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/fuji/
H A Dexif-mnote-data-fuji.c330 d->methods.set_offset = exif_mnote_data_fuji_set_offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/canon/
H A Dexif-mnote-data-canon.c366 d->methods.set_offset = exif_mnote_data_canon_set_offset;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/pentax/
H A Dexif-mnote-data-pentax.c415 d->methods.set_offset = exif_mnote_data_pentax_set_offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Djr3_pci.c213 static void set_offset(volatile struct jr3_channel *channel) function
718 set_offset(channel);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/libexif/olympus/
H A Dexif-mnote-data-olympus.c569 d->methods.set_offset = exif_mnote_data_olympus_set_offset;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dinode.c847 bool *prehash, bool set_offset)
879 if (set_offset)
846 splice_dentry(struct dentry *dn, struct inode *in, bool *prehash, bool set_offset) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dimsttfb.c739 set_offset (struct fb_var_screeninfo *var, struct fb_info *info) function
923 set_offset(var, info);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Dmetadata.h707 inline void set_offset(FLAC__uint64 value) { object_->offset = value; } function in class:FLAC::Metadata::CueSheet::Track
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptspi.c1186 .set_offset = mptspi_write_offset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c2500 .set_offset = ahc_linux_set_offset,
H A Daic79xx_osm.c2819 .set_offset = ahd_linux_set_offset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1993 .set_offset = sym2_set_offset,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dmetadata_object.cpp1505 printf("testing Track::set_offset()... ");
1506 track1.set_offset(588);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A D53c700.c2126 .set_offset = NCR_700_set_offset,

Completed in 303 milliseconds

12