/kernel/linux/linux-5.10/sound/soc/sh/rcar/ |
H A D | src.c | 26 struct rsnd_kctrl_cfg_s sen; /* sync convert enable */ 27 struct rsnd_kctrl_cfg_s sync; /* sync convert */ member 93 convert_rate = src->sync.val; in rsnd_src_convert_rate() 433 * Enable SRC output if you want to use sync convert together with DVC in rsnd_src_start() 459 /* reset sync convert_rate */ in rsnd_src_init() 460 src->sync.val = 0; in rsnd_src_init() 485 /* reset sync convert_rate */ in rsnd_src_quit() 486 src->sync.val = 0; in rsnd_src_quit() 560 * enable SRC sync conver in rsnd_src_pcm_new() [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | l64781.c | 353 int sync = l64781_readreg (state, 0x32); in l64781_read_status() local 364 if (sync & 0x02) /* VCXO locked, this criteria should be ok */ in l64781_read_status() 367 if (sync & 0x20) in l64781_read_status() 370 if (sync & 0x40) in l64781_read_status() 373 if (sync == 0x7f) in l64781_read_status()
|
H A D | stv0299.c | 479 u8 sync = stv0299_readreg (state, 0x1b); in stv0299_read_status() local 481 dprintk ("%s : FE_READ_STATUS : VSTATUS: 0x%02x\n", __func__, sync); in stv0299_read_status() 487 if (sync & 0x80) in stv0299_read_status() 490 if (sync & 0x10) in stv0299_read_status() 493 if (sync & 0x08) in stv0299_read_status() 496 if ((sync & 0x98) == 0x98) in stv0299_read_status()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | timestamping.c | 74 static const unsigned char sync[] = { variable 136 size_t sync_len = ptpv2 ? sizeof(sync_v2) : sizeof(sync); in sendpacket() 137 const void *sync_p = ptpv2 ? sync_v2 : sync; in sendpacket() 157 size_t sync_len = ptpv2 ? sizeof(sync_v2) : sizeof(sync); in printpacket() 158 const void *sync_p = ptpv2 ? sync_v2 : sync; in printpacket()
|
/kernel/linux/linux-6.6/sound/soc/sh/rcar/ |
H A D | src.c | 35 struct rsnd_kctrl_cfg_s sen; /* sync convert enable */ 36 struct rsnd_kctrl_cfg_s sync; /* sync convert */ member 102 convert_rate = src->sync.val; in rsnd_src_convert_rate() 442 * Enable SRC output if you want to use sync convert together with DVC in rsnd_src_start() 468 /* reset sync convert_rate */ in rsnd_src_init() 469 src->sync.val = 0; in rsnd_src_init() 494 /* reset sync convert_rate */ in rsnd_src_quit() 495 src->sync.val = 0; in rsnd_src_quit() 569 * enable SRC sync conver in rsnd_src_pcm_new() [all...] |
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_drm.c | 221 struct vk_sync *sync = NULL; in wsi_create_sync_for_dma_buf_wait() local 222 result = vk_sync_create(device, sync_type, VK_SYNC_IS_SHAREABLE, 0, &sync); in wsi_create_sync_for_dma_buf_wait() 226 result = vk_sync_import_sync_file(device, sync, sync_file_fd); in wsi_create_sync_for_dma_buf_wait() 231 *sync_out = sync; in wsi_create_sync_for_dma_buf_wait() 236 vk_sync_destroy(device, sync); in wsi_create_sync_for_dma_buf_wait()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_3_0_autogen.h | 28 GLenum clientWaitSync(GLsync sync, GLbitfield flags, GLuint64 timeout); \ 42 void deleteSync(GLsync sync); \ 86 void getSynciv(GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values); \ 102 GLboolean isSync(GLsync sync) const; \ 162 void waitSync(GLsync sync, GLbitfield flags, GLuint64 timeout);
|
H A D | ResourceManager.cpp | 324 void SyncManager::DeleteObject(const Context *context, Sync *sync) in DeleteObject() argument 326 sync->release(context); in DeleteObject() 332 Sync *sync = new Sync(factory, handle); in createSync() local 333 sync->addRef(); in createSync() 334 mObjectMap.assign(handle, sync); in createSync()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pxa168fb.c | 186 var->sync = mode->sync; in set_mode() 325 static void set_dma_control1(struct pxa168fb_info *fbi, int sync) in set_dma_control1() argument 341 if (!(sync & FB_SYNC_VERT_HIGH_ACT)) in set_dma_control1() 376 x |= (info->var.sync & FB_SYNC_COMP_HIGH_ACT) ? 0x00000020 : 0; in set_dumb_panel_control() 378 x |= (info->var.sync & FB_SYNC_VERT_HIGH_ACT) ? 0 : 0x00000008; in set_dumb_panel_control() 379 x |= (info->var.sync & FB_SYNC_HOR_HIGH_ACT) ? 0 : 0x00000004; in set_dumb_panel_control() 437 set_dma_control1(fbi, info->var.sync); in pxa168fb_set_par()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | modedb.c | 570 var->sync = mode->sync; in fb_try_mode() 866 mode->sync = var->sync; in fb_var_to_videomode() 914 var->sync = mode->sync; in fb_videomode_to_var() 938 mode1->sync == mode2->sync && in fb_mode_is_equal()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | modedb.c | 570 var->sync = mode->sync; in fb_try_mode() 870 mode->sync = var->sync; in fb_var_to_videomode() 918 var->sync = mode->sync; in fb_videomode_to_var() 942 mode1->sync == mode2->sync && in fb_mode_is_equal()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pxa168fb.c | 186 var->sync = mode->sync; in set_mode() 325 static void set_dma_control1(struct pxa168fb_info *fbi, int sync) in set_dma_control1() argument 341 if (!(sync & FB_SYNC_VERT_HIGH_ACT)) in set_dma_control1() 376 x |= (info->var.sync & FB_SYNC_COMP_HIGH_ACT) ? 0x00000020 : 0; in set_dumb_panel_control() 378 x |= (info->var.sync & FB_SYNC_VERT_HIGH_ACT) ? 0 : 0x00000008; in set_dumb_panel_control() 379 x |= (info->var.sync & FB_SYNC_HOR_HIGH_ACT) ? 0 : 0x00000004; in set_dumb_panel_control() 437 set_dma_control1(fbi, info->var.sync); in pxa168fb_set_par()
|
/third_party/ffmpeg/libavformat/ |
H A D | oggdec.c | 326 uint8_t sync[4]; in ogg_read_page() local 331 ret = avio_read(bc, sync, 4); in ogg_read_page() 338 if (sync[sp & 3] == 'O' && in ogg_read_page() 339 sync[(sp + 1) & 3] == 'g' && in ogg_read_page() 340 sync[(sp + 2) & 3] == 'g' && sync[(sp + 3) & 3] == 'S') in ogg_read_page() 344 memset(sync, 0, 4); in ogg_read_page() 354 sync[sp++ & 3] = c; in ogg_read_page() 358 av_log(s, AV_LOG_INFO, "cannot find sync word\n"); in ogg_read_page()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/mcde/ |
H A D | mcde_display.c | 496 u32 sync; in mcde_configure_channel() local 504 sync = MCDE_CHNL0SYNCHMOD; in mcde_configure_channel() 511 sync = MCDE_CHNL1SYNCHMOD; in mcde_configure_channel() 518 sync = MCDE_CHNL2SYNCHMOD; in mcde_configure_channel() 525 sync = MCDE_CHNL3SYNCHMOD; in mcde_configure_channel() 532 /* Set up channel 0 sync (based on chnl_update_registers()) */ in mcde_configure_channel() 535 /* Oneshot is achieved with software sync */ in mcde_configure_channel() 550 * The vendor driver uses the formatter as sync source in mcde_configure_channel() 576 writel(val, mcde->regs + sync); in mcde_configure_channel() 605 * If using DPI configure the sync even in mcde_configure_channel() 757 u32 sync; mcde_configure_dsi_formatter() local [all...] |
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_print_ir.cpp | 267 print_sync(memory_sync_info sync, FILE* output) in print_sync() argument 269 print_storage(sync.storage, output); in print_sync() 270 print_semantics(sync.semantics, output); in print_sync() 271 print_scope(sync.scope, output); in print_sync() 347 print_sync(smem.sync, output); in print_instr_format_specific() 363 print_sync(ds.sync, output); in print_instr_format_specific() 388 print_sync(mubuf.sync, output); in print_instr_format_specific() 431 print_sync(mimg.sync, output); in print_instr_format_specific() 478 print_sync(barrier.sync, output); in print_instr_format_specific() 500 print_sync(flat.sync, outpu in print_instr_format_specific() [all...] |
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stv0299.c | 478 u8 sync = stv0299_readreg (state, 0x1b); in stv0299_read_status() local 480 dprintk ("%s : FE_READ_STATUS : VSTATUS: 0x%02x\n", __func__, sync); in stv0299_read_status() 486 if (sync & 0x80) in stv0299_read_status() 489 if (sync & 0x10) in stv0299_read_status() 492 if (sync & 0x08) in stv0299_read_status() 495 if ((sync & 0x98) == 0x98) in stv0299_read_status()
|
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | rcuscale.c | 138 void (*sync)(void); member 179 .sync = synchronize_rcu, 236 .sync = srcu_scale_synchronize, 265 .sync = srcu_scale_synchronize, 292 .sync = synchronize_rcu_tasks, 418 cur_ops->sync(); in rcu_scale_writer()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/via/ |
H A D | via_dmablit.c | 439 DRM_DEBUG("DMA blit sync handle 0x%x engine %d returned %d\n", in via_dmablit_sync() 754 xfer->sync.sync_handle = ++blitq->cur_blit_handle; in via_dmablit() 757 xfer->sync.engine = engine; in via_dmablit() 774 drm_via_blitsync_t *sync = data; in via_dma_blit_sync() local 777 if (sync->engine >= VIA_NUM_BLIT_ENGINES) in via_dma_blit_sync() 780 err = via_dmablit_sync(dev, sync->sync_handle, sync->engine); in via_dma_blit_sync() 790 * Queue a blit and hand back a handle to be used for sync. This IOCTL may be interrupted by a signal
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_pack.c | 533 uint8_t sync = in bi_pack_sync() local 538 sync |= z << 6; in bi_pack_sync() 540 sync |= bi_pack_literal(t1) << 6; in bi_pack_sync() 542 return sync; in bi_pack_sync() 616 uint8_t sync = bi_pack_sync(format.tag_1, format.tag_2, format.tag_3, in bi_pack_format() local 630 uint64_t lo = sync | ((s0_s3 & ((1ull << 56) - 1)) << 8); in bi_pack_format()
|
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/ |
H A D | lart.c | 43 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT, 71 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_32_sr.S | 129 sync 146 sync
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/ |
H A D | qca_7k.c | 35 if (qca->sync != QCASPI_SYNC_READY) in qcaspi_spi_error() 39 qca->sync = QCASPI_SYNC_UNKNOWN; in qcaspi_spi_error()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.h | 28 struct nouveau_bo *sync; member 69 struct nvif_object sync; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | backing-dev-defs.h | 33 WB_sync_congested, /* The sync queue is getting full */ 208 void clear_bdi_congested(struct backing_dev_info *bdi, int sync); 209 void set_bdi_congested(struct backing_dev_info *bdi, int sync);
|
/kernel/linux/linux-5.10/include/linux/dma/ |
H A D | k3-udma-glue.h | 38 bool sync); 110 bool sync);
|