| /kernel/linux/linux-6.6/include/rdma/ |
| H A D | ib_umem_odp.h | 105 ib_umem_odp_get(struct ib_device *device, unsigned long addr, size_t size, int access, const struct mmu_interval_notifier_ops *ops) ib_umem_odp_get() argument
|
| /kernel/linux/linux-6.6/drivers/video/backlight/ |
| H A D | ili9320.h | 40 } access; /* Register access method. */ member
|
| /kernel/linux/linux-6.6/drivers/infiniband/core/ |
| H A D | umem_dmabuf.c | 113 ib_umem_dmabuf_get(struct ib_device *device, unsigned long offset, size_t size, int fd, int access, const struct dma_buf_attach_ops *ops) ib_umem_dmabuf_get() argument 187 ib_umem_dmabuf_get_pinned(struct ib_device *device, unsigned long offset, size_t size, int fd, int access) ib_umem_dmabuf_get_pinned() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
| H A D | fault.h | 32 u8 access; member
|
| /kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
| H A D | max15301.c | 34 ktime_t access; /* Chip access time */ member
|
| /kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/ |
| H A D | rxe_mw.c | 50 rxe_check_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe, struct rxe_mw *mw, struct rxe_mr *mr, int access) rxe_check_bind_mw() argument 135 rxe_do_bind_mw(struct rxe_qp *qp, struct rxe_send_wqe *wqe, struct rxe_mw *mw, struct rxe_mr *mr, int access) rxe_do_bind_mw() argument 172 int access = wqe->wr.wr.mw.access; rxe_bind_mw() local 290 rxe_lookup_mw(struct rxe_qp *qp, int access, u32 rkey) rxe_lookup_mw() argument [all...] |
| /kernel/linux/linux-6.6/security/landlock/ |
| H A D | ruleset.h | 44 access_mask_t access; member
|
| /kernel/liteos_a/kernel/extended/plimit/ |
| H A D | los_devicelimit.h | 69 INT16 access; member
|
| /third_party/alsa-utils/axfer/ |
| H A D | mapper.h | 39 snd_pcm_access_t access; member
|
| H A D | xfer.c | 114 xfer_context_pre_process(struct xfer_context *xfer, snd_pcm_format_t *format, unsigned int *samples_per_frame, unsigned int *frames_per_second, snd_pcm_access_t *access, snd_pcm_uframes_t *frames_per_buffer) xfer_context_pre_process() argument
|
| H A D | xfer-libasound-irq-mmap.c | 22 snd_pcm_access_t access; in irq_mmap_pre_process() local
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_simple.c | 47 set_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *hw_params, unsigned int *rate, unsigned int channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, unsigned int *buffer_time, unsigned int *period_time, snd_pcm_access_t access) set_hw_params() argument 157 snd_spcm_init(snd_pcm_t *pcm, unsigned int rate, unsigned int channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, snd_spcm_latency_t latency, snd_pcm_access_t access, snd_spcm_xrun_type_t xrun_type) snd_spcm_init() argument 209 snd_spcm_init_duplex(snd_pcm_t *playback_pcm, snd_pcm_t *capture_pcm, unsigned int rate, unsigned int channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, snd_spcm_latency_t latency, snd_pcm_access_t access, snd_spcm_xrun_type_t xrun_type, snd_spcm_duplex_type_t duplex_type) snd_spcm_init_duplex() argument
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_readonly_images_to_tex.c | 92 enum gl_access_qualifier access = 0; in is_readonly_image_op() local
|
| H A D | nir_lower_memory_model.c | 181 unsigned access = nir_intrinsic_access(intrin); in visit_instr() local
|
| /third_party/lwip/src/include/lwip/apps/ |
| H A D | snmp_table.h | 55 snmp_access_t access; member
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | allocation-builder.h | 33 void Store(const FieldAccess& access, Node* value) { in Store() argument 39 void Store(ElementAccess const& access, Node* index, Node* value) { in Store() argument 63 void Store(const FieldAccess& access, const ObjectRef& value) { in Store() argument
|
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | platform-macos.cc | 20 vm_prot_t GetVMProtFromMemoryPermission(OS::MemoryPermission access) { in GetVMProtFromMemoryPermission() argument 70 void* OS::AllocateShared(void* hint, size_t size, MemoryPermission access, in AllocateShared() argument 91 RemapPages(const void* address, size_t size, void* new_address, MemoryPermission access) RemapPages() argument 117 AllocateShared(void* address, size_t size, OS::MemoryPermission access, PlatformSharedMemoryHandle handle, uint64_t offset) AllocateShared() argument
|
| /third_party/skia/src/image/ |
| H A D | SkSurface_Base.h | 39 virtual GrSemaphoresSubmitted onFlush(BackendSurfaceAccess access, const GrFlushInfo&, in onFlush() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | Buffer.h | 48 GLbitfield access() const { return mAccess; } in access() function in es2::Buffer
|
| /third_party/vk-gl-cts/framework/common/ |
| H A D | tcuBilinearImageCompare.cpp | 86 RGBA bilinearSampleRGBA8 (const ConstPixelBufferAccess& access, deUint32 u, deUint32 v) in bilinearSampleRGBA8() argument
|
| /base/telephony/core_service/services/sim/src/ |
| H A D | mcc_pool.cpp | 51 auto access = AccessToMcc(mcc); in ShortestMncLengthFromMcc() local
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | exprep.c | 198 u32 access; acpi_ex_decode_field_access() local [all...] |
| /kernel/linux/linux-5.10/arch/arm64/kvm/ |
| H A D | sys_regs.h | 38 bool (*access)(struct kvm_vcpu *, member
|
| /kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/ |
| H A D | hash_64k.c | 36 int __hash_page_4K(unsigned long ea, unsigned long access, unsigned long vsid, in __hash_page_4K() argument 223 int __hash_page_64K(unsigned long ea, unsigned long access, in __hash_page_64K() argument [all...] |
| /kernel/linux/linux-5.10/arch/s390/pci/ |
| H A D | pci_mmio.c | 122 static long get_pfn(unsigned long user_addr, unsigned long access, in get_pfn() argument
|