Home
last modified time | relevance | path

Searched refs:buffer (Results 4951 - 4975 of 6494) sorted by relevance

1...<<191192193194195196197198199200>>...260

/kernel/linux/linux-5.10/drivers/scsi/
H A Datp870u.c1620 static char buffer[128]; in atp870u_info() local
1622 strcpy(buffer, "ACARD AEC-6710/6712/67160 PCI Ultra/W/LVD SCSI-3 Adapter Driver V2.6+ac "); in atp870u_info()
1624 return buffer; in atp870u_info()
H A Dmvumi.c994 "failed to allocate memory for outbound data buffer\n"); in mvumi_init_data()
1677 static void mvumi_notification(struct mvumi_hba *mhba, u8 msg, void *buffer) in mvumi_notification() argument
1682 struct mvumi_event_req *er = buffer; in mvumi_notification()
1695 mvumi_proc_msg(mhba, buffer); in mvumi_notification()
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c553 static char buffer[512]; in ahd_linux_info() local
558 bp = &buffer[0]; in ahd_linux_info()
560 memset(bp, 0, sizeof(buffer)); in ahd_linux_info()
976 * initialization and not for per-transaction buffer mapping. in ahd_dmamap_load()
1785 * the sense buffer looks "sane". in ahd_done()
1917 * buffer. in ahd_linux_handle_scsi_status()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_transport.c1292 * @size: Data buffer size derived from CDB. The data buffer size provided by
1295 * Compare the data buffer size from the CDB with the data buffer limit from the transport
1445 * allocate the additional extended CDB buffer now.. Otherwise in target_cmd_init_cdb()
1581 * @sense: pointer to SCSI sense buffer
1601 * assumes internal allocation of fabric payload buffer by target-core.
1734 * @sense: pointer to SCSI sense buffer
1748 * assumes internal allocation of fabric payload buffer by target-core.
1802 * @sense: pointer to SCSI sense buffer
3301 u8 *buffer = cmd->sense_buffer; translate_sense_reason() local
[all...]
/kernel/linux/linux-5.10/sound/pci/ymfpci/
H A Dymfpci_main.c1970 struct snd_info_buffer *buffer) in snd_ymfpci_proc_read()
1975 snd_iprintf(buffer, "YMFPCI\n\n"); in snd_ymfpci_proc_read()
1977 snd_iprintf(buffer, "%04x: %04x\n", i, snd_ymfpci_readl(chip, i)); in snd_ymfpci_proc_read()
1969 snd_ymfpci_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_ymfpci_proc_read() argument
/kernel/linux/linux-5.10/sound/pci/
H A Dvia82xx.c324 int hwptr_done; /* processed frame position in the buffer */
461 flag = VIA_TBL_BIT_EOL; /* buffer boundary */ in build_via_table()
765 * calculate the linear position at the given sg-buffer index and the rest count
812 /* count register returns full size when end of buffer is reached */ in calc_linear_pos()
917 * allocate the buffer and build up the buffer description table
932 * clean up the buffer description table and release the buffer
2103 struct snd_info_buffer *buffer) in snd_via82xx_proc_read()
2108 snd_iprintf(buffer, " in snd_via82xx_proc_read()
2102 snd_via82xx_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_via82xx_proc_read() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h282 * helper code (eg buffer layer)
3408 * Reading from an attribute creates a buffer from the value that might get
3456 void *buffer, size_t *lenp, loff_t *ppos);
3458 void *buffer, size_t *lenp, loff_t *ppos);
3460 void *buffer, size_t *lenp, loff_t *ppos);
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/
H A Dqede_ethtool.c1027 struct ethtool_regs *regs, void *buffer) in qede_get_regs()
1032 memset(buffer, 0, regs->len); in qede_get_regs()
1035 edev->ops->common->dbg_all_data(edev->cdev, buffer); in qede_get_regs()
1026 qede_get_regs(struct net_device *ndev, struct ethtool_regs *regs, void *buffer) qede_get_regs() argument
/kernel/linux/linux-6.6/drivers/scsi/
H A Dmvumi.c994 "failed to allocate memory for outbound data buffer\n"); in mvumi_init_data()
1677 static void mvumi_notification(struct mvumi_hba *mhba, u8 msg, void *buffer) in mvumi_notification() argument
1682 struct mvumi_event_req *er = buffer; in mvumi_notification()
1695 mvumi_proc_msg(mhba, buffer); in mvumi_notification()
H A Datp870u.c1678 static char buffer[128]; in atp870u_info() local
1680 strcpy(buffer, "ACARD AEC-6710/6712/67160 PCI Ultra/W/LVD SCSI-3 Adapter Driver V2.6+ac "); in atp870u_info()
1682 return buffer; in atp870u_info()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm.c553 static char buffer[512]; in ahd_linux_info() local
558 bp = &buffer[0]; in ahd_linux_info()
560 memset(bp, 0, sizeof(buffer)); in ahd_linux_info()
970 * initialization and not for per-transaction buffer mapping. in ahd_dmamap_load()
1779 * the sense buffer looks "sane". in ahd_done()
1911 * buffer. in ahd_linux_handle_scsi_status()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_transport.c1375 * @size: Data buffer size derived from CDB. The data buffer size provided by
1378 * Compare the data buffer size from the CDB with the data buffer limit from the transport
1521 * allocate the additional extended CDB buffer now.. Otherwise in target_cmd_init_cdb()
1650 * @sense: pointer to SCSI sense buffer
1837 * @sense: pointer to SCSI sense buffer
1847 * assumes internal allocation of fabric payload buffer by target-core.
1966 * @sense: pointer to SCSI sense buffer
2410 * Check if we need to send a sense buffer fro in transport_complete_qf()
3496 u8 *buffer = cmd->sense_buffer; translate_sense_reason() local
[all...]
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Dicm.c274 const struct icm_pkg_header *res_hdr = pkg->buffer; in icm_match()
287 const struct icm_pkg_header *hdr = pkg->buffer; in icm_copy()
292 memcpy(req->response + offset, pkg->buffer, req->response_size); in icm_copy()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_state.c570 void *buffer = NULL; in drbd_req_state() local
577 buffer = drbd_md_get_buffer(device, __func__); in drbd_req_state()
630 if (buffer) in drbd_req_state()
670 * need to grab and release the meta data buffer inside of that wait_event loop.
/kernel/linux/linux-6.6/drivers/cpufreq/
H A Dintel_pstate.c3258 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in intel_pstate_no_acpi_pss() local
3264 status = acpi_evaluate_object(pr->handle, "_PSS", NULL, &buffer); in intel_pstate_no_acpi_pss()
3268 pss = buffer.pointer; in intel_pstate_no_acpi_pss()
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
H A Dcx88-cards.c3531 static const u8 buffer[][2] = { in cx88_card_setup() local
3540 for (i = 0; i < ARRAY_SIZE(buffer); i++) in cx88_card_setup()
3542 buffer[i], 2) != 2) in cx88_card_setup()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dpcie.c613 u8 *buffer; in mwifiex_delay_for_sleep_cookie() local
621 buffer = cmdrsp->data; in mwifiex_delay_for_sleep_cookie()
622 sleep_cookie = get_unaligned_le32(buffer); in mwifiex_delay_for_sleep_cookie()
748 * This function initializes TX buffer ring descriptors
776 /* This function initializes RX buffer ring descriptors. Each SKB is allocated
778 * PCIE Rx buffer descriptor's physical address.
837 /* This function initializes event buffer ring descriptors. Each SKB is
839 * to PCIE Rx buffer descriptor's physical address
884 /* This function cleans up TX buffer rings. If any of the buffer lis
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dfw.c1551 * the buffer. If we are not counting page numbers with the in rtw_build_rsvd_page()
1554 * content of beacon), we could generate a buffer which size in rtw_build_rsvd_page()
1759 u32 *buffer) in rtw_fw_dump_fifo()
1766 if (size == 0 || !buffer) in rtw_fw_dump_fifo()
1779 rtw_fw_read_fifo(rtwdev, fifo_sel, addr, size, buffer); in rtw_fw_dump_fifo()
1758 rtw_fw_dump_fifo(struct rtw_dev *rtwdev, u8 fifo_sel, u32 addr, u32 size, u32 *buffer) rtw_fw_dump_fifo() argument
/kernel/linux/linux-6.6/sound/pci/
H A Dvia82xx.c323 int hwptr_done; /* processed frame position in the buffer */
460 flag = VIA_TBL_BIT_EOL; /* buffer boundary */ in build_via_table()
765 * calculate the linear position at the given sg-buffer index and the rest count
812 /* count register returns full size when end of buffer is reached */ in calc_linear_pos()
917 * allocate the buffer and build up the buffer description table
932 * clean up the buffer description table and release the buffer
2101 struct snd_info_buffer *buffer) in snd_via82xx_proc_read()
2106 snd_iprintf(buffer, " in snd_via82xx_proc_read()
2100 snd_via82xx_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_via82xx_proc_read() argument
[all...]
/kernel/linux/linux-6.6/sound/core/
H A Dcontrol.c2071 static ssize_t snd_ctl_read(struct file *file, char __user *buffer, in snd_ctl_read() argument
2114 if (copy_to_user(buffer, &ev, sizeof(struct snd_ctl_event))) { in snd_ctl_read()
2119 buffer += sizeof(struct snd_ctl_event); in snd_ctl_read()
/kernel/liteos_a/fs/fat/os_adapt/
H A Dfatfs.c2167 ssize_t fatfs_readlink(struct Vnode *vnode, char *buffer, size_t bufLen) in fatfs_readlink() argument
2198 ret = LOS_CopyFromKernel(buffer, bufLen, fs->win, cnt); in fatfs_readlink()
2203 buffer[cnt] = '\0'; in fatfs_readlink()
/kernel/linux/linux-6.6/sound/pci/ymfpci/
H A Dymfpci_main.c1965 struct snd_info_buffer *buffer) in snd_ymfpci_proc_read()
1970 snd_iprintf(buffer, "YMFPCI\n\n"); in snd_ymfpci_proc_read()
1972 snd_iprintf(buffer, "%04x: %04x\n", i, snd_ymfpci_readl(chip, i)); in snd_ymfpci_proc_read()
1964 snd_ymfpci_proc_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) snd_ymfpci_proc_read() argument
/test/xts/acts/distributeddatamgr/relationalStoretest/rdbnapitest/entry/src/main/cpp/napi/
H A Drdb_store_predicates_test.cpp64 char *buffer = (char*)malloc((bufferSize) + 1); in RdbFilePath() local
65 napi_get_value_string_utf8(env, args[0], buffer, bufferSize+1, &bufferSize); in RdbFilePath()
68 sprintf(RDB_TEST_PATH, "%s", buffer); in RdbFilePath()
/kernel/linux/linux-5.10/drivers/ata/
H A Dlibata-scsi.c309 * @arg: User buffer area for identify data
896 * Copy registers into sense buffer. in ata_gen_passthru_sense()
1049 ata_dev_err(dev, "drain buffer allocation failed\n"); in ata_scsi_dev_config()
1058 * ata_pio_sectors() expects buffer for each sector to not cross in ata_scsi_dev_config()
1771 * ata_scsi_rbuf_get - Map response buffer.
1772 * @cmd: SCSI command containing buffer to be mapped.
1774 * @copy_in: copy in from user buffer
1776 * Prepare buffer for simulated SCSI commands.
1782 * Pointer to response buffer.
1797 * ata_scsi_rbuf_put - Unmap response buffer
3728 u8 buffer[64]; ata_scsi_mode_select_xlat() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_ioctl.c266 * the keys from driver buffer */ in prism2_ioctl_giwencode()
1955 char *buffer, int buflen) in prism2_translate_scan()
1959 char *current_ev = buffer; in prism2_translate_scan()
1960 char *end_buf = buffer + buflen; in prism2_translate_scan()
1995 /* Ask user space to try again with a bigger buffer */ in prism2_translate_scan()
2013 /* Ask user space to try again with a bigger buffer */ in prism2_translate_scan()
2021 return current_ev - buffer; in prism2_translate_scan()
3072 * Add 16-bit length in the beginning of the buffer because Prism2 RID in prism2_set_genericelement()
1953 prism2_translate_scan(local_info_t *local, struct iw_request_info *info, char *buffer, int buflen) prism2_translate_scan() argument

Completed in 82 milliseconds

1...<<191192193194195196197198199200>>...260