Home
last modified time | relevance | path

Searched defs:buf (Results 5726 - 5750 of 21242) sorted by relevance

1...<<221222223224225226227228229230>>...850

/kernel/liteos_a/kernel/extended/trace/
H A Dtrace_offline.c48 VOID *buf = NULL; in OsTraceBufInit() local
/kernel/liteos_a/net/telnet/src/
H A Dtelnet_dev.c92 INT32 TelnetTx(const CHAR *buf, UINT32 bufLen) in TelnetTx() argument
199 STATIC ssize_t TelnetRead(struct file *file, CHAR *buf, size_t bufLen) in TelnetRead() argument
244 STATIC ssize_t TelnetWrite(struct file *file, const CHAR *buf, const size_t bufLen) in TelnetWrite() argument
[all...]
/kernel/linux/linux-6.6/sound/firewire/bebob/
H A Dbebob_proc.c76 u32 *buf; in proc_read_meters() local
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Damdtp-ff.c122 __le32 *buf = (__le32 *)desc->ctx_payload; in process_it_ctx_payloads() local
143 __le32 *buf = (__le32 *)desc->ctx_payload; in process_ir_ctx_payloads() local
H A Dff-transaction.c133 __le32 *buf = data; in handle_msg() local
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_hwdep.c22 hwdep_read_resp_buf(struct snd_efw *efw, char __user *buf, long remained, in hwdep_read_resp_buf() argument
99 hwdep_read_locked(struct snd_efw *efw, char __user *buf, long count, in hwdep_read_locked() argument
122 hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() argument
163 u8 *buf; hwdep_write() local
[all...]
/kernel/linux/linux-6.6/sound/firewire/motu/
H A Dmotu-hwdep.c27 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() argument
/kernel/linux/linux-6.6/sound/firewire/tascam/
H A Dtascam-hwdep.c98 static long hwdep_read(struct snd_hwdep *hwdep, char __user *buf, long count, in hwdep_read() argument
H A Dtascam-transaction.c251 u32 *buf = (u32 *)data; in handle_midi_tx() local
/kernel/linux/linux-6.6/sound/isa/sb/
H A Demu8000_patch.c74 read_word(const void __user *buf, int offset, int mode) in read_word() argument
/kernel/liteos_m/components/shell/src/base/
H A Dshmsg.c209 CHAR buf[SHELL_CMD_MAX_SIZE] = {0}; in ShellTaskEntry() local
[all...]
/kernel/liteos_m/components/trace/
H A Dtrace_offline.c51 VOID *buf = NULL; in OsTraceBufInit() local
/kernel/liteos_m/testsuites/unittest/posix/src/fs/
H A Dposix_fs_func_test.c1495 struct stat buf; variable
1518 struct stat buf; variable
1546 struct stat buf; variable
[all...]
/kernel/liteos_m/testsuites/unittest/posix/src/fs/full/
H A Dposix_fs_full_test.c137 struct stat buf = { 0 }; variable
206 struct stat buf = { 0 }; variable
317 struct stat buf = { 0 }; variable
345 struct stat buf variable
376 struct stat buf = { 0 }; global() variable
408 struct stat buf = { 0 }; global() variable
[all...]
/kernel/linux/linux-6.6/sound/ppc/
H A Dbeep.c25 short *buf; /* allocated wave buffer */ member
/kernel/linux/linux-6.6/sound/pci/echoaudio/
H A Dmidi.c206 unsigned char buf[MIDI_OUT_BUFFER_SIZE - 1]; in snd_echo_midi_output_write() local
/kernel/linux/linux-6.6/drivers/sbus/char/
H A Dflash.c102 flash_read(struct file * file, char __user * buf, in flash_read() argument
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dsmsgiucv_app.c53 char *buf; member
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H A Desas2r_vda.c305 char buf[sizeof(cfg->data.init.fw_release) + 1]; in esas2r_complete_vda_ioctl() local
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_osm_pci.c139 char buf[80]; in ahd_linux_pci_dev_probe() local
/kernel/linux/linux-6.6/drivers/scsi/
H A Dnsp32_io.h228 nsp32_multi_read4(unsigned int base, unsigned int reg, void *buf, unsigned long count) nsp32_multi_read4() argument
236 nsp32_fifo_read(unsigned int base, void *buf, unsigned long count) nsp32_fifo_read() argument
243 nsp32_multi_write4(unsigned int base, unsigned int reg, void *buf, unsigned long count) nsp32_multi_write4() argument
251 nsp32_fifo_write(unsigned int base, void *buf, unsigned long count) nsp32_fifo_write() argument
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/
H A Dnsp_io.h67 nsp_multi_read_1(unsigned int BaseAddr, unsigned int Register, void *buf, unsigned long count) nsp_multi_read_1() argument
75 nsp_fifo8_read(unsigned int base, void *buf, unsigned long count) nsp_fifo8_read() argument
86 nsp_multi_read_2(unsigned int BaseAddr, unsigned int Register, void *buf, unsigned long count) nsp_multi_read_2() argument
94 nsp_fifo16_read(unsigned int base, void *buf, unsigned long count) nsp_fifo16_read() argument
105 nsp_multi_read_4(unsigned int BaseAddr, unsigned int Register, void *buf, unsigned long count) nsp_multi_read_4() argument
113 nsp_fifo32_read(unsigned int base, void *buf, unsigned long count) nsp_fifo32_read() argument
124 nsp_multi_write_1(unsigned int BaseAddr, unsigned int Register, void *buf, unsigned long count) nsp_multi_write_1() argument
132 nsp_fifo8_write(unsigned int base, void *buf, unsigned long count) nsp_fifo8_write() argument
142 nsp_multi_write_2(unsigned int BaseAddr, unsigned int Register, void *buf, unsigned long count) nsp_multi_write_2() argument
150 nsp_fifo16_write(unsigned int base, void *buf, unsigned long count) nsp_fifo16_write() argument
160 nsp_multi_write_4(unsigned int BaseAddr, unsigned int Register, void *buf, unsigned long count) nsp_multi_write_4() argument
168 nsp_fifo32_write(unsigned int base, void *buf, unsigned long count) nsp_fifo32_write() argument
219 nsp_mmio_multi_read_4(unsigned long base, unsigned int Register, void *buf, unsigned long count) nsp_mmio_multi_read_4() argument
237 nsp_mmio_fifo32_read(unsigned int base, void *buf, unsigned long count) nsp_mmio_fifo32_read() argument
245 nsp_mmio_multi_write_4(unsigned long base, unsigned int Register, void *buf, unsigned long count) nsp_mmio_multi_write_4() argument
263 nsp_mmio_fifo32_write(unsigned int base, void *buf, unsigned long count) nsp_mmio_fifo32_write() argument
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qedf/
H A Dqedf_attr.c27 fcoe_mac_show(struct device *dev, struct device_attribute *attr, char *buf) fcoe_mac_show() argument
44 fka_period_show(struct device *dev, struct device_attribute *attr, char *buf) fka_period_show() argument
106 qedf_sysfs_read_grcdump(struct file *filep, struct kobject *kobj, struct bin_attribute *ba, char *buf, loff_t off, size_t count) qedf_sysfs_read_grcdump() argument
126 qedf_sysfs_write_grcdump(struct file *filep, struct kobject *kobj, struct bin_attribute *ba, char *buf, loff_t off, size_t count) qedf_sysfs_write_grcdump() argument
H A Dqedf_dbg.c107 qedf_alloc_grc_dump_buf(u8 **buf, uint32_t len) in qedf_alloc_grc_dump_buf() argument
117 qedf_free_grc_dump_buf(uint8_t **buf) in qedf_free_grc_dump_buf() argument
124 qedf_get_grc_dump(struct qed_dev *cdev, const struct qed_common_ops *common, u8 **buf, uint32_t *grcsize) qedf_get_grc_dump() argument
/kernel/linux/linux-6.6/drivers/s390/char/
H A Dhmcdrv_dev.c199 hmcdrv_dev_transfer(char __kernel *cmd, loff_t offset, char __user *buf, size_t len) hmcdrv_dev_transfer() argument

Completed in 17 milliseconds

1...<<221222223224225226227228229230>>...850