Searched refs:sync (Results 201 - 225 of 1468) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dmx3fb.c148 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_SHARP_MODE |
166 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_SHARP_MODE |
184 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
200 .sync = 0,
216 .sync = 0,
232 .sync = 0,
270 u32 sync; /* preserve var->sync flags */ member in struct:mx3fb_info
756 if (fbi->var.sync & FB_SYNC_HOR_HIGH_ACT)
758 if (fbi->var.sync
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/mm/
H A Dtlb_nohash_low.S55 sync
97 sync
129 sync
209 sync
350 sync
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/mm/
H A Dtlb_nohash_low.S55 sync
97 sync
129 sync
209 sync
350 sync
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dmx3fb.c148 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_SHARP_MODE |
166 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_SHARP_MODE |
184 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
200 .sync = 0,
216 .sync = 0,
232 .sync = 0,
270 u32 sync; /* preserve var->sync flags */ member in struct:mx3fb_info
756 if (fbi->var.sync & FB_SYNC_HOR_HIGH_ACT)
758 if (fbi->var.sync
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Dogg.c638 static int get_next_page(FILE *f, ogg_sync_state *sync, ogg_page *page, argument
645 while((ret = ogg_sync_pageout(sync, page)) <= 0) {
653 buffer = ogg_sync_buffer(sync, CHUNK);
656 ogg_sync_wrote(sync, 0);
659 ogg_sync_wrote(sync, bytes);
668 ogg_sync_state sync; local
694 ogg_sync_init(&sync);
696 while(get_next_page(file, &sync, &page, &written)) {
770 ogg_sync_clear(&sync);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Dogg.c638 static int get_next_page(FILE *f, ogg_sync_state *sync, ogg_page *page, argument
645 while((ret = ogg_sync_pageout(sync, page)) <= 0) {
653 buffer = ogg_sync_buffer(sync, CHUNK);
656 ogg_sync_wrote(sync, 0);
659 ogg_sync_wrote(sync, bytes);
668 ogg_sync_state sync; local
694 ogg_sync_init(&sync);
696 while(get_next_page(file, &sync, &page, &written)) {
770 ogg_sync_clear(&sync);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dtda10023.c344 int sync; local
352 sync = tda10023_readreg (state, 0x11);
354 if (sync & 2)
357 if (sync & 4)
360 if (sync & 8)
424 int sync,inv; local
427 sync = tda10023_readreg(state, 0x11);
433 printk(sync & 2 ? "DVB: TDA10023(%d): AFC (%d) %dHz\n" :
445 if (sync & 2)
H A Dves1x93.c303 u8 sync = ves1x93_readreg (state, 0x0e); local
306 * The ves1893 sometimes returns sync values that make no sense,
315 while ((sync & 0x03) != 0x03 && (sync & 0x0c) && maxtry--) {
317 sync = ves1x93_readreg (state, 0x0e);
322 if (sync & 1)
325 if (sync & 2)
328 if (sync & 4)
331 if (sync & 8)
334 if ((sync
[all...]
H A Dtda8083.c247 u8 sync = tda8083_readreg (state, 0x02); local
254 if (sync & 0x01)
257 if (sync & 0x02)
260 if (sync & 0x10)
263 if (sync & 0x20) /* frontend can not lock */
266 if ((sync & 0x1f) == 0x1f)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dtda10023.c344 int sync; local
352 sync = tda10023_readreg (state, 0x11);
354 if (sync & 2)
357 if (sync & 4)
360 if (sync & 8)
424 int sync,inv; local
427 sync = tda10023_readreg(state, 0x11);
433 printk(sync & 2 ? "DVB: TDA10023(%d): AFC (%d) %dHz\n" :
445 if (sync & 2)
H A Dves1x93.c303 u8 sync = ves1x93_readreg (state, 0x0e); local
306 * The ves1893 sometimes returns sync values that make no sense,
315 while ((sync & 0x03) != 0x03 && (sync & 0x0c) && maxtry--) {
317 sync = ves1x93_readreg (state, 0x0e);
322 if (sync & 1)
325 if (sync & 2)
328 if (sync & 4)
331 if (sync & 8)
334 if ((sync
[all...]
H A Dtda8083.c247 u8 sync = tda8083_readreg (state, 0x02); local
254 if (sync & 0x01)
257 if (sync & 0x02)
260 if (sync & 0x10)
263 if (sync & 0x20) /* frontend can not lock */
266 if ((sync & 0x1f) == 0x1f)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Dogg.c638 static int get_next_page(FILE *f, ogg_sync_state *sync, ogg_page *page, argument
645 while((ret = ogg_sync_pageout(sync, page)) <= 0) {
653 buffer = ogg_sync_buffer(sync, CHUNK);
656 ogg_sync_wrote(sync, 0);
659 ogg_sync_wrote(sync, bytes);
668 ogg_sync_state sync; local
694 ogg_sync_init(&sync);
696 while(get_next_page(file, &sync, &page, &written)) {
770 ogg_sync_clear(&sync);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c247 static inline void sync(void) function
249 asm volatile("sync; isync");
254 asm volatile ("dcbst 0,%0; sync; icbi 0,%0; isync" : : "r" (p));
1270 sync();
1276 sync();
1459 sync();
1461 sync();
1521 sync();
1530 sync();
1562 sync();
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/xmon/
H A Dxmon.c247 static inline void sync(void) function
249 asm volatile("sync; isync");
254 asm volatile ("dcbst 0,%0; sync; icbi 0,%0; isync" : : "r" (p));
1270 sync();
1276 sync();
1459 sync();
1461 sync();
1521 sync();
1530 sync();
1562 sync();
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Dtest111.tcl128 error_check_good db_sync [$db sync] 0
186 error_check_good db_sync [$db sync] 0
216 error_check_good db_sync [$db sync] 0
272 error_check_good db_sync [$db sync] 0
301 error_check_good db_sync [$db sync] 0
331 error_check_good db_sync [$db sync] 0
H A Dtest114.tcl123 error_check_good db_sync [$db sync] 0
162 error_check_good db_sync [$db sync] 0
192 error_check_good db_sync [$db sync] 0
248 error_check_good db_sync [$db sync] 0
274 error_check_good db_sync [$db sync] 0
304 error_check_good db_sync [$db sync] 0
H A Dtest115.tcl116 error_check_good db_sync [$db sync] 0
154 error_check_good db_sync [$db sync] 0
185 error_check_good db_sync [$db sync] 0
247 error_check_good db_sync [$db sync] 0
275 error_check_good db_sync [$db sync] 0
305 error_check_good db_sync [$db sync] 0
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Dtest111.tcl128 error_check_good db_sync [$db sync] 0
186 error_check_good db_sync [$db sync] 0
216 error_check_good db_sync [$db sync] 0
272 error_check_good db_sync [$db sync] 0
301 error_check_good db_sync [$db sync] 0
331 error_check_good db_sync [$db sync] 0
H A Dtest114.tcl123 error_check_good db_sync [$db sync] 0
162 error_check_good db_sync [$db sync] 0
192 error_check_good db_sync [$db sync] 0
248 error_check_good db_sync [$db sync] 0
274 error_check_good db_sync [$db sync] 0
304 error_check_good db_sync [$db sync] 0
H A Dtest115.tcl116 error_check_good db_sync [$db sync] 0
154 error_check_good db_sync [$db sync] 0
185 error_check_good db_sync [$db sync] 0
247 error_check_good db_sync [$db sync] 0
275 error_check_good db_sync [$db sync] 0
305 error_check_good db_sync [$db sync] 0
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Dtest111.tcl128 error_check_good db_sync [$db sync] 0
186 error_check_good db_sync [$db sync] 0
216 error_check_good db_sync [$db sync] 0
272 error_check_good db_sync [$db sync] 0
301 error_check_good db_sync [$db sync] 0
331 error_check_good db_sync [$db sync] 0
H A Dtest114.tcl123 error_check_good db_sync [$db sync] 0
162 error_check_good db_sync [$db sync] 0
192 error_check_good db_sync [$db sync] 0
248 error_check_good db_sync [$db sync] 0
274 error_check_good db_sync [$db sync] 0
304 error_check_good db_sync [$db sync] 0
H A Dtest115.tcl116 error_check_good db_sync [$db sync] 0
154 error_check_good db_sync [$db sync] 0
185 error_check_good db_sync [$db sync] 0
247 error_check_good db_sync [$db sync] 0
275 error_check_good db_sync [$db sync] 0
305 error_check_good db_sync [$db sync] 0
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Drcutorture.c273 void (*sync)(void); member in struct:rcu_torture_ops
358 .sync = synchronize_rcu,
372 cur_ops->sync();
400 .sync = synchronize_rcu,
416 .sync = synchronize_rcu_expedited,
481 .sync = rcu_bh_torture_synchronize,
497 .sync = rcu_bh_torture_synchronize,
581 .sync = srcu_torture_synchronize,
600 .sync = srcu_torture_synchronize_expedited,
639 .sync
[all...]

Completed in 227 milliseconds

1234567891011>>