/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | cache.S | 49 sync 56 sync 62 sync 64 sync 85 sync 92 sync 95 sync 100 sync 110 3: sync 114 3: sync [all …]
|
D | sleep.S | 173 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/ |
D | l2cr_6xx.S | 111 sync 118 sync 129 sync 131 sync 167 sync 169 sync 193 sync 207 sync 209 sync 213 21: sync [all …]
|
D | cpu_setup_ppc970.S | 33 sync 36 sync 39 sync 42 sync 55 sync 109 sync 116 sync 160 sync 163 sync 167 sync [all …]
|
D | misc_64.S | 94 sync 140 sync 166 sync 168 sync 174 sync 177 sync 191 sync 197 sync 231 sync 259 sync [all …]
|
D | cpu_setup_6xx.S | 94 1: sync 96 sync 98 sync 109 sync 111 sync /* on 604e/604r */ 113 sync 152 sync 154 sync 180 sync 261 sync [all …]
|
D | misc_32.S | 186 sync 189 sync 211 sync 214 sync 230 sync 232 sync 263 sync 265 sync 268 sync 270 sync [all …]
|
D | idle_6xx.S | 99 sync 101 sync 136 sync 145 1: sync 177 sync
|
D | swsusp_32.S | 142 sync 157 sync 160 sync 205 sync 215 sync 307 sync 347 sync
|
D | idle_power4.S | 60 sync 68 1: sync
|
D | head_64.S | 135 sync 325 sync /* order paca.run and cur_cpu_spec */ 348 sync 568 sync 572 sync 609 sync 612 sync
|
D | head_44x.S | 784 sync 829 sync 864 sync 909 sync 914 sync 941 sync 1055 sync 1072 sync 1117 sync 1154 sync
|
D | swsusp_asm64.S | 147 sync 186 sync 260 sync
|
D | head_32.S | 796 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
|
D | head_fsl_booke.S | 963 sync 981 sync 994 sync 1007 sync 1212 sync 1214 sync 1260 sync 1266 sync 1299 sync
|
D | reloc_32.S | 192 sync /* Ensure the data is flushed before icbi */ 202 sync /* Wait for the flush to finish */
|
/linux-4.4.14/drivers/clk/tegra/ |
D | clk-audio-sync.c | 26 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/ |
D | mpc52xx_sleep.S | 15 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 …]
|
D | lite5200_sleep.S | 29 sync; \ 96 sync; isync; 98 sync; isync; 113 sync 117 sync 122 sync 135 sync 146 sync 156 sync 159 sync [all …]
|
D | mpc52xx_common.c | 286 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/ |
D | amdgpu_sync.c | 47 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 …]
|
D | amdgpu_ib.c | 78 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/ |
D | radeon_sync.c | 42 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 …]
|
D | rv770_dma.c | 48 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()
|
D | evergreen_dma.c | 114 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()
|
D | radeon_ib.c | 67 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()
|
D | si_dma.c | 237 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()
|
D | r600_dma.c | 445 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()
|
D | cik_sdma.c | 585 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/ |
D | misc_44x.S | 23 sync 25 sync 28 sync 30 sync 37 sync 39 sync 42 sync 44 sync
|
/linux-4.4.14/arch/parisc/kernel/ |
D | perf_asm.S | 59 sync ; follow ERS 176 sync 212 sync 224 sync 236 sync 320 sync 344 sync 356 sync 404 sync 416 sync [all …]
|
D | pacache.S | 253 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/ |
D | sleeper.S | 78 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/ |
D | cfserl.c | 25 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 …]
|
D | cfrfml.c | 31 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/ |
D | z8530book.xml.db | 2 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/ |
D | compaction.h | 161 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",
|
D | jbd2.h | 197 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/ |
D | synch.h | 34 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"
|
D | cache.h | 52 sync; \ 54 sync; \
|
D | emulated_ops.h | 46 struct ppc_emulated_entry sync; member
|
/linux-4.4.14/include/linux/ |
D | backing-dev-defs.h | 180 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()
|
D | rmap.h | 189 spinlock_t **ptlp, int sync) in page_check_address() argument 194 ptlp, sync)); in page_check_address()
|
D | adb.h | 34 int (*send_request)(struct adb_request *req, int sync);
|
/linux-4.4.14/fs/ntfs/ |
D | mft.h | 80 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/ |
D | ves1820.c | 245 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 …]
|
D | ves1x93.c | 307 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()
|
D | tda10021.c | 315 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()
|
D | tda10023.c | 383 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()
|
D | stv0288.c | 369 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()
|
D | tda8083.c | 255 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()
|
D | cx24110.c | 445 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()
|
D | l64781.c | 365 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()
|
D | cx22700.c | 263 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()
|
D | stv0299.c | 490 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()
|
D | cx24123.c | 837 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/ |
D | timex.h | 120 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/ |
D | Makefile | 127 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
|
D | install.sh | 57 sync
|
/linux-4.4.14/drivers/md/ |
D | dm-log.c | 234 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/ |
D | sync.c | 33 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()
|
D | rcutorture.c | 251 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 …]
|
D | Makefile | 1 obj-y += update.o sync.o
|
/linux-4.4.14/drivers/gpu/drm/omapdrm/ |
D | omap_gem.c | 119 } *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/ |
D | mdio_10g.h | 46 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/ |
D | amba-clcd-versatile.c | 20 .sync = 0, 44 .sync = 0, 69 .sync = 0, 93 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 118 .sync = 0,
|
D | macmodes.c | 114 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()
|
D | mx3fb.c | 149 .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 …]
|
D | atafb.c | 128 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 …]
|
D | fsl-diu-fb.c | 72 .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 …]
|
D | mxsfb.c | 183 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()
|
D | pxa168fb.c | 190 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()
|
D | sh_mobile_hdmi.c | 407 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/ |
D | nv50_display.c | 192 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/ |
D | dev_addr_lists.c | 26 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/ |
D | qca_spi.c | 449 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 …]
|
D | qca_7k.c | 37 if (qca->sync != QCASPI_SYNC_READY) in qcaspi_spi_error() 41 qca->sync = QCASPI_SYNC_UNKNOWN; in qcaspi_spi_error()
|
D | qca_spi.h | 93 u8 sync; member
|
/linux-4.4.14/Documentation/devicetree/bindings/display/tilcdc/ |
D | panel.txt | 11 - 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/ |
D | xmon.c | 252 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/ |
D | cm-x2xx.c | 210 .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 |
|
D | lpd270.c | 306 .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,
|
D | zylonite.c | 154 .sync = FB_SYNC_VERT_HIGH_ACT, 168 .sync = FB_SYNC_HOR_HIGH_ACT|FB_SYNC_VERT_HIGH_ACT, 188 .sync = 0, 201 .sync = 0,
|
D | vpac270.c | 495 .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,
|
D | am200epd.c | 56 .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,
|
D | littleton.c | 162 .sync = 0, 176 .sync = 0,
|
/linux-4.4.14/arch/powerpc/mm/ |
D | hash_low_32.S | 470 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 …]
|
D | tlb_nohash_low.S | 55 sync 97 sync 129 sync 212 sync 228 sync 378 sync
|
/linux-4.4.14/arch/mips/include/asm/mach-malta/ |
D | kernel-entry-init.h | 87 sync 96 sync 139 sync
|
/linux-4.4.14/fs/ubifs/ |
D | journal.c | 287 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/ |
D | timestamping.c | 91 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/ |
D | evklcd10x.c | 44 .sync = 0, 82 .sync = 0, 120 .sync = 0,
|
D | mrmt.c | 70 .sync = 0, 113 .sync = 0,
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | max8952.txt | 14 - max8952,sync-freq: sync frequency, must be one of following values: 43 max8952,sync-freq = <0>;
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
D | initextlfb.c | 135 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/ |
D | wait.c | 291 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/ |
D | pm.c | 125 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/ |
D | README.syncppp | 9 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/ |
D | backing-dev.c | 898 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/ |
D | fscache.h | 147 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
|
D | pnfs.h | 160 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/ |
D | rtc-88pm860x.c | 34 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/ |
D | i810_dvt.c | 265 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()
|
D | i810_gtf.c | 190 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/ |
D | video_gx.c | 212 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()
|
D | video_cs5530.c | 129 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/ |
D | fsl-sai.txt | 40 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
|
D | nvidia,tegra20-ac97.txt | 20 - nvidia,codec-sync-gpio : The Tegra GPIO controller's phandle and the number 30 nvidia,codec-sync-gpio = <&gpio 120 0>;
|
D | soc-ac97link.txt | 11 - ac97-gpios: List of gpio phandles with args in the order ac97-sync,
|
/linux-4.4.14/Documentation/bus-devices/ |
D | ti-gpmc.txt | 57 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/ |
D | dvo_ns2501.c | 205 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/ |
D | sis7019.c | 225 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/ |
D | subcore-asm.S | 31 sync 54 sync
|
/linux-4.4.14/fs/nfs/objlayout/ |
D | objio_osd.c | 80 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,
|
D | objlayout.h | 148 ssize_t status, bool sync); 150 ssize_t status, bool sync);
|
D | objlayout.c | 242 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/ |
D | cacheflush.S | 49 sync 79 sync
|
/linux-4.4.14/arch/powerpc/kernel/vdso64/ |
D | cacheflush.S | 49 sync 79 sync
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | usb-tusb6010.c | 165 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/ |
D | clps711x-keypad.c | 41 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/ |
D | hid-wiimote.h | 126 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()
|
D | wacom_wac.c | 2278 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/ |
D | rt2x00config.c | 42 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/ |
D | vpss.c | 214 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()
|
D | isif.c | 549 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/ |
D | dsp_blowfish.c | 465 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/ |
D | nsp_cs.c | 450 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/ |
D | cpm-serial.c | 155 sync(); in cpm_serial_open() 170 sync(); in cpm_serial_putc() 190 sync(); in cpm_serial_getc()
|
D | gamecube-head.S | 107 sync
|
D | io.h | 87 static inline void sync(void) in sync() function
|
D | wii-head.S | 131 sync
|
/linux-4.4.14/arch/ia64/lib/ |
D | flush.S | 56 sync.i 111 sync.i
|
/linux-4.4.14/arch/arm/mach-nspire/ |
D | clcd.c | 24 .sync = 0, 48 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
|
/linux-4.4.14/Documentation/fb/ |
D | ep93xx-fb.txt | 60 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.
|
D | framebuffer.txt | 207 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
|
D | api.txt | 208 __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/ |
D | via-maciisi.c | 82 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()
|
D | macio-adb.c | 66 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()
|
D | adb-iop.c | 217 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()
|
D | via-macii.c | 86 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/ |
D | tvp7002.txt | 19 - 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/ |
D | lart.c | 42 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 70 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
|
D | shannon.c | 68 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
|
/linux-4.4.14/include/linux/amba/ |
D | clcd.h | 213 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/ |
D | blk-core.c | 66 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/ |
D | i40e_dcb.c | 687 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/ |
D | pm-at32ap700x.S | 129 sync 0 /* flush write buffer */ 147 sync 0 /* flush write buffer */
|
/linux-4.4.14/arch/arm/mach-integrator/ |
D | impd1.c | 89 .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/ |
D | saa6588.c | 79 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/ |
D | omap3-n950-n9.dtsi | 130 gpmc,sync-read; 131 gpmc,sync-write; 158 gpmc,sync-clk-ps = <15000>;
|
D | omap4-duovero-parlor.dts | 167 gpmc,sync-read; 168 gpmc,sync-write; 170 gpmc,sync-clk-ps = <20000>;
|
D | omap2420-n8x0-common.dtsi | 52 gpmc,sync-read; 76 gpmc,sync-clk-ps = <27000>;
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | modedb.c | 622 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()
|
D | fbcvt.c | 282 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()
|
D | fbmon.c | 404 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/ |
D | via_dmablit.c | 758 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/ |
D | farsync.c | 1855 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 …]
|
D | z85230.c | 796 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/ |
D | arm,smmu-v3.txt | 27 * "cmdq-sync" - CMD_SYNC complete 55 interrupt-names = "eventq", "priq", "cmdq-sync", "gerror";
|
/linux-4.4.14/tools/testing/selftests/pstore/ |
D | pstore_crash_test | 25 sync
|
/linux-4.4.14/arch/mips/kernel/ |
D | relocate_kernel.S | 97 sync 136 sync
|
/linux-4.4.14/arch/m68k/ |
D | install.sh | 52 sync
|
/linux-4.4.14/arch/nios2/boot/ |
D | install.sh | 52 sync
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/ |
D | strcop.h | 19 unsigned char sync : 1; member
|
/linux-4.4.14/drivers/staging/android/ |
D | Makefile | 9 obj-$(CONFIG_SYNC) += sync.o sync_debug.o
|
D | Kconfig | 56 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/ |
D | dm-raid.txt | 51 [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/ |
D | jfs_logmgr.c | 967 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 …]
|
D | jfs_logmgr.h | 294 __le32 sync; /* 4: syncpt address (0 = here) */ member 408 int sync; /* 4: addr from last logsync() */ member
|
/linux-4.4.14/Documentation/input/ |
D | walkera0701.txt | 80 (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/ |
D | cfq-iosched.txt | 98 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/ |
D | soc-jack.c | 80 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/ |
D | display.c | 31 .sync = 0,
|
/linux-4.4.14/Documentation/ |
D | sysrq.txt | 24 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/ |
D | sa1100fb.h | 45 u_char sync; member
|
/linux-4.4.14/include/media/davinci/ |
D | vpss.h | 110 void vpss_set_sync_pol(struct vpss_sync_pol sync);
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | sh-msiof.txt | 33 - 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/ |
D | mach-vpr200.c | 67 .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/ |
D | vx_uer.c | 33 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/ |
D | pnx833x.h | 172 #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/ |
D | sst_ipc.c | 125 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()
|
D | sst_pvt.c | 232 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()
|
D | sst.h | 453 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/ |
D | radeon_monitor.c | 701 (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/ |
D | not-in-cx2388x-datasheet.txt | 37 0x47 is the sync byte for MPEG-2 transport stream packets.
|
/linux-4.4.14/arch/sh/boards/ |
D | board-sh7785lcr.c | 154 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 167 .sync = 0,
|
/linux-4.4.14/drivers/staging/board/ |
D | armadillo800eva.c | 41 .sync = 0,
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | 6xx-suspend.S | 40 sync
|
/linux-4.4.14/arch/mips/include/asm/mach-paravirt/ |
D | kernel-entry-init.h | 46 sync
|
/linux-4.4.14/arch/arm/include/asm/ |
D | outercache.h | 35 void (*sync)(void); member
|
/linux-4.4.14/arch/arm/mm/ |
D | cache-l2x0.c | 258 .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/ |
D | kernel-entry-init.h | 69 sync 122 sync
|
/linux-4.4.14/tools/build/feature/ |
D | Makefile | 8 test-sync-compare-and-swap.bin \ 155 test-sync-compare-and-swap.bin:
|
/linux-4.4.14/Documentation/sound/alsa/soc/ |
D | DAI.txt | 45 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/ |
D | tusb6010.c | 1111 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/ |
D | regcache.c | 347 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/ |
D | fbdev.c | 462 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/ |
D | src.c | 26 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/ |
D | orb.h | 23 u32 sync:1; /* synchronize control */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ieee802154/ |
D | at86rf230.txt | 7 sync or async operation mode
|