/kernel/linux/linux-5.10/sound/pci/au88x0/ |
H A D | au88x0_a3d.c | 839 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | fm801.c | 53 MODULE_PARM_DESC(tea575x_tuner, "TEA575x tuner access method (0 = auto, 1 = SF256-PCS, 2=SF256-PCP, 3=SF64-PCR, 8=disable, +16=tuner-only)."); 101 /* codec access */ 153 * @tea575x_tuner: tuner access method & flags 899 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_TLV_READ, \
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | pcm512x.c | 448 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
|
H A D | sgtl5000.c | 711 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |
|
H A D | wsa881x.c | 204 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\
|
/kernel/linux/linux-5.10/sound/soc/stm/ |
H A D | stm32_sai_sub.c | 296 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
|
/kernel/linux/linux-5.10/sound/soc/intel/catpt/ |
H A D | pcm.c | 1064 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | pmu.c | 540 if (access(path, R_OK) < 0) in pmu_type()
|
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 912 if (access("/sys/devices/system/cpu/cpu0/cpufreq", F_OK)) in update_sysfs() 1436 * that access HWP registers can work. in main()
|
/kernel/linux/linux-5.10/fs/afs/ |
H A D | internal.h | 508 #define AFS_SERVER_FL_VL_FAIL 6 /* Failed to access VL server */ 519 /* file service access */ 520 rwlock_t fs_lock; /* access lock */ 674 * cached security record for one user's attempt to access a vnode 678 afs_access_t access; /* CallerAccess value for this key */ member 682 * Immutable cache of CallerAccess records from attempts to access vnodes. 749 struct afs_fid fid; /* Fid to access */
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | pcm.h | 359 snd_pcm_access_t access; /* access mode */ member
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsglob.h | 1037 * When binding a new channel, we need to access the channel which isn't fully 1293 __u32 access; member
|
/kernel/linux/linux-5.10/fs/ |
H A D | open.c | 344 * access() needs to use the real uid/gid, not the effective uid/gid. 449 * By doing this, we accept that this access is in do_faccessat() 480 SYSCALL_DEFINE2(access, const char __user *, filename, int, mode) in SYSCALL_DEFINE2() 1066 /* O_TRUNC implies we need access checks for write permissions */ in build_open_flags() 1071 access from general write access. */ in build_open_flags()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 311 /* Allocate channel that has access to a (preferably async) copy in nouveau_accel_ce_init() 351 /* Allocate channel that has access to the graphics engine. */ in nouveau_accel_gr_init() 407 .access = NV_DMA_V0_ACCESS_RDWR, in nouveau_accel_gr_init() 489 /* Volta requires access to a doorbell register for kickoff. */ in nouveau_accel_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_ttm.c | 405 * access, as done in ttm_bo_vm_fault(). in radeon_ttm_io_mem_reserve() 929 .access = ttm_bo_vm_access
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | internal.h | 514 #define AFS_SERVER_FL_VL_FAIL 6 /* Failed to access VL server */ 526 /* file service access */ 527 rwlock_t fs_lock; /* access lock */ 692 * cached security record for one user's attempt to access a vnode 696 afs_access_t access; /* CallerAccess value for this key */ member 700 * Immutable cache of CallerAccess records from attempts to access vnodes. 768 struct afs_fid fid; /* Fid to access */
|
/kernel/linux/linux-6.6/fs/ |
H A D | open.c | 368 * access() needs to use the real uid/gid, not the effective uid/gid. 509 * By doing this, we accept that this access is in do_faccessat() 540 SYSCALL_DEFINE2(access, const char __user *, filename, int, mode) in SYSCALL_DEFINE2() 1299 /* O_TRUNC implies we need access checks for write permissions */ in build_open_flags() 1304 access from general write access. */ in build_open_flags()
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm.h | 362 snd_pcm_access_t access; /* access mode */ member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_device.h | 277 unsigned int user_access; /* umem access flag */ 315 u32 access; /* Access permission of MR */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_ttm.c | 562 * cache the sg_table on the object or attempt to access an already cached 1001 * access then we should try not to victimize mappable objects in i915_ttm_adjust_lru() 1187 .access = vm_access_ttm,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_gem.c | 73 .access = ttm_bo_vm_access
|
H A D | nouveau_drm.c | 337 /* Allocate channel that has access to a (preferably async) copy in nouveau_accel_ce_init() 367 /* Allocate channel that has access to the graphics engine. */ in nouveau_accel_gr_init() 434 .access = NV_DMA_V0_ACCESS_RDWR, in nouveau_accel_gr_init() 519 /* Volta requires access to a doorbell register for kickoff. */ in nouveau_accel_init()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_qp.c | 656 wqe_hdr->wr.fast_reg.access_flags = wr->access; in set_reg_seg()
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_qp_tx.c | 766 * @perms: requested access permissions 822 * access for LOCAL_READ permission, since in siw_qp_sq_proc_tx() 975 mem->perms = sqe->access; in siw_fastreg_mr()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-daemon.c | 267 pr_err("failed: can't access base '%s': %s\n", in check_base() 1113 if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) in setup_config()
|