Searched refs:access (Results 276 - 300 of 592) sorted by relevance

<<11121314151617181920>>

/linux-master/sound/soc/codecs/
H A Dwm8958-dsp2.c538 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,\
665 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,\
738 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,\
832 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,\
/linux-master/drivers/iio/buffer/
H A Dkfifo_buf.c213 kf->buffer.access = &kfifo_access_funcs;
H A Dindustrialio-buffer-dmaengine.c205 dmaengine_buffer->queue.buffer.access = &iio_dmaengine_buffer_ops;
/linux-master/sound/pci/hda/
H A Dhda_cs_dsp_ctl.c116 kcontrol.access = wmfw_convert_flags(cs_ctl->flags);
/linux-master/tools/virtio/virtio-trace/
H A Dtrace-agent.c127 if (ret > 0 && access(buf, F_OK) != 0)
/linux-master/arch/arm/mm/
H A Dproc-v7m.S146 msr control, r1 @ Thread mode has unpriviledged access
/linux-master/include/sound/
H A Dinfo.h74 struct mutex access; member in struct:snd_info_entry
/linux-master/sound/pci/ca0106/
H A Dca0106_mixer.c544 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
576 .access = SNDRV_CTL_ELEM_ACCESS_READ,
625 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | \
665 spi_switch.access = SNDRV_CTL_ELEM_ACCESS_READWRITE;
/linux-master/drivers/infiniband/core/
H A Drw.c114 reg->reg_wr.access = IB_ACCESS_LOCAL_WRITE;
116 reg->reg_wr.access |= IB_ACCESS_REMOTE_WRITE;
430 ctx->reg->reg_wr.access = IB_ACCESS_LOCAL_WRITE;
432 ctx->reg->reg_wr.access |= IB_ACCESS_REMOTE_WRITE;
/linux-master/tools/testing/selftests/clone3/
H A Dclone3.c146 if (!access("/proc/self/ns/time", F_OK))
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dtu102.c105 info.access = (info1 & 0x000f0000) >> 16;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dpriv.h32 const struct nvkm_enum *access; member in struct:nvkm_fifo_func::nvkm_fifo_func_mmu_fault
H A Dtu102.c129 .access = gv100_fifo_mmu_fault_access,
/linux-master/drivers/infiniband/hw/irdma/
H A Dverbs.h103 int access; member in struct:irdma_mr
/linux-master/arch/s390/kernel/
H A Dearly.c22 #include <asm/access-regs.h>
H A Dprocess.c35 #include <asm/access-regs.h>
126 /* Save access registers to new thread structure. */
150 /* Store access registers to kernel stack of new process. */
/linux-master/fs/afs/
H A Dflock.c414 afs_access_t access; local
427 ret = afs_check_permit(vnode, key, &access);
438 if (!(access & (AFS_ACE_INSERT | AFS_ACE_WRITE | AFS_ACE_LOCK)))
441 if (!(access & (AFS_ACE_INSERT | AFS_ACE_WRITE)))
607 /* ... but the VFS still needs to distribute access on this client. */
/linux-master/fs/nfsd/
H A Dvfs.h146 struct kstatfs *, int access);
H A Dnfs3proc.c110 * Check file access
120 argp->access);
123 resp->access = argp->access;
124 resp->status = nfsd_access(rqstp, &resp->fh, &resp->access, NULL);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_core.h315 } access; member in struct:intel_display
363 * dkl.phy_lock protects against concurrent access of the
/linux-master/include/uapi/linux/
H A Dvirtio_snd.h384 /* supported access rights for control elements */
402 /* element access right bit map (1 << VIRTIO_SND_CTL_ACCESS_XXX) */
403 __le32 access; member in struct:virtio_snd_ctl_info
/linux-master/arch/arm64/kvm/
H A Dsys_regs.h69 /* Trapped access from guest, if non-NULL. */
70 bool (*access)(struct kvm_vcpu *, member in struct:sys_reg_desc
/linux-master/arch/mips/include/asm/
H A Dmips-cm.h159 /* GCR_ACCESS - Controls core/IOCU access to GCRs */
160 GCR_ACCESSOR_RW(32, 0x020, access)
420 * mips_cm_lock_other - lock access to redirect/other region
429 * by a call to mips_cm_unlock_other() when access to the redirect/other region
441 * mips_cm_unlock_other - unlock access to redirect/other region
443 * Must be called after mips_cm_lock_other() once all required access to the
457 * mips_cm_lock_other_cpu - lock access to redirect/other region
458 * @cpu: the other CPU whose register we want to access
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dsetup.c298 optmem_ns = !access(optmem_file, F_OK);
/linux-master/drivers/staging/greybus/
H A Daudio_topology.c22 unsigned int access; member in struct:gbaudio_ctl_pvt
185 uinfo->access = data->access;
696 ctldata->access = le32_to_cpu(ctl->access);
893 ctldata->access = le32_to_cpu(ctl->access);

Completed in 455 milliseconds

<<11121314151617181920>>