Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 200 of 698) sorted by relevance

1234

/linux-4.1.27/arch/powerpc/platforms/powermac/
Dcache.S49 sync
56 sync
62 sync
64 sync
85 sync
92 sync
95 sync
100 sync
110 3: sync
114 3: sync
[all …]
Dsleep.S173 sync
179 sync
182 sync /* (caches are disabled at this point) */
191 sync
194 sync
204 1: sync
226 sync
233 sync
236 sync
265 sync
[all …]
/linux-4.1.27/arch/powerpc/kernel/
Dl2cr_6xx.S111 sync
118 sync
129 sync
131 sync
167 sync
169 sync
193 sync
207 sync
209 sync
213 21: sync
[all …]
Dcpu_setup_ppc970.S33 sync
36 sync
39 sync
42 sync
55 sync
109 sync
116 sync
160 sync
163 sync
167 sync
[all …]
Dmisc_64.S93 sync
139 sync
165 sync
167 sync
173 sync
176 sync
190 sync
196 sync
230 sync
258 sync
[all …]
Dcpu_setup_6xx.S94 1: sync
96 sync
98 sync
109 sync
111 sync /* on 604e/604r */
113 sync
152 sync
154 sync
180 sync
261 sync
[all …]
Dmisc_32.S186 sync
189 sync
211 sync
214 sync
230 sync
232 sync
263 sync
265 sync
268 sync
270 sync
[all …]
Didle_6xx.S99 sync
101 sync
136 sync
145 1: sync
177 sync
Dswsusp_32.S142 sync
157 sync
160 sync
205 sync
215 sync
307 sync
347 sync
Didle_power4.S60 sync
68 1: sync
Dhead_64.S135 sync
309 sync /* order paca.run and cur_cpu_spec */
332 sync
533 sync
537 sync
574 sync
577 sync
Dhead_44x.S784 sync
829 sync
864 sync
909 sync
914 sync
941 sync
1055 sync
1072 sync
1117 sync
1154 sync
Dswsusp_asm64.S147 sync
186 sync
260 sync
Dhead_32.S796 sync
800 sync /* additional sync needed on g4 */
902 sync /* Force all PTE updates to finish */
905 sync /* wait for tlbia/tlbie to finish */
1045 sync
1115 sync
1126 sync
1243 sync
1245 sync
1259 sync
Dhead_fsl_booke.S963 sync
981 sync
994 sync
1007 sync
1212 sync
1214 sync
1260 sync
1266 sync
1299 sync
Dreloc_32.S192 sync /* Ensure the data is flushed before icbi */
202 sync /* Wait for the flush to finish */
/linux-4.1.27/drivers/clk/tegra/
Dclk-audio-sync.c26 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); in clk_sync_source_recalc_rate() local
28 return sync->rate; in clk_sync_source_recalc_rate()
34 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); in clk_sync_source_round_rate() local
36 if (rate > sync->max_rate) in clk_sync_source_round_rate()
45 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); in clk_sync_source_set_rate() local
47 sync->rate = rate; in clk_sync_source_set_rate()
60 struct tegra_clk_sync_source *sync; in tegra_clk_register_sync_source() local
64 sync = kzalloc(sizeof(*sync), GFP_KERNEL); in tegra_clk_register_sync_source()
65 if (!sync) { in tegra_clk_register_sync_source()
70 sync->rate = rate; in tegra_clk_register_sync_source()
[all …]
DMakefile2 obj-y += clk-audio-sync.o
/linux-4.1.27/arch/powerpc/platforms/52xx/
Dmpc52xx_sleep.S15 sync; isync;
24 sync
29 sync
39 sync; isync;
41 sync; isync;
56 sync; isync;
58 sync; isync;
72 sync
76 sync
81 sync
[all …]
Dlite5200_sleep.S29 sync; \
96 sync; isync;
98 sync; isync;
113 sync
117 sync
122 sync
135 sync
146 sync
156 sync
159 sync
[all …]
Dmpc52xx_common.c286 int sync; in mpc5200_psc_ac97_gpio_reset() local
294 sync = PSC1_SYNC; /* AC97_1_SYNC */ in mpc5200_psc_ac97_gpio_reset()
300 sync = PSC2_SYNC; /* AC97_2_SYNC */ in mpc5200_psc_ac97_gpio_reset()
318 setbits32(&simple_gpio->simple_gpioe, sync | out); in mpc5200_psc_ac97_gpio_reset()
321 setbits32(&simple_gpio->simple_ddr, sync | out); in mpc5200_psc_ac97_gpio_reset()
324 clrbits32(&simple_gpio->simple_dvo, sync | out); in mpc5200_psc_ac97_gpio_reset()
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_sync.c42 void radeon_sync_create(struct radeon_sync *sync) in radeon_sync_create() argument
47 sync->semaphores[i] = NULL; in radeon_sync_create()
50 sync->sync_to[i] = NULL; in radeon_sync_create()
52 sync->last_vm_update = NULL; in radeon_sync_create()
63 void radeon_sync_fence(struct radeon_sync *sync, in radeon_sync_fence() argument
71 other = sync->sync_to[fence->ring]; in radeon_sync_fence()
72 sync->sync_to[fence->ring] = radeon_fence_later(fence, other); in radeon_sync_fence()
75 other = sync->last_vm_update; in radeon_sync_fence()
76 sync->last_vm_update = radeon_fence_later(fence, other); in radeon_sync_fence()
90 struct radeon_sync *sync, in radeon_sync_resv() argument
[all …]
Drv770_dma.c48 struct radeon_sync sync; in rv770_copy_dma() local
55 radeon_sync_create(&sync); in rv770_copy_dma()
62 radeon_sync_free(rdev, &sync, NULL); in rv770_copy_dma()
66 radeon_sync_resv(rdev, &sync, resv, false); in rv770_copy_dma()
67 radeon_sync_rings(rdev, &sync, ring->idx); in rv770_copy_dma()
86 radeon_sync_free(rdev, &sync, NULL); in rv770_copy_dma()
91 radeon_sync_free(rdev, &sync, fence); in rv770_copy_dma()
Devergreen_dma.c114 struct radeon_sync sync; in evergreen_copy_dma() local
121 radeon_sync_create(&sync); in evergreen_copy_dma()
128 radeon_sync_free(rdev, &sync, NULL); in evergreen_copy_dma()
132 radeon_sync_resv(rdev, &sync, resv, false); in evergreen_copy_dma()
133 radeon_sync_rings(rdev, &sync, ring->idx); in evergreen_copy_dma()
152 radeon_sync_free(rdev, &sync, NULL); in evergreen_copy_dma()
157 radeon_sync_free(rdev, &sync, fence); in evergreen_copy_dma()
Dradeon_ib.c67 radeon_sync_create(&ib->sync); in radeon_ib_get()
96 radeon_sync_free(rdev, &ib->sync, ib->fence); in radeon_ib_free()
145 radeon_sync_fence(&ib->sync, vm_id_fence); in radeon_ib_schedule()
149 r = radeon_sync_rings(rdev, &ib->sync, ib->ring); in radeon_ib_schedule()
158 ib->sync.last_vm_update); in radeon_ib_schedule()
162 radeon_sync_free(rdev, &const_ib->sync, NULL); in radeon_ib_schedule()
Dsi_dma.c237 struct radeon_sync sync; in si_copy_dma() local
244 radeon_sync_create(&sync); in si_copy_dma()
251 radeon_sync_free(rdev, &sync, NULL); in si_copy_dma()
255 radeon_sync_resv(rdev, &sync, resv, false); in si_copy_dma()
256 radeon_sync_rings(rdev, &sync, ring->idx); in si_copy_dma()
275 radeon_sync_free(rdev, &sync, NULL); in si_copy_dma()
280 radeon_sync_free(rdev, &sync, fence); in si_copy_dma()
Dr600_dma.c445 struct radeon_sync sync; in r600_copy_dma() local
452 radeon_sync_create(&sync); in r600_copy_dma()
459 radeon_sync_free(rdev, &sync, NULL); in r600_copy_dma()
463 radeon_sync_resv(rdev, &sync, resv, false); in r600_copy_dma()
464 radeon_sync_rings(rdev, &sync, ring->idx); in r600_copy_dma()
483 radeon_sync_free(rdev, &sync, NULL); in r600_copy_dma()
488 radeon_sync_free(rdev, &sync, fence); in r600_copy_dma()
Dcik_sdma.c585 struct radeon_sync sync; in cik_copy_dma() local
592 radeon_sync_create(&sync); in cik_copy_dma()
599 radeon_sync_free(rdev, &sync, NULL); in cik_copy_dma()
603 radeon_sync_resv(rdev, &sync, resv, false); in cik_copy_dma()
604 radeon_sync_rings(rdev, &sync, ring->idx); in cik_copy_dma()
625 radeon_sync_free(rdev, &sync, NULL); in cik_copy_dma()
630 radeon_sync_free(rdev, &sync, fence); in cik_copy_dma()
/linux-4.1.27/arch/powerpc/platforms/44x/
Dmisc_44x.S23 sync
25 sync
28 sync
30 sync
37 sync
39 sync
42 sync
44 sync
/linux-4.1.27/arch/parisc/kernel/
Dperf_asm.S59 sync ; follow ERS
176 sync
212 sync
224 sync
236 sync
320 sync
344 sync
356 sync
404 sync
416 sync
[all …]
Dpacache.S253 sync
321 sync
892 sync
970 sync
1022 sync
1064 sync
1085 sync
1106 sync
1128 sync
1171 sync
[all …]
/linux-4.1.27/arch/mips/alchemy/common/
Dsleeper.S78 sync
80 sync
107 sync
109 sync
111 sync
133 sync
135 sync
150 sync
179 sync
185 sync
[all …]
/linux-4.1.27/net/caif/
Dcfserl.c25 spinlock_t sync; member
44 spin_lock_init(&this->sync); in cfserl_create()
62 spin_lock(&layr->sync); in cfserl_receive()
69 spin_unlock(&layr->sync); in cfserl_receive()
89 spin_unlock(&layr->sync); in cfserl_receive()
107 spin_unlock(&layr->sync); in cfserl_receive()
127 spin_unlock(&layr->sync); in cfserl_receive()
138 spin_unlock(&layr->sync); in cfserl_receive()
152 spin_unlock(&layr->sync); in cfserl_receive()
154 spin_lock(&layr->sync); in cfserl_receive()
[all …]
Dcfrfml.c31 spinlock_t sync; member
64 spin_lock_init(&this->sync); in cfrfml_create()
109 spin_lock(&rfml->sync); in cfrfml_receive()
186 spin_unlock(&rfml->sync); in cfrfml_receive()
/linux-4.1.27/include/trace/events/
Dcompaction.h105 unsigned long free_pfn, unsigned long zone_end, bool sync),
107 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync),
114 __field(bool, sync)
122 __entry->sync = sync;
130 __entry->sync ? "sync" : "async")
135 unsigned long free_pfn, unsigned long zone_end, bool sync,
138 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync, status),
145 __field(bool, sync)
154 __entry->sync = sync;
163 __entry->sync ? "sync" : "async",
Djbd2.h197 unsigned int line_no, int interval, int sync,
200 TP_ARGS(dev, tid, type, line_no, interval, sync,
209 __field( int, sync )
220 __entry->sync = sync;
229 __entry->sync, __entry->requested_blocks,
/linux-4.1.27/arch/powerpc/include/asm/
Dsynch.h34 sync; \
37 # define LWSYNC sync
47 #define PPC_ATOMIC_ENTRY_BARRIER "\n" stringify_in_c(sync) "\n"
48 #define PPC_ATOMIC_EXIT_BARRIER "\n" stringify_in_c(sync) "\n"
Dcache.h59 sync; \
61 sync; \
Demulated_ops.h46 struct ppc_emulated_entry sync; member
/linux-4.1.27/fs/ntfs/
Dmft.h80 MFT_RECORD *m, int sync);
82 extern int write_mft_record_nolock(ntfs_inode *ni, MFT_RECORD *m, int sync);
102 static inline int write_mft_record(ntfs_inode *ni, MFT_RECORD *m, int sync) in write_mft_record() argument
109 err = write_mft_record_nolock(ni, m, sync); in write_mft_record()
/linux-4.1.27/drivers/media/dvb-frontends/
Dves1820.c243 int sync; in ves1820_read_status() local
246 sync = ves1820_readreg(state, 0x11); in ves1820_read_status()
248 if (sync & 1) in ves1820_read_status()
251 if (sync & 2) in ves1820_read_status()
254 if (sync & 2) /* XXX FIXME! */ in ves1820_read_status()
257 if (sync & 4) in ves1820_read_status()
260 if (sync & 8) in ves1820_read_status()
317 int sync; in ves1820_get_frontend() local
320 sync = ves1820_readreg(state, 0x11); in ves1820_get_frontend()
324 printk(sync & 2 ? "ves1820: AFC (%d) %dHz\n" : in ves1820_get_frontend()
[all …]
Dves1x93.c304 u8 sync = ves1x93_readreg (state, 0x0e); in ves1x93_read_status() local
316 while ((sync & 0x03) != 0x03 && (sync & 0x0c) && maxtry--) { in ves1x93_read_status()
318 sync = ves1x93_readreg (state, 0x0e); in ves1x93_read_status()
323 if (sync & 1) in ves1x93_read_status()
326 if (sync & 2) in ves1x93_read_status()
329 if (sync & 4) in ves1x93_read_status()
332 if (sync & 8) in ves1x93_read_status()
335 if ((sync & 0x1f) == 0x1f) in ves1x93_read_status()
Dtda10021.c314 int sync; in tda10021_read_status() local
322 sync = tda10021_readreg (state, 0x11); in tda10021_read_status()
324 if (sync & 2) in tda10021_read_status()
327 if (sync & 4) in tda10021_read_status()
330 if (sync & 8) in tda10021_read_status()
393 int sync; in tda10021_get_frontend() local
396 sync = tda10021_readreg(state, 0x11); in tda10021_get_frontend()
400 printk(sync & 2 ? "DVB: TDA10021(%d): AFC (%d) %dHz\n" : in tda10021_get_frontend()
412 if (sync & 2) in tda10021_get_frontend()
Dtda10023.c382 int sync; in tda10023_read_status() local
390 sync = tda10023_readreg (state, 0x11); in tda10023_read_status()
392 if (sync & 2) in tda10023_read_status()
395 if (sync & 4) in tda10023_read_status()
398 if (sync & 8) in tda10023_read_status()
463 int sync,inv; in tda10023_get_frontend() local
466 sync = tda10023_readreg(state, 0x11); in tda10023_get_frontend()
472 printk(sync & 2 ? "DVB: TDA10023(%d): AFC (%d) %dHz\n" : in tda10023_get_frontend()
484 if (sync & 2) in tda10023_get_frontend()
Dstv0288.c368 u8 sync = stv0288_readreg(state, 0x24); in stv0288_read_status() local
369 if (sync == 255) in stv0288_read_status()
370 sync = 0; in stv0288_read_status()
372 dprintk("%s : FE_READ_STATUS : VSTATUS: 0x%02x\n", __func__, sync); in stv0288_read_status()
375 if (sync & 0x80) in stv0288_read_status()
377 if (sync & 0x10) in stv0288_read_status()
379 if (sync & 0x08) { in stv0288_read_status()
Dtda8083.c248 u8 sync = tda8083_readreg (state, 0x02); in tda8083_read_status() local
255 if (sync & 0x01) in tda8083_read_status()
258 if (sync & 0x02) in tda8083_read_status()
261 if (sync & 0x10) in tda8083_read_status()
264 if (sync & 0x20) /* frontend can not lock */ in tda8083_read_status()
267 if ((sync & 0x1f) == 0x1f) in tda8083_read_status()
Dcx24110.c441 int sync = cx24110_readreg (state, 0x55); in cx24110_read_status() local
445 if (sync & 0x10) in cx24110_read_status()
448 if (sync & 0x08) in cx24110_read_status()
451 sync = cx24110_readreg (state, 0x08); in cx24110_read_status()
453 if (sync & 0x40) in cx24110_read_status()
456 if (sync & 0x20) in cx24110_read_status()
459 if ((sync & 0x60) == 0x60) in cx24110_read_status()
Dl64781.c365 int sync = l64781_readreg (state, 0x32); in l64781_read_status() local
376 if (sync & 0x02) /* VCXO locked, this criteria should be ok */ in l64781_read_status()
379 if (sync & 0x20) in l64781_read_status()
382 if (sync & 0x40) in l64781_read_status()
385 if (sync == 0x7f) in l64781_read_status()
Dcx22700.c262 u8 sync = cx22700_readreg (state, 0x07); in cx22700_read_status() local
269 if (sync & 0x20) in cx22700_read_status()
272 if (sync & 0x10) in cx22700_read_status()
275 if (sync & 0x10) in cx22700_read_status()
Dstv0299.c484 u8 sync = stv0299_readreg (state, 0x1b); in stv0299_read_status() local
486 dprintk ("%s : FE_READ_STATUS : VSTATUS: 0x%02x\n", __func__, sync); in stv0299_read_status()
492 if (sync & 0x80) in stv0299_read_status()
495 if (sync & 0x10) in stv0299_read_status()
498 if (sync & 0x08) in stv0299_read_status()
501 if ((sync & 0x98) == 0x98) in stv0299_read_status()
Dcx24123.c837 int sync = cx24123_readreg(state, 0x14); in cx24123_read_status() local
852 if (sync & 0x02) in cx24123_read_status()
854 if (sync & 0x04) in cx24123_read_status()
858 if (sync & 0x08) in cx24123_read_status()
860 if (sync & 0x80) in cx24123_read_status()
/linux-4.1.27/arch/mn10300/unit-asb2364/include/unit/
Dtimex.h120 u32 sync; in startup_timestamp_counter() local
127 sync = TMTSCBR; in startup_timestamp_counter()
130 sync = TMTSCICR; in startup_timestamp_counter()
134 sync = TMTSCMD; in startup_timestamp_counter()
/linux-4.1.27/arch/x86/boot/
DMakefile127 MTOOLSRC=$(obj)/mtools.conf mformat a: ; sync
128 syslinux /dev/fd0 ; sync
134 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage a:linux ; sync
139 MTOOLSRC=$(obj)/mtools.conf mformat v: ; sync
140 syslinux $(obj)/fdimage ; sync
146 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage v:linux ; sync
150 MTOOLSRC=$(obj)/mtools.conf mformat w: ; sync
151 syslinux $(obj)/fdimage ; sync
157 MTOOLSRC=$(obj)/mtools.conf mcopy $(obj)/bzImage w:linux ; sync
Dinstall.sh57 sync
/linux-4.1.27/mm/
Dbacking-dev.c477 void clear_bdi_congested(struct backing_dev_info *bdi, int sync) in clear_bdi_congested() argument
480 wait_queue_head_t *wqh = &congestion_wqh[sync]; in clear_bdi_congested()
482 bit = sync ? BDI_sync_congested : BDI_async_congested; in clear_bdi_congested()
484 atomic_dec(&nr_bdi_congested[sync]); in clear_bdi_congested()
491 void set_bdi_congested(struct backing_dev_info *bdi, int sync) in set_bdi_congested() argument
495 bit = sync ? BDI_sync_congested : BDI_async_congested; in set_bdi_congested()
497 atomic_inc(&nr_bdi_congested[sync]); in set_bdi_congested()
510 long congestion_wait(int sync, long timeout) in congestion_wait() argument
515 wait_queue_head_t *wqh = &congestion_wqh[sync]; in congestion_wait()
546 long wait_iff_congested(struct zone *zone, int sync, long timeout) in wait_iff_congested() argument
[all …]
/linux-4.1.27/drivers/md/
Ddm-log.c234 enum sync { enum
238 } sync; member
325 if (log->sync != DEFAULTSYNC || log->header.magic != MIRROR_MAGIC) { in read_header()
365 enum sync sync = DEFAULTSYNC; in create_log_context() local
381 sync = FORCESYNC; in create_log_context()
383 sync = NOSYNC; in create_log_context()
411 lc->sync = sync; in create_log_context()
493 memset(lc->sync_bits, (sync == NOSYNC) ? -1 : 0, bitset_size); in create_log_context()
494 lc->sync_count = (sync == NOSYNC) ? region_count : 0; in create_log_context()
607 if (lc->sync == NOSYNC) in disk_resume()
[all …]
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_gem.c119 } *sync; member
1046 (omap_obj->sync->write_complete < waiter->write_target)) in is_waiting()
1049 (omap_obj->sync->read_complete < waiter->read_target)) in is_waiting()
1083 if (!omap_obj->sync) { in sync_op()
1084 omap_obj->sync = kzalloc(sizeof(*omap_obj->sync), GFP_ATOMIC); in sync_op()
1085 if (!omap_obj->sync) { in sync_op()
1093 omap_obj->sync->read_pending++; in sync_op()
1095 omap_obj->sync->write_pending++; in sync_op()
1098 omap_obj->sync->read_complete++; in sync_op()
1100 omap_obj->sync->write_complete++; in sync_op()
[all …]
/linux-4.1.27/drivers/net/ethernet/sfc/
Dmdio_10g.h46 bool sync; in efx_mdio_phyxgxs_lane_sync() local
52 sync = !!(lane_status & MDIO_PHYXS_LNSTAT_ALIGN); in efx_mdio_phyxgxs_lane_sync()
53 if (!sync) in efx_mdio_phyxgxs_lane_sync()
56 return sync; in efx_mdio_phyxgxs_lane_sync()
/linux-4.1.27/drivers/video/fbdev/
Damba-clcd-versatile.c20 .sync = 0,
44 .sync = 0,
69 .sync = 0,
93 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
118 .sync = 0,
Dmacmodes.c114 sync, FB_VMODE_INTERLACED
118 sync, FB_VMODE_INTERLACED
122 sync, FB_VMODE_INTERLACED
126 sync, FB_VMODE_INTERLACED
284 var->sync = mode->sync; in mac_vmode_to_var()
Dfsl-diu-fb.c72 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
86 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
100 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
114 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
128 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
142 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
156 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
170 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
184 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
198 .sync = FB_SYNC_COMP_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
[all …]
Dmx3fb.c149 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_SHARP_MODE |
167 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_SHARP_MODE |
185 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
201 .sync = 0,
217 .sync = 0,
233 .sync = 0,
831 if (fbi->var.sync & FB_SYNC_HOR_HIGH_ACT) in __set_par()
833 if (fbi->var.sync & FB_SYNC_VERT_HIGH_ACT) in __set_par()
835 if (fbi->var.sync & FB_SYNC_CLK_INVERT) in __set_par()
837 if (fbi->var.sync & FB_SYNC_DATA_INVERT) in __set_par()
[all …]
Datafb.c128 int sync; member
136 short sync; member
675 if (var->sync & FB_SYNC_EXT) in tt_decode_var()
676 par->hw.tt.sync = 0; in tt_decode_var()
678 par->hw.tt.sync = 1; in tt_decode_var()
712 if (par->hw.tt.sync & 1) in tt_encode_var()
713 var->sync = 0; in tt_encode_var()
715 var->sync = FB_SYNC_EXT; in tt_encode_var()
790 par->hw.tt.sync = shifter.syncmode; in tt_get_par()
800 shifter.syncmode = par->hw.tt.sync; in tt_set_par()
[all …]
Dmxsfb.c183 u32 sync; member
484 if (fb_info->var.sync & FB_SYNC_HOR_HIGH_ACT) in mxsfb_set_par()
486 if (fb_info->var.sync & FB_SYNC_VERT_HIGH_ACT) in mxsfb_set_par()
488 if (host->sync & MXSFB_SYNC_DATA_ENABLE_HIGH_ACT) in mxsfb_set_par()
490 if (host->sync & MXSFB_SYNC_DOTCLK_FALLING_ACT) in mxsfb_set_par()
682 vmode->sync = 0; in mxsfb_restore_mode()
684 vmode->sync |= FB_SYNC_HOR_HIGH_ACT; in mxsfb_restore_mode()
686 vmode->sync |= FB_SYNC_VERT_HIGH_ACT; in mxsfb_restore_mode()
790 host->sync |= MXSFB_SYNC_DATA_ENABLE_HIGH_ACT; in mxsfb_init_fbinfo_dt()
792 host->sync |= MXSFB_SYNC_DOTCLK_FALLING_ACT; in mxsfb_init_fbinfo_dt()
Dpxa168fb.c190 var->sync = mode->sync; in set_mode()
329 static void set_dma_control1(struct pxa168fb_info *fbi, int sync) in set_dma_control1() argument
345 if (!(sync & FB_SYNC_VERT_HIGH_ACT)) in set_dma_control1()
380 x |= (info->var.sync & FB_SYNC_COMP_HIGH_ACT) ? 0x00000020 : 0; in set_dumb_panel_control()
382 x |= (info->var.sync & FB_SYNC_VERT_HIGH_ACT) ? 0 : 0x00000008; in set_dumb_panel_control()
383 x |= (info->var.sync & FB_SYNC_HOR_HIGH_ACT) ? 0 : 0x00000004; in set_dumb_panel_control()
444 set_dma_control1(fbi, info->var.sync); in pxa168fb_set_par()
Dsh_mobile_hdmi.c407 u8 sync = 0; in sh_hdmi_external_video_param() local
430 if (mode->sync & FB_SYNC_HOR_HIGH_ACT) in sh_hdmi_external_video_param()
431 sync |= 4; in sh_hdmi_external_video_param()
432 if (mode->sync & FB_SYNC_VERT_HIGH_ACT) in sh_hdmi_external_video_param()
433 sync |= 8; in sh_hdmi_external_video_param()
437 vtotal, vblank, vdelay, mode->vsync_len, sync); in sh_hdmi_external_video_param()
439 hdmi_write(hdmi, sync | (voffset << 4), HDMI_EXTERNAL_VIDEO_PARAM_SETTINGS); in sh_hdmi_external_video_param()
464 hdmi_write(hdmi, sync | 1 | (voffset << 4), in sh_hdmi_external_video_param()
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv50_display.c185 struct nvif_object sync; member
198 nvif_object_fini(&dmac->sync); in nv50_dmac_destroy()
249 &dmac->sync); in nv50_dmac_create()
367 struct nv50_sync sync; member
374 #define nv50_sync(c) (&nv50_head(c)->sync)
392 struct nouveau_bo *sync; member
476 nouveau_bo_wr32(disp->sync, EVO_MAST_NTFY, 0x00000000); in evo_sync()
483 if (nv_wait_cb(nvxx_device(device), evo_sync_wait, disp->sync)) in evo_sync()
496 return nv50_disp(dev)->sync; in nv50_display_crtc_sema()
508 if (nouveau_bo_rd32(flip->disp->sync, flip->chan->addr / 4) == in nv50_display_flip_wait()
[all …]
/linux-4.1.27/net/core/
Ddev_addr_lists.c26 bool sync) in __hw_addr_create_ex() argument
41 ha->synced = sync ? 1 : 0; in __hw_addr_create_ex()
51 unsigned char addr_type, bool global, bool sync, in __hw_addr_add_ex() argument
69 if (sync) { in __hw_addr_add_ex()
81 sync); in __hw_addr_add_ex()
94 bool sync) in __hw_addr_del_entry() argument
99 if (sync && !ha->synced) in __hw_addr_del_entry()
105 if (sync) in __hw_addr_del_entry()
118 unsigned char addr_type, bool global, bool sync) in __hw_addr_del_ex() argument
125 return __hw_addr_del_entry(list, ha, global, sync); in __hw_addr_del_ex()
[all …]
/linux-4.1.27/arch/arm/include/asm/
Doutercache.h35 void (*sync)(void); member
141 if (outer_cache.sync) in outer_sync()
142 outer_cache.sync(); in outer_sync()
/linux-4.1.27/arch/powerpc/xmon/
Dxmon.c251 static inline void sync(void) in sync() function
1340 sync(); in get_function_bounds()
1346 sync(); in get_function_bounds()
1522 sync(); in prregs()
1524 sync(); in prregs()
1588 sync(); in cacheflush()
1597 sync(); in cacheflush()
1629 sync(); in read_spr()
1633 sync(); in read_spr()
1665 sync(); in write_spr()
[all …]
/linux-4.1.27/drivers/net/ethernet/qualcomm/
Dqca_spi.c449 qca->sync = QCASPI_SYNC_UNKNOWN; in qcaspi_qca7k_sync()
457 qca->sync = QCASPI_SYNC_UNKNOWN; in qcaspi_qca7k_sync()
460 qca->sync = QCASPI_SYNC_READY; in qcaspi_qca7k_sync()
466 switch (qca->sync) { in qcaspi_qca7k_sync()
471 qca->sync = QCASPI_SYNC_UNKNOWN; in qcaspi_qca7k_sync()
491 qca->sync = QCASPI_SYNC_RESET; in qcaspi_qca7k_sync()
501 qca->sync = QCASPI_SYNC_UNKNOWN; in qcaspi_qca7k_sync()
520 (qca->sync == QCASPI_SYNC_READY)) in qcaspi_spi_thread()
531 if (qca->sync != QCASPI_SYNC_READY) { in qcaspi_spi_thread()
533 (unsigned int)qca->sync); in qcaspi_spi_thread()
[all …]
Dqca_7k.c37 if (qca->sync != QCASPI_SYNC_READY) in qcaspi_spi_error()
41 qca->sync = QCASPI_SYNC_UNKNOWN; in qcaspi_spi_error()
Dqca_spi.h93 u8 sync; member
Dqca_debug.c90 (unsigned int)qca->sync); in qcaspi_info_show()
91 switch (qca->sync) { in qcaspi_info_show()
/linux-4.1.27/Documentation/devicetree/bindings/drm/tilcdc/
Dpanel.txt11 - sync-edge: Horizontal and Vertical Sync Edge: 0=rising 1=falling
12 - sync-ctrl: Horizontal and Vertical Sync: Control: 0=ignore
45 sync-edge = <0>;
46 sync-ctrl = <1>;
/linux-4.1.27/arch/arm/mach-pxa/
Dcm-x2xx.c210 .sync = (FB_SYNC_HOR_HIGH_ACT |
235 .sync = 0,
259 .sync = (FB_SYNC_HOR_HIGH_ACT |
283 .sync = (FB_SYNC_HOR_HIGH_ACT |
307 .sync = 0,
330 .sync = (FB_SYNC_HOR_HIGH_ACT |
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,
Dzylonite.c150 .sync = FB_SYNC_VERT_HIGH_ACT,
164 .sync = FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT,
184 .sync = 0,
197 .sync = 0,
Dvpac270.c495 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
511 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
527 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
543 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
Dam200epd.c56 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
70 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
84 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
Dlittleton.c162 .sync = 0,
176 .sync = 0,
/linux-4.1.27/arch/powerpc/mm/
Dhash_low_32.S470 sync
473 sync
478 sync /* make sure pte updates get to memory */
611 4: sync
613 sync
662 sync
671 sync
698 sync
700 sync
708 sync
[all …]
Dtlb_nohash_low.S55 sync
97 sync
129 sync
212 sync
228 sync
378 sync
/linux-4.1.27/arch/mips/include/asm/mach-malta/
Dkernel-entry-init.h87 sync
96 sync
139 sync
/linux-4.1.27/fs/ubifs/
Djournal.c287 int *lnum, int *offs, int sync) in write_head() argument
302 if (sync) in write_head()
546 int aligned_dlen, aligned_ilen, sync = IS_DIRSYNC(dir); in ubifs_jnl_update() local
569 sync |= IS_SYNC(inode); in ubifs_jnl_update()
619 err = write_head(c, BASEHD, dent, len, &lnum, &dent_offs, sync); in ubifs_jnl_update()
622 if (!sync) { in ubifs_jnl_update()
789 int sync = 0, len = UBIFS_INO_NODE_SZ, last_reference = !inode->i_nlink; in ubifs_jnl_write_inode() local
799 sync = IS_SYNC(inode); in ubifs_jnl_write_inode()
811 err = write_head(c, BASEHD, ino, len, &lnum, &offs, sync); in ubifs_jnl_write_inode()
814 if (!sync) in ubifs_jnl_write_inode()
[all …]
/linux-4.1.27/Documentation/networking/timestamping/
Dtimestamping.c91 static const unsigned char sync[] = { variable
142 res = sendto(sock, sync, sizeof(sync), 0, in sendpacket()
232 if (res < sizeof(sync)) in printpacket()
234 else if (!memcmp(sync, data + res - sizeof(sync), in printpacket()
235 sizeof(sync))) in printpacket()
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dmax8952.txt14 - max8952,sync-freq: sync frequency, must be one of following values:
43 max8952,sync-freq = <0>;
/linux-4.1.27/arch/avr32/boards/atngw100/
Devklcd10x.c44 .sync = 0,
82 .sync = 0,
120 .sync = 0,
Dmrmt.c71 .sync = 0,
114 .sync = 0,
/linux-4.1.27/drivers/video/fbdev/sis/
Dinitextlfb.c135 var->sync &= ~FB_SYNC_VERT_HIGH_ACT; in sisfb_mode_rate_to_ddata()
137 var->sync |= FB_SYNC_VERT_HIGH_ACT; in sisfb_mode_rate_to_ddata()
140 var->sync &= ~FB_SYNC_HOR_HIGH_ACT; in sisfb_mode_rate_to_ddata()
142 var->sync |= FB_SYNC_HOR_HIGH_ACT; in sisfb_mode_rate_to_ddata()
/linux-4.1.27/kernel/sched/
Dwait.c291 int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in autoremove_wake_function() argument
293 int ret = default_wake_function(wait, mode, sync, key); in autoremove_wake_function()
350 int woken_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key) in woken_wake_function() argument
362 return default_wake_function(wait, mode, sync, key); in woken_wake_function()
366 int wake_bit_function(wait_queue_t *wait, unsigned mode, int sync, void *arg) in wake_bit_function() argument
377 return autoremove_wake_function(wait, mode, sync, key); in wake_bit_function()
510 static int wake_atomic_t_function(wait_queue_t *wait, unsigned mode, int sync, in wake_atomic_t_function() argument
522 return autoremove_wake_function(wait, mode, sync, key); in wake_atomic_t_function()
/linux-4.1.27/kernel/irq/
Dpm.c124 bool sync; in suspend_device_irqs() local
127 sync = suspend_device_irq(desc, irq); in suspend_device_irqs()
130 if (sync) in suspend_device_irqs()
/linux-4.1.27/Documentation/isdn/
DREADME.syncppp9 Compiling isdn4linux with sync PPP:
11 To compile isdn4linux with the sync PPP part, you have
18 Using isdn4linux with sync PPP:
21 name to enable sync PPP encapsulation is 'syncppp' .. e.g:
/linux-4.1.27/include/linux/
Dbacking-dev.h276 void clear_bdi_congested(struct backing_dev_info *bdi, int sync);
277 void set_bdi_congested(struct backing_dev_info *bdi, int sync);
278 long congestion_wait(int sync, long timeout);
279 long wait_iff_congested(struct zone *zone, int sync, long timeout);
Drmap.h186 spinlock_t **ptlp, int sync) in page_check_address() argument
191 ptlp, sync)); in page_check_address()
Dblkdev.h653 static inline bool blk_rl_full(struct request_list *rl, bool sync) in blk_rl_full() argument
655 unsigned int flag = sync ? BLK_RL_SYNCFULL : BLK_RL_ASYNCFULL; in blk_rl_full()
660 static inline void blk_set_rl_full(struct request_list *rl, bool sync) in blk_set_rl_full() argument
662 unsigned int flag = sync ? BLK_RL_SYNCFULL : BLK_RL_ASYNCFULL; in blk_set_rl_full()
667 static inline void blk_clear_rl_full(struct request_list *rl, bool sync) in blk_clear_rl_full() argument
669 unsigned int flag = sync ? BLK_RL_SYNCFULL : BLK_RL_ASYNCFULL; in blk_clear_rl_full()
829 static inline void blk_clear_queue_congested(struct request_queue *q, int sync) in blk_clear_queue_congested() argument
831 clear_bdi_congested(&q->backing_dev_info, sync); in blk_clear_queue_congested()
838 static inline void blk_set_queue_congested(struct request_queue *q, int sync) in blk_set_queue_congested() argument
840 set_bdi_congested(&q->backing_dev_info, sync); in blk_set_queue_congested()
Dadb.h34 int (*send_request)(struct adb_request *req, int sync);
/linux-4.1.27/fs/nfs/
Dfscache.h147 int sync) in nfs_readpage_to_fscache() argument
150 __nfs_readpage_to_fscache(inode, page, sync); in nfs_readpage_to_fscache()
217 struct page *page, int sync) {} in nfs_readpage_to_fscache() argument
Dpnfs.h158 int (*sync)(struct inode *inode, bool datasync); member
227 extern int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp, bool sync);
271 int pnfs_layoutcommit_inode(struct inode *inode, bool sync);
500 return NFS_SERVER(inode)->pnfs_curr_ld->sync(inode, datasync); in pnfs_sync_inode()
662 static inline int pnfs_layoutcommit_inode(struct inode *inode, bool sync) in pnfs_layoutcommit_inode() argument
/linux-4.1.27/drivers/rtc/
Drtc-88pm860x.c34 int (*sync)(unsigned int ticks); member
158 if (info->sync) in pm860x_rtc_set_time()
159 info->sync(ticks); in pm860x_rtc_set_time()
372 if (pdata && pdata->sync) { in pm860x_rtc_probe()
373 pdata->sync(ticks); in pm860x_rtc_probe()
374 info->sync = pdata->sync; in pm860x_rtc_probe()
/linux-4.1.27/drivers/video/fbdev/i810/
Di810_dvt.c265 var->sync = FB_SYNC_ON_GREEN; in i810fb_fill_var_timings()
267 var->sync |= FB_SYNC_HOR_HIGH_ACT; in i810fb_fill_var_timings()
269 var->sync |= FB_SYNC_VERT_HIGH_ACT; in i810fb_fill_var_timings()
Di810_gtf.c190 if (!(var->sync & FB_SYNC_HOR_HIGH_ACT)) in i810fb_encode_registers()
192 if (!(var->sync & FB_SYNC_VERT_HIGH_ACT)) in i810fb_encode_registers()
/linux-4.1.27/drivers/video/fbdev/geode/
Dvideo_gx.c212 if (!(info->var.sync & FB_SYNC_VERT_HIGH_ACT)) in gx_configure_tft()
215 if (!(info->var.sync & FB_SYNC_HOR_HIGH_ACT)) in gx_configure_tft()
273 if (!(info->var.sync & FB_SYNC_HOR_HIGH_ACT)) in gx_configure_display()
275 if (!(info->var.sync & FB_SYNC_VERT_HIGH_ACT)) in gx_configure_display()
Dvideo_cs5530.c129 if (info->var.sync & FB_SYNC_HOR_HIGH_ACT) in cs5530_configure_display()
131 if (info->var.sync & FB_SYNC_VERT_HIGH_ACT) in cs5530_configure_display()
/linux-4.1.27/Documentation/devicetree/bindings/sound/
Dfsl-sai.txt40 that SAI will work in the synchronous mode (sync Tx
43 receiver's bit clocks and frame sync clocks.
49 frame sync clocks separately.
53 default synchronous mode (sync Rx with Tx) will be used, which means both
Dnvidia,tegra20-ac97.txt20 - nvidia,codec-sync-gpio : The Tegra GPIO controller's phandle and the number
30 nvidia,codec-sync-gpio = <&gpio 120 0>;
Dsoc-ac97link.txt11 - ac97-gpios: List of gpio phandles with args in the order ac97-sync,
/linux-4.1.27/Documentation/bus-devices/
Dti-gpmc.txt57 2. sync common
74 5. read sync muxed
80 6. read sync non-muxed
100 9. write sync muxed
107 10. write sync non-muxed
/linux-4.1.27/sound/pci/
Dsis7019.c225 int sync; in sis_update_voice() local
244 sync = voice->sync_cso; in sis_update_voice()
245 sync -= readw(voice->sync_base + SIS_CAPTURE_DMA_FORMAT_CSO); in sis_update_voice()
246 if (sync > (voice->sync_buffer_size / 2)) in sis_update_voice()
247 sync -= voice->sync_buffer_size; in sis_update_voice()
254 if (sync > 0) { in sis_update_voice()
255 if (sync < 16) in sis_update_voice()
256 sync = 16; in sis_update_voice()
257 sis_update_sso(voice, sync); in sis_update_voice()
276 if (sync > -9) in sis_update_voice()
[all …]
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dsubcore-asm.S31 sync
54 sync
/linux-4.1.27/fs/nfs/objlayout/
Dobjio_osd.c80 bool sync; member
326 aos->objios.sync = 0; in objio_alloc_io_state()
407 objlayout_read_done(&objios->oir, status, objios->sync); in _read_done()
451 objlayout_write_done(&objios->oir, status, objios->sync); in _write_done()
513 objios->sync = 0 != (how & FLUSH_SYNC); in objio_write_pagelist()
516 if (!objios->sync) in objio_write_pagelist()
527 if (objios->sync) in objio_write_pagelist()
640 .sync = pnfs_generic_sync,
Dobjlayout.h148 ssize_t status, bool sync);
150 ssize_t status, bool sync);
Dobjlayout.c242 objlayout_read_done(struct objlayout_io_res *oir, ssize_t status, bool sync) in objlayout_read_done() argument
255 status, hdr->res.eof, sync); in objlayout_read_done()
257 if (sync) in objlayout_read_done()
324 objlayout_write_done(struct objlayout_io_res *oir, ssize_t status, bool sync) in objlayout_write_done() argument
339 status, hdr->verf.committed, sync); in objlayout_write_done()
341 if (sync) in objlayout_write_done()
/linux-4.1.27/arch/powerpc/kernel/vdso64/
Dcacheflush.S49 sync
79 sync
/linux-4.1.27/arch/powerpc/kernel/vdso32/
Dcacheflush.S49 sync
79 sync
/linux-4.1.27/arch/arm/mach-omap2/
Dusb-tusb6010.c165 unsigned async, unsigned sync, in tusb6010_setup_interface() argument
188 status = gpmc_cs_request(sync, SZ_16M, (unsigned long *) in tusb6010_setup_interface()
196 sync_cs = sync; in tusb6010_setup_interface()
/linux-4.1.27/arch/arm/mach-imx/
Deukrea_mbimxsd35-baseboard.c57 .sync = 0,
73 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_HOR_HIGH_ACT |
90 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_HOR_HIGH_ACT |
Dmach-vpr200.c67 .sync = FB_SYNC_CLK_IDLE_EN | FB_SYNC_OE_ACT_HIGH,
83 .sync = FB_SYNC_CLK_IDLE_EN | FB_SYNC_OE_ACT_HIGH,
Dmach-pcm043.c57 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_SHARP_MODE | FB_SYNC_CLK_INVERT | FB_SYNC_CLK_IDLE_EN,
73 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
Dmach-pcm037.c458 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_SHARP_MODE |
475 .sync = FB_SYNC_VERT_HIGH_ACT | FB_SYNC_OE_ACT_HIGH,
491 .sync = FB_SYNC_OE_ACT_HIGH | FB_SYNC_CLK_INVERT,
/linux-4.1.27/drivers/net/wireless/rt2x00/
Drt2x00config.c42 conf.sync = TSF_SYNC_ADHOC; in rt2x00lib_config_intf()
47 conf.sync = TSF_SYNC_AP_NONE; in rt2x00lib_config_intf()
50 conf.sync = TSF_SYNC_INFRA; in rt2x00lib_config_intf()
53 conf.sync = TSF_SYNC_NONE; in rt2x00lib_config_intf()
/linux-4.1.27/drivers/hid/
Dhid-wiimote.h126 struct mutex sync; member
321 return mutex_lock_interruptible(&wdata->state.sync) ? -ERESTARTSYS : 0; in wiimote_cmd_acquire()
326 mutex_lock(&wdata->state.sync); in wiimote_cmd_acquire_noint()
340 mutex_unlock(&wdata->state.sync); in wiimote_cmd_release()
Dwacom_wac.c2016 bool sync; in wacom_wac_irq() local
2020 sync = wacom_penpartner_irq(wacom_wac); in wacom_wac_irq()
2024 sync = wacom_pl_irq(wacom_wac); in wacom_wac_irq()
2031 sync = wacom_graphire_irq(wacom_wac); in wacom_wac_irq()
2035 sync = wacom_ptu_irq(wacom_wac); in wacom_wac_irq()
2039 sync = wacom_dtu_irq(wacom_wac); in wacom_wac_irq()
2044 sync = wacom_dtus_irq(wacom_wac); in wacom_wac_irq()
2063 sync = wacom_intuos_irq(wacom_wac); in wacom_wac_irq()
2067 sync = wacom_intuos_bt_irq(wacom_wac, len); in wacom_wac_irq()
2072 sync = wacom_24hdt_irq(wacom_wac); in wacom_wac_irq()
[all …]
/linux-4.1.27/drivers/media/platform/davinci/
Dvpss.c214 void vpss_set_sync_pol(struct vpss_sync_pol sync) in vpss_set_sync_pol() argument
219 oper_cfg.hw_ops.set_sync_pol(sync); in vpss_set_sync_pol()
376 void dm365_vpss_set_sync_pol(struct vpss_sync_pol sync) in dm365_vpss_set_sync_pol() argument
381 val |= (sync.ccdpg_hdpol << DM365_CCDC_PG_HD_POL_SHIFT); in dm365_vpss_set_sync_pol()
382 val |= (sync.ccdpg_vdpol << DM365_CCDC_PG_VD_POL_SHIFT); in dm365_vpss_set_sync_pol()
Disif.c549 struct vpss_sync_pol sync; in isif_config_raw() local
693 sync.ccdpg_hdpol = params->hd_pol; in isif_config_raw()
694 sync.ccdpg_vdpol = params->vd_pol; in isif_config_raw()
695 dm365_vpss_set_sync_pol(sync); in isif_config_raw()
895 struct vpss_sync_pol sync; in isif_config_ycbcr() local
985 sync.ccdpg_hdpol = params->hd_pol; in isif_config_ycbcr()
986 sync.ccdpg_vdpol = params->vd_pol; in isif_config_ycbcr()
987 dm365_vpss_set_sync_pol(sync); in isif_config_ycbcr()
/linux-4.1.27/drivers/input/keyboard/
Dclps711x-keypad.c41 bool sync = false; in clps711x_keypad_poll() local
77 sync = true; in clps711x_keypad_poll()
86 if (sync) in clps711x_keypad_poll()
/linux-4.1.27/drivers/isdn/mISDN/
Ddsp_blowfish.c465 u16 sync = dsp->bf_sync; in dsp_bf_decrypt() local
477 sync = (sync << 1) | ((*data) >> 7); in dsp_bf_decrypt()
484 if ((sync & 0x1f0) != 0x100) in dsp_bf_decrypt()
557 dsp->bf_sync = sync; in dsp_bf_decrypt()
/linux-4.1.27/drivers/scsi/pcmcia/
Dnsp_cs.c451 sync_data *sync = &(data->Sync[target]); in nsp_analyze_sdtr() local
459 period = sync->SyncPeriod; in nsp_analyze_sdtr()
460 offset = sync->SyncOffset; in nsp_analyze_sdtr()
483 sync->SyncPeriod = 0; in nsp_analyze_sdtr()
484 sync->SyncOffset = 0; in nsp_analyze_sdtr()
485 sync->SyncRegister = 0; in nsp_analyze_sdtr()
486 sync->AckWidth = 0; in nsp_analyze_sdtr()
491 sync->SyncRegister = (sync_table->chip_period << SYNCREG_PERIOD_SHIFT) | in nsp_analyze_sdtr()
493 sync->AckWidth = sync_table->ack_width; in nsp_analyze_sdtr()
495 nsp_dbg(NSP_DEBUG_SYNC, "sync_reg=0x%x, ack_width=0x%x", sync->SyncRegister, sync->AckWidth); in nsp_analyze_sdtr()
[all …]
/linux-4.1.27/arch/powerpc/boot/
Dcpm-serial.c155 sync(); in cpm_serial_open()
170 sync(); in cpm_serial_putc()
190 sync(); in cpm_serial_getc()
Dgamecube-head.S107 sync
Dio.h87 static inline void sync(void) in sync() function
Dwii-head.S131 sync
/linux-4.1.27/arch/arm/mach-nspire/
Dclcd.c24 .sync = 0,
48 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
/linux-4.1.27/arch/ia64/lib/
Dflush.S56 sync.i
111 sync.i
/linux-4.1.27/Documentation/fb/
Dep93xx-fb.txt60 EP93XXFB_SYNC_HORIZ_HIGH Horizontal sync is active high. By
61 default the horizontal sync is active low.
63 EP93XXFB_SYNC_VERT_HIGH Vertical sync is active high. By
64 default the vertical sync is active high.
Dframebuffer.txt207 will supply a synchronization pulse (horizontal sync or hsync) for each
208 scanline. Similarly it supplies a synchronization pulse (vertical sync or
266 - left_margin: time from sync to picture
267 - right_margin: time from picture to sync
268 - upper_margin: time from sync to picture
269 - lower_margin: time from picture to sync
270 - hsync_len: length of horizontal sync
271 - vsync_len: length of vertical sync
Dapi.txt208 __u32 left_margin; /* time from sync to picture */
209 __u32 right_margin; /* time from picture to sync */
210 __u32 upper_margin; /* time from sync to picture */
212 __u32 hsync_len; /* length of horizontal sync */
213 __u32 vsync_len; /* length of vertical sync */
214 __u32 sync; /* see FB_SYNC_* */
/linux-4.1.27/drivers/macintosh/
Dvia-maciisi.c82 static int maciisi_send_request(struct adb_request* req, int sync);
229 maciisi_send_request(struct adb_request* req, int sync) in maciisi_send_request() argument
248 printk(" sync %d\n", sync); in maciisi_send_request()
264 if(i == -EBUSY && sync) in maciisi_send_request()
270 if(sync) in maciisi_send_request()
Dmacio-adb.c66 static int macio_send_request(struct adb_request *req, int sync);
166 static int macio_send_request(struct adb_request *req, int sync) in macio_send_request() argument
193 if (sync) { in macio_send_request()
Dadb-iop.c217 int adb_iop_send_request(struct adb_request *req, int sync) in adb_iop_send_request() argument
224 if (sync) { in adb_iop_send_request()
Dvia-macii.c86 static int macii_send_request(struct adb_request *req, int sync);
234 static int macii_send_request(struct adb_request *req, int sync) in macii_send_request() argument
245 if (!err && sync) { in macii_send_request()
/linux-4.1.27/kernel/rcu/
Drcutorture.c250 void (*sync)(void); member
379 .sync = synchronize_rcu,
421 .sync = synchronize_rcu_bh,
465 .sync = synchronize_rcu_busted,
564 .sync = srcu_torture_synchronize,
601 .sync = synchronize_sched,
640 .sync = synchronize_rcu_tasks,
892 if (gp_sync1 && cur_ops->sync) in rcu_torture_writer()
894 else if (gp_sync && !cur_ops->sync) in rcu_torture_writer()
951 cur_ops->sync(); in rcu_torture_writer()
[all …]
/linux-4.1.27/arch/arm/mach-sa1100/
Dlart.c42 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
70 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
Dshannon.c68 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/
Dtvp7002.txt19 - sync-on-green-active: Active state of Sync-on-green signal property of the
47 sync-on-green-active = <1>;
/linux-4.1.27/include/linux/amba/
Dclcd.h213 val |= var->sync & FB_SYNC_HOR_HIGH_ACT ? 0 : TIM2_IHS; in clcdfb_decode()
214 val |= var->sync & FB_SYNC_VERT_HIGH_ACT ? 0 : TIM2_IVS; in clcdfb_decode()
322 CHECK(sync))) in clcdfb_check()
/linux-4.1.27/Documentation/device-mapper/
Ddm-raid.txt51 [sync|nosync] Force or prevent RAID initialization.
144 raid4 4 2048 sync min_recovery_rate 20 \
152 above with "sync" or "nosync" always output ahead of the other
172 in-sync, 'a' = alive but not in-sync, 'D' = dead/failed.
204 "idle" - Halt the current sync action.
205 "frozen" - Freeze the current sync action.
/linux-4.1.27/arch/avr32/mach-at32ap/
Dpm-at32ap700x.S129 sync 0 /* flush write buffer */
147 sync 0 /* flush write buffer */
/linux-4.1.27/drivers/media/i2c/
Dsaa6588.c79 u8 sync; member
276 s->sync = tmpbuf[0] & 0x10; in saa6588_i2c_poll()
277 if (!s->sync) in saa6588_i2c_poll()
434 if (s->sync) in saa6588_g_tuner()
/linux-4.1.27/arch/arm/mach-integrator/
Dimpd1.c89 .sync = 0,
117 .sync = 0,
145 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
177 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
/linux-4.1.27/arch/arm/boot/dts/
Domap4-duovero-parlor.dts167 gpmc,sync-read;
168 gpmc,sync-write;
170 gpmc,sync-clk-ps = <20000>;
Domap3-n950-n9.dtsi130 gpmc,sync-read;
131 gpmc,sync-write;
158 gpmc,sync-clk-ps = <15000>;
Domap2420-n8x0-common.dtsi52 gpmc,sync-read;
76 gpmc,sync-clk-ps = <27000>;
/linux-4.1.27/drivers/video/fbdev/core/
Dmodedb.c622 var->sync = mode->sync; in fb_try_mode()
897 mode->sync = var->sync; in fb_var_to_videomode()
942 var->sync = mode->sync; in fb_videomode_to_var()
966 mode1->sync == mode2->sync && in fb_mode_is_equal()
Dfbcvt.c282 mode->sync &= ~(FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT); in fb_cvt_convert_to_mode()
285 mode->sync |= FB_SYNC_HOR_HIGH_ACT; in fb_cvt_convert_to_mode()
287 mode->sync |= FB_SYNC_VERT_HIGH_ACT; in fb_cvt_convert_to_mode()
Dfbmon.c404 mode->sync = 0; in calc_mode_timings()
581 mode->sync |= FB_SYNC_HOR_HIGH_ACT; in get_detailed_timing()
583 mode->sync |= FB_SYNC_VERT_HIGH_ACT; in get_detailed_timing()
927 var->sync |= FB_SYNC_HOR_HIGH_ACT; in fb_parse_edid()
929 var->sync |= FB_SYNC_VERT_HIGH_ACT; in fb_parse_edid()
1419 fbmode->sync = 0; in fb_videomode_from_videomode()
1422 fbmode->sync |= FB_SYNC_HOR_HIGH_ACT; in fb_videomode_from_videomode()
1424 fbmode->sync |= FB_SYNC_VERT_HIGH_ACT; in fb_videomode_from_videomode()
1454 m->hsync_len, m->vsync_len, m->sync, m->vmode, m->flag); in dump_fb_videomode()
/linux-4.1.27/drivers/staging/android/
DKconfig46 A sync object driver that uses a 32bit counter to coordinate
55 Provides a user space API to the sw sync object.
DMakefile9 obj-$(CONFIG_SYNC) += sync.o sync_debug.o
/linux-4.1.27/drivers/gpu/drm/via/
Dvia_dmablit.c758 xfer->sync.sync_handle = ++blitq->cur_blit_handle; in via_dmablit()
761 xfer->sync.engine = engine; in via_dmablit()
778 drm_via_blitsync_t *sync = data; in via_dma_blit_sync() local
781 if (sync->engine >= VIA_NUM_BLIT_ENGINES) in via_dma_blit_sync()
784 err = via_dmablit_sync(dev, sync->sync_handle, sync->engine); in via_dma_blit_sync()
/linux-4.1.27/drivers/net/wan/
Dfarsync.c1855 sync_serial_settings sync; in fst_set_iface() local
1858 if (ifr->ifr_settings.size != sizeof (sync)) { in fst_set_iface()
1863 (&sync, ifr->ifr_settings.ifs_ifsu.sync, sizeof (sync))) { in fst_set_iface()
1867 if (sync.loopback) in fst_set_iface()
1910 switch (sync.clock_type) { in fst_set_iface()
1922 FST_WRL(card, portConfig[i].lineSpeed, sync.clock_rate); in fst_set_iface()
1930 sync_serial_settings sync; in fst_get_iface() local
1961 if (ifr->ifr_settings.size < sizeof (sync)) { in fst_get_iface()
1966 memset(&sync, 0, sizeof(sync)); in fst_get_iface()
1967 sync.clock_rate = FST_RDL(card, portConfig[i].lineSpeed); in fst_get_iface()
[all …]
Dz85230.c796 c->sync = 1; in z8530_sync_open()
836 c->sync = 0; in z8530_sync_close()
862 c->sync = 1; in z8530_sync_dma_open()
988 c->sync = 0; in z8530_sync_dma_close()
1057 c->sync = 1; in z8530_sync_txdma_open()
1163 c->sync = 0; in z8530_sync_txdma_close()
1407 c->sync=1; in z8530_channel_load()
/linux-4.1.27/arch/mips/kernel/
Drelocate_kernel.S97 sync
136 sync
/linux-4.1.27/arch/nios2/boot/
Dinstall.sh52 sync
/linux-4.1.27/arch/m68k/
Dinstall.sh52 sync
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
Dstrcop.h19 unsigned char sync : 1; member
/linux-4.1.27/fs/jfs/
Djfs_logmgr.c967 if (log->sync == log->syncpt) { in lmLogSync()
970 log->sync = log->lsn; in lmLogSync()
974 log->sync = lp->lsn; in lmLogSync()
984 if (log->sync != log->syncpt) { in lmLogSync()
989 lrd.log.syncpt.sync = cpu_to_le32(log->sync); in lmLogSync()
992 log->syncpt = log->sync; in lmLogSync()
1026 log->syncpt = log->sync = lsn; in lmLogSync()
1389 lrd.log.syncpt.sync = 0; in lmLogInit()
1414 log->sync = log->syncpt; in lmLogInit()
1418 log->lsn, log->syncpt, log->sync); in lmLogInit()
[all …]
Djfs_logmgr.h294 __le32 sync; /* 4: syncpt address (0 = here) */ member
408 int sync; /* 4: addr from last logsync() */ member
/linux-4.1.27/sound/soc/
Dsoc-jack.c80 unsigned int sync = 0; in snd_soc_jack_report() local
109 sync = 1; in snd_soc_jack_report()
115 if (sync) in snd_soc_jack_report()
/linux-4.1.27/Documentation/input/
Dwalkera0701.txt80 (Warning, pulses on ACK are inverted by transistor, irq is raised up on sync
86 values can be sampled between sync pulses.
98 After last octal value for nibble 24 and next sync pulse one additional
/linux-4.1.27/Documentation/block/
Dcfq-iosched.txt98 latency mode is enabled. It will ensure that sync requests have an estimated
172 compatibility, weight is always kept in sync with leaf_weight. B, AA
238 sync-idle sync-noidle async
240 All cfq queues doing synchronous sequential IO go on to sync-idle tree.
243 All synchronous non-sequential queues go on sync-noidle tree. Also any
256 all the queues move to sync-noidle tree and only tree idle remains. This
263 A1. We only do tree idle (all queues on sync-noidle tree) on queues marked
264 with REQ_NOIDLE. This helps in providing isolation with all the sync-idle
/linux-4.1.27/arch/avr32/boards/merisc/
Ddisplay.c31 .sync = 0,
/linux-4.1.27/include/video/
Dsa1100fb.h45 u_char sync; member
/linux-4.1.27/Documentation/
Dsysrq.txt24 16 = 0x10 - enable sync command
108 's' - Will attempt to sync all mounted filesystems.
149 sync(s) and umount(u) first.
154 sync(s) is great when your system is locked up, it allows you to sync your
156 that the sync hasn't taken place until you see the "OK" and "Done" appear
160 umount(u) is basically useful in the same ways as sync(s). I generally sync(s),
/linux-4.1.27/Documentation/cgroups/
Dblkio-controller.txt48 sync
198 are further divided by the type of operation - read or write, sync
205 are further divided by the type of operation - read or write, sync
219 the type of operation - read or write, sync or async. First two fields
235 read or write, sync or async. First two fields specify the major and
242 write, sync or async.
247 write, sync or async.
332 of operation - read or write, sync or async. First two fields specify
345 are further divided by the type of operation - read or write, sync
392 - Currently only sync IO queues are support. All the buffered writes are
/linux-4.1.27/include/media/davinci/
Dvpss.h110 void vpss_set_sync_pol(struct vpss_sync_pol sync);
/linux-4.1.27/block/
Dblk-core.c844 static void __freed_request(struct request_list *rl, int sync) in __freed_request() argument
853 rl->count[sync] < queue_congestion_off_threshold(q)) in __freed_request()
854 blk_clear_queue_congested(q, sync); in __freed_request()
856 if (rl->count[sync] + 1 <= q->nr_requests) { in __freed_request()
857 if (waitqueue_active(&rl->wait[sync])) in __freed_request()
858 wake_up(&rl->wait[sync]); in __freed_request()
860 blk_clear_rl_full(rl, sync); in __freed_request()
871 int sync = rw_is_sync(flags); in freed_request() local
873 q->nr_rqs[sync]--; in freed_request()
874 rl->count[sync]--; in freed_request()
[all …]
/linux-4.1.27/sound/drivers/vx/
Dvx_uer.c33 static int vx_modify_board_clock(struct vx_core *chip, int sync) in vx_modify_board_clock() argument
39 if (sync) in vx_modify_board_clock()
/linux-4.1.27/arch/mips/include/asm/mach-pnx833x/
Dpnx833x.h172 #define PNX833X_WRITE_CONFIG_SPI(opcode, data_enable, addr_enable, sync) \ argument
177 ((sync) << PNX833X_MIU_CONFIG_SPI_SYNC_SHIFT))
/linux-4.1.27/arch/arc/kernel/
Dctx_sw_asm.S48 sync
/linux-4.1.27/sound/soc/intel/atom/sst/
Dsst_ipc.c125 struct ipc_post *ipc_msg, bool sync) in sst_post_message_mrfld() argument
133 dev_dbg(sst_drv_ctx->dev, "Enter: sync: %d\n", sync); in sst_post_message_mrfld()
136 if (sync) { in sst_post_message_mrfld()
Dsst_pvt.c232 bool large, bool fill_dsp, bool sync, bool response) in sst_prepare_and_post_msg() argument
259 msg->mrfld_header.p.header_high.part.res_rqd = !sync; in sst_prepare_and_post_msg()
275 if (sync) in sst_prepare_and_post_msg()
Dsst.h453 struct ipc_post *msg, bool sync);
479 struct ipc_post *msg, bool sync);
521 bool large, bool fill_dsp, bool sync, bool response);
/linux-4.1.27/drivers/video/fbdev/aty/
Dradeon_monitor.c701 (var->sync & FB_SYNC_HOR_HIGH_ACT) != 0; in radeon_var_to_panel_info()
703 (var->sync & FB_SYNC_VERT_HIGH_ACT) != 0; in radeon_var_to_panel_info()
729 var->sync = mode->sync; in radeon_videomode_to_var()
817 var->sync = 0; in radeon_check_modes()
819 var->sync |= FB_SYNC_HOR_HIGH_ACT; in radeon_check_modes()
821 var->sync |= FB_SYNC_VERT_HIGH_ACT; in radeon_check_modes()
/linux-4.1.27/Documentation/video4linux/
Dnot-in-cx2388x-datasheet.txt37 0x47 is the sync byte for MPEG-2 transport stream packets.
/linux-4.1.27/Documentation/devicetree/bindings/spi/
Dsh-msiof.txt33 - renesas,dtdl : delay sync signal (setup) in transmit mode.
41 - renesas,syncdl : delay sync signal (hold) in transmit mode.
/linux-4.1.27/arch/sh/boards/
Dboard-sh7785lcr.c154 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
167 .sync = 0,
/linux-4.1.27/tools/build/feature/
DMakefile8 test-sync-compare-and-swap.bin \
144 test-sync-compare-and-swap.bin:
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_obd.c222 if (CTXTP(ctxt, sync)) in llog_sync()
223 rc = CTXTP(ctxt, sync)(ctxt, exp, flags); in llog_sync()
/linux-4.1.27/arch/powerpc/sysdev/
D6xx-suspend.S40 sync
/linux-4.1.27/sound/soc/sh/rcar/
Dsrc.c26 struct rsnd_kctrl_cfg_s sync; /* sync convert */ member
251 convert_rate = src->sync.val; in rsnd_src_convert_rate()
363 src->sync.val = 0; in rsnd_src_init()
389 src->sync.val = 0; in rsnd_src_quit()
924 &src->sync, 192000); in rsnd_src_pcm_new()
/linux-4.1.27/arch/mips/include/asm/mach-paravirt/
Dkernel-entry-init.h46 sync
/linux-4.1.27/arch/arm/mm/
Dcache-l2x0.c261 .sync = l2c210_sync,
418 .sync = l2c220_sync,
772 .sync = l2c210_sync,
1075 .sync = l2c210_sync,
1093 .sync = l2c220_sync,
1220 .sync = l2c210_sync,
1425 .sync = aurora_cache_sync,
1594 .sync = l2c210_sync,
/linux-4.1.27/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h69 sync
122 sync
/linux-4.1.27/Documentation/sound/alsa/soc/
DDAI.txt45 flexible protocol. It has bit clock (BCLK) and sync (SYNC) lines that are used
48 whilst sync runs at the sample rate. PCM also supports Time Division
/linux-4.1.27/drivers/usb/musb/
Dtusb6010.c1111 void __iomem *sync = NULL; in tusb_musb_init() local
1131 musb->sync = mem->start; in tusb_musb_init()
1133 sync = ioremap(mem->start, resource_size(mem)); in tusb_musb_init()
1134 if (!sync) { in tusb_musb_init()
1139 musb->sync_va = sync; in tusb_musb_init()
1161 if (sync) in tusb_musb_init()
1162 iounmap(sync); in tusb_musb_init()
/linux-4.1.27/drivers/base/regmap/
Dregcache.c333 if (map->cache_ops->sync) in regcache_sync()
334 ret = map->cache_ops->sync(map, 0, map->max_register); in regcache_sync()
391 if (map->cache_ops->sync) in regcache_sync_region()
392 ret = map->cache_ops->sync(map, min, max); in regcache_sync_region()
/linux-4.1.27/Documentation/devicetree/bindings/net/ieee802154/
Dat86rf230.txt7 sync or async operation mode
/linux-4.1.27/drivers/s390/cio/
Dorb.h23 u32 sync:1; /* synchronize control */ member
/linux-4.1.27/drivers/media/common/saa7146/
Dsaa7146_hlp.c15 static void calculate_hps_source_and_sync(struct saa7146_dev *dev, int source, int sync, u32* hps_c… in calculate_hps_source_and_sync() argument
18 *hps_ctrl |= (source << 30) | (sync << 28); in calculate_hps_source_and_sync()
531 int sync = vv->current_hps_sync; in saa7146_set_window() local
548 calculate_hps_source_and_sync(dev, source, sync, &hps_ctrl); in saa7146_set_window()
630 void saa7146_set_hps_source_and_sync(struct saa7146_dev *dev, int source, int sync) in saa7146_set_hps_source_and_sync() argument
639 hps_ctrl |= (source << 30) | (sync << 28); in saa7146_set_hps_source_and_sync()
646 vv->current_hps_sync = sync; in saa7146_set_hps_source_and_sync()
/linux-4.1.27/Documentation/devicetree/bindings/bus/
Dti-gpmc.txt38 - gpmc,sync-clk-ps: Minimum clock period for synchronous mode, in picoseconds
106 - gpmc,sync-read Enables synchronous read. Defaults to asynchronous
108 - gpmc,sync-write Enables synchronous writes. Defaults to asynchronous

1234