Home
last modified time | relevance | path

Searched refs:buffer (Results 4176 - 4200 of 13714) sorted by relevance

1...<<161162163164165166167168169170>>...549

/drivers/peripheral/display/hdi_service/gralloc/include/
H A Didisplay_gralloc.h45 * @param handle Indicates the pointer to the buffer of the memory to allocate.
57 * @param handle Indicates the reference to the buffer of the memory to release.
67 * @param handle Indicates the reference to the buffer of the memory to map.
78 * @param handle Indicates the reference to the buffer of the memory to map.
84 virtual void *MmapCache(const BufferHandle &buffer) const = 0;
89 * @param handle Indicates the reference to the buffer of the memory to unmap.
101 * @param handle Indicates the reference to the buffer of the cache to flush.
113 * @param handle Indicates the reference to the buffer of the cache to flush.
120 virtual int32_t FlushMCache(const BufferHandle &buffer) const = 0;
125 * @param handle Indicates the reference to the buffer o
[all...]
/kernel/linux/linux-5.10/drivers/scsi/megaraid/
H A Dmegaraid_mm.h46 * @buffer :
72 uint8_t __user *buffer; member
76 uint8_t __user *buffer; member
86 char __user *data; /* buffer <= 4096 for 0x80 commands */
/kernel/linux/linux-5.10/sound/firewire/fireface/
H A Dff-proc.c28 struct snd_info_buffer *buffer) in proc_dump_status()
32 ff->spec->protocol->dump_status(ff, buffer); in proc_dump_status()
27 proc_dump_status(struct snd_info_entry *entry, struct snd_info_buffer *buffer) proc_dump_status() argument
/kernel/linux/linux-5.10/tools/perf/util/arm-spe-decoder/
H A Darm-spe-decoder.h62 int (*get_trace)(struct arm_spe_buffer *buffer, void *data);
67 int (*get_trace)(struct arm_spe_buffer *buffer, void *data);
/kernel/linux/linux-5.10/fs/ext4/
H A Dxattr_hurd.c24 const char *name, void *buffer, size_t size) in ext4_xattr_hurd_get()
30 name, buffer, size); in ext4_xattr_hurd_get()
22 ext4_xattr_hurd_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) ext4_xattr_hurd_get() argument
H A Dxattr_user.c24 const char *name, void *buffer, size_t size) in ext4_xattr_user_get()
29 name, buffer, size); in ext4_xattr_user_get()
22 ext4_xattr_user_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) ext4_xattr_user_get() argument
/kernel/linux/linux-5.10/fs/ext2/
H A Dxattr_user.c23 const char *name, void *buffer, size_t size) in ext2_xattr_user_get()
28 name, buffer, size); in ext2_xattr_user_get()
21 ext2_xattr_user_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) ext2_xattr_user_get() argument
/kernel/linux/linux-6.6/fs/ext2/
H A Dxattr_user.c23 const char *name, void *buffer, size_t size) in ext2_xattr_user_get()
28 name, buffer, size); in ext2_xattr_user_get()
21 ext2_xattr_user_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) ext2_xattr_user_get() argument
/kernel/linux/linux-6.6/fs/ext4/
H A Dxattr_hurd.c24 const char *name, void *buffer, size_t size) in ext4_xattr_hurd_get()
30 name, buffer, size); in ext4_xattr_hurd_get()
22 ext4_xattr_hurd_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) ext4_xattr_hurd_get() argument
H A Dxattr_user.c24 const char *name, void *buffer, size_t size) in ext4_xattr_user_get()
29 name, buffer, size); in ext4_xattr_user_get()
22 ext4_xattr_user_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) ext4_xattr_user_get() argument
/kernel/linux/linux-6.6/fs/squashfs/
H A Dpage_actor.h11 void **buffer; member
28 extern struct squashfs_page_actor *squashfs_page_actor_init(void **buffer,
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-proc.c28 struct snd_info_buffer *buffer) in proc_dump_status()
32 ff->spec->protocol->dump_status(ff, buffer); in proc_dump_status()
27 proc_dump_status(struct snd_info_entry *entry, struct snd_info_buffer *buffer) proc_dump_status() argument
/kernel/linux/linux-6.6/sound/firewire/
H A Dlib.c22 * @buffer: input/output data
23 * @length: length of @buffer
34 u64 offset, void *buffer, size_t length, in snd_fw_transaction()
49 buffer, length); in snd_fw_transaction()
33 snd_fw_transaction(struct fw_unit *unit, int tcode, u64 offset, void *buffer, size_t length, unsigned int flags) snd_fw_transaction() argument
/kernel/linux/linux-6.6/drivers/scsi/megaraid/
H A Dmegaraid_mm.h46 * @buffer :
72 uint8_t __user *buffer; member
76 uint8_t __user *buffer; member
86 char __user *data; /* buffer <= 4096 for 0x80 commands */
/kernel/linux/linux-6.6/mm/kasan/
H A Dreport_hw_tags.c57 void kasan_metadata_fetch_row(char *buffer, void *row) in kasan_metadata_fetch_row() argument
62 buffer[i] = hw_get_mem_tag(row + i * KASAN_GRANULE_SIZE); in kasan_metadata_fetch_row()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_hooks_lwtunnel.c29 void *buffer, size_t *lenp, loff_t *ppos) in nf_hooks_lwtunnel_sysctl_handler()
45 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in nf_hooks_lwtunnel_sysctl_handler()
28 nf_hooks_lwtunnel_sysctl_handler(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) nf_hooks_lwtunnel_sysctl_handler() argument
/test/xts/hats/kernel/syscalls/fileio/uname/
H A DUnameApiTest.cpp66 struct utsname buffer; in HWTEST_F() local
67 ret = uname(&buffer); in HWTEST_F()
/third_party/ffmpeg/libavfilter/
H A Dvf_pullup.h31 PullupBuffer *buffer; member
46 PullupBuffer *buffer; member
/third_party/astc-encoder/Source/Fuzzers/
H A Dfuzz_astc_physical_to_symbolic.cpp98 std::vector<uint8_t> buffer = stream.ConsumeBytes<uint8_t>(16); in LLVMFuzzerTestOneInput() local
99 std::memcpy(pcb, buffer.data(), 16); in LLVMFuzzerTestOneInput()
/third_party/curl/docs/examples/
H A Dftpget.c38 static size_t my_fwrite(void *buffer, size_t size, size_t nmemb, void *stream) in my_fwrite() argument
47 return fwrite(buffer, size, nmemb, out->stream); in my_fwrite()
/third_party/curl/include/curl/
H A Deasy.h97 CURL_EXTERN CURLcode curl_easy_recv(CURL *curl, void *buffer, size_t buflen,
108 CURL_EXTERN CURLcode curl_easy_send(CURL *curl, const void *buffer,
/third_party/NuttX/drivers/bch/
H A Dbchlib_cache.c42 * Flush the current contents of the sector buffer (if dirty)
61 ret = los_disk_write(bch->disk->disk_id, (const void *)bch->buffer, bch->sector, 1); in bchlib_flushsector()
80 * Flush the current contents of the sector buffer (if dirty)
101 ret = los_disk_read(bch->disk->disk_id, (void *)bch->buffer, sector, 1, TRUE); in bchlib_readsector()
/third_party/icu/icu4c/source/common/unicode/
H A Ducnvsel.h45 * A converter selector can be serialized into a buffer and reopened
121 * The buffer must remain valid and unchanged for the lifetime of the selector.
125 * @param buffer pointer to the serialized form of a converter selector;
127 * @param length the capacity of this buffer (can be equal to or larger than
135 ucnvsel_openFromSerialized(const void* buffer, int32_t length, UErrorCode* status);
138 * Serialize a selector into a linear buffer.
142 * @param buffer pointer to 32-bit-aligned memory to be filled with the
144 * @param bufferCapacity the capacity of this buffer
146 * @return the required buffer capacity to hold serialize data (even if the call fails
153 void* buffer, int32_
[all...]
/third_party/jsframework/runtime/main/util/
H A Dshared.js84 * @param {*} buffer - Binary data buffer.
87 export function bufferToBase64 (buffer) {
92 new Uint8Array(buffer),
/third_party/mesa3d/src/compiler/nir/
H A Dnir_xfb_info.h42 uint8_t buffer; member
51 uint8_t buffer; member

Completed in 17 milliseconds

1...<<161162163164165166167168169170>>...549