| /kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/ |
| H A D | rtw_debug.h | 114 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 D | svc_rdma.c | 83 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 D | device.h | 130 const unsigned char *buffer, 135 const unsigned char *buffer,
|
| /kernel/linux/linux-5.10/fs/ |
| H A D | anon_inodes.c | 33 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 D | xattr.h | 93 char *buffer, size_t size); 95 const char *buffer, size_t size, int flags);
|
| /kernel/linux/linux-5.10/mm/ |
| H A D | purgeable_ashmem_trigger.c | 44 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 D | shuffle.c | 15 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 D | utsname_sysctl.c | 33 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 D | power.h | 135 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 D | trace_kdb.c | 3 * 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 D | rf69.h | 66 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 D | ia_css_pipe_public.h | 136 /** 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 D | unsolicited_frame_control.c | 99 * 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 D | hid-sensor-hub.h | 190 * @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 D | altera-comp.c | 39 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 D | proc.c | 91 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 D | posix_acl.h | 109 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 D | evm.h | 65 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 D | xattr.h | 93 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 D | ia_css_pipe_public.h | 122 /** 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 D | rf69.h | 67 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 D | nwbutton.c | 34 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 D | mtk-img-ipi.h | 73 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 D | bus.h | 33 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 D | efuse.h | 94 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);
|