/kernel/linux/linux-6.6/sound/ppc/ |
H A D | snd_ps3.c | 55 * PS3 audio register access 720 .access = SNDRV_CTL_ELEM_ACCESS_READ, 727 .access = SNDRV_CTL_ELEM_ACCESS_READ,
|
/kernel/linux/linux-6.6/sound/soc/stm/ |
H A D | stm32_spdifrx.c | 560 .access = SNDRV_CTL_ELEM_ACCESS_READ | 569 .access = SNDRV_CTL_ELEM_ACCESS_READ |
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | imx-pcm-rpmsg.c | 327 if ((runtime->access == SNDRV_PCM_ACCESS_RW_INTERLEAVED || in imx_rpmsg_pcm_prepare() 328 runtime->access == SNDRV_PCM_ACCESS_RW_NONINTERLEAVED) && in imx_rpmsg_pcm_prepare()
|
/third_party/f2fs-tools/tools/ |
H A D | f2fscrypt.c | 191 int ret = access(argv[x], W_OK); in validate_paths() 671 access(mnt->mnt_dir, R_OK)) in get_default_salts()
|
/third_party/alsa-utils/speaker-test/ |
H A D | speaker-test.c | 454 static int set_hwparams(snd_pcm_t *handle, snd_pcm_hw_params_t *params, snd_pcm_access_t access) { in set_hwparams() argument 470 err = snd_pcm_hw_params_set_access(handle, params, access); in set_hwparams()
|
/third_party/icu/icu4c/source/common/ |
H A D | udata.cpp | 651 * partial-data-library access functions where each returns a pointer 710 * access functions. in openCommonData() 1479 U_CAPI void U_EXPORT2 udata_setFileAccess(UDataFileAccess access, UErrorCode * /*status*/) in udata_setFileAccess() argument 1482 gDataFileAccess = access; in udata_setFileAccess()
|
/third_party/libdrm/nouveau/ |
H A D | pushbuf.c | 386 nouveau_bo(bo)->access |= NOUVEAU_BO_WR; in pushbuf_submit() 388 nouveau_bo(bo)->access |= NOUVEAU_BO_RD; in pushbuf_submit()
|
/third_party/nghttp2/src/ |
H A D | shrpx_log.cc | 580 auto &accessconf = get_config()->logging.access; in upstream_accesslog() 879 auto &accessconf = loggingconf.access; in reopen_log_files()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | udata.cpp | 651 * partial-data-library access functions where each returns a pointer 710 * access functions. in openCommonData() 1456 U_CAPI void U_EXPORT2 udata_setFileAccess(UDataFileAccess access, UErrorCode * /*status*/) in udata_setFileAccess() argument 1459 gDataFileAccess = access; in udata_setFileAccess()
|
/third_party/ltp/testcases/network/netstress/ |
H A D | netstress.c | 673 /* IPv6 socket is also able to access IPv4 protocol stack */ in server_init() 786 if (access(tfo_cfg, W_OK) < 0) { in check_tfo_value() 815 if (access(tcp_tw_reuse, W_OK) < 0) in check_tw_reuse()
|
/third_party/node/deps/v8/src/heap/ |
H A D | read-only-spaces.cc | 352 PageAllocator::Permission access) { in SetPermissionsForPages() 359 access)); in SetPermissionsForPages() 351 SetPermissionsForPages(MemoryAllocator* memory_allocator, PageAllocator::Permission access) SetPermissionsForPages() argument
|
/third_party/musl/libc-test/src/functionalext/trace/ |
H A D | trace_marker.c | 67 if (access("/sys/kernel/tracing/trace", F_OK) == 0) { in clear_trace() 71 if (access("/sys/kernel/debug/tracing/trace", F_OK) == 0) { in clear_trace()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_transfer.c | 363 uint32_t access = (usage & PIPE_MAP_WRITE) ? in nvc0_mt_sync() local 365 return !nouveau_bo_wait(mt->base.bo, access, nvc0->base.client); in nvc0_mt_sync()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 903 const tcu::ConstPixelBufferAccess access (format, m_width, m_height, 1, ptr); in iterateInternal() 921 if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "", "", reference.getAccess(), access, UVec4(0u), tcu::COMPARE_LOG_ON_ERROR)) in iterateInternal()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationShaderInputOutputTests.cpp | 198 tcu::PixelBufferAccess access = image.getAccess(); in initializeWhiteReferenceImage() local 204 access.setPixel(white, x, y); in initializeWhiteReferenceImage()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | ShaderModuleD3D12.cpp | 68 void Serialize(std::stringstream& output, const tint::ast::Access& access) { in Serialize() argument 69 output << access; in Serialize() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | udata.cpp | 651 * partial-data-library access functions where each returns a pointer 710 * access functions. in openCommonData() 1456 U_CAPI void U_EXPORT2 udata_setFileAccess(UDataFileAccess access, UErrorCode * /*status*/) in udata_setFileAccess() argument 1459 gDataFileAccess = access; in udata_setFileAccess()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassSampleReadTests.cpp | 903 const tcu::ConstPixelBufferAccess access (format, m_width, m_height, 1, ptr); in iterateInternal() 921 if (!tcu::intThresholdCompare(m_context.getTestContext().getLog(), "", "", reference.getAccess(), access, UVec4(0u), tcu::COMPARE_LOG_ON_ERROR)) in iterateInternal()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationShaderInputOutputTests.cpp | 198 tcu::PixelBufferAccess access = image.getAccess(); in initializeWhiteReferenceImage() local 204 access.setPixel(white, x, y); in initializeWhiteReferenceImage()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TranslatorMetalDirect.cpp | 404 auto &access = AccessIndex(*glFragDataGlobalSymbol, i); in AddFragDataDeclaration() local 406 new TIntermBinary(TOperator::EOpAssign, glFragDataSlot, &access); in AddFragDataDeclaration()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.c | 1447 * @access: access type 1471 enum ice_aq_res_access_type access, u8 sdp_number, u32 *timeout, in ice_aq_req_res() 1483 cmd_resp->access_type = cpu_to_le16(access); in ice_aq_req_res() 1559 * @access: access type (read or write) 1566 enum ice_aq_res_access_type access, u32 timeout) in ice_acquire_res() 1573 status = ice_aq_req_res(hw, res, access, 0, &time_left, NULL); in ice_acquire_res() 1585 "resource %d acquire type %d failed.\n", res, access); in ice_acquire_res() 1592 status = ice_aq_req_res(hw, res, access, in ice_acquire_res() 1470 ice_aq_req_res(struct ice_hw *hw, enum ice_aq_res_ids res, enum ice_aq_res_access_type access, u8 sdp_number, u32 *timeout, struct ice_sq_cd *cd) ice_aq_req_res() argument 1565 ice_acquire_res(struct ice_hw *hw, enum ice_aq_res_ids res, enum ice_aq_res_access_type access, u32 timeout) ice_acquire_res() argument [all...] |
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | ice1712.c | 1350 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | 1383 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | 1591 .access = SNDRV_CTL_ELEM_ACCESS_READ, 1677 .access = SNDRV_CTL_ELEM_ACCESS_READ, 1686 .access = SNDRV_CTL_ELEM_ACCESS_READ, 1713 .access = (SNDRV_CTL_ELEM_ACCESS_READWRITE | 2209 .access = SNDRV_CTL_ELEM_ACCESS_READ | SNDRV_CTL_ELEM_ACCESS_VOLATILE,
|
/kernel/linux/linux-5.10/sound/soc/intel/skylake/ |
H A D | skl-topology.c | 401 if (k->access & SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK) { in skl_tplg_set_module_params() 434 if (k->access & SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK) { in skl_tplg_set_module_init_data() 816 if (k->access & SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK) { in skl_tplg_set_module_bind_params() 912 if ((w->kcontrol_news[i].access & in skl_tplg_add_moduleid_in_bind_params() 3113 if (kctl->access & SNDRV_CTL_ELEM_ACCESS_TLV_CALLBACK) { in skl_tplg_control_load() 3124 if (kctl->access & SNDRV_CTL_ELEM_ACCESS_READ) { in skl_tplg_control_load() 3137 kctl->access = SNDRV_CTL_ELEM_ACCESS_READ; in skl_tplg_control_load()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4proc.c | 569 struct nfsd4_access *access = &u->access; in nfsd4_access() local 577 if (access->ac_req_access & ~access_full) in nfsd4_access() 580 access->ac_resp_access = access->ac_req_access; in nfsd4_access() 581 return nfsd_access(rqstp, &cstate->current_fh, &access->ac_resp_access, in nfsd4_access() 582 &access->ac_supported); in nfsd4_access()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_common.c | 1809 * @access: access type 1833 enum ice_aq_res_access_type access, u8 sdp_number, u32 *timeout, in ice_aq_req_res() 1845 cmd_resp->access_type = cpu_to_le16(access); in ice_aq_req_res() 1921 * @access: access type (read or write) 1928 enum ice_aq_res_access_type access, u32 timeout) in ice_acquire_res() 1935 status = ice_aq_req_res(hw, res, access, 0, &time_left, NULL); in ice_acquire_res() 1946 ice_debug(hw, ICE_DBG_RES, "resource %d acquire type %d failed.\n", res, access); in ice_acquire_res() 1953 status = ice_aq_req_res(hw, res, access, in ice_acquire_res() 1832 ice_aq_req_res(struct ice_hw *hw, enum ice_aq_res_ids res, enum ice_aq_res_access_type access, u8 sdp_number, u32 *timeout, struct ice_sq_cd *cd) ice_aq_req_res() argument 1927 ice_acquire_res(struct ice_hw *hw, enum ice_aq_res_ids res, enum ice_aq_res_access_type access, u32 timeout) ice_acquire_res() argument [all...] |