/kernel/linux/linux-5.10/sound/pci/ |
H A D | rme96.c | 1210 rme96->spdif_ctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_rme96_playback_spdif_open() 1330 rme96->spdif_ctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_rme96_playback_close() 2265 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE, 2273 .access = SNDRV_CTL_ELEM_ACCESS_READ, 2283 .access = SNDRV_CTL_ELEM_ACCESS_READ,
|
H A D | rme32.c | 870 rme32->spdif_ctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_rme32_playback_spdif_open() 994 rme32->spdif_ctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_rme32_playback_close() 1808 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE, 1816 .access = SNDRV_CTL_ELEM_ACCESS_READ, 1824 .access = SNDRV_CTL_ELEM_ACCESS_READ,
|
/kernel/linux/linux-6.6/sound/pci/korg1212/ |
H A D | korg1212.c | 1969 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_WRITE, \ 1978 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_WRITE, \ 1987 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_WRITE, \ 2002 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_WRITE, 2010 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_WRITE,
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | rme96.c | 1191 rme96->spdif_ctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_rme96_playback_spdif_open() 1314 rme96->spdif_ctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_rme96_playback_close() 2230 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE, 2238 .access = SNDRV_CTL_ELEM_ACCESS_READ, 2248 .access = SNDRV_CTL_ELEM_ACCESS_READ,
|
H A D | rme32.c | 855 rme32->spdif_ctl->vd[0].access &= ~SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_rme32_playback_spdif_open() 983 rme32->spdif_ctl->vd[0].access |= SNDRV_CTL_ELEM_ACCESS_INACTIVE; in snd_rme32_playback_close() 1777 .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE, 1785 .access = SNDRV_CTL_ELEM_ACCESS_READ, 1793 .access = SNDRV_CTL_ELEM_ACCESS_READ,
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 242 Address pc, ConstantPoolEntry::Access* access = nullptr); 244 Address pc, ConstantPoolEntry::Access* access = nullptr); 246 ConstantPoolEntry::Access access, 249 int pc_offset, int offset, ConstantPoolEntry::Access access, 255 Address pc, Address constant_pool, ConstantPoolEntry::Access access, 1012 // Special register access
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 858 // access type is used as the image is not accessed." in iterate() 1401 const tcu::ConstPixelBufferAccess& access = textureLevelResult->getAccess(); in iterate() local 1405 << tcu::TestLog::Image("Attachment " + de::toString(i), "", access) in iterate() 1408 for (int y = 0; y < access.getHeight(); y++) in iterate() 1409 for (int x = 0; x < access.getWidth(); x++) in iterate() 1419 const tcu::Vec4 p = access.getPixel(x, y); in iterate()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | ShaderModule.cpp | 527 layoutInfo.storageTexture.access != shaderInfo.storageTexture.access, 528 "The layout's binding access (%s) isn't compatible with the shader's " 529 "binding access (%s).", 530 layoutInfo.storageTexture.access, shaderInfo.storageTexture.access); 921 info->storageTexture.access,
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassLoadStoreOpNoneTests.cpp | 1394 const tcu::ConstPixelBufferAccess& access = textureLevelResult->getAccess(); in iterate() local 1398 << tcu::TestLog::Image("Attachment " + de::toString(i), "", access) in iterate() 1401 for (int y = 0; y < access.getHeight(); y++) in iterate() 1402 for (int x = 0; x < access.getWidth(); x++) in iterate() 1412 const tcu::Vec4 p = access.getPixel(x, y); in iterate()
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 1798 static unsigned get_cache_policy(struct ac_nir_context *ctx, enum gl_access_qualifier access, in get_cache_policy() argument 1812 writeonly_memory || access & (ACCESS_COHERENT | ACCESS_VOLATILE))) { in get_cache_policy() 1816 if (access & ACCESS_STREAM_CACHE_POLICY) in get_cache_policy() 1839 enum gl_access_qualifier access = nir_intrinsic_access(instr); in visit_store_ssbo() local 1840 bool writeonly_memory = access & ACCESS_NON_READABLE; in visit_store_ssbo() 1841 unsigned cache_policy = get_cache_policy(ctx, access, false, writeonly_memory); in visit_store_ssbo() 2090 enum gl_access_qualifier access = nir_intrinsic_access(instr); in visit_load_buffer() local 2091 unsigned cache_policy = get_cache_policy(ctx, access, false, false); in visit_load_buffer() 2122 bool can_speculate = access & ACCESS_CAN_REORDER; in visit_load_buffer() 2586 enum gl_access_qualifier access in visit_image_load() local 2676 enum gl_access_qualifier access = nir_intrinsic_access(instr); visit_image_store() local [all...] |
/third_party/libabigail/src/ |
H A D | abg-dwarf-reader.cc | 2377 /// Return the ELF descriptor used for DWARF access. 2384 /// @return a pointer to the ELF descriptor used to access debug 6271 /// Get the access specifier (from the DW_AT_accessibility attribute 6276 /// @param access the resulting access. This is set iff the function 6281 die_access_specifier(Dwarf_Die * die, access_specifier& access) in die_access_specifier() argument 6310 access = result; in die_access_specifier() 12326 /// virtualness, access, constness, cdtorness, etc ... 12356 access_specifier access = public_access; 12359 access [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.c | 1875 qp->qplib_qp.access = in bnxt_re_modify_qp() 1877 /* LOCAL_WRITE access must be set to allow RC receive */ in bnxt_re_modify_qp() 1878 qp->qplib_qp.access |= BNXT_QPLIB_ACCESS_LOCAL_WRITE; in bnxt_re_modify_qp() 1880 qp->qplib_qp.access |= CMDQ_MODIFY_QP_ACCESS_REMOTE_WRITE; in bnxt_re_modify_qp() 1881 qp->qplib_qp.access |= CMDQ_MODIFY_QP_ACCESS_REMOTE_READ; in bnxt_re_modify_qp() 2082 qp_attr->qp_access_flags = __to_ib_access_flags(qplib_qp->access); in bnxt_re_query_qp() 2465 int access = wr->access; in bnxt_re_build_reg_wqe() local 2483 if (access & IB_ACCESS_LOCAL_WRITE) in bnxt_re_build_reg_wqe() 2485 if (access in bnxt_re_build_reg_wqe() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/ |
H A D | ib_verbs.c | 1975 qp->qplib_qp.access = in bnxt_re_modify_qp() 1977 /* LOCAL_WRITE access must be set to allow RC receive */ in bnxt_re_modify_qp() 1978 qp->qplib_qp.access |= BNXT_QPLIB_ACCESS_LOCAL_WRITE; in bnxt_re_modify_qp() 1980 qp->qplib_qp.access |= CMDQ_MODIFY_QP_ACCESS_REMOTE_WRITE; in bnxt_re_modify_qp() 1981 qp->qplib_qp.access |= CMDQ_MODIFY_QP_ACCESS_REMOTE_READ; in bnxt_re_modify_qp() 2182 qp_attr->qp_access_flags = __to_ib_access_flags(qplib_qp->access); in bnxt_re_query_qp() 2565 int access = wr->access; in bnxt_re_build_reg_wqe() local 2583 if (access & IB_ACCESS_LOCAL_WRITE) in bnxt_re_build_reg_wqe() 2585 if (access in bnxt_re_build_reg_wqe() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hpsa.c | 159 * access = Address of the struct of function pointers 996 return h->access.command_completed(h, q); in next_command() 999 return h->access.command_completed(h, q); in next_command() 1173 h->access.submit_command(h, c); in __enqueue_cmd_and_start_io() 2736 * see this if you yank out a drive, then try to access it. in complete_scsi_command() 6909 return h->access.command_completed(h, q); in get_next_completion() 6914 return h->access.intr_pending(h); in interrupt_pending() 6919 return (h->access.intr_pending(h) == 0) || in interrupt_not_for_us() 7528 if (products[i].access != &SA5A_access && in hpsa_lookup_board_id() 7529 products[i].access ! in hpsa_lookup_board_id() 9163 struct access_method access = SA5_performant_access; hpsa_enter_performant_mode() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hpsa.c | 158 * access = Address of the struct of function pointers 999 return h->access.command_completed(h, q); in next_command() 1002 return h->access.command_completed(h, q); in next_command() 1179 h->access.submit_command(h, c); in __enqueue_cmd_and_start_io() 2740 * see this if you yank out a drive, then try to access it. in complete_scsi_command() 6937 return h->access.command_completed(h, q); in get_next_completion() 6942 return h->access.intr_pending(h); in interrupt_pending() 6947 return (h->access.intr_pending(h) == 0) || in interrupt_not_for_us() 7555 if (products[i].access != &SA5A_access && in hpsa_lookup_board_id() 7556 products[i].access ! in hpsa_lookup_board_id() 9185 struct access_method access = SA5_performant_access; hpsa_enter_performant_mode() local [all...] |
/third_party/node/lib/ |
H A D | fs.js | 226 function access(path, mode, callback) { function 233 mode = getValidMode(mode, 'access'); 238 binding.access(pathModule.toNamespacedPath(path), mode, req); 250 mode = getValidMode(mode, 'access'); 253 binding.access(pathModule.toNamespacedPath(path), mode, undefined, ctx); 271 fs.access(path, F_OK, suppressedCallback); 303 binding.access(nPath, F_OK, undefined, ctx); 305 // In case of an invalid symlink, `binding.access()` on win32 2176 * Changes the access and modification times of 2197 * Synchronously changes the access an [all...] |
/third_party/libabigail/include/ |
H A D | abg-ir.h | 1199 /// properties like access rights (if the parent is a class_decl), 2461 /// allows users to access the value as signed or unsigned as they 3732 /// functions. Its purpose is mainly to carry the access specifier 3753 /// Getter for the access specifier of this member. 3755 /// @return the access specifier for this member. 3760 /// Setter for the access specifier of this member. 3762 /// @param a the new access specifier. 4441 access_specifier access, in mem_fn_context_rel() 4443 : context_rel(s, access, is_static), in mem_fn_context_rel() 4567 access_specifier access, boo in member_function_template() 4435 mem_fn_context_rel(scope_decl* s, bool is_constructor, bool is_destructor, bool is_const, bool is_virtual, size_t vtable_offset_in_bits, access_specifier access, bool is_static) mem_fn_context_rel() argument 4566 member_function_template(function_tdecl_sptr f, access_specifier access, bool is_static, bool is_constructor, bool is_const) member_function_template() argument 4620 member_class_template(class_tdecl_sptr c, access_specifier access, bool is_static) member_class_template() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | mips-cm.h | 147 /* GCR_ACCESS - Controls core/IOCU access to GCRs */ 148 GCR_ACCESSOR_RW(32, 0x020, access) 407 * mips_cm_lock_other - lock access to redirect/other region 416 * by a call to mips_cm_unlock_other() when access to the redirect/other region 428 * mips_cm_unlock_other - unlock access to redirect/other region 430 * Must be called after mips_cm_lock_other() once all required access to the 444 * mips_cm_lock_other_cpu - lock access to redirect/other region 445 * @cpu: the other CPU whose register we want to access
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
H A D | head.S | 146 mfsr $r3, $TLB_MISC ! setup access page size
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-v7m.S | 146 msr control, r1 @ Thread mode has unpriviledged access
|
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | vgic-sys-reg-v3.c | 299 if (!r->access(vcpu, ¶ms, r)) in vgic_v3_cpu_sysregs_uaccess()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.h | 30 enum ice_aq_res_access_type access, u32 timeout);
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
H A D | sja1105.h | 231 u64 access; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | mips-cm.h | 147 /* GCR_ACCESS - Controls core/IOCU access to GCRs */ 148 GCR_ACCESSOR_RW(32, 0x020, access) 407 * mips_cm_lock_other - lock access to redirect/other region 416 * by a call to mips_cm_unlock_other() when access to the redirect/other region 428 * mips_cm_unlock_other - unlock access to redirect/other region 430 * Must be called after mips_cm_lock_other() once all required access to the 444 * mips_cm_lock_other_cpu - lock access to redirect/other region 445 * @cpu: the other CPU whose register we want to access
|
/kernel/linux/linux-5.10/tools/usb/ |
H A D | testusb.c | 346 if (access(udev_usb_path, F_OK) == 0) in usb_dir_find()
|