/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
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | celt_pvq_search.asm | 207 ; float * inX - Unaligned (SIMD) access, it will be overread,
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_internal.h | 1079 * physical compressed block, in a form which is much easier to access for 2068 Functionality for high level compression and decompression access. 2360 if (access(g_astcCustomizedSo.c_str(), F_OK) == -1) in LoadSutCustomizedSo()
|
/third_party/cups-filters/filter/ |
H A D | gstoraster.c | 560 if (access(full_path, 0)) {
|
/third_party/gn/src/gn/ |
H A D | ohos_components_checker.cc | 67 if (access(dir.c_str(), F_OK) == -1) {
in RemoveScanOutDir()
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asound.h | 104 SNDRV_HWDEP_IFACE_USB_STREAM, /* direct access to usb stream */ 1077 /* bits 30 and 31 are obsoleted (for indirect access) */ 1110 unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */ member 1138 unsigned int indirect: 1; /* W: indirect access - obsoleted */
|
/third_party/mbedtls/programs/test/ |
H A D | benchmark.c | 305 #warning OpenBSD does not allow access to tick register using software version instead
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_batch.c | 43 obj->access = 0; in zink_reset_batch_state()
|
/third_party/musl/src/malloc/liteos_a/user_debug/ |
H A D | memory_check.c | 258 if (!access(mem_stat.f_path_buf, 0)) { in get_file()
|