Searched refs:sync (Results 1 - 25 of 242) sorted by relevance

12345678910

/drivers/clk/tegra/
H A Dclk-audio-sync.c26 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); local
28 return sync->rate;
34 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); local
36 if (rate > sync->max_rate)
45 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); local
47 sync->rate = rate;
60 struct tegra_clk_sync_source *sync; local
64 sync = kzalloc(sizeof(*sync), GFP_KERNEL);
65 if (!sync) {
[all...]
H A DMakefile2 obj-y += clk-audio-sync.o
/drivers/staging/android/
H A DMakefile11 obj-$(CONFIG_SYNC) += sync.o sync_debug.o
/drivers/net/ethernet/sfc/
H A Dmdio_10g.h46 bool sync; local
52 sync = !!(lane_status & MDIO_PHYXS_LNSTAT_ALIGN);
53 if (!sync)
56 return sync;
/drivers/video/fbdev/
H A 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,
H A 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;
/drivers/media/dvb-frontends/
H A Dves1820.c243 int sync; local
246 sync = ves1820_readreg(state, 0x11);
248 if (sync & 1)
251 if (sync & 2)
254 if (sync & 2) /* XXX FIXME! */
257 if (sync & 4)
260 if (sync & 8)
317 int sync; local
320 sync = ves1820_readreg(state, 0x11);
324 printk(sync
[all...]
H A Dtda10021.c314 int sync; local
322 sync = tda10021_readreg (state, 0x11);
324 if (sync & 2)
327 if (sync & 4)
330 if (sync & 8)
393 int sync; local
396 sync = tda10021_readreg(state, 0x11);
400 printk(sync & 2 ? "DVB: TDA10021(%d): AFC (%d) %dHz\n" :
412 if (sync & 2)
H A Dtda10023.c382 int sync; local
390 sync = tda10023_readreg (state, 0x11);
392 if (sync & 2)
395 if (sync & 4)
398 if (sync & 8)
463 int sync,inv; local
466 sync = tda10023_readreg(state, 0x11);
472 printk(sync & 2 ? "DVB: TDA10023(%d): AFC (%d) %dHz\n" :
484 if (sync & 2)
H A Dves1x93.c304 u8 sync = ves1x93_readreg (state, 0x0e); local
307 * The ves1893 sometimes returns sync values that make no sense,
316 while ((sync & 0x03) != 0x03 && (sync & 0x0c) && maxtry--) {
318 sync = ves1x93_readreg (state, 0x0e);
323 if (sync & 1)
326 if (sync & 2)
329 if (sync & 4)
332 if (sync & 8)
335 if ((sync
[all...]
H A Dtda8083.c248 u8 sync = tda8083_readreg (state, 0x02); local
255 if (sync & 0x01)
258 if (sync & 0x02)
261 if (sync & 0x10)
264 if (sync & 0x20) /* frontend can not lock */
267 if ((sync & 0x1f) == 0x1f)
/drivers/gpu/drm/omapdrm/
H A Domap_gem.c42 #define OMAP_BO_EXT_SYNC 0x02000000 /* externally allocated sync object */
99 * sync-object allocated on demand (if needed)
101 * Per-buffer sync-object for tracking pending and completed hw/dma
106 * Note that when buffer is used by SGX, the sync-object needs to be
107 * allocated from a special heap of sync-objects. This way many sync
119 } *sync; member in struct:omap_gem_object
709 /* sync the buffer for DMA access */
1046 (omap_obj->sync->write_complete < waiter->write_target))
1049 (omap_obj->sync
[all...]
/drivers/md/
H A Ddm-log.c234 enum sync { enum in struct:log_c
236 NOSYNC, /* Devices known to be already in sync */
237 FORCESYNC, /* Force a sync to happen */
238 } sync; member in struct:log_c
325 if (log->sync != DEFAULTSYNC || log->header.magic != MIRROR_MAGIC) {
358 * argv contains region_size followed optionally by [no]sync
365 enum sync sync = DEFAULTSYNC; local
380 if (!strcmp(argv[1], "sync"))
381 sync
[all...]
/drivers/net/ethernet/qualcomm/
H A Dqca_spi.c450 qca->sync = QCASPI_SYNC_UNKNOWN;
451 netdev_dbg(qca->net_dev, "sync: got CPU on, but signature was invalid, restart\n");
457 netdev_dbg(qca->net_dev, "sync: got CPU on, but wrbuf not empty. reset!\n");
458 qca->sync = QCASPI_SYNC_UNKNOWN;
460 netdev_dbg(qca->net_dev, "sync: got CPU on, now in sync\n");
461 qca->sync = QCASPI_SYNC_READY;
467 switch (qca->sync) {
472 qca->sync = QCASPI_SYNC_UNKNOWN;
473 netdev_dbg(qca->net_dev, "sync
[all...]
H A Dqca_spi.h45 /* sync related constants */
52 /* sync events */
93 u8 sync; member in struct:qcaspi
H A Dqca_7k.c37 if (qca->sync != QCASPI_SYNC_READY)
41 qca->sync = QCASPI_SYNC_UNKNOWN;
/drivers/net/wireless/rt2x00/
H A Drt2x00config.c42 conf.sync = TSF_SYNC_ADHOC;
47 conf.sync = TSF_SYNC_AP_NONE;
50 conf.sync = TSF_SYNC_INFRA;
53 conf.sync = TSF_SYNC_NONE;
/drivers/s390/cio/
H A Dorb.h23 u32 sync:1; /* synchronize control */ member in struct:cmd_orb
/drivers/video/fbdev/geode/
H A Dvideo_gx.c210 /* Configure sync polarity */
212 if (!(info->var.sync & FB_SYNC_VERT_HIGH_ACT))
215 if (!(info->var.sync & FB_SYNC_HOR_HIGH_ACT))
253 /* Set default sync skew. */
270 /* Only change the sync polarities if we are running
273 if (!(info->var.sync & FB_SYNC_HOR_HIGH_ACT))
275 if (!(info->var.sync & FB_SYNC_VERT_HIGH_ACT))
H A Dvideo_cs5530.c113 /* Set default sync skew and power sequence delays. */
129 if (info->var.sync & FB_SYNC_HOR_HIGH_ACT)
131 if (info->var.sync & FB_SYNC_VERT_HIGH_ACT)
/drivers/video/fbdev/sis/
H A Dinitextlfb.c135 var->sync &= ~FB_SYNC_VERT_HIGH_ACT;
137 var->sync |= FB_SYNC_VERT_HIGH_ACT;
140 var->sync &= ~FB_SYNC_HOR_HIGH_ACT;
142 var->sync |= FB_SYNC_HOR_HIGH_ACT;
/drivers/rtc/
H A Drtc-88pm860x.c34 int (*sync)(unsigned int ticks); member in struct:pm860x_rtc_info
158 if (info->sync)
159 info->sync(ticks);
372 if (pdata && pdata->sync) {
373 pdata->sync(ticks);
374 info->sync = pdata->sync;
/drivers/gpu/drm/nouveau/
H A Dnv50_display.c50 /* offsets in shared sync bo of various structures */
170 struct nvif_object sync; member in struct:nv50_dmac
183 nvif_object_fini(&dmac->sync);
234 &dmac->sync);
351 struct nv50_sync sync; member in struct:nv50_head
358 #define nv50_sync(c) (&nv50_head(c)->sync)
376 struct nouveau_bo *sync; member in struct:nv50_disp
447 nouveau_bo_wr32(disp->sync, EVO_MAST_NTFY, 0x00000000);
454 if (nv_wait_cb(nvkm_device(device), evo_sync_wait, disp->sync))
467 return nv50_disp(dev)->sync;
519 struct nv50_sync *sync = nv50_sync(crtc); local
2435 struct nv50_sync *sync = nv50_sync(crtc); local
[all...]
H A Dnouveau_fence.h39 int (*sync)(struct nouveau_fence *, struct nouveau_channel *, member in struct:nouveau_fence_chan
/drivers/macintosh/
H A Dadb-iop.c217 int adb_iop_send_request(struct adb_request *req, int sync) argument
224 if (sync) {

Completed in 441 milliseconds

12345678910