| /kernel/linux/linux-6.6/drivers/iio/light/ |
| H A D | as73211.c | 19 #include <linux/iio/buffer.h> 297 dev_err(dev, "%s() Result buffer overrun\n", __func__); in as73211_req_data()
|
| /kernel/linux/linux-6.6/drivers/iio/adc/ |
| H A D | ad7768-1.c | 19 #include <linux/iio/buffer.h>
|
| H A D | ad7606.c | 23 #include <linux/iio/buffer.h>
|
| H A D | dln2-adc.c | 19 #include <linux/iio/buffer.h> 669 dev_err(dev, "failed to allocate triggered buffer: %d\n", ret); in dln2_adc_probe()
|
| H A D | mcp3911.c | 20 #include <linux/iio/buffer.h>
|
| /kernel/linux/linux-6.6/drivers/iio/chemical/ |
| H A D | scd30_core.c | 13 #include <linux/iio/buffer.h> 359 * Not all values fit PAGE_SIZE buffer hence print every 6th in sampling_frequency_available_show()
|
| /kernel/linux/linux-6.6/drivers/iio/common/cros_ec_sensors/ |
| H A D | cros_ec_sensors_core.c | 10 #include <linux/iio/buffer.h> 191 * Ignore samples if the buffer is not set: it is needed if the ODR is in cros_ec_sensors_push_data() 192 * set but the buffer is not enabled yet. in cros_ec_sensors_push_data() 194 * Note: iio_device_claim_buffer_mode() returns -EBUSY if the buffer in cros_ec_sensors_push_data() 238 * @trigger_capture: function pointer to call buffer is triggered, 335 * Create a software buffer, feed by the EC FIFO. in cros_ec_sensors_core_init() 351 * The only way to get samples in buffer is to set a in cros_ec_sensors_core_init() 703 * the associated buffer.
|
| /kernel/linux/linux-6.6/drivers/iio/imu/st_lsm6dsx/ |
| H A D | st_lsm6dsx_buffer.c | 3 * STMicroelectronics st_lsm6dsx FIFO buffer library driver 6 * The FIFO buffer can be configured to store data from gyroscope and 13 * buffer contains the data of all the enabled FIFO data sets 19 * The FIFO buffer can be configured to store data from gyroscope and 25 * - CONTINUOUS: FIFO enabled. When the buffer is full, the FIFO index 36 #include <linux/iio/buffer.h> 298 * store enable buffer timestamp as reference for in st_lsm6dsx_reset_hw_ts() 579 * must be passed a buffer that is aligned to 8 bytes so in st_lsm6dsx_read_tagged_fifo()
|
| /kernel/linux/linux-6.6/drivers/iio/common/scmi_sensors/ |
| H A D | scmi_iio.c | 11 #include <linux/iio/buffer.h> 697 "IIO buffer setup error at sensor %s: %d\n", in scmi_iio_dev_probe()
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| H A D | trace_functions.c | 3 * ring buffer based function tracer 257 ring_buffer_time_stamp(tr->array_buffer.buffer); in is_repeat_check() 650 /* Only dump the current CPU buffer. */
|
| /kernel/linux/linux-6.6/mm/ |
| H A D | slab.h | 387 ssize_t slabinfo_write(struct file *file, const char __user *buffer,
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | cdrom.h | 151 unsigned char __user * buffer; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | cdrom.h | 151 unsigned char __user * buffer; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | cdrom.h | 157 unsigned char __user *buffer; member
|
| /kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_base.c | 273 * @dma_addr: DMA address of buffer to be passed to FW 274 * @dma_len: Length of DMA buffer to be passed to FW 370 static char buffer[32]; in format_timestamp() local 373 snprintf(buffer, sizeof(buffer), "boot + %us", timestamp & in format_timestamp() 376 snprintf(buffer, sizeof(buffer), "%us", timestamp); in format_timestamp() 377 return buffer; in format_timestamp() 383 static char buffer[6]; in format_class() local 401 snprintf(buffer, sizeo in format_class() [all...] |
| /kernel/linux/linux-5.10/security/selinux/ |
| H A D | hooks.c | 1300 char *buffer, *path; in selinux_genfs_get_sid() local 1302 buffer = (char *)__get_free_page(GFP_KERNEL); in selinux_genfs_get_sid() 1303 if (!buffer) in selinux_genfs_get_sid() 1306 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid() 1327 free_page((unsigned long)buffer); in selinux_genfs_get_sid() 1349 /* Need a larger buffer. Query for the right size. */ in inode_doinit_use_xattr() 2193 case SYSLOG_ACTION_SIZE_BUFFER: /* Return size of the log buffer */ in selinux_syslog() 3343 static int selinux_inode_getsecurity(struct inode *inode, const char *name, void **buffer, bool alloc) in selinux_inode_getsecurity() argument 3379 *buffer = context; in selinux_inode_getsecurity() 3417 static int selinux_inode_listsecurity(struct inode *inode, char *buffer, size_ argument [all...] |
| /kernel/linux/linux-6.6/security/selinux/ |
| H A D | hooks.c | 1315 char *buffer, *path; in selinux_genfs_get_sid() local 1317 buffer = (char *)__get_free_page(GFP_KERNEL); in selinux_genfs_get_sid() 1318 if (!buffer) in selinux_genfs_get_sid() 1321 path = dentry_path_raw(dentry, buffer, PAGE_SIZE); in selinux_genfs_get_sid() 1342 free_page((unsigned long)buffer); in selinux_genfs_get_sid() 1364 /* Need a larger buffer. Query for the right size. */ in inode_doinit_use_xattr() 2187 case SYSLOG_ACTION_SIZE_BUFFER: /* Return size of the log buffer */ in selinux_syslog() 3407 void **buffer, bool alloc) in selinux_inode_getsecurity() 3442 *buffer = context; in selinux_inode_getsecurity() 3481 static int selinux_inode_listsecurity(struct inode *inode, char *buffer, size_ argument 3405 selinux_inode_getsecurity(struct mnt_idmap *idmap, struct inode *inode, const char *name, void **buffer, bool alloc) selinux_inode_getsecurity() argument [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_base.c | 283 * @dma_addr: DMA address of buffer to be passed to FW 284 * @dma_len: Length of DMA buffer to be passed to FW 380 static char buffer[32]; in format_timestamp() local 383 snprintf(buffer, sizeof(buffer), "boot + %us", timestamp & in format_timestamp() 386 snprintf(buffer, sizeof(buffer), "%us", timestamp); in format_timestamp() 387 return buffer; in format_timestamp() 393 static char buffer[6]; in format_class() local 411 snprintf(buffer, sizeo in format_class() [all...] |
| /kernel/linux/linux-6.6/drivers/net/usb/ |
| H A D | r8152.c | 854 void *buffer; member 861 void *buffer; member 1710 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in vendor_mac_passthru_addr_read() local 1750 status = acpi_evaluate_object(NULL, mac_obj_name, NULL, &buffer); in vendor_mac_passthru_addr_read() 1751 obj = (union acpi_object *)buffer.pointer; in vendor_mac_passthru_addr_read() 1756 "Invalid buffer for pass-thru MAC addr: (%d, %d)\n", in vendor_mac_passthru_addr_read() 2056 rx_agg->buffer = page_address(rx_agg->page); in alloc_rx_agg() 2100 kfree(tp->tx_info[i].buffer); in free_all_mem() 2101 tp->tx_info[i].buffer = NULL; in free_all_mem() 2161 tp->tx_info[i].buffer in alloc_all_mem() [all...] |
| /kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfx_v10_0.c | 3977 volatile u32 *buffer) in gfx_v10_0_get_csb_buffer() 3986 if (buffer == NULL) in gfx_v10_0_get_csb_buffer() 3989 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_PREAMBLE_CNTL, 0)); in gfx_v10_0_get_csb_buffer() 3990 buffer[count++] = cpu_to_le32(PACKET3_PREAMBLE_BEGIN_CLEAR_STATE); in gfx_v10_0_get_csb_buffer() 3992 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_CONTEXT_CONTROL, 1)); in gfx_v10_0_get_csb_buffer() 3993 buffer[count++] = cpu_to_le32(0x80000000); in gfx_v10_0_get_csb_buffer() 3994 buffer[count++] = cpu_to_le32(0x80000000); in gfx_v10_0_get_csb_buffer() 3999 buffer[count++] = in gfx_v10_0_get_csb_buffer() 4001 buffer[count++] = cpu_to_le32(ext->reg_index - in gfx_v10_0_get_csb_buffer() 4004 buffer[coun in gfx_v10_0_get_csb_buffer() 3976 gfx_v10_0_get_csb_buffer(struct amdgpu_device *adev, volatile u32 *buffer) gfx_v10_0_get_csb_buffer() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfx_v10_0.c | 4071 volatile u32 *buffer) in gfx_v10_0_get_csb_buffer() 4080 if (buffer == NULL) in gfx_v10_0_get_csb_buffer() 4083 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_PREAMBLE_CNTL, 0)); in gfx_v10_0_get_csb_buffer() 4084 buffer[count++] = cpu_to_le32(PACKET3_PREAMBLE_BEGIN_CLEAR_STATE); in gfx_v10_0_get_csb_buffer() 4086 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_CONTEXT_CONTROL, 1)); in gfx_v10_0_get_csb_buffer() 4087 buffer[count++] = cpu_to_le32(0x80000000); in gfx_v10_0_get_csb_buffer() 4088 buffer[count++] = cpu_to_le32(0x80000000); in gfx_v10_0_get_csb_buffer() 4093 buffer[count++] = in gfx_v10_0_get_csb_buffer() 4095 buffer[count++] = cpu_to_le32(ext->reg_index - in gfx_v10_0_get_csb_buffer() 4098 buffer[coun in gfx_v10_0_get_csb_buffer() 4070 gfx_v10_0_get_csb_buffer(struct amdgpu_device *adev, volatile u32 *buffer) gfx_v10_0_get_csb_buffer() argument [all...] |
| /kernel/linux/linux-5.10/drivers/block/ |
| H A D | floppy.c | 341 static int inr; /* size of reply buffer, when called from interrupt */ 525 * Track buffer 576 /* buffer related variables */ 2274 * logical buffer */ 2401 /* transfer directly from buffer */ in rw_interrupt() 2411 /* Compute maximal contiguous buffer size. */ 2447 * Move data from/to the track buffer to/from the buffer cache. 2453 char *buffer; in copy_buffer() local 2469 DPRINT("in copy buffer\ in copy_buffer() [all...] |
| /kernel/linux/linux-5.10/drivers/block/drbd/ |
| H A D | drbd_nl.c | 943 void *buffer; in __must_hold() local 957 buffer = drbd_md_get_buffer(device, __func__); /* Lock meta-data IO */ in __must_hold() 958 if (!buffer) { in __must_hold() 1046 drbd_md_write(device, buffer); in __must_hold() 1048 drbd_al_initialize(device, buffer); in __must_hold() 1060 drbd_md_write(device, buffer); in __must_hold() 1478 * we have n such blocks in the on disk ring buffer, in drbd_al_extents_max()
|
| /kernel/linux/linux-5.10/drivers/char/ipmi/ |
| H A D | ipmi_msghandler.c | 90 static int panic_op_read_handler(char *buffer, const struct kernel_param *kp) in panic_op_read_handler() argument 94 strcpy(buffer, "none\n"); in panic_op_read_handler() 98 strcpy(buffer, "event\n"); in panic_op_read_handler() 102 strcpy(buffer, "string\n"); in panic_op_read_handler() 106 strcpy(buffer, "???\n"); in panic_op_read_handler() 110 return strlen(buffer); in panic_op_read_handler() 5235 /* Check for buffer leaks. */ in cleanup_ipmi()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/marvell/ |
| H A D | mwl8k.c | 688 unsigned char *buffer; in mwl8k_feed_fw_image() local 692 buffer = kmalloc(1024, GFP_KERNEL); in mwl8k_feed_fw_image() 693 if (buffer == NULL) in mwl8k_feed_fw_image() 729 memcpy(buffer, data + done, block_size); in mwl8k_feed_fw_image() 731 rc = mwl8k_send_fw_load_cmd(priv, buffer, block_size); in mwl8k_feed_fw_image() 739 kfree(buffer); in mwl8k_feed_fw_image() 864 "Failed to reallocate TX buffer\n"); in mwl8k_add_dma_header()
|