/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_proc.c | 188 ahc_proc_write_seeprom(struct Scsi_Host *shost, char *buffer, int length) in ahc_proc_write_seeprom() argument 205 printk("ahc_proc_write_seeprom: incorrect buffer size\n"); in ahc_proc_write_seeprom() 209 have_seeprom = ahc_verify_cksum((struct seeprom_config*)buffer); in ahc_proc_write_seeprom() 262 "eeprom buffer. Write failing\n"); in ahc_proc_write_seeprom() 268 ahc_write_seeprom(&sd, (u_int16_t *)buffer, start_addr, in ahc_proc_write_seeprom()
|
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | chromeos_acpi.c | 99 for (i = 0; i < element->buffer.length && room_left; i += byte_per_line) { in chromeos_acpi_handle_package() 100 r = hex_dump_to_buffer(element->buffer.pointer + i, in chromeos_acpi_handle_package() 101 element->buffer.length - i, in chromeos_acpi_handle_package()
|
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | order-list-attributes.c | 24 static int replace_char_str(u8 *buffer, char *repl_char, char *repl_with) in replace_char_str() argument 26 char *src = buffer; in replace_char_str() 27 int buflen = strlen(buffer); in replace_char_str()
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | idmouse.c | 70 unsigned char *bulk_in_buffer; /* the buffer to receive data */ 82 static ssize_t idmouse_read(struct file *file, char __user *buffer, 293 static ssize_t idmouse_read(struct file *file, char __user *buffer, size_t count, in idmouse_read() argument 308 result = simple_read_from_buffer(buffer, count, ppos, in idmouse_read()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | z2ram.c | 90 void *buffer = bio_data(req->bio); in z2_queue_rq() local 96 memcpy(buffer, (char *)addr, size); in z2_queue_rq() 98 memcpy((char *)addr, buffer, size); in z2_queue_rq()
|
/kernel/linux/linux-6.6/drivers/net/fjes/ |
H A D | fjes_hw.h | 120 __le64 buffer[]; member 130 __le64 buffer[]; member 192 /* EP buffer information */ 245 /* buffer pair for Extended Partition */ 248 void *buffer; member 290 struct mutex lock; /* buffer lock*/
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | ce.h | 162 * Queue a source buffer to be sent to an anonymous destination buffer. 164 * buffer - address of buffer 172 * Implementation note: pushes 1 buffer to Source ring 176 dma_addr_t buffer, 184 dma_addr_t buffer, 206 * Pops buffer from Dest ring. 213 * Pops 1 completed send buffer from Source ring. 294 * This is also the minimum size of a destination buffer [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ioctl.c | 129 void __user *buffer = (void __user *)((unsigned long)(arg->buffer)); in vmw_get_cap_3d_ioctl() local 150 DRM_ERROR("Failed to allocate bounce buffer for 3D caps.\n"); in vmw_get_cap_3d_ioctl() 158 ret = copy_to_user(buffer, bounce, size); in vmw_get_cap_3d_ioctl() 300 VMW_DEBUG_USER("Framebuffer not buffer backed.\n"); in vmw_present_readback_ioctl()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | connection.c | 410 int vmbus_post_msg(void *buffer, size_t buflen, bool can_sleep) in vmbus_post_msg() argument 427 ret = hv_post_message(conn_id, 1, buffer, buflen); in vmbus_post_msg() 440 hdr = buffer; in vmbus_post_msg()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | oxp-sensors.c | 144 u8 buffer; in read_from_ec() local 151 ret = ec_read(reg + i, &buffer); in read_from_ec() 155 *val += buffer; in read_from_ec()
|
/kernel/linux/linux-6.6/drivers/input/keyboard/ |
H A D | qt2160.c | 107 u8 inireg, u8 *buffer, unsigned int count) in qt2160_read_block() 125 error = i2c_master_recv(client, buffer, count); in qt2160_read_block() 150 buffer[idx++] = data; in qt2160_read_block() 106 qt2160_read_block(struct i2c_client *client, u8 inireg, u8 *buffer, unsigned int count) qt2160_read_block() argument
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_core.c | 286 static long trusted_read(const struct key *key, char *buffer, in trusted_read() argument 297 if (buffer && buflen >= 2 * p->blob_len) { in trusted_read() 298 bufp = buffer; in trusted_read()
|
/kernel/liteos_m/kernel/src/mm/ |
H A D | los_membox.c | 301 UINT8 *buffer = (UINT8 *)memExcInfo;
in OsMemboxExcInfoGet() local 304 OsMemboxExcInfoGetSub(memBox, (MemInfoCB *)buffer);
in OsMemboxExcInfoGet() 306 buffer += sizeof(MemInfoCB);
in OsMemboxExcInfoGet()
|
/kernel/linux/linux-6.6/sound/pcmcia/pdaudiocf/ |
H A D | pdaudiocf_core.c | 125 struct snd_info_buffer *buffer) in pdacf_proc_read() 130 snd_iprintf(buffer, "PDAudioCF\n\n"); in pdacf_proc_read() 132 snd_iprintf(buffer, "FPGA revision : 0x%x\n", PDAUDIOCF_FPGAREV(tmp)); in pdacf_proc_read() 124 pdacf_proc_read(struct snd_info_entry * entry, struct snd_info_buffer *buffer) pdacf_proc_read() argument
|
/kernel/linux/linux-6.6/net/atm/ |
H A D | ioctl.c | 176 if (get_user(cbuf, &ciobuf->buffer)) in do_vcc_ioctl() 183 if (get_user(buf, &iobuf->buffer)) in do_vcc_ioctl() 283 if (get_user(data, &iobuf32->buffer)) in do_atm_iobuf()
|
/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_vp8.c | 35 av_unused const uint8_t *buffer, in vaapi_vp8_start_frame() 186 const uint8_t *buffer, in vaapi_vp8_decode_slice() 195 const uint8_t *data = buffer + header_size; in vaapi_vp8_decode_slice() 34 vaapi_vp8_start_frame(AVCodecContext *avctx, av_unused const uint8_t *buffer, av_unused uint32_t size) vaapi_vp8_start_frame() argument 185 vaapi_vp8_decode_slice(AVCodecContext *avctx, const uint8_t *buffer, uint32_t size) vaapi_vp8_decode_slice() argument
|
/third_party/ffmpeg/libavdevice/ |
H A D | jack.c | 66 float * buffer; in process_callback() local 96 /* Copy and interleave audio data from the JACK buffer into the packet */ in process_callback() 101 buffer = jack_port_get_buffer(self->ports[i], self->buffer_size); in process_callback() 103 pkt_data[j * self->nports + i] = buffer[j]; in process_callback() 136 * packets FIFO buffer with as many packets as possible. process_callback() in supply_new_packets()
|
/third_party/alsa-lib/src/timer/ |
H A D | timer_hw.c | 193 static ssize_t snd_timer_hw_read(snd_timer_t *handle, void *buffer, size_t size) in snd_timer_hw_read() argument 199 if (!tmr || (!buffer && size > 0)) in snd_timer_hw_read() 201 result = read(tmr->poll_fd, buffer, size); in snd_timer_hw_read()
|
/third_party/EGL/api/1.0/EGL/ |
H A D | egl.h | 165 /* EGL_RENDER_BUFFER values / BindTexImage / ReleaseTexImage buffer targets */ 185 /* Back buffer swap behaviors */ 189 /* CreatePbufferFromClientBuffer buffer types */ 253 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, 258 EGLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer); 259 EGLAPI EGLBoolean APIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
|
/third_party/EGL/api/1.0/ |
H A D | egl.h | 162 /* EGL_RENDER_BUFFER values / BindTexImage / ReleaseTexImage buffer targets */ 182 /* Back buffer swap behaviors */ 186 /* CreatePbufferFromClientBuffer buffer types */ 250 EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, 255 EGLAPI EGLBoolean APIENTRY eglBindTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer); 256 EGLAPI EGLBoolean APIENTRY eglReleaseTexImage(EGLDisplay dpy, EGLSurface surface, EGLint buffer);
|
/third_party/gn/src/gn/ |
H A D | tokenizer.cc | 179 bool Tokenizer::IsNewline(std::string_view buffer, size_t offset) { in IsNewline() argument 180 DCHECK(offset < buffer.size()); in IsNewline() 182 return buffer[offset] == '\n'; in IsNewline()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | tblcoll.h | 484 * @param buffer a fill-in buffer to receive the binary image 485 * @param capacity capacity of the destination buffer 491 int32_t cloneBinary(uint8_t *buffer, int32_t capacity, UErrorCode &status) const; 500 * @param buffer UnicodeString to store the result rules 504 void getRules(UColRuleOption delta, UnicodeString &buffer) const; 629 * @param result buffer to store result in. If NULL, number of bytes needed 631 * @param resultLength length of the result buffer. If if not enough the 632 * buffer will be filled to capacity. 640 * Get the sort key as an array of bytes from a char16_t buffer [all...] |
/third_party/icu/icu4c/source/io/ |
H A D | ufile.cpp | 157 // stack-allocated buffer to contain a file name or path. If PATH_MAX (POSIX) or MAX_PATH 159 // otherwise, we will use FILENAME_BUF_MAX for the stack-allocated buffer, and dynamically 160 // allocate a buffer for any file name or path that is that length or longer. 177 char buffer[FILENAME_BUF_CAPACITY]; in u_fopen_u() local 178 char *filenameBuffer = buffer; in u_fopen_u() 183 if (filenameLength >= FILENAME_BUF_CAPACITY) { // could not fit (with zero termination) in buffer in u_fopen_u() 211 if (filenameBuffer != buffer) { in u_fopen_u()
|
/third_party/libunwind/libunwind/tests/ |
H A D | Gtest-bt.c | 118 void *buffer[20]; in do_backtrace() local 123 n = backtrace (buffer, 20); in do_backtrace() 126 printf ("[%d] ip=%p\n", i, buffer[i]); in do_backtrace()
|
/third_party/libuv/src/ |
H A D | fs-poll.c | 138 int uv_fs_poll_getpath(uv_fs_poll_t* handle, char* buffer, size_t* size) { in uv_fs_poll_getpath() argument 156 memcpy(buffer, ctx->path, required_len); in uv_fs_poll_getpath() 158 buffer[required_len] = '\0'; in uv_fs_poll_getpath()
|