Home
last modified time | relevance | path

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

1234

/linux-4.4.14/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.4.14/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.S94 sync
140 sync
166 sync
168 sync
174 sync
177 sync
191 sync
197 sync
231 sync
259 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
325 sync /* order paca.run and cur_cpu_spec */
348 sync
568 sync
572 sync
609 sync
612 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.4.14/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 …]
/linux-4.4.14/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.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_sync.c47 void amdgpu_sync_create(struct amdgpu_sync *sync) in amdgpu_sync_create() argument
52 sync->semaphores[i] = NULL; in amdgpu_sync_create()
55 sync->sync_to[i] = NULL; in amdgpu_sync_create()
57 hash_init(sync->fences); in amdgpu_sync_create()
58 sync->last_vm_update = NULL; in amdgpu_sync_create()
106 int amdgpu_sync_fence(struct amdgpu_device *adev, struct amdgpu_sync *sync, in amdgpu_sync_fence() argument
117 amdgpu_sync_keep_later(&sync->last_vm_update, f); in amdgpu_sync_fence()
121 hash_for_each_possible(sync->fences, e, node, f->context) { in amdgpu_sync_fence()
133 hash_add(sync->fences, &e->node, f->context); in amdgpu_sync_fence()
138 amdgpu_sync_keep_later(&sync->sync_to[fence->ring->idx], f); in amdgpu_sync_fence()
[all …]
Damdgpu_ib.c78 amdgpu_sync_create(&ib->sync); in amdgpu_ib_get()
96 amdgpu_sync_free(adev, &ib->sync, &ib->fence->base); in amdgpu_ib_free()
144 r = amdgpu_sync_wait(&ibs->sync); in amdgpu_ib_schedule()
157 r = amdgpu_vm_grab_id(ibs->vm, ibs->ring, &ibs->sync); in amdgpu_ib_schedule()
164 r = amdgpu_sync_rings(&ibs->sync, ring); in amdgpu_ib_schedule()
173 amdgpu_vm_flush(ring, vm, ib->sync.last_vm_update); in amdgpu_ib_schedule()
/linux-4.4.14/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.4.14/arch/powerpc/platforms/44x/
Dmisc_44x.S23 sync
25 sync
28 sync
30 sync
37 sync
39 sync
42 sync
44 sync
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/DocBook/
Dz8530book.xml.db2 API-z8530-sync-open
3 API-z8530-sync-close
4 API-z8530-sync-dma-open
5 API-z8530-sync-dma-close
6 API-z8530-sync-txdma-open
7 API-z8530-sync-txdma-close
/linux-4.4.14/include/trace/events/
Dcompaction.h161 unsigned long free_pfn, unsigned long zone_end, bool sync),
163 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync),
170 __field(bool, sync)
178 __entry->sync = sync;
186 __entry->sync ? "sync" : "async")
191 unsigned long free_pfn, unsigned long zone_end, bool sync,
194 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync, status),
201 __field(bool, sync)
210 __entry->sync = sync;
219 __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.4.14/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.h52 sync; \
54 sync; \
Demulated_ops.h46 struct ppc_emulated_entry sync; member
/linux-4.4.14/include/linux/
Dbacking-dev-defs.h180 void clear_wb_congested(struct bdi_writeback_congested *congested, int sync);
181 void set_wb_congested(struct bdi_writeback_congested *congested, int sync);
183 static inline void clear_bdi_congested(struct backing_dev_info *bdi, int sync) in clear_bdi_congested() argument
185 clear_wb_congested(bdi->wb.congested, sync); in clear_bdi_congested()
188 static inline void set_bdi_congested(struct backing_dev_info *bdi, int sync) in set_bdi_congested() argument
190 set_wb_congested(bdi->wb.congested, sync); in set_bdi_congested()
Drmap.h189 spinlock_t **ptlp, int sync) in page_check_address() argument
194 ptlp, sync)); in page_check_address()
Dadb.h34 int (*send_request)(struct adb_request *req, int sync);
/linux-4.4.14/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.4.14/drivers/media/dvb-frontends/
Dves1820.c245 int sync; in ves1820_read_status() local
248 sync = ves1820_readreg(state, 0x11); in ves1820_read_status()
250 if (sync & 1) in ves1820_read_status()
253 if (sync & 2) in ves1820_read_status()
256 if (sync & 2) /* XXX FIXME! */ in ves1820_read_status()
259 if (sync & 4) in ves1820_read_status()
262 if (sync & 8) in ves1820_read_status()
319 int sync; in ves1820_get_frontend() local
322 sync = ves1820_readreg(state, 0x11); in ves1820_get_frontend()
326 printk(sync & 2 ? "ves1820: AFC (%d) %dHz\n" : in ves1820_get_frontend()
[all …]
Dves1x93.c307 u8 sync = ves1x93_readreg (state, 0x0e); in ves1x93_read_status() local
319 while ((sync & 0x03) != 0x03 && (sync & 0x0c) && maxtry--) { in ves1x93_read_status()
321 sync = ves1x93_readreg (state, 0x0e); in ves1x93_read_status()
326 if (sync & 1) in ves1x93_read_status()
329 if (sync & 2) in ves1x93_read_status()
332 if (sync & 4) in ves1x93_read_status()
335 if (sync & 8) in ves1x93_read_status()
338 if ((sync & 0x1f) == 0x1f) in ves1x93_read_status()
Dtda10021.c315 int sync; in tda10021_read_status() local
323 sync = tda10021_readreg (state, 0x11); in tda10021_read_status()
325 if (sync & 2) in tda10021_read_status()
328 if (sync & 4) in tda10021_read_status()
331 if (sync & 8) in tda10021_read_status()
394 int sync; in tda10021_get_frontend() local
397 sync = tda10021_readreg(state, 0x11); in tda10021_get_frontend()
401 printk(sync & 2 ? "DVB: TDA10021(%d): AFC (%d) %dHz\n" : in tda10021_get_frontend()
413 if (sync & 2) in tda10021_get_frontend()
Dtda10023.c383 int sync; in tda10023_read_status() local
391 sync = tda10023_readreg (state, 0x11); in tda10023_read_status()
393 if (sync & 2) in tda10023_read_status()
396 if (sync & 4) in tda10023_read_status()
399 if (sync & 8) in tda10023_read_status()
464 int sync,inv; in tda10023_get_frontend() local
467 sync = tda10023_readreg(state, 0x11); in tda10023_get_frontend()
473 printk(sync & 2 ? "DVB: TDA10023(%d): AFC (%d) %dHz\n" : in tda10023_get_frontend()
485 if (sync & 2) in tda10023_get_frontend()
Dstv0288.c369 u8 sync = stv0288_readreg(state, 0x24); in stv0288_read_status() local
370 if (sync == 255) in stv0288_read_status()
371 sync = 0; in stv0288_read_status()
373 dprintk("%s : FE_READ_STATUS : VSTATUS: 0x%02x\n", __func__, sync); in stv0288_read_status()
376 if (sync & 0x80) in stv0288_read_status()
378 if (sync & 0x10) in stv0288_read_status()
380 if (sync & 0x08) { in stv0288_read_status()
Dtda8083.c255 u8 sync = tda8083_readreg (state, 0x02); in tda8083_read_status() local
262 if (sync & 0x01) in tda8083_read_status()
265 if (sync & 0x02) in tda8083_read_status()
268 if (sync & 0x10) in tda8083_read_status()
271 if (sync & 0x20) /* frontend can not lock */ in tda8083_read_status()
274 if ((sync & 0x1f) == 0x1f) in tda8083_read_status()
Dcx24110.c445 int sync = cx24110_readreg (state, 0x55); in cx24110_read_status() local
449 if (sync & 0x10) in cx24110_read_status()
452 if (sync & 0x08) in cx24110_read_status()
455 sync = cx24110_readreg (state, 0x08); in cx24110_read_status()
457 if (sync & 0x40) in cx24110_read_status()
460 if (sync & 0x20) in cx24110_read_status()
463 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.c263 u8 sync = cx22700_readreg (state, 0x07); in cx22700_read_status() local
270 if (sync & 0x20) in cx22700_read_status()
273 if (sync & 0x10) in cx22700_read_status()
276 if (sync & 0x10) in cx22700_read_status()
Dstv0299.c490 u8 sync = stv0299_readreg (state, 0x1b); in stv0299_read_status() local
492 dprintk ("%s : FE_READ_STATUS : VSTATUS: 0x%02x\n", __func__, sync); in stv0299_read_status()
498 if (sync & 0x80) in stv0299_read_status()
501 if (sync & 0x10) in stv0299_read_status()
504 if (sync & 0x08) in stv0299_read_status()
507 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.4.14/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.4.14/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.4.14/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.4.14/kernel/rcu/
Dsync.c33 void (*sync)(void); member
41 .sync = synchronize_rcu,
47 .sync = synchronize_sched,
53 .sync = synchronize_rcu_bh,
114 gp_ops[rsp->gp_type].sync(); in rcu_sync_enter()
Drcutorture.c251 void (*sync)(void); member
380 .sync = synchronize_rcu,
422 .sync = synchronize_rcu_bh,
466 .sync = synchronize_rcu_busted,
567 .sync = srcu_torture_synchronize,
599 .sync = srcu_torture_synchronize,
636 .sync = synchronize_sched,
677 .sync = synchronize_rcu_tasks,
936 if (gp_sync1 && cur_ops->sync) in rcu_torture_writer()
938 else if (gp_sync && !cur_ops->sync) in rcu_torture_writer()
[all …]
DMakefile1 obj-y += update.o sync.o
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_gem.c119 } *sync; member
1044 (omap_obj->sync->write_complete < waiter->write_target)) in is_waiting()
1047 (omap_obj->sync->read_complete < waiter->read_target)) in is_waiting()
1081 if (!omap_obj->sync) { in sync_op()
1082 omap_obj->sync = kzalloc(sizeof(*omap_obj->sync), GFP_ATOMIC); in sync_op()
1083 if (!omap_obj->sync) { in sync_op()
1091 omap_obj->sync->read_pending++; in sync_op()
1093 omap_obj->sync->write_pending++; in sync_op()
1096 omap_obj->sync->read_complete++; in sync_op()
1098 omap_obj->sync->write_complete++; in sync_op()
[all …]
/linux-4.4.14/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.4.14/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()
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 …]
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 …]
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.4.14/drivers/gpu/drm/nouveau/
Dnv50_display.c192 struct nvif_object sync; member
207 nvif_object_fini(&dmac->sync); in nv50_dmac_destroy()
258 &dmac->sync); in nv50_dmac_create()
376 struct nv50_sync sync; member
383 #define nv50_sync(c) (&nv50_head(c)->sync)
401 struct nouveau_bo *sync; member
489 nouveau_bo_wr32(disp->sync, EVO_MAST_NTFY, 0x00000000); in evo_sync()
497 if (evo_sync_wait(disp->sync)) in evo_sync()
512 return nv50_disp(dev)->sync; in nv50_display_crtc_sema()
524 if (nouveau_bo_rd32(flip->disp->sync, flip->chan->addr / 4) == in nv50_display_flip_wait()
[all …]
/linux-4.4.14/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.4.14/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
/linux-4.4.14/Documentation/devicetree/bindings/display/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.4.14/arch/powerpc/xmon/
Dxmon.c252 static inline void sync(void) in sync() function
1354 sync(); in get_function_bounds()
1360 sync(); in get_function_bounds()
1536 sync(); in prregs()
1538 sync(); in prregs()
1602 sync(); in cacheflush()
1611 sync(); in cacheflush()
1643 sync(); in read_spr()
1647 sync(); in read_spr()
1679 sync(); in write_spr()
[all …]
/linux-4.4.14/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.c306 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
328 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
350 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
372 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
394 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
416 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
Dzylonite.c154 .sync = FB_SYNC_VERT_HIGH_ACT,
168 .sync = FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT,
188 .sync = 0,
201 .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.4.14/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.4.14/arch/mips/include/asm/mach-malta/
Dkernel-entry-init.h87 sync
96 sync
139 sync
/linux-4.4.14/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.4.14/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.4.14/arch/avr32/boards/atngw100/
Devklcd10x.c44 .sync = 0,
82 .sync = 0,
120 .sync = 0,
Dmrmt.c70 .sync = 0,
113 .sync = 0,
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dmax8952.txt14 - max8952,sync-freq: sync frequency, must be one of following values:
43 max8952,sync-freq = <0>;
/linux-4.4.14/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.4.14/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.4.14/kernel/irq/
Dpm.c125 bool sync; in suspend_device_irqs() local
130 sync = suspend_device_irq(desc); in suspend_device_irqs()
133 if (sync) in suspend_device_irqs()
/linux-4.4.14/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.4.14/mm/
Dbacking-dev.c898 void clear_wb_congested(struct bdi_writeback_congested *congested, int sync) in clear_wb_congested() argument
900 wait_queue_head_t *wqh = &congestion_wqh[sync]; in clear_wb_congested()
903 bit = sync ? WB_sync_congested : WB_async_congested; in clear_wb_congested()
905 atomic_dec(&nr_wb_congested[sync]); in clear_wb_congested()
912 void set_wb_congested(struct bdi_writeback_congested *congested, int sync) in set_wb_congested() argument
916 bit = sync ? WB_sync_congested : WB_async_congested; in set_wb_congested()
918 atomic_inc(&nr_wb_congested[sync]); in set_wb_congested()
931 long congestion_wait(int sync, long timeout) in congestion_wait() argument
936 wait_queue_head_t *wqh = &congestion_wqh[sync]; in congestion_wait()
968 long wait_iff_congested(struct zone *zone, int sync, long timeout) in wait_iff_congested() argument
[all …]
/linux-4.4.14/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.h160 int (*sync)(struct inode *inode, bool datasync); member
231 extern int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp, bool sync);
276 int pnfs_layoutcommit_inode(struct inode *inode, bool sync);
512 return NFS_SERVER(inode)->pnfs_curr_ld->sync(inode, datasync); in pnfs_sync_inode()
698 static inline int pnfs_layoutcommit_inode(struct inode *inode, bool sync) in pnfs_layoutcommit_inode() argument
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/drivers/gpu/drm/i915/
Ddvo_ns2501.c205 uint8_t sync; /* configuration of the C0 register */ member
232 .sync = NS2501_C0_ENABLE | NS2501_C0_VSYNC,
251 .sync = NS2501_C0_ENABLE |
271 .sync = NS2501_C0_ENABLE | NS2501_C0_VSYNC,
640 ns2501_writeb(dvo, NS2501_REGC0, conf->sync); in ns2501_mode_set()
662 ns2501_writeb(dvo, NS2501_REGC0, ns->conf->sync | 0x08); in ns2501_dpms()
678 ns2501_writeb(dvo, NS2501_REGC0, ns->conf->sync); in ns2501_dpms()
/linux-4.4.14/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.4.14/arch/powerpc/platforms/powernv/
Dsubcore-asm.S31 sync
54 sync
/linux-4.4.14/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()
510 objios->sync = 0 != (how & FLUSH_SYNC); in objio_write_pagelist()
513 if (!objios->sync) in objio_write_pagelist()
524 if (objios->sync) in objio_write_pagelist()
637 .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.4.14/arch/powerpc/kernel/vdso32/
Dcacheflush.S49 sync
79 sync
/linux-4.4.14/arch/powerpc/kernel/vdso64/
Dcacheflush.S49 sync
79 sync
/linux-4.4.14/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.4.14/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.4.14/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.c2278 bool sync; in wacom_wac_irq() local
2282 sync = wacom_penpartner_irq(wacom_wac); in wacom_wac_irq()
2286 sync = wacom_pl_irq(wacom_wac); in wacom_wac_irq()
2293 sync = wacom_graphire_irq(wacom_wac); in wacom_wac_irq()
2297 sync = wacom_ptu_irq(wacom_wac); in wacom_wac_irq()
2301 sync = wacom_dtu_irq(wacom_wac); in wacom_wac_irq()
2306 sync = wacom_dtus_irq(wacom_wac); in wacom_wac_irq()
2326 sync = wacom_intuos_irq(wacom_wac); in wacom_wac_irq()
2330 sync = wacom_intuos_bt_irq(wacom_wac, len); in wacom_wac_irq()
2335 sync = wacom_24hdt_irq(wacom_wac); in wacom_wac_irq()
[all …]
/linux-4.4.14/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.4.14/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.4.14/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.4.14/drivers/scsi/pcmcia/
Dnsp_cs.c450 sync_data *sync = &(data->Sync[target]); in nsp_analyze_sdtr() local
458 period = sync->SyncPeriod; in nsp_analyze_sdtr()
459 offset = sync->SyncOffset; in nsp_analyze_sdtr()
482 sync->SyncPeriod = 0; in nsp_analyze_sdtr()
483 sync->SyncOffset = 0; in nsp_analyze_sdtr()
484 sync->SyncRegister = 0; in nsp_analyze_sdtr()
485 sync->AckWidth = 0; in nsp_analyze_sdtr()
490 sync->SyncRegister = (sync_table->chip_period << SYNCREG_PERIOD_SHIFT) | in nsp_analyze_sdtr()
492 sync->AckWidth = sync_table->ack_width; in nsp_analyze_sdtr()
494 nsp_dbg(NSP_DEBUG_SYNC, "sync_reg=0x%x, ack_width=0x%x", sync->SyncRegister, sync->AckWidth); in nsp_analyze_sdtr()
[all …]
/linux-4.4.14/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.4.14/arch/ia64/lib/
Dflush.S56 sync.i
111 sync.i
/linux-4.4.14/arch/arm/mach-nspire/
Dclcd.c24 .sync = 0,
48 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/block/
Dblk-core.c66 static void blk_clear_congested(struct request_list *rl, int sync) in blk_clear_congested() argument
69 clear_wb_congested(rl->blkg->wb_congested, sync); in blk_clear_congested()
76 clear_wb_congested(rl->q->backing_dev_info.wb.congested, sync); in blk_clear_congested()
80 static void blk_set_congested(struct request_list *rl, int sync) in blk_set_congested() argument
83 set_wb_congested(rl->blkg->wb_congested, sync); in blk_set_congested()
87 set_wb_congested(rl->q->backing_dev_info.wb.congested, sync); in blk_set_congested()
935 static void __freed_request(struct request_list *rl, int sync) in __freed_request() argument
939 if (rl->count[sync] < queue_congestion_off_threshold(q)) in __freed_request()
940 blk_clear_congested(rl, sync); in __freed_request()
942 if (rl->count[sync] + 1 <= q->nr_requests) { in __freed_request()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_dcb.c687 u8 i, tc, err, sync, oper; in i40e_cee_to_dcb_config() local
728 sync = (status & I40E_TLV_STATUS_SYNC) ? 1 : 0; in i40e_cee_to_dcb_config()
731 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
744 sync = (status & I40E_TLV_STATUS_SYNC) ? 1 : 0; in i40e_cee_to_dcb_config()
747 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
760 sync = (status & I40E_TLV_STATUS_SYNC) ? 1 : 0; in i40e_cee_to_dcb_config()
763 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
/linux-4.4.14/arch/avr32/mach-at32ap/
Dpm-at32ap700x.S129 sync 0 /* flush write buffer */
147 sync 0 /* flush write buffer */
/linux-4.4.14/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.4.14/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()
432 if (s->sync) in saa6588_g_tuner()
/linux-4.4.14/arch/arm/boot/dts/
Domap3-n950-n9.dtsi130 gpmc,sync-read;
131 gpmc,sync-write;
158 gpmc,sync-clk-ps = <15000>;
Domap4-duovero-parlor.dts167 gpmc,sync-read;
168 gpmc,sync-write;
170 gpmc,sync-clk-ps = <20000>;
Domap2420-n8x0-common.dtsi52 gpmc,sync-read;
76 gpmc,sync-clk-ps = <27000>;
/linux-4.4.14/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.4.14/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.4.14/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.4.14/Documentation/devicetree/bindings/iommu/
Darm,smmu-v3.txt27 * "cmdq-sync" - CMD_SYNC complete
55 interrupt-names = "eventq", "priq", "cmdq-sync", "gerror";
/linux-4.4.14/tools/testing/selftests/pstore/
Dpstore_crash_test25 sync
/linux-4.4.14/arch/mips/kernel/
Drelocate_kernel.S97 sync
136 sync
/linux-4.4.14/arch/m68k/
Dinstall.sh52 sync
/linux-4.4.14/arch/nios2/boot/
Dinstall.sh52 sync
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
Dstrcop.h19 unsigned char sync : 1; member
/linux-4.4.14/drivers/staging/android/
DMakefile9 obj-$(CONFIG_SYNC) += sync.o sync_debug.o
DKconfig56 A sync object driver that uses a 32bit counter to coordinate
65 Provides a user space API to the sw sync object.
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/avr32/boards/merisc/
Ddisplay.c31 .sync = 0,
/linux-4.4.14/Documentation/
Dsysrq.txt24 16 = 0x10 - enable sync command
109 's' - Will attempt to sync all mounted filesystems.
151 sync(s) and umount(u) first.
156 sync(s) is great when your system is locked up, it allows you to sync your
158 that the sync hasn't taken place until you see the "OK" and "Done" appear
162 umount(u) is basically useful in the same ways as sync(s). I generally sync(s),
/linux-4.4.14/include/video/
Dsa1100fb.h45 u_char sync; member
/linux-4.4.14/include/media/davinci/
Dvpss.h110 void vpss_set_sync_pol(struct vpss_sync_pol sync);
/linux-4.4.14/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.4.14/arch/arm/mach-imx/
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,
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/Documentation/video4linux/
Dnot-in-cx2388x-datasheet.txt37 0x47 is the sync byte for MPEG-2 transport stream packets.
/linux-4.4.14/arch/sh/boards/
Dboard-sh7785lcr.c154 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
167 .sync = 0,
/linux-4.4.14/drivers/staging/board/
Darmadillo800eva.c41 .sync = 0,
/linux-4.4.14/arch/powerpc/sysdev/
D6xx-suspend.S40 sync
/linux-4.4.14/arch/mips/include/asm/mach-paravirt/
Dkernel-entry-init.h46 sync
/linux-4.4.14/arch/arm/include/asm/
Doutercache.h35 void (*sync)(void); member
/linux-4.4.14/arch/arm/mm/
Dcache-l2x0.c258 .sync = l2c210_sync,
423 .sync = l2c220_sync,
787 .sync = l2c210_sync,
1095 .sync = l2c210_sync,
1115 .sync = l2c220_sync,
1268 .sync = l2c210_sync,
1476 .sync = aurora_cache_sync,
1648 .sync = l2c210_sync,
/linux-4.4.14/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h69 sync
122 sync
/linux-4.4.14/tools/build/feature/
DMakefile8 test-sync-compare-and-swap.bin \
155 test-sync-compare-and-swap.bin:
/linux-4.4.14/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.4.14/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.4.14/drivers/base/regmap/
Dregcache.c347 if (map->cache_ops->sync) in regcache_sync()
348 ret = map->cache_ops->sync(map, 0, map->max_register); in regcache_sync()
406 if (map->cache_ops->sync) in regcache_sync_region()
407 ret = map->cache_ops->sync(map, min, max); in regcache_sync_region()
/linux-4.4.14/drivers/video/fbdev/kyro/
Dfbdev.c462 var->sync |= FB_SYNC_HOR_HIGH_ACT; in kyrofb_check_var()
464 var->sync |= FB_SYNC_VERT_HIGH_ACT; in kyrofb_check_var()
514 par->HSP = (info->var.sync & FB_SYNC_HOR_HIGH_ACT) ? 1 : 0; in kyrofb_set_par()
515 par->VSP = (info->var.sync & FB_SYNC_VERT_HIGH_ACT) ? 1 : 0; in kyrofb_set_par()
/linux-4.4.14/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()
364 src->sync.val = 0; in rsnd_src_init()
385 src->sync.val = 0; in rsnd_src_quit()
963 &src->sync, 192000); in rsnd_src_pcm_new_gen2()
/linux-4.4.14/drivers/s390/cio/
Dorb.h23 u32 sync:1; /* synchronize control */ member
/linux-4.4.14/Documentation/devicetree/bindings/net/ieee802154/
Dat86rf230.txt7 sync or async operation mode

1234