Searched refs:sync (Results 51 - 75 of 677) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso64/
H A Dcacheflush.S49 sync
79 sync
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpm_runtime.h25 extern int __pm_runtime_get(struct device *dev, bool sync);
26 extern int __pm_runtime_put(struct device *dev, bool sync);
85 static inline int __pm_runtime_get(struct device *dev, bool sync) { return 1; } argument
86 static inline int __pm_runtime_put(struct device *dev, bool sync) { return 0; } argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daac_parser.c58 s->sync = aac_sync;
H A Dmpeg12.h43 int sync; ///< Did we reach a sync point like a GOP/SEQ/KEYFrame? member in struct:Mpeg1Context
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daac_parser.c58 s->sync = aac_sync;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/boards/merisc/
H A Ddisplay.c31 .sync = 0,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dhalt.c40 if (!(flags & 2)) sync();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dves1820.c242 int sync; local
245 sync = ves1820_readreg(state, 0x11);
247 if (sync & 1)
250 if (sync & 2)
253 if (sync & 2)
256 if (sync & 4)
259 if (sync & 8)
315 int sync; local
318 sync = ves1820_readreg(state, 0x11);
322 printk(sync
[all...]
H A Dtda10021.c271 int sync; local
279 sync = tda10021_readreg (state, 0x11);
281 if (sync & 2)
284 if (sync & 4)
287 if (sync & 8)
349 int sync; local
352 sync = tda10021_readreg(state, 0x11);
356 printk(sync & 2 ? "DVB: TDA10021(%d): AFC (%d) %dHz\n" :
368 if (sync & 2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A DMakefile.am4 sync.h conntrackd.h local.h udp.h tcp.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drsrc003.tcl105 error_check_good db_sync [$db sync] 0
106 error_check_good db_sync [$db sync] 0
123 error_check_good db_sync [$db sync] 0
124 error_check_good db_sync [$db sync] 0
142 error_check_good db_sync [$db sync] 0
143 error_check_good db_sync [$db sync] 0
H A Dtest112.tcl96 error_check_good db_sync [$db sync] 0
130 error_check_good db_sync [$db sync] 0
137 error_check_good db_sync [$db sync] 0
181 error_check_good db_sync [$db sync] 0
206 error_check_good db_sync [$db sync] 0
221 error_check_good db_sync [$db sync] 0
H A Dtest113.tcl92 error_check_good db_sync [$db sync] 0
122 error_check_good db_sync [$db sync] 0
137 error_check_good db_sync [$db sync] 0
176 error_check_good db_sync [$db sync] 0
202 error_check_good db_sync [$db sync] 0
209 error_check_good db_sync [$db sync] 0
H A Dtest111.tcl123 error_check_good db_sync [$db sync] 0
181 error_check_good db_sync [$db sync] 0
196 error_check_good db_sync [$db sync] 0
247 error_check_good db_sync [$db sync] 0
276 error_check_good db_sync [$db sync] 0
291 error_check_good db_sync [$db sync] 0
H A Dtest114.tcl118 error_check_good db_sync [$db sync] 0
157 error_check_good db_sync [$db sync] 0
172 error_check_good db_sync [$db sync] 0
223 error_check_good db_sync [$db sync] 0
249 error_check_good db_sync [$db sync] 0
264 error_check_good db_sync [$db sync] 0
H A Dtest115.tcl113 error_check_good db_sync [$db sync] 0
151 error_check_good db_sync [$db sync] 0
167 error_check_good db_sync [$db sync] 0
236 error_check_good db_sync [$db sync] 0
264 error_check_good db_sync [$db sync] 0
279 error_check_good db_sync [$db sync] 0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/52xx/
H A Dmpc52xx_common.c287 int sync; local
295 sync = PSC1_SYNC; /* AC97_1_SYNC */
301 sync = PSC2_SYNC; /* AC97_2_SYNC */
319 setbits32(&simple_gpio->simple_gpioe, sync | out);
322 setbits32(&simple_gpio->simple_ddr, sync | out);
325 clrbits32(&simple_gpio->simple_dvo, sync | out);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dswsusp_32.S138 sync
153 sync
156 sync
201 sync
211 sync
265 sync
301 sync
H A Didle_6xx.S99 sync
101 sync
136 sync
145 1: sync
177 sync
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/tagutils/
H A Dtagutils-ogg.c401 _ogg_get_next_page(FILE *f, ogg_sync_state *sync, ogg_page *page, argument
408 while((ret = ogg_sync_pageout(sync, page)) <= 0)
413 buffer = ogg_sync_buffer(sync, 4500); // chunk=4500
417 ogg_sync_wrote(sync, 0);
420 ogg_sync_wrote(sync, bytes);
432 ogg_sync_state sync; local
448 ogg_sync_init(&sync);
450 while(_ogg_get_next_page(file, &sync, &page, &written))
531 ogg_sync_clear(&sync);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/tagutils/
H A Dtagutils-ogg.c392 _ogg_get_next_page(FILE *f, ogg_sync_state *sync, ogg_page *page, argument
399 while((ret = ogg_sync_pageout(sync, page)) <= 0)
405 buffer = ogg_sync_buffer(sync, 4500); // chunk=4500
409 ogg_sync_wrote(sync, 0);
412 ogg_sync_wrote(sync, bytes);
424 ogg_sync_state sync; local
440 ogg_sync_init(&sync);
442 while(_ogg_get_next_page(file, &sync, &page, &written))
524 ogg_sync_clear(&sync);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dfscache.h151 int sync)
154 __nfs_readpage_to_fscache(inode, page, sync);
214 struct page *page, int sync) {}
149 nfs_readpage_to_fscache(struct inode *inode, struct page *page, int sync) argument
213 nfs_readpage_to_fscache(struct inode *inode, struct page *page, int sync) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s_rmhandlers.S198 sync
223 sync; \
228 sync; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dcm-x2xx.c203 .sync = (FB_SYNC_HOR_HIGH_ACT |
228 .sync = 0,
252 .sync = (FB_SYNC_HOR_HIGH_ACT |
276 .sync = (FB_SYNC_HOR_HIGH_ACT |
300 .sync = 0,
323 .sync = (FB_SYNC_HOR_HIGH_ACT |
H A Dlpd270.c301 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
323 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
345 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
367 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
389 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
411 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,

Completed in 301 milliseconds

1234567891011>>