| /kernel/linux/linux-6.6/drivers/media/radio/si4713/ |
| H A D | si4713.c | 92 #define DBG_BUFFER(device, message, buffer, size) \ 97 sprintf(str + i * 5, " 0x%02x", buffer[i]); \ 101 #define DBG_BUFFER(device, message, buffer, size) 189 * @response: buffer to place the expected response from the device (up to 15) 715 * si4713_tx_rds_buff - Loads the RDS group buffer FIFO or circular buffer. 717 * @mode: the buffer operation mode. 721 * @cbleft: returns the number of available circular buffer blocks minus the 722 * number of used circular buffer blocks. 757 * si4713_tx_rds_ps - Loads the program service buffer [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_common.c | 254 * @buffer: pointer to command buffer 255 * @buf_len: max length of buffer 260 void *buffer, u16 buf_len) in iavf_debug_aq() 263 u8 *buf = (u8 *)buffer; in iavf_debug_aq() 284 if (buffer && aq_desc->datalen) { in iavf_debug_aq() 350 * @lut: pointer to the lut buffer provided by the caller 351 * @lut_size: size of the lut buffer 404 * @lut: pointer to the lut buffer provided by the caller 405 * @lut_size: size of the lut buffer 259 iavf_debug_aq(struct iavf_hw *hw, enum iavf_debug_mask mask, void *desc, void *buffer, u16 buf_len) iavf_debug_aq() argument [all...] |
| /kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/ |
| H A D | sun3_82586.c | 596 p->xmit_buffs[i]->buffer = make24((p->xmit_cbuffs[i])); in init586() 664 rbd[i].buffer = make24(ptr); in alloc_rfa() 774 if( (totlen = swab16(rbd->status)) & RBD_LAST) /* the first and the last buffer? */ in sun3_82586_rcv_int() 783 skb_copy_to_linear_data(skb,(char *) p->base+swab32((unsigned long) rbd->buffer),totlen); in sun3_82586_rcv_int()
|
| /kernel/linux/linux-6.6/fs/overlayfs/ |
| H A D | super.c | 442 const char *name, void *buffer, size_t size) in ovl_own_xattr_get() 458 const char *name, void *buffer, size_t size) in ovl_other_xattr_get() 460 return ovl_xattr_get(dentry, inode, name, buffer, size); in ovl_other_xattr_get() 440 ovl_own_xattr_get(const struct xattr_handler *handler, struct dentry *dentry, struct inode *inode, const char *name, void *buffer, size_t size) ovl_own_xattr_get() argument 456 ovl_other_xattr_get(const struct xattr_handler *handler, struct dentry *dentry, struct inode *inode, const char *name, void *buffer, size_t size) ovl_other_xattr_get() argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | perf_event.h | 486 * Take a snapshot of the AUX buffer without touching the event 1582 void *buffer, size_t *lenp, loff_t *ppos); 1584 void *buffer, size_t *lenp, loff_t *ppos); 1586 void *buffer, size_t *lenp, loff_t *ppos); 1894 * fast. Otherwise, the hardware register/buffer will be flushed with
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_device.h | 276 unsigned int page_shift; /* buffer page shift */ 278 bool mtt_only; /* only alloc buffer-required MTT memory */ 285 unsigned int buf_pg_shift; /* buffer page shift */ 286 unsigned int buf_pg_count; /* buffer page count */ 294 struct ib_umem *umem; /* user space buffer */ 295 struct hns_roce_buf *kmem; /* kernel space buffer */ 909 int (*query_cqc)(struct hns_roce_dev *hr_dev, u32 cqn, void *buffer); 910 int (*query_qpc)(struct hns_roce_dev *hr_dev, u32 qpn, void *buffer); 911 int (*query_mpt)(struct hns_roce_dev *hr_dev, u32 key, void *buffer);
|
| /kernel/linux/linux-6.6/drivers/media/platform/atmel/ |
| H A D | atmel-isi.c | 42 /* Frame buffer descriptor */ 44 /* Physical address of the frame buffer */ 63 /* Frame buffer data */ 101 /* Allocate descriptors for dma buffer use */ 358 static void start_dma(struct atmel_isi *isi, struct frame_buffer *buffer) in start_dma() argument 375 (u32)buffer->p_dma_desc->fbd_phys); in start_dma() 381 (u32)buffer->p_dma_desc->fbd_phys); in start_dma() 475 /* abort streaming and wait for last buffer */ 1236 /* buffer queue */ in atmel_isi_probe()
|
| /kernel/linux/linux-6.6/drivers/media/pci/saa7164/ |
| H A D | saa7164-encoder.c | 96 /* Dynamic buffer switch at encoder start time */ 146 printk(KERN_ERR "%s() failed (errno = %d), unable to allocate buffer\n", in saa7164_encoder_buffers_alloc() 603 /* Reset the state of any allocated buffer resources */ in saa7164_encoder_stop_streaming() 606 /* Reset the hard and soft buffer state */ in saa7164_encoder_stop_streaming() 638 /* allocate all of the PCIe DMA buffer resources on the fly, in saa7164_encoder_start_streaming() 787 static ssize_t fops_read(struct file *file, char __user *buffer, in fops_read() argument 824 /* blocking wait for buffer */ in fops_read() 833 /* Pull the first buffer from the used list */ in fops_read() 848 if (copy_to_user(buffer, p, cnt)) { in fops_read() 859 buffer in fops_read() [all...] |
| /kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_video.c | 305 * vsp1_video_complete_buffer - Complete the current buffer 308 * This function completes the current buffer by filling its sequence number, 311 * Return the next queued buffer or NULL if the queue is empty. 838 struct vsp1_vb2_buffer *buffer; in vsp1_video_release_buffers() local 843 list_for_each_entry(buffer, &video->irqqueue, queue) in vsp1_video_release_buffers() 844 vb2_buffer_done(&buffer->buf.vb2_buf, VB2_BUF_STATE_ERROR); in vsp1_video_release_buffers()
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192c/ |
| H A D | fw_common.c | 50 enum version_8192c version, u8 *buffer, u32 size) in _rtl92c_write_fw() 55 u8 *bufferptr = (u8 *)buffer; in _rtl92c_write_fw() 85 rtl_fw_block_write(hw, buffer, size); in _rtl92c_write_fw() 49 _rtl92c_write_fw(struct ieee80211_hw *hw, enum version_8192c version, u8 *buffer, u32 size) _rtl92c_write_fw() argument
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
| H A D | mlx5_ib.h | 1292 int mlx5_ib_read_wqe_sq(struct mlx5_ib_qp *qp, int wqe_index, void *buffer, 1294 int mlx5_ib_read_wqe_rq(struct mlx5_ib_qp *qp, int wqe_index, void *buffer, 1296 int mlx5_ib_read_wqe_srq(struct mlx5_ib_srq *srq, int wqe_index, void *buffer,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/ |
| H A D | svga3d_dx.h | 861 } buffer; member 913 } buffer; member 1028 } buffer; member
|
| /kernel/linux/linux-6.6/drivers/input/ |
| H A D | joydev.c | 58 struct js_event buffer[JOYDEV_BUFFER_SIZE]; member 62 spinlock_t buffer_lock; /* protects access to buffer, head and tail */ 98 client->buffer[client->head] = *event; in joydev_pass_event() 328 *event = client->buffer[client->tail++]; in joydev_fetch_next_event()
|
| /kernel/linux/linux-6.6/sound/pci/ |
| H A D | via82xx_modem.c | 315 flag = VIA_TBL_BIT_EOL; /* buffer boundary */ in build_via_table() 548 * calculate the linear position at the given sg-buffer index and the rest count 589 * when end of buffer is reached in calc_linear_pos() 638 * allocate the buffer and build up the buffer description table 661 * clean up the buffer description table and release the buffer 908 static void snd_via82xx_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_via82xx_proc_read() argument 913 snd_iprintf(buffer, "%s\n\n", chip->card->longname); in snd_via82xx_proc_read() 915 snd_iprintf(buffer, " in snd_via82xx_proc_read() [all...] |
| /kernel/linux/linux-6.6/kernel/ |
| H A D | relay.c | 75 * relay_mmap_buf: - mmap channel buffer to process address space 76 * @buf: relay channel buffer 101 * relay_alloc_buf - allocate a channel buffer 102 * @buf: the buffer struct 103 * @size: total size of the buffer 105 * Returns a pointer to the resulting buffer, %NULL if unsuccessful. The 142 * relay_create_buf - allocate and initialize a channel buffer 145 * Returns channel buffer if successful, %NULL otherwise. 190 * relay_destroy_buf - destroy an rchan_buf struct and associated buffer 191 * @buf: the buffer struc 1033 relay_file_read(struct file *filp, char __user *buffer, size_t count, loff_t *ppos) relay_file_read() argument [all...] |
| /kernel/linux/linux-6.6/lib/ |
| H A D | dynamic_debug.c | 274 * Split the buffer `buf' into space-separated words. 779 * @buffer: string description of controlled bits -> classes 786 int param_get_dyndbg_classes(char *buffer, const struct kernel_param *kp) in param_get_dyndbg_classes() argument 795 return scnprintf(buffer, PAGE_SIZE, "0x%lx\n", *dcp->bits); in param_get_dyndbg_classes() 799 return scnprintf(buffer, PAGE_SIZE, "%d\n", *dcp->lvl); in param_get_dyndbg_classes()
|
| /kernel/liteos_a/apps/tftp/src/ |
| H A D | tftpc.c | 380 /* Loop to get the last data packet from the receive buffer */ in lwip_tftp_validate_data_pkt() 482 /* Set up the send buffer */ in lwip_tftp_send_error() 936 struct stat buffer; in lwip_tftp_put_file_by_filename() local 964 if (stat((char *)szSrcFileName, &buffer) != 0) { in lwip_tftp_put_file_by_filename() 969 if (buffer.st_size >= (off_t)(TFTP_MAX_BLK_NUM * TFTP_BLKSIZE)) { in lwip_tftp_put_file_by_filename() 985 /* First time initialize the buffer */ in lwip_tftp_put_file_by_filename() 1061 /* Create buffer block size */ in lwip_tftp_put_file_by_filename() 1152 /* Read a block from the file to buffer */ in lwip_tftp_put_file_by_filename() 1170 /* Sending buffer contents failed */ in lwip_tftp_put_file_by_filename() 1224 /* First time initialize the buffer */ in lwip_tftp_inner_put_file() [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | dolby_e.c | 1018 LOCAL_ALIGNED_32(float, buffer, [2048]); in transform() 1025 float *src = buffer + g->src_ofs; in transform() 1029 imdct_calc(s1, g, buffer, c->mantissas + g->mnt_ofs); in transform()
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenc_entry.cpp | 824 * @param[out] buffer The output array for the compressed data. 832 uint8_t* buffer, in compress_image() 836 uint8_t* buffer in compress_image() 870 // Use preallocated scratch buffer in compress_image() 975 uint8_t *bp = buffer + offset; in compress_image() 826 compress_image( astcenc_context& ctxo, unsigned int thread_index, const astcenc_image& image, const astcenc_swizzle& swizzle, uint8_t* buffer, bool calQualityEnable, int32_t *mse[RGBA_COM] ) compress_image() argument
|
| /third_party/backends/backend/genesys/ |
| H A D | gl846.cpp | 270 // [0xe0..0xf7] - image buffer addresses. Set during memory layout setup in gl846_init_registers() 861 * Send shading calibration data. The buffer is considered to always hold values 886 std::vector<std::uint8_t> buffer(pixels, 0); in send_shading_data() 898 std::uint8_t* ptr = buffer.data(); in send_shading_data() 917 dev->interface->write_ahb(addr, pixels, buffer.data()); in send_shading_data()
|
| /third_party/backends/backend/ |
| H A D | hp5400_sane.c | 1264 /* Read actual scan from the circular buffer */ in sane_read() 1268 char *buffer = (char*)buf; in sane_read() local 1291 /* read as many lines the buffer may contain and while there are lines to be read */ in sane_read() 1296 /* get one more line from the circular buffer */ in sane_read() 1297 CircBufferGetLine (s->HWParams.iXferHandle, &s->HWParams.pipe, buffer); in sane_read() 1300 buffer += s->ScanParams.iBytesPerLine; in sane_read()
|
| /third_party/icu/icu4c/source/common/ |
| H A D | putil.cpp | 2085 getCodepageFromPOSIXID(const char *localeName, char * buffer, int32_t buffCapacity) argument 2095 name = uprv_strncpy(buffer, name+1, buffCapacity); 2096 buffer[buffCapacity-1] = 0; /* ensure NULL termination */ 2183 nl_langinfo may use the same buffer as setlocale. */
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
| H A D | TestCharsetDetector.java | 72 char[] buffer = new char[1024]; in stringFromReader() 76 while ((bytesRead = reader.read(buffer, 0, 1024)) >= 0) { in stringFromReader() 77 sb.append(buffer, 0, bytesRead); in stringFromReader()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
| H A D | TestCharsetDetector.java | 69 char[] buffer = new char[1024]; in stringFromReader() 73 while ((bytesRead = reader.read(buffer, 0, 1024)) >= 0) { in stringFromReader() 74 sb.append(buffer, 0, bytesRead); in stringFromReader()
|
| /third_party/libunwind/libunwind/doc/ |
| H A D | unw_create_addr_space.tex | 218 pointer to a character-buffer used to return the procedure name. The 219 size of this buffer is specified in argument \Var{buf\_len}. The 223 buffer set to the NUL character and -\Const{UNW\_ENOMEM} must be
|