Home
last modified time | relevance | path

Searched refs:buffer (Results 2051 - 2075 of 5070) sorted by relevance

1...<<81828384858687888990>>...203

/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Drtw_debug.h114 int proc_set_write_reg(struct file *file, const char __user *buffer,
120 int proc_set_read_reg(struct file *file, const char __user *buffer,
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/
H A Dsvc_rdma.c83 void *buffer, size_t *lenp, loff_t *ppos) in read_reset_stat()
106 memcpy(buffer, str_buf, len); in read_reset_stat()
82 read_reset_stat(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) read_reset_stat() argument
/kernel/linux/linux-5.10/sound/usb/caiaq/
H A Ddevice.h130 const unsigned char *buffer,
135 const unsigned char *buffer,
/kernel/linux/linux-5.10/fs/
H A Danon_inodes.c33 static char *anon_inodefs_dname(struct dentry *dentry, char *buffer, int buflen) in anon_inodefs_dname() argument
35 return dynamic_dname(dentry, buffer, buflen, "anon_inode:%s", in anon_inodefs_dname()
/kernel/linux/linux-5.10/fs/jffs2/
H A Dxattr.h93 char *buffer, size_t size);
95 const char *buffer, size_t size, int flags);
/kernel/linux/linux-5.10/mm/
H A Dpurgeable_ashmem_trigger.c44 const char __user *buffer, size_t count, loff_t *ppos) in purgeable_ashmem_trigger_write()
60 buf = memdup_user_nul(buffer, count); in purgeable_ashmem_trigger_write()
43 purgeable_ashmem_trigger_write(struct file *file, const char __user *buffer, size_t count, loff_t *ppos) purgeable_ashmem_trigger_write() argument
H A Dshuffle.c15 static int shuffle_show(char *buffer, const struct kernel_param *kp) in shuffle_show() argument
17 return sprintf(buffer, "%c\n", shuffle_param ? 'Y' : 'N'); in shuffle_show()
/kernel/linux/linux-5.10/kernel/
H A Dutsname_sysctl.c33 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_uts_string()
51 r = proc_dostring(&uts_table, write, buffer, lenp, ppos); in proc_do_uts_string()
32 proc_do_uts_string(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) proc_do_uts_string() argument
/kernel/linux/linux-5.10/kernel/power/
H A Dpower.h135 void *buffer; /* address of the block to read from member
148 #define data_of(handle) ((handle).buffer)
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_kdb.c3 * kdb helper for dumping the ftrace buffer
36 kdb_printf("Dumping ftrace buffer:\n"); in ftrace_dump_buf()
46 ring_buffer_read_prepare(iter.array_buffer->buffer, in ftrace_dump_buf()
54 ring_buffer_read_prepare(iter.array_buffer->buffer, in ftrace_dump_buf()
77 kdb_printf(" (ftrace buffer empty)\n"); in ftrace_dump_buf()
93 * kdb_ftdump - Dump the ftrace log buffer
/kernel/linux/linux-5.10/drivers/staging/pi433/
H A Drf69.h66 int rf69_read_fifo(struct spi_device *spi, u8 *buffer, unsigned int size);
67 int rf69_write_fifo(struct spi_device *spi, u8 *buffer, unsigned int size);
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe_public.h136 /** GDC in buffer resolution. */
138 /** GDC in buffer offset - indicates the pixel coordinates of the first valid pixel inside the buffer */
390 /* @brief Queue a buffer for an image pipe.
392 * @param[in] pipe The pipe that will own the buffer.
393 * @param[in] buffer Pointer to the buffer.
394 * Note that the caller remains owner of the buffer
400 * This function adds a buffer (which has a certain buffer typ
[all...]
/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dunsolicited_frame_control.c99 * UF buffer requirements are: in sci_unsolicited_frame_control_construct()
114 uf->buffer = virt; in sci_unsolicited_frame_control_construct()
149 *frame_buffer = uf_control->buffers.array[frame_index].buffer; in sci_unsolicited_frame_control_get_buffer()
/kernel/linux/linux-5.10/include/linux/
H A Dhid-sensor-hub.h190 * @buffer_size: size of the buffer
191 * @buffer: buffer to use in the feature set
197 u32 field_index, int buffer_size, void *buffer);
204 * @buffer_size: size of the buffer
205 * @buffer: buffer to copy output
209 * number of bytes copied to buffer. On failure, it returns value < 0.
212 u32 field_index, int buffer_size, void *buffer);
/kernel/linux/linux-6.6/drivers/misc/altera-stapl/
H A Daltera-comp.c39 static u32 altera_read_packed(u8 *buffer, u32 bits, u32 *bits_avail, in altera_read_packed() argument
47 databyte = buffer[*in_index]; in altera_read_packed()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dproc.c91 const char __user * buffer, in acpi_system_write_wakeup_device()
101 if (copy_from_user(strbuf, buffer, count)) in acpi_system_write_wakeup_device()
90 acpi_system_write_wakeup_device(struct file *file, const char __user * buffer, size_t count, loff_t * ppos) acpi_system_write_wakeup_device() argument
/kernel/linux/linux-6.6/include/linux/
H A Dposix_acl.h109 int posix_acl_listxattr(struct inode *inode, char **buffer,
158 static inline int posix_acl_listxattr(struct inode *inode, char **buffer, in posix_acl_listxattr() argument
H A Devm.h65 extern int evm_read_protected_xattrs(struct dentry *dentry, u8 *buffer,
179 static inline int evm_read_protected_xattrs(struct dentry *dentry, u8 *buffer, in evm_read_protected_xattrs() argument
/kernel/linux/linux-6.6/fs/jffs2/
H A Dxattr.h93 char *buffer, size_t size);
95 const char *buffer, size_t size, int flags);
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dia_css_pipe_public.h122 /** GDC in buffer resolution. */
124 /** GDC in buffer offset - indicates the pixel coordinates of the first valid pixel inside the buffer */
371 /* @brief Queue a buffer for an image pipe.
373 * @param[in] pipe The pipe that will own the buffer.
374 * @param[in] buffer Pointer to the buffer.
375 * Note that the caller remains owner of the buffer
381 * This function adds a buffer (which has a certain buffer typ
[all...]
/kernel/linux/linux-6.6/drivers/staging/pi433/
H A Drf69.h67 int rf69_read_fifo(struct spi_device *spi, u8 *buffer, unsigned int size);
68 int rf69_write_fifo(struct spi_device *spi, u8 *buffer, unsigned int size);
/kernel/linux/linux-6.6/drivers/char/
H A Dnwbutton.c34 static int bcount; /* The number of bytes in the buffer */
161 * button_sequence_finished writes some data to the buffer and flushes
168 static int button_read (struct file *filp, char __user *buffer, in button_read() argument
175 return (copy_to_user (buffer, &button_output_buffer, bcount)) in button_read()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmtk-img-ipi.h73 struct img_image_buffer buffer; member
78 struct img_image_buffer buffer; member
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dbus.h33 void (*block_read)(struct b43_bus_dev *dev, void *buffer,
35 void (*block_write)(struct b43_bus_dev *dev, const void *buffer,
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/
H A Defuse.h94 void rtl_fw_page_write(struct ieee80211_hw *hw, u32 page, const u8 *buffer,
96 void rtl_fw_block_write(struct ieee80211_hw *hw, const u8 *buffer, u32 size);

Completed in 12 milliseconds

1...<<81828384858687888990>>...203