Home
last modified time | relevance | path

Searched refs:buffer (Results 9426 - 9450 of 12508) sorted by relevance

1...<<371372373374375376377378379380>>...501

/kernel/linux/linux-6.6/drivers/media/radio/si4713/
H A Dsi4713.c92 #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 Diavf_common.c254 * @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 Dsun3_82586.c596 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 Dsuper.c442 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 Dperf_event.h486 * 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 Dhns_roce_device.h276 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 Datmel-isi.c42 /* 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 Dsaa7164-encoder.c96 /* 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 Dvsp1_video.c305 * 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 Dfw_common.c50 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 Dmlx5_ib.h1292 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 Dsvga3d_dx.h861 } buffer; member
913 } buffer; member
1028 } buffer; member
/kernel/linux/linux-6.6/drivers/input/
H A Djoydev.c58 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 Dvia82xx_modem.c315 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 Drelay.c75 * 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 Ddynamic_debug.c274 * 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 Dtftpc.c380 /* 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 Ddolby_e.c1018 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 Dastcenc_entry.cpp824 * @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 Dgl846.cpp270 // [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 Dhp5400_sane.c1264 /* 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 Dputil.cpp2085 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 DTestCharsetDetector.java72 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 DTestCharsetDetector.java69 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 Dunw_create_addr_space.tex218 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

Completed in 52 milliseconds

1...<<371372373374375376377378379380>>...501