/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | vpu_cmds.c | 164 unsigned long *key, int *sync) in vpu_request_cmd() 182 if (sync) in vpu_request_cmd() 183 *sync = cmd->request ? true : false; in vpu_request_cmd() 277 dev_err(inst->dev, "[%d] sync session timeout\n", inst->id); in sync_session_response() 305 int sync = false; in vpu_session_send_cmd() local 311 ret = vpu_request_cmd(inst, id, data, &key, &sync); in vpu_session_send_cmd() 320 if (sync && (id == VPU_CMD_ID_CONFIGURE_CODEC || id == VPU_CMD_ID_START)) { in vpu_session_send_cmd() 327 if (sync) in vpu_session_send_cmd() 163 vpu_request_cmd(struct vpu_inst *inst, u32 id, void *data, unsigned long *key, int *sync) vpu_request_cmd() argument
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stv0288.c | 357 u8 sync = stv0288_readreg(state, 0x24); in stv0288_read_status() local 358 if (sync == 255) in stv0288_read_status() 359 sync = 0; in stv0288_read_status() 361 dprintk("%s : FE_READ_STATUS : VSTATUS: 0x%02x\n", __func__, sync); in stv0288_read_status() 364 if (sync & 0x80) in stv0288_read_status() 366 if (sync & 0x10) in stv0288_read_status() 368 if (sync & 0x08) { in stv0288_read_status()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | r600_dma.c | 437 * @resv: reservation object to sync to 449 struct radeon_sync sync; in r600_copy_dma() local 456 radeon_sync_create(&sync); in r600_copy_dma() 463 radeon_sync_free(rdev, &sync, NULL); in r600_copy_dma() 467 radeon_sync_resv(rdev, &sync, resv, false); in r600_copy_dma() 468 radeon_sync_rings(rdev, &sync, ring->idx); in r600_copy_dma() 487 radeon_sync_free(rdev, &sync, NULL); in r600_copy_dma() 492 radeon_sync_free(rdev, &sync, fence); in r600_copy_dma()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | barrier.h | 12 #include <asm/sync.h> 52 "sync\n\t" \ 98 # define __WEAK_LLSC_MB sync
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | barrier.h | 12 #include <asm/sync.h> 52 "sync\n\t" \ 98 # define __WEAK_LLSC_MB sync
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mcde/ |
H A D | mcde_display.c | 491 u32 sync; in mcde_configure_channel() local 499 sync = MCDE_CHNL0SYNCHMOD; in mcde_configure_channel() 506 sync = MCDE_CHNL1SYNCHMOD; in mcde_configure_channel() 513 sync = MCDE_CHNL2SYNCHMOD; in mcde_configure_channel() 520 sync = MCDE_CHNL3SYNCHMOD; in mcde_configure_channel() 527 /* Set up channel 0 sync (based on chnl_update_registers()) */ in mcde_configure_channel() 530 /* Oneshot is achieved with software sync */ in mcde_configure_channel() 545 * The vendor driver uses the formatter as sync source in mcde_configure_channel() 570 writel(val, mcde->regs + sync); in mcde_configure_channel() 652 u32 sync; in mcde_configure_dsi_formatter() local [all...] |
/kernel/linux/linux-5.10/kernel/rcu/ |
H A D | rcutorture.c | 312 void (*sync)(void); member 461 .sync = synchronize_rcu, 509 .sync = synchronize_rcu_busted, 600 .sync = srcu_torture_synchronize, 632 .sync = srcu_torture_synchronize, 651 .sync = srcu_torture_synchronize, 692 .sync = synchronize_rcu_tasks, 736 .sync = synchronize_rcu_trivial, 761 .sync = synchronize_rcu_tasks_rude, 799 .sync [all...] |
/kernel/linux/linux-5.10/sound/pci/ |
H A D | sis7019.c | 213 int sync; in sis_update_voice() local 232 sync = voice->sync_cso; in sis_update_voice() 233 sync -= readw(voice->sync_base + SIS_CAPTURE_DMA_FORMAT_CSO); in sis_update_voice() 234 if (sync > (voice->sync_buffer_size / 2)) in sis_update_voice() 235 sync -= voice->sync_buffer_size; in sis_update_voice() 237 /* If sync is positive, then we interrupted too early, and in sis_update_voice() 242 if (sync > 0) { in sis_update_voice() 243 if (sync < 16) in sis_update_voice() 244 sync = 16; in sis_update_voice() 245 sis_update_sso(voice, sync); in sis_update_voice() [all...] |
/kernel/linux/linux-6.6/sound/pci/ |
H A D | sis7019.c | 212 int sync; in sis_update_voice() local 231 sync = voice->sync_cso; in sis_update_voice() 232 sync -= readw(voice->sync_base + SIS_CAPTURE_DMA_FORMAT_CSO); in sis_update_voice() 233 if (sync > (voice->sync_buffer_size / 2)) in sis_update_voice() 234 sync -= voice->sync_buffer_size; in sis_update_voice() 236 /* If sync is positive, then we interrupted too early, and in sis_update_voice() 241 if (sync > 0) { in sis_update_voice() 242 if (sync < 16) in sis_update_voice() 243 sync = 16; in sis_update_voice() 244 sis_update_sso(voice, sync); in sis_update_voice() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | usb-tusb6010.c | 120 printk(error, "sync", status); in tusb6010_platform_retime() 160 unsigned async, unsigned sync, in tusb6010_setup_interface() 183 status = gpmc_cs_request(sync, SZ_16M, (unsigned long *) in tusb6010_setup_interface() 191 sync_cs = sync; in tusb6010_setup_interface() 158 tusb6010_setup_interface(struct musb_hdrc_platform_data *data, unsigned ps_refclk, unsigned waitpin, unsigned async, unsigned sync, unsigned irq, unsigned dmachan) tusb6010_setup_interface() argument
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | usb-tusb6010.c | 120 printk(error, "sync", status); in tusb6010_platform_retime() 154 unsigned int async, unsigned int sync, in tusb6010_setup_interface() 177 status = gpmc_cs_request(sync, SZ_16M, (unsigned long *) in tusb6010_setup_interface() 185 sync_cs = sync; in tusb6010_setup_interface() 152 tusb6010_setup_interface(struct musb_hdrc_platform_data *data, unsigned int ps_refclk, unsigned int waitpin, unsigned int async, unsigned int sync, unsigned int dmachan) tusb6010_setup_interface() argument
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
H A D | clps711x-keypad.c | 36 bool sync = false; in clps711x_keypad_poll() local 72 sync = true; in clps711x_keypad_poll() 81 if (sync) in clps711x_keypad_poll()
|
/kernel/linux/linux-5.10/kernel/irq/ |
H A D | pm.c | 138 bool sync; in suspend_device_irqs() local 143 sync = suspend_device_irq(desc); in suspend_device_irqs() 146 if (sync) in suspend_device_irqs()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | core507d.c | 107 struct nouveau_bo *bo = disp->sync; in core507d_caps_init() 139 PUSH_MTHD(push, NV507D, SET_CONTEXT_DMA_NOTIFIER, core->chan.sync.handle); in core507d_init() 171 disp->sync->offset, &core->chan); in core507d_new_()
|
/kernel/linux/linux-6.6/kernel/irq/ |
H A D | pm.c | 138 bool sync; in suspend_device_irqs() local 143 sync = suspend_device_irq(desc); in suspend_device_irqs() 146 if (sync) in suspend_device_irqs()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | core507d.c | 107 struct nouveau_bo *bo = disp->sync; in core507d_caps_init() 139 PUSH_MTHD(push, NV507D, SET_CONTEXT_DMA_NOTIFIER, core->chan.sync.handle); in core507d_init() 171 disp->sync->offset, &core->chan); in core507d_new_()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | clps711x-keypad.c | 38 bool sync = false; in clps711x_keypad_poll() local 74 sync = true; in clps711x_keypad_poll() 83 if (sync) in clps711x_keypad_poll()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | time.c | 309 * The function returns 0 if the clock is in sync with the external time 311 * -EAGAIN if the clock is not in sync with the external reference. 324 /* Success: time is in sync. */ in get_phys_clock() 341 * Clear the in-sync bit 2^31. All get_phys_clock calls will in disable_sync_clock() 342 * fail until the sync bit is turned back on. In addition in disable_sync_clock() 361 * Function to check if the clock is in sync. 376 * This is called once on the CPU that performed the clock sync. 397 panic("TOD clock sync offset %lli is too large to drift\n", in clock_sync_global() 425 /* Single threaded workqueue used for stp sync events */ 511 * STP sync chec 557 struct clock_sync_data *sync = data; stp_sync_clock() local [all...] |
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | time.c | 303 * The function returns 0 if the clock is in sync with the external time 305 * -EAGAIN if the clock is not in sync with the external reference. 318 /* Success: time is in sync. */ in get_phys_clock() 335 * Clear the in-sync bit 2^31. All get_phys_clock calls will in disable_sync_clock() 336 * fail until the sync bit is turned back on. In addition in disable_sync_clock() 355 * Function to check if the clock is in sync. 370 * This is called once on the CPU that performed the clock sync. 389 panic("TOD clock sync offset %li is too large to drift\n", in clock_sync_global() 419 /* Single threaded workqueue used for stp sync events */ 505 * STP sync chec 551 struct clock_sync_data *sync = data; stp_sync_clock() local [all...] |
/kernel/linux/linux-6.6/kernel/rcu/ |
H A D | rcuscale.c | 142 void (*sync)(void); member 184 .sync = synchronize_rcu, 241 .sync = srcu_scale_synchronize, 270 .sync = srcu_scale_synchronize, 299 .sync = synchronize_rcu_tasks, 337 .sync = synchronize_rcu_tasks_rude, 377 .sync = synchronize_rcu_tasks_trace, 518 cur_ops->sync(); in rcu_scale_writer()
|
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
H A D | nsp_cs.c | 298 /* setup sync data */ in nsphw_init_sync() 450 sync_data *sync = &(data->Sync[target]); in nsp_analyze_sdtr() local 456 period = sync->SyncPeriod; in nsp_analyze_sdtr() 457 offset = sync->SyncOffset; in nsp_analyze_sdtr() 480 sync->SyncPeriod = 0; in nsp_analyze_sdtr() 481 sync->SyncOffset = 0; in nsp_analyze_sdtr() 482 sync->SyncRegister = 0; in nsp_analyze_sdtr() 483 sync->AckWidth = 0; in nsp_analyze_sdtr() 488 sync->SyncRegister = (sync_table->chip_period << SYNCREG_PERIOD_SHIFT) | in nsp_analyze_sdtr() 490 sync in nsp_analyze_sdtr() 925 sync_data *sync = &(data->Sync[target]); nsp_nexus() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | head_44x.S | 782 sync 827 sync 862 sync 907 sync 912 sync 939 sync 1053 sync 1070 sync 1115 sync 1152 sync [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | head_44x.S | 797 sync 828 sync 863 sync 908 sync 913 sync 940 sync 1054 sync 1071 sync 1116 sync 1153 sync [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | subcore-asm.S | 27 sync 50 sync
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/vdso/ |
H A D | cacheflush.S | 64 sync 93 sync
|