/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | BusLogic.h | 421 bool sync:1; /* Bit 7 */ member 425 bool sync:1; /* Byte 0 Bit 0 */ member 1103 bool sync:1; /* Byte 7 Bit 4 */ member
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | mb86a16.c | 612 int sync; in sync_chk() local 618 sync = val & 0x01; in sync_chk() 621 return sync; in sync_chk() 1039 int sync; in mb86a16_set_fe() local 1446 sync = sync_chk(state, &VIRM); in mb86a16_set_fe() 1447 dprintk(verbose, MB86A16_INFO, 1, "-------- Viterbi=[%d] SYNC=[%d] ---------", VIRM, sync); in mb86a16_set_fe() 1481 sync = sync_chk(state, &junk); in mb86a16_set_fe() 1482 if (sync) { in mb86a16_set_fe()
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | av7110_av.c | 223 u32 sync; in av7110_pes_play() local 236 sync = DVB_RINGBUFFER_PEEK(buf, 0) << 24; in av7110_pes_play() 237 sync |= DVB_RINGBUFFER_PEEK(buf, 1) << 16; in av7110_pes_play() 238 sync |= DVB_RINGBUFFER_PEEK(buf, 2) << 8; in av7110_pes_play() 239 sync |= DVB_RINGBUFFER_PEEK(buf, 3); in av7110_pes_play() 241 if (((sync &~ 0x0f) == 0x000001e0) || in av7110_pes_play() 242 ((sync &~ 0x1f) == 0x000001c0) || in av7110_pes_play() 243 (sync == 0x000001bd)) in av7110_pes_play()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | mb86a16.c | 612 int sync; in sync_chk() local 618 sync = val & 0x01; in sync_chk() 621 return sync; in sync_chk() 1039 int sync; in mb86a16_set_fe() local 1446 sync = sync_chk(state, &VIRM); in mb86a16_set_fe() 1447 dprintk(verbose, MB86A16_INFO, 1, "-------- Viterbi=[%d] SYNC=[%d] ---------", VIRM, sync); in mb86a16_set_fe() 1481 sync = sync_chk(state, &junk); in mb86a16_set_fe() 1482 if (sync) { in mb86a16_set_fe()
|
/kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
H A D | av7110_av.c | 224 u32 sync; in av7110_pes_play() local 237 sync = DVB_RINGBUFFER_PEEK(buf, 0) << 24; in av7110_pes_play() 238 sync |= DVB_RINGBUFFER_PEEK(buf, 1) << 16; in av7110_pes_play() 239 sync |= DVB_RINGBUFFER_PEEK(buf, 2) << 8; in av7110_pes_play() 240 sync |= DVB_RINGBUFFER_PEEK(buf, 3); in av7110_pes_play() 242 if (((sync &~ 0x0f) == 0x000001e0) || in av7110_pes_play() 243 ((sync &~ 0x1f) == 0x000001c0) || in av7110_pes_play() 244 (sync == 0x000001bd)) in av7110_pes_play()
|
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 539 enum rio_transfer_sync sync; member 693 enum rio_transfer_sync sync, int nents) in do_dma_request() 756 if (sync == RIO_TRANSFER_ASYNC) { in do_dma_request() 761 } else if (sync == RIO_TRANSFER_FAF) in do_dma_request() 800 * @sync: synchronization mode 807 enum rio_transfer_sync sync, enum dma_data_direction dir, in rio_dma_transfer() 838 req->sync = sync; in rio_dma_transfer() 942 ret = do_dma_request(req, xfer, sync, nents); in rio_dma_transfer() 945 if (sync in rio_dma_transfer() 691 do_dma_request(struct mport_dma_req *req, struct rio_transfer_io *xfer, enum rio_transfer_sync sync, int nents) do_dma_request() argument 806 rio_dma_transfer(struct file *filp, u32 transfer_mode, enum rio_transfer_sync sync, enum dma_data_direction dir, struct rio_transfer_io *xfer) rio_dma_transfer() argument [all...] |
/kernel/linux/linux-6.6/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 539 enum rio_transfer_sync sync; member 693 enum rio_transfer_sync sync, int nents) in do_dma_request() 756 if (sync == RIO_TRANSFER_ASYNC) { in do_dma_request() 761 } else if (sync == RIO_TRANSFER_FAF) in do_dma_request() 800 * @sync: synchronization mode 807 enum rio_transfer_sync sync, enum dma_data_direction dir, in rio_dma_transfer() 838 req->sync = sync; in rio_dma_transfer() 942 ret = do_dma_request(req, xfer, sync, nents); in rio_dma_transfer() 945 if (sync in rio_dma_transfer() 691 do_dma_request(struct mport_dma_req *req, struct rio_transfer_io *xfer, enum rio_transfer_sync sync, int nents) do_dma_request() argument 806 rio_dma_transfer(struct file *filp, u32 transfer_mode, enum rio_transfer_sync sync, enum dma_data_direction dir, struct rio_transfer_io *xfer) rio_dma_transfer() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_object.c | 1441 * @resv: reservation object to sync to 1455 struct amdgpu_sync sync; in amdgpu_bo_sync_wait_resv() local 1458 amdgpu_sync_create(&sync); in amdgpu_bo_sync_wait_resv() 1459 amdgpu_sync_resv(adev, &sync, resv, sync_mode, owner); in amdgpu_bo_sync_wait_resv() 1460 r = amdgpu_sync_wait(&sync, intr); in amdgpu_bo_sync_wait_resv() 1461 amdgpu_sync_free(&sync); in amdgpu_bo_sync_wait_resv()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | controlfb.c | 92 unsigned long sync; member 501 par->sync = var->sync; in control_var_to_par() 621 var->sync = par->sync; in control_par_to_var()
|
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | zdata.c | 697 bool sync, int bios) in z_erofs_decompress_kickoff() 699 /* wake up the caller thread for sync decompression */ in z_erofs_decompress_kickoff() 700 if (sync) { in z_erofs_decompress_kickoff() 1311 bool sync = (nr_pages <= sbi->ctx.max_sync_decompress_pages); in z_erofs_readahead() local 1329 sync &= !(PageReadahead(page) && !head); in z_erofs_readahead() 1352 z_erofs_runqueue(inode->i_sb, &f, &pagepool, sync); in z_erofs_readahead() 696 z_erofs_decompress_kickoff(struct z_erofs_decompressqueue *io, bool sync, int bios) z_erofs_decompress_kickoff() argument
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | ntfs_fs.h | 475 int al_update(struct ntfs_inode *ni, int sync); 558 int ni_write_inode(struct inode *inode, int sync, const char *hint); 617 u64 vbo, const void *buf, size_t bytes, int sync); 628 struct ntfs_buffers *nb, int sync); 697 const struct NTFS_DUP_INFO *dup, int sync);
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | controlfb.c | 89 unsigned long sync; member 491 par->sync = var->sync; in control_var_to_par() 611 var->sync = par->sync; in control_par_to_var()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_object.c | 1450 * @resv: reservation object to sync to 1464 struct amdgpu_sync sync; in amdgpu_bo_sync_wait_resv() local 1467 amdgpu_sync_create(&sync); in amdgpu_bo_sync_wait_resv() 1468 amdgpu_sync_resv(adev, &sync, resv, sync_mode, owner); in amdgpu_bo_sync_wait_resv() 1469 r = amdgpu_sync_wait(&sync, intr); in amdgpu_bo_sync_wait_resv() 1470 amdgpu_sync_free(&sync); in amdgpu_bo_sync_wait_resv()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 121 nvif_object_dtor(&dmac->sync); in nv50_dmac_destroy() 284 &dmac->sync); in nv50_dmac_create() 2050 core->func->ntfy_init(disp->sync, NV50_DISP_CORE_NTFY); in nv50_disp_atomic_commit_core() 2052 if (core->func->ntfy_wait_done(disp->sync, NV50_DISP_CORE_NTFY, in nv50_disp_atomic_commit_core() 2631 nouveau_bo_unmap(disp->sync); in nv50_display_destroy() 2632 if (disp->sync) in nv50_display_destroy() 2633 nouveau_bo_unpin(disp->sync); in nv50_display_destroy() 2634 nouveau_bo_ref(NULL, &disp->sync); in nv50_display_destroy() 2670 0, 0x0000, NULL, NULL, &disp->sync); in nv50_display_create() 2672 ret = nouveau_bo_pin(disp->sync, NOUVEAU_GEM_DOMAIN_VRA in nv50_display_create() [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | cmpxchg.h | 15 #include <asm/sync.h>
|
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | idp.c | 142 .sync = FB_SYNC_HOR_HIGH_ACT | FB_SYNC_VERT_HIGH_ACT,
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | syscall.c | 40 #include <asm/sync.h>
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | idle_book3s.S | 209 1: sync
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-sh7763rdp/ |
H A D | setup.c | 120 .sync = 0,
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | cmpxchg.h | 15 #include <asm/sync.h>
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | syscall.c | 40 #include <asm/sync.h>
|
/kernel/linux/linux-6.6/arch/ia64/mm/ |
H A D | fault.c | 125 # error File is out of sync with <linux/mm.h>. Please update. in ia64_do_page_fault()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | idle_book3s.S | 209 1: sync
|
/kernel/linux/linux-6.6/arch/mips/net/ |
H A D | bpf_jit_comp.h | 109 #define LLSC_sync(ctx) emit(ctx, sync, 0)
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-sh7763rdp/ |
H A D | setup.c | 120 .sync = 0,
|