Home
last modified time | relevance | path

Searched refs:buffer (Results 4201 - 4225 of 5070) sorted by relevance

1...<<161162163164165166167168169170>>...203

/kernel/linux/linux-5.10/drivers/scsi/pm8001/
H A Dpm8001_ctl.c51 * @buf: the buffer returned
77 * @buf: the buffer returned
97 * @buf: the buffer returned
128 * @buf: the buffer returned
154 * @buf: the buffer returned
181 * @buf: the buffer returned
205 * @buf: the buffer returned
232 * @buf: the buffer returned
277 * @buf: the buffer returned
305 * @buf: the buffer returne
[all...]
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsched.c826 /* Always release the RPC slot and buffer memory */ in rpc_exit_task()
984 * rpc_malloc - allocate RPC buffer resources
1029 * rpc_free - free RPC buffer resources allocated via rpc_malloc
1035 void *buffer = task->tk_rqstp->rq_buffer; in rpc_free() local
1039 buf = container_of(buffer, struct rpc_buffer, data); in rpc_free()
/kernel/linux/linux-5.10/include/linux/qed/
H A Dqed_if.h899 int (*dbg_grc)(struct qed_dev *cdev, void *buffer, u32 *num_dumped_bytes);
903 int (*dbg_all_data)(struct qed_dev *cdev, void *buffer);
979 * @param buf - preallocated buffer to fill with the image
980 * @param len - length of the allocated buffer
1105 * @param buf - buffer
1108 * @param len - buffer length, i.e., max bytes to be read
1123 * @param buf - buffer
/kernel/linux/linux-5.10/sound/i2c/other/
H A Dak4xxx-adda.c850 struct snd_info_buffer *buffer) in proc_regs_read()
857 snd_iprintf(buffer, "chip %d: 0x%02x = 0x%02x\n", chip, in proc_regs_read()
849 proc_regs_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) proc_regs_read() argument
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dxsk.c114 static bool xsk_page_aligned(void *buffer) in xsk_page_aligned() argument
116 unsigned long addr = (unsigned long)buffer; in xsk_page_aligned()
425 pr_warn("BPF log buffer:\n%s", log_buf); in xsk_load_xdp_prog()
/kernel/linux/linux-5.10/net/ceph/
H A Dceph_common.c37 * The data buffer is used to pass information both to and from
50 static int param_get_supported_features(char *buffer, in param_get_supported_features() argument
53 return sprintf(buffer, "0x%llx", CEPH_FEATURES_SUPPORTED_DEFAULT); in param_get_supported_features()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_standalone.c523 void *buffer, size_t *lenp, loff_t *ppos) in nf_conntrack_hash_sysctl()
530 ret = proc_dointvec(table, write, buffer, lenp, ppos); in nf_conntrack_hash_sysctl()
522 nf_conntrack_hash_sysctl(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) nf_conntrack_hash_sysctl() argument
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-alps.c135 static u16 t4_calc_check_sum(u8 *buffer, in t4_calc_check_sum() argument
150 sum1 += buffer[offset + i]; in t4_calc_check_sum()
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dpac7302.c234 const u8 *buffer, int len) in reg_w_buf()
240 memcpy(gspca_dev->usb_buf, buffer, len); in reg_w_buf()
232 reg_w_buf(struct gspca_dev *gspca_dev, u8 index, const u8 *buffer, int len) reg_w_buf() argument
/kernel/linux/linux-5.10/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c48 const u32 *buffer = data; in cedrus_h264_write_sram() local
54 cedrus_write(dev, VE_AVC_SRAM_PORT_DATA, *buffer++); in cedrus_h264_write_sram()
523 /* Formula for picture buffer size is taken from CedarX source. */ in cedrus_h264_start()
548 * That buffer is supposed to be 16kiB in size, and be aligned in cedrus_h264_start()
596 * Formulas for deblock and intra prediction buffer sizes in cedrus_h264_start()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dpac7302.c234 const u8 *buffer, int len) in reg_w_buf()
240 memcpy(gspca_dev->usb_buf, buffer, len); in reg_w_buf()
232 reg_w_buf(struct gspca_dev *gspca_dev, u8 index, const u8 *buffer, int len) reg_w_buf() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/
H A Ds2io.h338 u8 buffer[20]; member
437 u32 max_txds; /*Max no. of Tx buffer descriptor per TxDL */
532 /* Rx descriptor structure for 1 buffer mode */
560 /* Rx descriptor structure for 1 buffer mode */
570 /* Rx descriptor structure for 3 or 2 buffer mode */
696 /* per-ring buffer counter */
733 * with a new buffer.
1101 static int s2io_club_tcp_session(struct ring_info *ring_data, u8 *buffer,
/kernel/linux/linux-6.6/drivers/acpi/
H A Dpower.c935 struct acpi_buffer buffer = { sizeof(acpi_object), &acpi_object }; in acpi_add_power_resource() local
959 status = acpi_evaluate_object(handle, NULL, NULL, &buffer); in acpi_add_power_resource()
/kernel/linux/linux-6.6/fs/
H A Dcoredump.c953 void *buffer, size_t *lenp, loff_t *ppos) in proc_dostring_coredump()
955 int error = proc_dostring(table, write, buffer, lenp, ppos); in proc_dostring_coredump()
952 proc_dostring_coredump(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) proc_dostring_coredump() argument
/kernel/linux/linux-6.6/include/linux/qed/
H A Dqed_if.h927 int (*dbg_grc)(struct qed_dev *cdev, void *buffer, u32 *num_dumped_bytes);
931 int (*dbg_all_data)(struct qed_dev *cdev, void *buffer);
1013 * @buf: preallocated buffer to fill with the image.
1014 * @len: length of the allocated buffer.
1149 * @buf: buffer.
1152 * @len: buffer length, i.e., max bytes to be read.
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h533 * the streaming API will refuse to allocate memory buffer
535 * This parameter is only useful in streaming mode, since no internal buffer is allocated in single-pass mode.
588 const void* src; /*< start of input buffer */
589 size_t size; /*< size of input buffer */
594 void* dst; /*< start of output buffer */
595 size_t size; /*< size of output buffer */
624 * the output buffer is already full, in which case `input.pos < input.size`.
636 * At any moment, it's possible to flush whatever data might remain stuck within internal buffer,
643 * block until the flush is complete or the output buffer is full.
645 * >0 if some data still present within internal buffer (th
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c48 const u32 *buffer = data; in cedrus_h264_write_sram() local
54 cedrus_write(dev, VE_AVC_SRAM_PORT_DATA, *buffer++); in cedrus_h264_write_sram()
550 /* Formula for picture buffer size is taken from CedarX source. */ in cedrus_h264_start()
575 * That buffer is supposed to be 16kiB in size, and be aligned in cedrus_h264_start()
592 * Formulas for deblock and intra prediction buffer sizes in cedrus_h264_start()
/kernel/linux/linux-6.6/drivers/tty/
H A Dsysrq.c335 .help_msg = "dump-ftrace-buffer(z)",
336 .action_msg = "Dump ftrace buffer",
495 /* v: May be registered for frame buffer console restore */
1049 static int sysrq_reset_seq_param_set(const char *buffer, in sysrq_reset_seq_param_set() argument
1055 error = kstrtoul(buffer, 0, &val); in sysrq_reset_seq_param_set()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_dfs.c253 seq_printf(s, "Current free pageable XCB buffer cnt[%d]\n", in qla_dfs_fw_resource_cnt_show()
255 seq_printf(s, "Original Initiator fast XCB buffer cnt[%d]\n", in qla_dfs_fw_resource_cnt_show()
257 seq_printf(s, "Current free Initiator fast XCB buffer cnt[%d]\n", in qla_dfs_fw_resource_cnt_show()
259 seq_printf(s, "Original Target fast XCB buffer cnt[%d]\n", in qla_dfs_fw_resource_cnt_show()
610 qla_dfs_naqp_write(struct file *file, const char __user *buffer, in qla_dfs_naqp_write() argument
631 buf = memdup_user_nul(buffer, count); in qla_dfs_naqp_write()
633 pr_err("host%ld: fail to copy user buffer.", in qla_dfs_naqp_write()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_ec_proto.c192 * cros_ec_prepare_tx() - Prepare an outgoing message in the output buffer.
623 dev_dbg(ec_dev->dev, "clamping message receive buffer\n"); in cros_ec_cmd_xfer()
734 u8 buffer[sizeof(struct cros_ec_command) + in get_keyboard_state_event() local
736 struct cros_ec_command *msg = (struct cros_ec_command *)&buffer; in get_keyboard_state_event()
/kernel/linux/linux-6.6/drivers/usb/mtu3/
H A Dmtu3_qmu.c255 gpd->buffer = cpu_to_le32(lower_32_bits(req->dma)); in mtu3_prepare_tx_gpd()
298 gpd->buffer = cpu_to_le32(lower_32_bits(req->dma)); in mtu3_prepare_rx_gpd()
444 dev_err(mtu->dev, "TX EP%d buffer length error(!=0)\n", epnum); in qmu_tx_zlp_error_handler()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Defistub.h165 * EFI memory map in a dynamically allocated buffer.
167 * The buffer allocated for the EFI memory map includes extra room for
169 * This facilitates the reuse of the EFI memory map buffer when a second
723 void *buffer);
817 void *buffer, u32 *);
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dfw.c36 enum version_8188e version, u8 *buffer, u32 size) in _rtl88e_write_fw()
39 u8 *bufferptr = (u8 *)buffer; in _rtl88e_write_fw()
35 _rtl88e_write_fw(struct ieee80211_hw *hw, enum version_8188e version, u8 *buffer, u32 size) _rtl88e_write_fw() argument
/kernel/linux/linux-6.6/drivers/pci/
H A Dp2pdma.c643 acs_list.buffer[acs_list.len-1] = 0; /* drop final semicolon */ in calc_map_type_and_dist()
647 acs_list.buffer); in calc_map_type_and_dist()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H A Dqib.h121 * temp buffer for expected send setup, allocated at open, instead
165 /* first pio buffer for this ctxt */
607 * ibmaxlen at init time, limited by chip and by receive buffer
734 /* kvirt address of 1st 2k pio buffer */
736 /* kvirt address of 1st 4k pio buffer */
847 /* last buffer for user use */
871 * looking for a PIO buffer
918 * index of last buffer to optimize search for next
922 * min kernel pio buffer to optimize search
954 * base of the 2KB buffer
[all...]

Completed in 43 milliseconds

1...<<161162163164165166167168169170>>...203