Home
last modified time | relevance | path

Searched refs:buffer (Results 2501 - 2525 of 5070) sorted by relevance

1...<<101102103104105106107108109110>>...203

/kernel/linux/linux-6.6/drivers/media/pci/saa7164/
H A DMakefile4 saa7164-buffer.o saa7164-encoder.o saa7164-vbi.o
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Dmanage.h9 s32 e1000e_mng_write_dhcp_info(struct e1000_hw *hw, u8 *buffer, u16 length);
/kernel/linux/linux-6.6/include/linux/
H A Dhidraw.h28 struct hidraw_report buffer[HIDRAW_BUFFER_SIZE]; member
/kernel/linux/linux-6.6/include/crypto/
H A Dsha1.h25 u8 buffer[SHA1_BLOCK_SIZE]; member
/kernel/linux/linux-6.6/include/drm/
H A Di915_pxp_tee_interface.h26 int (*recv)(struct device *dev, void *buffer, size_t size);
/kernel/linux/linux-6.6/include/linux/sched/
H A Dsysctl.h25 int write, void __user *buffer, size_t *length, loff_t *ppos);
/kernel/linux/linux-6.6/include/linux/usb/
H A Dcdc.h45 u8 *buffer,
/kernel/linux/linux-6.6/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-common.h40 /* buffer for one video frame */
42 /* v4l buffer data -- must be first */
48 void *buffer; /* buffer pointer */ member
49 unsigned long buffer_size; /* size of allocated buffer */
/kernel/linux/linux-6.6/drivers/block/zram/
H A Dzcomp.h11 /* The members ->buffer and ->tfm are protected by ->lock. */
13 /* compression/decompression buffer */
14 void *buffer; member
/kernel/linux/linux-6.6/include/sound/sof/
H A Dpm.h32 struct sof_ipc_host_buffer buffer; member
/kernel/linux/linux-6.6/drivers/iio/pressure/
H A Dst_pressure_buffer.c12 #include <linux/iio/buffer.h>
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport_buffer.h66 struct mlx5e_bufferx_reg buffer[MLX5E_MAX_NETWORK_BUFFER]; member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtx.h19 struct efx_tx_buffer *buffer, size_t len);
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dcik.h35 void cik_get_csb_buffer(struct radeon_device *rdev, volatile u32 *buffer);
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
H A Dhgsmi_defs.h9 /* Single buffer, not a part of a sequence. */
11 /* The first buffer in a sequence. */
13 /* A middle buffer in a sequence. */
15 /* The last buffer in a sequence. */
18 /* 16 bytes buffer header. */
33 } buffer; member
56 /* 8 bytes buffer tail. */
/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H A Dst_magn_buffer.c12 #include <linux/iio/buffer.h>
/kernel/linux/linux-6.6/drivers/s390/scsi/
H A Dzfcp_diag.h19 * struct zfcp_diag_header - general part of a diagnostic buffer.
20 * @access_lock: lock protecting all the data in this buffer.
21 * @updating: flag showing that an update for this buffer is currently running.
22 * @incomplete: flag showing that the data in @buffer is incomplete.
23 * @timestamp: time in jiffies when the data of this buffer was last captured.
24 * @buffer: implementation-depending data of this buffer
25 * @buffer_size: size of @buffer
36 void *buffer; member
73 * that does the buffer
[all...]
/kernel/linux/linux-6.6/net/ceph/
H A DMakefile7 libceph-y := ceph_common.o messenger.o msgpool.o buffer.o pagelist.o \
H A Dcrypto.h6 #include <linux/ceph/buffer.h>
/kernel/linux/linux-6.6/sound/usb/6fire/
H A Dcomm.h27 void (*init_urb)(struct comm_runtime *rt, struct urb *urb, u8 *buffer,
/kernel/linux/linux-5.10/drivers/usb/misc/
H A Dftdi-elan.c113 void *buffer; member
293 struct u132_target *target, u8 *buffer, int length);
379 command->buffer = &command->value; in ftdi_elan_flush_targets()
401 command->buffer = &command->value; in ftdi_elan_flush_targets()
437 command->buffer = &command->value; in ftdi_elan_cancel_targets()
658 static ssize_t ftdi_elan_read(struct file *file, char __user *buffer, in ftdi_elan_read() argument
681 if (copy_to_user(buffer++, p, 1)) { in ftdi_elan_read()
743 u8 *f = command->buffer; in fill_buffer_with_all_queued_commands()
789 dev_err(&ftdi->udev->dev, "could not get a buffer to write %d commands totaling %d bytes to the Uxxx\n", in ftdi_elan_command_engine()
830 struct u132_target *target, u8 *buffer, in in ftdi_elan_do_callback()
829 ftdi_elan_do_callback(struct usb_ftdi *ftdi, struct u132_target *target, u8 *buffer, int length) ftdi_elan_do_callback() argument
[all...]
/kernel/linux/linux-6.6/kernel/module/
H A Dmain.c508 struct module_kobject *mk, char *buffer) \
510 return scnprintf(buffer, PAGE_SIZE, "%s\n", mk->mod->field); \
812 struct module_kobject *mk, char *buffer) in show_refcnt()
814 return sprintf(buffer, "%i\n", module_refcount(mk->mod)); in show_refcnt()
887 struct module_kobject *mk, char *buffer) in show_initstate()
904 return sprintf(buffer, "%s\n", state); in show_initstate()
912 const char *buffer, size_t count) in store_uevent()
916 rc = kobject_synth_uevent(&mk->kobj, buffer, count); in store_uevent()
924 struct module_kobject *mk, char *buffer) in show_coresize()
932 return sprintf(buffer, " in show_coresize()
811 show_refcnt(struct module_attribute *mattr, struct module_kobject *mk, char *buffer) show_refcnt() argument
886 show_initstate(struct module_attribute *mattr, struct module_kobject *mk, char *buffer) show_initstate() argument
910 store_uevent(struct module_attribute *mattr, struct module_kobject *mk, const char *buffer, size_t count) store_uevent() argument
923 show_coresize(struct module_attribute *mattr, struct module_kobject *mk, char *buffer) show_coresize() argument
939 show_datasize(struct module_attribute *mattr, struct module_kobject *mk, char *buffer) show_datasize() argument
953 show_initsize(struct module_attribute *mattr, struct module_kobject *mk, char *buffer) show_initsize() argument
966 show_taint(struct module_attribute *mattr, struct module_kobject *mk, char *buffer) show_taint() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/stm32/
H A Dstm32-hash.c145 u8 buffer[HASH_BUFLEN] __aligned(sizeof(u32));
313 scatterwalk_map_and_copy(rctx->buffer + rctx->bufcnt, rctx->sg, in stm32_hash_append_sg()
334 const u32 *buffer = (const u32 *)buf; in stm32_hash_xmit_cpu() local
361 stm32_hash_write(hdev, HASH_DIN, buffer[count]); in stm32_hash_xmit_cpu()
393 err = stm32_hash_xmit_cpu(hdev, rctx->buffer, bufcnt, 0); in stm32_hash_update_cpu()
401 err = stm32_hash_xmit_cpu(hdev, rctx->buffer, bufcnt, in stm32_hash_update_cpu()
548 u32 *buffer = (void *)rctx->buffer; in stm32_hash_dma_send() local
576 rctx->buffer, sg->length - len, in stm32_hash_dma_send()
614 memset(buffer in stm32_hash_dma_send()
[all...]
/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/
H A Dhash_core.c165 dev_dbg(ctx->device->dev, "%s: Setting up DMA for buffer (TO_DEVICE)\n", in hash_set_dma_transfer()
745 /* Note: there is no need to initialize buffer and digest members */ in hash_begin()
765 int msg_length, u8 *data_buffer, u8 *buffer, in hash_process_data()
774 buffer[*index + count] = in hash_process_data()
783 memmove(req_ctx->state.buffer, in hash_process_data()
784 device_data->state.buffer, in hash_process_data()
804 * local buffer does not have any data, we can in hash_process_data()
807 * to a local buffer in hash_process_data()
818 buffer[*index + count] = in hash_process_data()
822 (const u32 *)buffer, in hash_process_data()
763 hash_process_data(struct hash_device_data *device_data, struct hash_ctx *ctx, struct hash_req_ctx *req_ctx, int msg_length, u8 *data_buffer, u8 *buffer, u8 *index) hash_process_data() argument
1069 u8 *buffer; hash_hw_update() local
[all...]
/kernel/linux/linux-5.10/drivers/ide/
H A Dide-cd.c218 * sense buffer if it got copied during mapping. in ide_cd_complete_failed_rq()
433 int write, void *buffer, unsigned *bufflen, in ide_cd_queue_pc()
461 if (buffer) { in ide_cd_queue_pc()
462 error = blk_rq_map_kern(drive->queue, rq, buffer, in ide_cd_queue_pc()
473 if (buffer) in ide_cd_queue_pc()
1058 /* Try to read the entire TOC for the disk into our internal buffer. */
1078 printk(KERN_ERR PFX "%s: No cdrom TOC buffer!\n", in ide_cd_read_toc()
1647 char buffer[16]; in idecd_set_spindown() local
1654 init_cdrom_command(&cgc, buffer, sizeof(buffer), CGC_DATA_UNKNOW in idecd_set_spindown()
432 ide_cd_queue_pc(ide_drive_t *drive, const unsigned char *cmd, int write, void *buffer, unsigned *bufflen, struct scsi_sense_hdr *sshdr, int timeout, req_flags_t rq_flags) ide_cd_queue_pc() argument
1667 char buffer[16]; idecd_get_spindown() local
[all...]

Completed in 17 milliseconds

1...<<101102103104105106107108109110>>...203