/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gem.c | 85 .access = ttm_bo_vm_access 253 * for debugger access to invisible VRAM. Should have used MAP_SHARED in amdgpu_gem_object_mmap() 972 * Therefore, we need to protect this ->comm access using RCU. in amdgpu_debugfs_gem_info_show()
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound.h | 92 SNDRV_HWDEP_IFACE_USB_STREAM, /* direct access to usb stream */ 1086 /* bits 30 and 31 are obsoleted (for indirect access) */ 1119 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */ member 1147 unsigned int indirect: 1; /* W: indirect access - obsoleted */
|
/kernel/linux/linux-6.6/drivers/media/pci/cx88/ |
H A D | cx88-alsa.c | 707 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE |
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/ |
H A D | encl.c | 690 .access = sgx_vma_access, 1128 * @page: enclave page to be tested for recent access 1177 * TCS pages must always RW set for CPU access while the SECINFO in sgx_encl_page_alloc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_gem.c | 81 .access = ttm_bo_vm_access 164 /* Asking for cpu access wait for object idle */ in radeon_gem_set_domain()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gk104.c | 590 .access = gf100_fifo_mmu_fault_access,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | wndw.c | 82 args.base.access = NV_DMA_V0_ACCESS_RDWR; in nv50_wndw_ctxdma_new()
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-cti-core.c | 881 cti_desc.access = CSDEV_ACCESS_IOMEM(base); in cti_probe()
|
H A D | coresight-etm3x-core.c | 50 * and OS lock must be unlocked before any memory mapped access on such 116 * Basically the same as @coresight_timeout except for the register access 872 desc.access = CSDEV_ACCESS_IOMEM(base); in etm_probe()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_dump.c | 97 if (access(test_file, R_OK) == -1) in test_btf_dump_case()
|
H A D | core_reloc.c | 592 /* various array access relocation scenarios */ 1055 err = access(test_case->btf_src_file, R_OK); in run_core_reloc_tests()
|
/kernel/linux/linux-6.6/sound/pci/lx6464es/ |
H A D | lx6464es.c | 583 /* TEST if we have access to Xilinx/MicroBlaze */ in lx_init_xilinx_test() 601 dev_dbg(chip->card->dev, "Xilinx/MicroBlaze access test successful\n"); in lx_init_xilinx_test() 865 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdmi_chmap.c | 842 kctl->vd[i].access |= SNDRV_CTL_ELEM_ACCESS_WRITE; in snd_hdac_add_chmap_ctls()
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | ews.c | 38 * access via i2c mode (for EWX 24/96, EWS 88MT&D) 128 * AK4524 access 792 .access = xaccess,\
|
H A D | delta.c | 423 .access = (SNDRV_CTL_ELEM_ACCESS_READ),
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_cirrus.c | 981 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE |
|
H A D | tas2781_hda_i2c.c | 42 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\ 299 * correct book, then leverage the mechanism for paging to access the
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | tas571x.c | 367 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \
|
H A D | rt712-sdca-dmic.c | 411 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
|
H A D | tlv320adcx140.c | 598 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,\
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/ |
H A D | sst-atom-controls.h | 716 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
|
/kernel/linux/linux-6.6/tools/include/uapi/sound/ |
H A D | asound.h | 92 SNDRV_HWDEP_IFACE_USB_STREAM, /* direct access to usb stream */ 1086 /* bits 30 and 31 are obsoleted (for indirect access) */ 1119 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */ member 1147 unsigned int indirect: 1; /* W: indirect access - obsoleted */
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound.h | 811 unsigned int access; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound.h | 811 unsigned int access; member
|
/test/ostest/wukong/common/src/ |
H A D | wukong_util.cpp | 505 int fileExist_ = access((curDir_ + "screenshot").c_str(), F_OK); in WukongScreenCap()
|