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

1234567891011>>

/linux-master/drivers/video/fbdev/aty/
H A Dradeon_monitor.c700 (var->sync & FB_SYNC_HOR_HIGH_ACT) != 0;
702 (var->sync & FB_SYNC_VERT_HIGH_ACT) != 0;
728 var->sync = mode->sync;
816 var->sync = 0;
818 var->sync |= FB_SYNC_HOR_HIGH_ACT;
820 var->sync |= FB_SYNC_VERT_HIGH_ACT;
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c16 static void calculate_hps_source_and_sync(struct saa7146_dev *dev, int source, int sync, u32* hps_ctrl) argument
19 *hps_ctrl |= (source << 30) | (sync << 28);
314 int sync = vv->current_hps_sync; local
331 calculate_hps_source_and_sync(dev, source, sync, &hps_ctrl);
357 void saa7146_set_hps_source_and_sync(struct saa7146_dev *dev, int source, int sync) argument
366 hps_ctrl |= (source << 30) | (sync << 28);
373 vv->current_hps_sync = sync;
733 DEB_CAP("forcing sync to new frame\n");
/linux-master/drivers/usb/musb/
H A Dtusb6010.c1110 void __iomem *sync = NULL; local
1128 /* dma address for sync dma */
1131 pr_debug("no sync dma resource?\n");
1135 musb->sync = mem->start;
1137 sync = ioremap(mem->start, resource_size(mem));
1138 if (!sync) {
1139 pr_debug("ioremap for sync failed\n");
1143 musb->sync_va = sync;
1165 if (sync)
1166 iounmap(sync);
[all...]
/linux-master/arch/arm/mm/
H A Dcache-l2x0.c162 * The L2C-2x0 PA, set/way and sync operations are atomic, but we must
170 * Never has a different sync register other than L2X0_CACHE_SYNC, but
253 .sync = l2c210_sync,
264 * sync register here.
418 .sync = l2c220_sync,
426 * Very similar to L2C-210, the PA, set/way and sync operations are atomic,
459 * Affects: sync
460 * prevents merging writes after the sync operation, until another L2C
775 .sync = l2c210_sync,
858 pr_info("L2C: disabling outer sync\
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dfbmon.c404 mode->sync = 0;
581 mode->sync |= FB_SYNC_HOR_HIGH_ACT;
583 mode->sync |= FB_SYNC_VERT_HIGH_ACT;
928 var->sync |= FB_SYNC_HOR_HIGH_ACT;
930 var->sync |= FB_SYNC_VERT_HIGH_ACT;
1330 fbmode->sync = 0;
1333 fbmode->sync |= FB_SYNC_HOR_HIGH_ACT;
1335 fbmode->sync |= FB_SYNC_VERT_HIGH_ACT;
1366 m->hsync_len, m->vsync_len, m->sync, m->vmode, m->flag);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_timeline.c108 i915_syncmap_init(&timeline->sync);
140 i915_syncmap_free(&timeline->sync);
296 i915_syncmap_free(&tl->sync);
/linux-master/sound/soc/intel/atom/sst/
H A Dsst.h425 struct ipc_post *msg, bool sync);
452 struct ipc_post *ipc_msg, bool sync);
494 bool large, bool fill_dsp, bool sync, bool response);
H A Dsst_ipc.c116 struct ipc_post *ipc_msg, bool sync)
124 dev_dbg(sst_drv_ctx->dev, "Enter: sync: %d\n", sync);
127 if (sync) {
115 sst_post_message_mrfld(struct intel_sst_drv *sst_drv_ctx, struct ipc_post *ipc_msg, bool sync) argument
/linux-master/drivers/staging/sm750fb/
H A Dsm750_hw.c285 (var->sync & FB_SYNC_HOR_HIGH_ACT) ? POS : NEG;
287 (var->sync & FB_SYNC_VERT_HIGH_ACT) ? POS : NEG;
289 (var->sync & FB_SYNC_COMP_HIGH_ACT) ? POS : NEG;
/linux-master/kernel/rcu/
H A Drcutorture.c354 void (*sync)(void); member in struct:rcu_torture_ops
542 .sync = synchronize_rcu,
611 .sync = synchronize_rcu_busted,
730 .sync = srcu_torture_synchronize,
768 .sync = srcu_torture_synchronize,
793 .sync = srcu_torture_synchronize,
838 .sync = synchronize_rcu_trivial,
879 .sync = synchronize_rcu_tasks,
919 .sync = synchronize_rcu_tasks_rude,
971 .sync
1318 do_rtws_sync(struct torture_random_state *trsp, void (*sync)(void)) argument
[all...]
/linux-master/include/uapi/linux/
H A Drio_mport_cdev.h206 __u16 sync; /* Synch method, one of rio_transfer_sync enum */ member in struct:rio_transaction
H A Dif.h220 sync_serial_settings __user *sync; member in union:if_settings::__anon1184
/linux-master/drivers/soc/bcm/brcmstb/pm/
H A Ds3-mips.S100 sync
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mgmt.h174 enum hinic_mgmt_msg_type sync);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnv17_fence.c93 fctx->base.sync = nv17_fence_sync;
/linux-master/arch/powerpc/kernel/
H A Didle_book3s.S209 1: sync
/linux-master/arch/mips/net/
H A Dbpf_jit_comp.h109 #define LLSC_sync(ctx) emit(ctx, sync, 0)
/linux-master/drivers/video/fbdev/omap/
H A Domapfb.h171 void (*sync) (void); member in struct:lcd_ctrl
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtsn_lib.sh208 extra_args="${extra_args} --omit-remote-sync"
241 --sync-threshold 5000 \
/linux-master/kernel/
H A Dtracepoint.c47 static void tp_rcu_get_state(enum tp_transition_sync sync) argument
49 struct tp_transition_snapshot *snapshot = &tp_transition_snapshot[sync];
57 static void tp_rcu_cond_sync(enum tp_transition_sync sync) argument
59 struct tp_transition_snapshot *snapshot = &tp_transition_snapshot[sync];
/linux-master/include/linux/mfd/
H A Ducb1x00.h254 unsigned int ucb1x00_adc_read(struct ucb1x00 *ucb, int adc_channel, int sync);
/linux-master/include/media/drv-intf/
H A Dsaa7146_vv.h155 void saa7146_set_hps_source_and_sync(struct saa7146_dev *saa, int source, int sync);
184 /* sync inputs */
/linux-master/arch/mips/include/asm/
H A Dcmpxchg.h15 #include <asm/sync.h>
/linux-master/sound/pci/emu10k1/
H A Dp16v.c177 runtime->sync.id32[0] = substream->pcm->card->number;
178 runtime->sync.id32[1] = 'P';
179 runtime->sync.id32[2] = 16;
180 runtime->sync.id32[3] = 'V';
/linux-master/arch/sh/boards/mach-sh7763rdp/
H A Dsetup.c120 .sync = 0,

Completed in 274 milliseconds

1234567891011>>