Home
last modified time | relevance | path

Searched refs:buffer (Results 12926 - 12950 of 14774) sorted by relevance

1...<<511512513514515516517518519520>>...591

/kernel/linux/linux-6.6/include/net/
H A Dip_vs.h61 int len, void *buffer) in frag_safe_skb_hp()
63 return skb_header_pointer(skb, offset, len, buffer); in frag_safe_skb_hp()
60 frag_safe_skb_hp(const struct sk_buff *skb, int offset, int len, void *buffer) frag_safe_skb_hp() argument
H A Dtcp.h1144 char *tcp_ca_get_name_by_key(u32 key, char *buffer);
1146 static inline char *tcp_ca_get_name_by_key(u32 key, char *buffer) in tcp_ca_get_name_by_key() argument
1714 /* - pool: digest algorithm, hash description and scratch buffer */
1871 TCP_CHRONO_SNDBUF_LIMITED, /* Stalled by insufficient send buffer */
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_dev.c1401 static void _rtl92e_process_phyinfo(struct r8192_priv *priv, u8 *buffer, in _rtl92e_process_phyinfo() argument
1418 hdr = (struct rtllib_hdr_3addr *)buffer; in _rtl92e_process_phyinfo()
/kernel/linux/linux-6.6/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c26 * (CRQ), which is just a buffer of 16 byte entries in the receiver's
27 * Senders cannot access the buffer directly, but send messages by
201 * Ensure the command buffer is flushed to memory before handing it in ibmvscsi_send_crq()
1081 /* Fix up dma address of the buffer itself */ in ibmvscsi_queuecommand_lck()
1117 dev_err(hostdata->dev, "Unable to map capabilities buffer!\n"); in map_persist_bufs()
1126 dev_err(hostdata->dev, "Unable to map adapter info buffer!\n"); in map_persist_bufs()
1293 req->buffer = cpu_to_be64(hostdata->caps_addr); in send_mad_capabilities()
1453 req->buffer = cpu_to_be64(hostdata->adapter_info_addr); in send_mad_adapter_info()
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1011 static int sym_user_command(struct Scsi_Host *shost, char *buffer, int length) in sym_user_command() argument
1014 char *ptr = buffer; in sym_user_command()
1151 * Copy formatted information into the input buffer.
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dfusb300_udc.c558 u8 *buffer, u32 length) in fusb300_rdcxf()
564 tmp = buffer; in fusb300_rdcxf()
557 fusb300_rdcxf(struct fusb300 *fusb300, u8 *buffer, u32 length) fusb300_rdcxf() argument
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dxdomain.c97 const struct tb_xdp_header *res_hdr = pkg->buffer; in tb_xdomain_match()
125 memcpy(req->response, pkg->buffer, req->response_size); in tb_xdomain_copy()
924 /* Full buffer size except new line and null termination */ in modalias_show()
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_tty.c54 * Until this number of characters is queued in the xmit buffer, select will
62 * controlling the space in the read buffer.
68 * Special byte codes used in the echo buffer to represent operations
69 * or special handling of characters. Bytes in the echo buffer that
161 static void zero_buffer(const struct tty_struct *tty, u8 *buffer, size_t size) in zero_buffer() argument
164 memset(buffer, 0, size); in zero_buffer()
192 * Re-schedules the flip buffer work if it may have stopped.
214 "scheduling buffer work for halted ldisc\n"); in n_tty_kick_worker()
274 /* If there is enough space in the read buffer now, let the in n_tty_check_unthrottle()
276 * check the buffer, a in n_tty_check_unthrottle()
[all...]
H A Dnozomi.c96 /* Size of tmp send buffer to card */
478 /* Setup pointers to different channels and also setup buffer sizes. */
737 * Return 1 - send buffer to card and ack.
738 * Return 0 - don't ack, don't send buffer to card.
931 DBG1("Data in buffer [%d], enable transmit! ", in receive_flow_control()
935 DBG1("No data in buffer..."); in receive_flow_control()
1354 dev_err(&pdev->dev, "Could not allocate send buffer?\n"); in nozomi_card_init()
1363 "Could not allocate kfifo buffer\n"); in nozomi_card_init()
1602 static ssize_t ntty_write(struct tty_struct *tty, const u8 *buffer, in ntty_write() argument
1613 rval = kfifo_in(&port->fifo_ul, buffer, coun in ntty_write()
[all...]
/kernel/linux/linux-6.6/drivers/char/
H A Dvirtio_console.c88 /* size of the buffer in *buf above */
91 /* used length of the buffer */
96 /* DMA address of buffer */
149 * A control packet buffer for guest->host requests, protected
173 /* The current buffer from which data has to be fed to readers */
414 * Allocate buffer and the sg list. The sg list array is allocated in alloc_buf()
480 * Create a scatter-gather list representing our input buffer and put
634 * buffer and relax the spinning requirement. The downside is in __send_to_port()
635 * we need to kmalloc a GFP_ATOMIC buffer each time the in __send_to_port()
653 * Give out the data that's requested from the buffer tha
1272 show_port_name(struct device *dev, struct device_attribute *attr, char *buffer) show_port_name() argument
[all...]
/kernel/linux/linux-6.6/drivers/block/zram/
H A Dzram_drv.c1406 * Use a temporary buffer to decompress the page, as the decompressor
1502 * zstrm buffer back. It is necessary that the dereferencing in zram_write_page()
1519 src = zstrm->buffer; in zram_write_page()
1713 memcpy(dst, zstrm->buffer, comp_len_new); in zram_recompress()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_display.c177 /* unpin of the old buffer */ in amdgpu_display_unpin_work_func()
183 DRM_ERROR("failed to reserve buffer after flip\n"); in amdgpu_display_unpin_work_func()
218 /* schedule unpin of the old buffer */ in amdgpu_display_crtc_page_flip_target()
228 /* pin the new buffer */ in amdgpu_display_crtc_page_flip_target()
231 DRM_ERROR("failed to reserve new abo buffer before flip\n"); in amdgpu_display_crtc_page_flip_target()
239 DRM_ERROR("failed to pin new abo buffer before flip\n"); in amdgpu_display_crtc_page_flip_target()
254 DRM_ERROR("failed to get fences for buffer\n"); in amdgpu_display_crtc_page_flip_target()
673 * to the buffer.
691 DRM_ERROR("Unable to reserve buffer: %d\n", r); in extract_render_dcc_offset()
859 * info on the renderable DCC buffer in convert_tiling_flags_to_modifier()
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dkprobes.c346 /* For optimized_kprobe buffer */
943 int write, void *buffer, in proc_kprobes_optimization_handler()
950 ret = proc_dointvec_minmax(table, write, buffer, length, ppos); in proc_kprobes_optimization_handler()
2364 /* Set the kprobe gone and remove its instruction buffer. */
942 proc_kprobes_optimization_handler(struct ctl_table *table, int write, void *buffer, size_t *length, loff_t *ppos) proc_kprobes_optimization_handler() argument
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dsmsc95xx.c1287 static u32 smsc_crc(const u8 *buffer, size_t len, int filter) in smsc_crc() argument
1289 u32 crc = bitrev16(crc16(0xFFFF, buffer, len)); in smsc_crc()
H A Dsmsc75xx.c1528 static u16 smsc_crc(const u8 *buffer, size_t len) in smsc_crc() argument
1530 return bitrev16(crc16(0xFFFF, buffer, len)); in smsc_crc()
/kernel/linux/linux-6.6/drivers/net/
H A Dvrf.c1912 void *buffer, size_t *lenp, loff_t *ppos) in vrf_shared_table_handler()
1930 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in vrf_shared_table_handler()
1911 vrf_shared_table_handler(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) vrf_shared_table_handler() argument
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-comp.c83 u32 colorformat = ctx->input->buffer.format.colorformat; in config_rdma_frame()
113 /* Setup source buffer base */ in config_rdma_frame()
138 /* Setup source buffer base */ in config_rdma_frame()
151 /* Setup source buffer end */ in config_rdma_frame()
186 u32 colorformat = ctx->input->buffer.format.colorformat; in config_rdma_subfrm()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dmain.h626 /* spin lock for beacon buffer */
1189 u8 **buffer);
1577 void mwifiex_11h_process_join(struct mwifiex_private *priv, u8 **buffer,
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dtc358767.c409 ret = tc_aux_write_data(tc, msg->buffer, size); in tc_aux_transfer()
451 return tc_aux_read_data(tc, msg->buffer, size); in tc_aux_transfer()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddsi.c1315 const void *buffer, size_t size) in tegra_dsi_writesl()
1317 const u8 *buf = buffer; in tegra_dsi_writesl()
1314 tegra_dsi_writesl(struct tegra_dsi *dsi, unsigned long offset, const void *buffer, size_t size) tegra_dsi_writesl() argument
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dvia-pmu.c921 const char __user *buffer, size_t count, loff_t *pos) in pmu_options_proc_write()
931 if (copy_from_user(tmp, buffer, count)) in pmu_options_proc_write()
1649 /* Mark the oldest buffer for flushing */ in via_pmu_interrupt()
920 pmu_options_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *pos) pmu_options_proc_write() argument
/kernel/linux/linux-6.6/drivers/iommu/intel/
H A Ddmar.c424 * copy the content because the memory buffer will be freed on return. in dmar_parse_one_drhd()
2245 start = (struct acpi_dmar_header *)obj->buffer.pointer; in dmar_walk_dsm_resource()
2246 ret = dmar_walk_remapping_entries(start, obj->buffer.length, &callback); in dmar_walk_dsm_resource()
2322 pr_warn(FW_BUG "No DRHD structures in buffer returned by _DSM method\n"); in dmar_hotplug_insert()
/kernel/linux/linux-6.6/sound/pci/
H A Dazt3328.c116 * probably because they don't have a DMA FIFO buffer or so.
368 unsigned reg, const void *buffer, int count in snd_azf3328_codec_outl_multi()
373 const u32 *buf = buffer; in snd_azf3328_codec_outl_multi()
1376 /* AZF3328 uses a two buffer pointer DMA transfer approach */ in snd_azf3328_codec_setdmaa()
1407 /* build combined I/O buffer length word */ in snd_azf3328_codec_setdmaa()
367 snd_azf3328_codec_outl_multi(const struct snd_azf3328_codec_data *codec, unsigned reg, const void *buffer, int count ) snd_azf3328_codec_outl_multi() argument
/kernel/linux/linux-6.6/kernel/sched/
H A Dtopology.c226 void *buffer, size_t *lenp, loff_t *ppos) in sched_energy_aware_handler()
233 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in sched_energy_aware_handler()
225 sched_energy_aware_handler(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) sched_energy_aware_handler() argument
H A Dwalt.c1203 int write, void __user *buffer, size_t *length, loff_t *ppos) in sysctl_sched_walt_init_task_load_pct_sysctl_handler()
1207 rc = proc_dointvec(table, write, buffer, length, ppos); in sysctl_sched_walt_init_task_load_pct_sysctl_handler()
1202 sysctl_sched_walt_init_task_load_pct_sysctl_handler(struct ctl_table *table, int write, void __user *buffer, size_t *length, loff_t *ppos) sysctl_sched_walt_init_task_load_pct_sysctl_handler() argument

Completed in 71 milliseconds

1...<<511512513514515516517518519520>>...591