| /kernel/liteos_a/kernel/extended/hidumper/ |
| H A D | los_hidumper.c | 227 CHAR buf[READ_BUF_SIZE]; in PrintFileData() local [all...] |
| /kernel/liteos_a/testsuites/unittest/container/ |
| H A D | It_container_test.cpp | 97 int ReadFile(const char *filepath, char *buf) in ReadFile() argument 109 int WriteFile(const char *filepath, const char *buf) in WriteFile() argument 124 int GetLine(char *buf, int count, int maxLen, char **array) in GetLine() argument 248 std::ostringstream buf; GenContainerLinkPath() local 255 char buf[PATH_MAX] = {0}; ReadlinkContainer() local [all...] |
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | vhost_types.h | 97 __u8 buf[0]; member
|
| H A D | i2c.h | 35 __u8 * buf; member
|
| H A D | sem.h | 51 struct __kernel_legacy_semid_ds __user * buf; member
|
| H A D | uvcvideo.h | 70 __u8 buf[]; member
|
| /kernel/linux/linux-6.6/sound/drivers/ |
| H A D | serial-generic.c | 68 static char buf[INTERNAL_BUF_SIZE]; in snd_serial_generic_tx_work() local 103 snd_serial_generic_receive_buf(struct serdev_device *serdev, const unsigned char *buf, size_t count) snd_serial_generic_receive_buf() argument
|
| /kernel/linux/linux-6.6/sound/firewire/ |
| H A D | amdtp-am824.c | 355 __be32 *buf = desc->ctx_payload; in process_it_ctx_payloads() local 382 __be32 *buf = desc->ctx_payload; in process_ir_ctx_payloads() local
|
| H A D | fcp.c | 33 u8 *buf; in avc_general_set_sig_fmt() local 89 u8 *buf; avc_general_get_sig_fmt() local 143 u8 *buf; avc_general_get_plug_info() local [all...] |
| /kernel/linux/linux-6.6/sound/firewire/dice/ |
| H A D | dice-extension.c | 50 read_transaction(struct snd_dice *dice, u64 section_addr, u32 offset, void *buf, size_t len) read_transaction() argument
|
| H A D | dice-transaction.c | 36 snd_dice_transaction_write(struct snd_dice *dice, enum snd_dice_addr_type type, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_write() argument 46 snd_dice_transaction_read(struct snd_dice *dice, enum snd_dice_addr_type type, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_read() argument
|
| H A D | dice.h | 133 snd_dice_transaction_write_global(struct snd_dice *dice, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_write_global() argument 141 snd_dice_transaction_read_global(struct snd_dice *dice, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_read_global() argument 149 snd_dice_transaction_write_tx(struct snd_dice *dice, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_write_tx() argument 156 snd_dice_transaction_read_tx(struct snd_dice *dice, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_read_tx() argument 163 snd_dice_transaction_write_rx(struct snd_dice *dice, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_write_rx() argument 170 snd_dice_transaction_read_rx(struct snd_dice *dice, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_read_rx() argument 177 snd_dice_transaction_write_sync(struct snd_dice *dice, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_write_sync() argument 184 snd_dice_transaction_read_sync(struct snd_dice *dice, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_read_sync() argument [all...] |
| H A D | dice-proc.c | 114 } buf; in dice_proc_read() local [all...] |
| /kernel/linux/linux-6.6/sound/firewire/fireface/ |
| H A D | ff-protocol-latter.c | 396 static void latter_handle_midi_msg(struct snd_ff *ff, unsigned int offset, const __le32 *buf, in latter_handle_midi_msg() argument 491 u8 *buf = (u8 *)&data; in latter_fill_midi_msg() local [all...] |
| /kernel/linux/linux-6.6/sound/firewire/fireworks/ |
| H A D | fireworks_transaction.c | 55 void *buf; member
|
| /kernel/linux/linux-6.6/sound/firewire/oxfw/ |
| H A D | oxfw-spkr.c | 31 u8 *buf; in avc_audio_feature_mute() local 89 u8 *buf; avc_audio_feature_volume() local [all...] |
| H A D | oxfw-stream.c | 657 u8 *buf, **formats; in fill_stream_formats() local 595 assume_stream_formats(struct snd_oxfw *oxfw, enum avc_general_plug_dir dir, unsigned int pid, u8 *buf, unsigned int *len, u8 **formats) assume_stream_formats() argument [all...] |
| H A D | oxfw.h | 100 avc_stream_get_format_single(struct fw_unit *unit, enum avc_general_plug_dir dir, unsigned int pid, u8 *buf, unsigned int *len) avc_stream_get_format_single() argument 107 avc_stream_get_format_list(struct fw_unit *unit, enum avc_general_plug_dir dir, unsigned int pid, u8 *buf, unsigned int *len, unsigned int eid) avc_stream_get_format_list() argument
|
| /kernel/linux/linux-6.6/sound/firewire/tascam/ |
| H A D | amdtp-tascam.c | 186 __be32 *buf = desc->ctx_payload; in process_ir_ctx_payloads() local 207 __be32 *buf = desc->ctx_payload; in process_it_ctx_payloads() local
|
| /kernel/linux/linux-6.6/sound/isa/sb/ |
| H A D | emu8000_callback.c | 447 sysex(struct snd_emux *emu, char *buf, int len, int parsed, struct snd_midi_channel_set *chset) in sysex() argument 517 load_fx(struct snd_emux *emu, int type, int mode, const void __user *buf, long len) in load_fx() argument
|
| /kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
| H A D | sys_arch.c | 435 char buf[LWIP_LOG_BUF_SIZE] = {0};
in LwipLogPrintf() local
|
| /kernel/liteos_m/components/net/test/ |
| H A D | net_socket_test_011.c | 194 char buf[32];
in ParsePackageIpUdp() local
|
| /kernel/liteos_m/testsuites/unittest/fuzz/src/socket/ |
| H A D | net_fuzz.c | 73 char buf[BUF_SIZE] = { 0 }; in SampleUdpServer() local 110 char buf[BUF_SIZE] = { 0 }; in SampleUdpClient() local 203 char buf[BUF_SIZE + 1] = { 0 }; SampleTcpServer() local 240 char buf[BUF_SIZE + 1] = { 0 }; SampleTcpClient() local [all...] |
| /kernel/uniproton/src/fs/ |
| H A D | fs.c | 47 ssize_t read(int fd, void *buf, size_t nbyte) in read() argument 53 ssize_t write(int fd, const void *buf, size_t nbyte) in write() argument 64 int stat(const char *path, struct stat *buf) in stat() argument 70 int statfs(const char *path, struct statfs *buf) in statfs() argument 122 int fstat(int fd, struct stat *buf) in fstat() argument 187 pread(int fd, void *buf, size_t nbyte, off_t offset) pread() argument 193 pwrite(int fd, const void *buf, size_t nbyte, off_t offset) pwrite() argument [all...] |
| /kernel/uniproton/src/net/lwip-2.1/src/ |
| H A D | sys_arch.c | 422 char buf[LWIP_LOG_BUF_SIZE] = {0};
in OsLwipLogPrintf() local
|