Home
last modified time | relevance | path

Searched refs:access (Results 2226 - 2250 of 2536) sorted by relevance

1...<<81828384858687888990>>...102

/kernel/linux/linux-5.10/sound/pci/au88x0/
H A Dau88x0_a3d.c839 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
/kernel/linux/linux-5.10/sound/pci/
H A Dfm801.c53 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 Dpcm512x.c448 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
H A Dsgtl5000.c711 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |
H A Dwsa881x.c204 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\
/kernel/linux/linux-5.10/sound/soc/stm/
H A Dstm32_sai_sub.c296 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
/kernel/linux/linux-5.10/sound/soc/intel/catpt/
H A Dpcm.c1064 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
/kernel/linux/linux-5.10/tools/perf/util/
H A Dpmu.c540 if (access(path, R_OK) < 0) in pmu_type()
/kernel/linux/linux-5.10/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c912 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 Dinternal.h508 #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 Dpcm.h359 snd_pcm_access_t access; /* access mode */ member
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsglob.h1037 * 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 Dopen.c344 * 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 Dnouveau_drm.c311 /* 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 Dradeon_ttm.c405 * 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 Dinternal.h514 #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 Dopen.c368 * 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 Dpcm.h362 snd_pcm_access_t access; /* access mode */ member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_device.h277 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 Di915_gem_ttm.c562 * 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 Dnouveau_gem.c73 .access = ttm_bo_vm_access
H A Dnouveau_drm.c337 /* 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 Dpvrdma_qp.c656 wqe_hdr->wr.fast_reg.access_flags = wr->access; in set_reg_seg()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_qp_tx.c766 * @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 Dbuiltin-daemon.c267 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()

Completed in 61 milliseconds

1...<<81828384858687888990>>...102