Home
last modified time | relevance | path

Searched refs:buffer (Results 4101 - 4125 of 5070) sorted by relevance

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

/kernel/linux/linux-6.6/sound/isa/gus/
H A Dgus_dma.c135 "addr = 0x%x, buffer = 0x%lx, count = 0x%x, cmd = 0x%x\n", in snd_gf1_dma_interrupt()
197 snd_printdd("addr = 0x%x, buffer = 0x%lx, count = 0x%x, cmd = 0x%x\n", in snd_gf1_dma_transfer_block()
198 block->addr, (long) block->buffer, block->count, in snd_gf1_dma_transfer_block()
/kernel/linux/linux-6.6/sound/pci/ca0106/
H A Dca0106.h15 * Use separate card based DMA buffer for periods table list.
73 #define IPR_MIDI_RX_B 0x00020000 /* MIDI UART-B Receive buffer non-empty */
74 #define IPR_MIDI_TX_B 0x00010000 /* MIDI UART-B Transmit buffer empty */
87 #define IPR_MIDI_RX_A 0x00000004 /* MIDI UART-A Receive buffer non-empty */
88 #define IPR_MIDI_TX_A 0x00000002 /* MIDI UART-A Transmit buffer empty */
93 #define INTE_MIDI_RX_B 0x00020000 /* MIDI UART-B Receive buffer non-empty */
94 #define INTE_MIDI_TX_B 0x00010000 /* MIDI UART-B Transmit buffer empty */
107 #define INTE_MIDI_RX_A 0x00000004 /* MIDI UART-A Receive buffer non-empty */
108 #define INTE_MIDI_TX_A 0x00000002 /* MIDI UART-A Transmit buffer empty */
168 * One list entry for each period in the buffer
690 struct snd_dma_buffer *buffer; global() member
[all...]
/kernel/linux/linux-6.6/sound/pci/oxygen/
H A Doxygen.h103 struct snd_info_buffer *buffer);
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
H A Defclib.h295 * @sparm_dma_buf: service parameters buffer
470 struct efc_dma req; /* send buffer */
471 struct efc_dma rsp; /* receive buffer */
604 void efc_node_fcid_display(u32 fc_id, char *buffer, u32 buf_len);
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H A Dnsp_cs.h374 #define BUFFER_ADDR(SCpnt) ((char *)(sg_virt(nsp_priv(SCpnt)->buffer)))
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Djit_disasm.c273 info->buffer = image; in init_context()
/kernel/linux/linux-6.6/sound/usb/line6/
H A Dcapture.c48 line6pcm->in.buffer + in submit_audio_in_urb()
82 Copy data into ALSA capture buffer.
99 The transferred area goes over buffer boundary, in line6_capture_copy()
/kernel/linux/linux-6.6/sound/soc/intel/atom/
H A Dsst-mfld-platform-compress.c148 virt_to_phys(cstream->runtime->buffer); in sst_platform_compr_set_params()
/kernel/linux/linux-6.6/tools/bpf/
H A Dbpf_jit_disasm.c73 info.buffer = image; in get_asm_insns()
295 fprintf(stderr, "Could not retrieve log buffer!\n"); in main()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Dvmwgfx_drm.h190 __u64 buffer; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/dvb/
H A Dfrontend.h342 } buffer; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/dvb/
H A Dfrontend.h329 } buffer; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c1244 volatile u32 *buffer) in gfx_v8_0_get_csb_buffer()
1252 if (buffer == NULL) in gfx_v8_0_get_csb_buffer()
1255 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_PREAMBLE_CNTL, 0)); in gfx_v8_0_get_csb_buffer()
1256 buffer[count++] = cpu_to_le32(PACKET3_PREAMBLE_BEGIN_CLEAR_STATE); in gfx_v8_0_get_csb_buffer()
1258 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_CONTEXT_CONTROL, 1)); in gfx_v8_0_get_csb_buffer()
1259 buffer[count++] = cpu_to_le32(0x80000000); in gfx_v8_0_get_csb_buffer()
1260 buffer[count++] = cpu_to_le32(0x80000000); in gfx_v8_0_get_csb_buffer()
1265 buffer[count++] = in gfx_v8_0_get_csb_buffer()
1267 buffer[count++] = cpu_to_le32(ext->reg_index - in gfx_v8_0_get_csb_buffer()
1270 buffer[coun in gfx_v8_0_get_csb_buffer()
1243 gfx_v8_0_get_csb_buffer(struct amdgpu_device *adev, volatile u32 *buffer) gfx_v8_0_get_csb_buffer() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2537 def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wait_event, fetched_event, prep):
2542 self.buffer = buffer
2586 space = len(self.buffer) - self.local_head
2590 # Use 0 (or space < glb_nsz) to mean there is no more at the top of the buffer
2592 self.buffer[self.local_head : self.local_head + len(nd)] = nd
2615 self.buffer[pos : pos + len(nd)] = nd
2616 self.buffer[pos + glb_nsz : pos + sz] = d
2663 self.buffer = Array(c_char, self.buffer_size, lock=False)
2674 self.process = Process(target=SQLFetcherFn, args=(glb.dbref, sql, self.buffer, sel
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v8_0.c1211 volatile u32 *buffer) in gfx_v8_0_get_csb_buffer()
1219 if (buffer == NULL) in gfx_v8_0_get_csb_buffer()
1222 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_PREAMBLE_CNTL, 0)); in gfx_v8_0_get_csb_buffer()
1223 buffer[count++] = cpu_to_le32(PACKET3_PREAMBLE_BEGIN_CLEAR_STATE); in gfx_v8_0_get_csb_buffer()
1225 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_CONTEXT_CONTROL, 1)); in gfx_v8_0_get_csb_buffer()
1226 buffer[count++] = cpu_to_le32(0x80000000); in gfx_v8_0_get_csb_buffer()
1227 buffer[count++] = cpu_to_le32(0x80000000); in gfx_v8_0_get_csb_buffer()
1232 buffer[count++] = in gfx_v8_0_get_csb_buffer()
1234 buffer[count++] = cpu_to_le32(ext->reg_index - in gfx_v8_0_get_csb_buffer()
1237 buffer[coun in gfx_v8_0_get_csb_buffer()
1210 gfx_v8_0_get_csb_buffer(struct amdgpu_device *adev, volatile u32 *buffer) gfx_v8_0_get_csb_buffer() argument
[all...]
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dqcom_nandc.c197 /* Returns the dma address for reg read buffer */
340 * @data_buffer: our local DMA buffer for page read/writes,
341 * used when we can't use the buffer provided
345 * @reg_read_buf: local buffer for reading back registers via DMA
346 * @reg_read_dma: contains dma address for register read buffer
1040 * controller's internal buffer to the buffer 'vaddr'
1042 * @reg_off: offset within the controller's data buffer
1043 * @vaddr: virtual address of the buffer we want to write to
1058 * 'vaddr' to the controller's internal buffer
1561 __le32 buffer; global() member
1744 u32 flash, buffer, erased_cw; parse_read_errors() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c158 arg1 = (cmd->buffer) ? in gelic_eurus_sync_cmd_worker()
159 ps3_mm_phys_to_lpar(__pa(cmd->buffer)) : in gelic_eurus_sync_cmd_worker()
181 arg1 = ps3_mm_phys_to_lpar(__pa(cmd->buffer)); in gelic_eurus_sync_cmd_worker()
206 void *buffer, in gelic_eurus_sync_cmd()
218 cmd->buffer = buffer; in gelic_eurus_sync_cmd()
1513 pr_info("%s: scan buffer alloc failed\n", __func__); in gelic_wl_scan_complete_event()
1751 /* we can assume no one should uses the buffer */ in gelic_wl_do_wep_setup()
1841 /* we can assume no one should uses the buffer */ in gelic_wl_do_wpa_setup()
2343 /* buffer fo in gelic_wl_alloc()
204 gelic_eurus_sync_cmd(struct gelic_wl_info *wl, unsigned int eurus_cmd, void *buffer, unsigned int buf_size) gelic_eurus_sync_cmd() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c28 /* place a given tlv on the tlv buffer at a given offset */
68 /* Finds a TLV by type in a TLV buffer; If found, returns pointer to the TLV */
92 /* list the types and lengths of the tlvs on the buffer */
285 /* copy acquire response from buffer to bp */ in bnx2x_vfpf_acquire()
322 /* Clear response buffer */ in bnx2x_vfpf_acquire()
1161 /* Copy the response buffer. The first u64 is written afterwards, as in bnx2x_vf_mbx_resp_send_msg()
1213 void *buffer, in bnx2x_vf_mbx_resp_phys_port()
1221 bnx2x_add_tlv(bp, buffer, *offset, CHANNEL_TLV_PHYS_PORT_ID, in bnx2x_vf_mbx_resp_phys_port()
1225 (((u8 *)buffer) + *offset); in bnx2x_vf_mbx_resp_phys_port()
1236 void *buffer, in bnx2x_vf_mbx_resp_fp_hsi_ver()
1211 bnx2x_vf_mbx_resp_phys_port(struct bnx2x *bp, struct bnx2x_virtf *vf, void *buffer, u16 *offset) bnx2x_vf_mbx_resp_phys_port() argument
1234 bnx2x_vf_mbx_resp_fp_hsi_ver(struct bnx2x *bp, struct bnx2x_virtf *vf, void *buffer, u16 *offset) bnx2x_vf_mbx_resp_fp_hsi_ver() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/
H A Dsg.c81 /proc/scsi/sg/def_reserved_size . Each time sg_open() is called a buffer
109 unsigned bufflen; /* Size of (aggregate) data buffer */
122 Sg_scatter_hold data; /* hold buffer, perhaps scatter list */
125 char res_used; /* 1 -> using reserve buffer, 0 -> not ... */
143 Sg_scatter_hold reserve; /* buffer held for this file descriptor */
530 /* Now copy the result back to the user buffer. */ in sg_read()
655 /* Determine buffer size. */ in sg_write()
742 return -ENOMEM; /* MMAP_IO size must fit in reserve buffer */ in sg_new_write()
750 return -EBUSY; /* reserve buffer already being used */ in sg_new_write()
1297 ret = -ENOMEM; /* cannot map more than reserved buffer */ in sg_mmap()
2415 sg_proc_write_adio(struct file *filp, const char __user *buffer, size_t count, loff_t *off) sg_proc_write_adio() argument
2436 sg_proc_write_dressz(struct file *filp, const char __user *buffer, size_t count, loff_t *off) sg_proc_write_dressz() argument
[all...]
/kernel/linux/linux-5.10/sound/pci/
H A Dens1370.c132 #define ES_1370_ADC_STOP (1<<31) /* disable capture buffer transfers */
1851 struct snd_info_buffer *buffer) in snd_ensoniq_proc_read()
1855 snd_iprintf(buffer, "Ensoniq AudioPCI " CHIP_NAME "\n\n"); in snd_ensoniq_proc_read()
1856 snd_iprintf(buffer, "Joystick enable : %s\n", in snd_ensoniq_proc_read()
1859 snd_iprintf(buffer, "MIC +5V bias : %s\n", in snd_ensoniq_proc_read()
1861 snd_iprintf(buffer, "Line In to AOUT : %s\n", in snd_ensoniq_proc_read()
1864 snd_iprintf(buffer, "Joystick port : 0x%x\n", in snd_ensoniq_proc_read()
2258 /* fill UART FIFO buffer at first, and turn Tx interrupts only if necessary */ in snd_ensoniq_midi_output_trigger()
1850 snd_ensoniq_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_ensoniq_proc_read() argument
/kernel/linux/linux-5.10/net/ipv4/
H A Ddevinet.c2370 void *buffer, size_t *lenp, loff_t *ppos) in devinet_conf_proc()
2373 int ret = proc_dointvec(ctl, write, buffer, lenp, ppos); in devinet_conf_proc()
2422 void *buffer, size_t *lenp, loff_t *ppos) in devinet_sysctl_forward()
2427 int ret = proc_dointvec(ctl, write, buffer, lenp, ppos); in devinet_sysctl_forward()
2465 void *buffer, size_t *lenp, loff_t *ppos) in ipv4_doint_and_flush()
2469 int ret = proc_dointvec(ctl, write, buffer, lenp, ppos); in ipv4_doint_and_flush()
2369 devinet_conf_proc(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) devinet_conf_proc() argument
2421 devinet_sysctl_forward(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) devinet_sysctl_forward() argument
2464 ipv4_doint_and_flush(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) ipv4_doint_and_flush() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
H A Dravb_main.c272 /* Format skb and descriptor buffer for Ethernet AVB */
292 /* Build RX ring buffer */ in ravb_ring_format()
313 /* Build TX ring buffer */ in ravb_ring_format()
336 /* Init skb and descriptor buffer for Ethernet AVB */
1504 void *buffer; in ravb_start_xmit() local
1525 buffer = PTR_ALIGN(priv->tx_align[q], DPTR_ALIGN) + in ravb_start_xmit()
1544 memcpy(buffer, skb->data, len); in ravb_start_xmit()
1545 dma_addr = dma_map_single(ndev->dev.parent, buffer, len, in ravb_start_xmit()
1554 buffer = skb->data + len; in ravb_start_xmit()
1556 dma_addr = dma_map_single(ndev->dev.parent, buffer, le in ravb_start_xmit()
[all...]
/kernel/linux/linux-5.10/drivers/staging/octeon-usb/
H A Docteon-hcd.c163 * @offset: This is the offset in bytes into the main buffer where this data
260 * @buffer: User's physical buffer address to read/write.
261 * @buffer_length: Size of the user's buffer in bytes.
275 u64 buffer; member
399 * struct octeon_temp_buffer - a bounce buffer for USB transfers
400 * @orig_buffer: the original buffer passed by the USB stack
401 * @data: the newly allocated temporary buffer (excluding meta-data)
404 * the buffer is too short, we need to allocate a temporary one, and this struct
418 * octeon_alloc_temp_buffer - allocate a temporary buffer fo
2122 cvmx_usb_submit_transaction( struct octeon_hcd *usb, struct cvmx_usb_pipe *pipe, enum cvmx_usb_transfer type, u64 buffer, int buffer_length, u64 control_header, int iso_start_frame, int iso_number_packets, struct cvmx_usb_iso_packet *iso_packets, struct urb *urb) cvmx_usb_submit_transaction() argument
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dqcom_nandc.c212 /* Returns the dma address for reg read buffer */
371 * @data_buffer: our local DMA buffer for page read/writes,
372 * used when we can't use the buffer provided
374 * @reg_read_buf: local buffer for reading back registers via DMA
378 * @reg_read_dma: contains dma address for register read buffer
1181 * controller's internal buffer to the buffer 'vaddr'
1183 * @reg_off: offset within the controller's data buffer
1184 * @vaddr: virtual address of the buffer we want to write to
1199 * 'vaddr' to the controller's internal buffer
1438 __le32 buffer; global() member
1627 u32 flash, buffer, erased_cw; parse_read_errors() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.c28 /* place a given tlv on the tlv buffer at a given offset */
68 /* Finds a TLV by type in a TLV buffer; If found, returns pointer to the TLV */
92 /* list the types and lengths of the tlvs on the buffer */
285 /* copy acquire response from buffer to bp */ in bnx2x_vfpf_acquire()
322 /* Clear response buffer */ in bnx2x_vfpf_acquire()
1163 /* Copy the response buffer. The first u64 is written afterwards, as in bnx2x_vf_mbx_resp_send_msg()
1215 void *buffer, in bnx2x_vf_mbx_resp_phys_port()
1223 bnx2x_add_tlv(bp, buffer, *offset, CHANNEL_TLV_PHYS_PORT_ID, in bnx2x_vf_mbx_resp_phys_port()
1227 (((u8 *)buffer) + *offset); in bnx2x_vf_mbx_resp_phys_port()
1238 void *buffer, in bnx2x_vf_mbx_resp_fp_hsi_ver()
1213 bnx2x_vf_mbx_resp_phys_port(struct bnx2x *bp, struct bnx2x_virtf *vf, void *buffer, u16 *offset) bnx2x_vf_mbx_resp_phys_port() argument
1236 bnx2x_vf_mbx_resp_fp_hsi_ver(struct bnx2x *bp, struct bnx2x_virtf *vf, void *buffer, u16 *offset) bnx2x_vf_mbx_resp_fp_hsi_ver() argument
[all...]

Completed in 64 milliseconds

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