Home
last modified time | relevance | path

Searched defs:buf (Results 1 – 25 of 158) sorted by relevance

1234567

/include/linux/
Dzutil.h57 #define DO1(buf,i) {s1 += buf[i]; s2 += s1;} argument
58 #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1); argument
59 #define DO4(buf,i) DO2(buf,i); DO2(buf,i+2); argument
60 #define DO8(buf,i) DO4(buf,i); DO4(buf,i+4); argument
61 #define DO16(buf) DO8(buf,0); DO8(buf,8); argument
79 const Byte *buf, in zlib_adler32()
Donce.h80 #define get_random_once(buf, nbytes) \ argument
82 #define get_random_once_wait(buf, nbytes) \ argument
85 #define get_random_slow_once(buf, nbytes) \ argument
Dnvram.h81 static inline ssize_t nvram_read_bytes(char *buf, size_t count, loff_t *ppos) in nvram_read_bytes()
95 static inline ssize_t nvram_write_bytes(char *buf, size_t count, loff_t *ppos) in nvram_write_bytes()
109 static inline ssize_t nvram_read(char *buf, size_t count, loff_t *ppos) in nvram_read()
121 static inline ssize_t nvram_write(char *buf, size_t count, loff_t *ppos) in nvram_write()
Dkfifo.h519 #define kfifo_in(fifo, buf, n) \ argument
541 #define kfifo_in_spinlocked(fifo, buf, n, lock) \ argument
562 #define kfifo_in_spinlocked_noirqsave(fifo, buf, n, lock) \ argument
572 #define kfifo_in_locked(fifo, buf, n, lock) \ argument
587 #define kfifo_out(fifo, buf, n) \ argument
611 #define kfifo_out_spinlocked(fifo, buf, n, lock) \ argument
634 #define kfifo_out_spinlocked_noirqsave(fifo, buf, n, lock) \ argument
646 #define kfifo_out_locked(fifo, buf, n, lock) \ argument
817 #define kfifo_out_peek(fifo, buf, n) \ argument
Drelay.h69 struct rchan_buf * __percpu *buf; /* per-cpu channel buffers */ member
207 struct rchan_buf *buf; in relay_write() local
234 struct rchan_buf *buf; in __relay_write() local
258 struct rchan_buf *buf = *get_cpu_ptr(chan->buf); in relay_reserve() local
281 static inline void subbuf_start_reserve(struct rchan_buf *buf, in subbuf_start_reserve()
Dima.h91 static inline int ima_post_load_data(char *buf, loff_t size, in ima_post_load_data()
104 static inline int ima_post_read_file(struct file *file, void *buf, loff_t size, in ima_post_read_file()
115 static inline int ima_file_hash(struct file *file, char *buf, size_t buf_size) in ima_file_hash()
120 static inline void ima_kexec_cmdline(int kernel_fd, const void *buf, int size) {} in ima_kexec_cmdline()
Dnvmem-consumer.h126 void *buf, size_t len) in nvmem_cell_write()
172 void *buf) in nvmem_device_cell_read()
179 void *buf) in nvmem_device_cell_write()
186 void *buf) in nvmem_device_read()
193 void *buf) in nvmem_device_write()
Dcciss_ioctl.h15 __u32 buf; /* 32 bit pointer to data buffer */ member
25 __u32 buf; /* 32 bit pointer to data buffer */ member
Dpipe_fs_i.h201 struct pipe_buffer *buf) in pipe_buf_get()
212 struct pipe_buffer *buf) in pipe_buf_release()
226 struct pipe_buffer *buf) in pipe_buf_confirm()
239 struct pipe_buffer *buf) in pipe_buf_try_steal()
Dtpm.h314 static inline void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_reset()
323 static inline int tpm_buf_init(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_init()
334 static inline void tpm_buf_destroy(struct tpm_buf *buf) in tpm_buf_destroy()
339 static inline u32 tpm_buf_length(struct tpm_buf *buf) in tpm_buf_length()
346 static inline u16 tpm_buf_tag(struct tpm_buf *buf) in tpm_buf_tag()
353 static inline void tpm_buf_append(struct tpm_buf *buf, in tpm_buf_append()
374 static inline void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value) in tpm_buf_append_u8()
379 static inline void tpm_buf_append_u16(struct tpm_buf *buf, const u16 value) in tpm_buf_append_u16()
386 static inline void tpm_buf_append_u32(struct tpm_buf *buf, const u32 value) in tpm_buf_append_u32()
Dstring_helpers.h30 static inline int string_unescape_inplace(char *buf, unsigned int flags) in string_unescape_inplace()
40 static inline int string_unescape_any_inplace(char *buf) in string_unescape_any_inplace()
Dprintk.h586 const void *buf, size_t len, bool ascii) in print_hex_dump()
590 const void *buf, size_t len) in print_hex_dump_bytes()
599 groupsize, buf, len, ascii) \ argument
604 groupsize, buf, len, ascii) \ argument
610 const void *buf, size_t len, bool ascii) in print_hex_dump_debug()
627 #define print_hex_dump_bytes(prefix_str, prefix_type, buf, len) \ argument
Dpsp-tee.h80 static inline int psp_tee_process_cmd(enum tee_cmd_id cmd_id, void *buf, in psp_tee_process_cmd()
Dfirmware.h103 const char *name, struct device *device, void *buf, size_t size) in request_firmware_into_buf()
112 void *buf, size_t size, size_t offset) in request_partial_firmware_into_buf()
/include/soc/fsl/
Dbman.h49 static inline dma_addr_t bm_buf_addr(const struct bm_buffer *buf) in bm_buf_addr()
54 static inline u64 bm_buffer_get64(const struct bm_buffer *buf) in bm_buffer_get64()
59 static inline void bm_buffer_set64(struct bm_buffer *buf, u64 addr) in bm_buffer_set64()
65 static inline u8 bm_buffer_get_bpid(const struct bm_buffer *buf) in bm_buffer_get_bpid()
70 static inline void bm_buffer_set_bpid(struct bm_buffer *buf, int bpid) in bm_buffer_set_bpid()
/include/linux/mtd/
Dspinand.h35 #define SPINAND_READID_OP(naddr, ndummy, buf, len) \ argument
65 #define SPINAND_PAGE_READ_FROM_CACHE_OP(fast, addr, ndummy, buf, len) \ argument
71 #define SPINAND_PAGE_READ_FROM_CACHE_OP_3A(fast, addr, ndummy, buf, len) \ argument
77 #define SPINAND_PAGE_READ_FROM_CACHE_X2_OP(addr, ndummy, buf, len) \ argument
83 #define SPINAND_PAGE_READ_FROM_CACHE_X2_OP_3A(addr, ndummy, buf, len) \ argument
89 #define SPINAND_PAGE_READ_FROM_CACHE_X4_OP(addr, ndummy, buf, len) \ argument
95 #define SPINAND_PAGE_READ_FROM_CACHE_X4_OP_3A(addr, ndummy, buf, len) \ argument
101 #define SPINAND_PAGE_READ_FROM_CACHE_DUALIO_OP(addr, ndummy, buf, len) \ argument
107 #define SPINAND_PAGE_READ_FROM_CACHE_DUALIO_OP_3A(addr, ndummy, buf, len) \ argument
113 #define SPINAND_PAGE_READ_FROM_CACHE_QUADIO_OP(addr, ndummy, buf, len) \ argument
[all …]
Dnand_bch.h51 nand_bch_correct_data(struct nand_chip *chip, unsigned char *buf, in nand_bch_correct_data()
/include/net/
D6lowpan.h219 const unsigned char *buf, int len) in raw_dump_inline()
234 const unsigned char *buf, int len) in raw_dump_table()
243 const unsigned char *buf, int len) { } in raw_dump_table()
245 const unsigned char *buf, int len) { } in raw_dump_inline()
/include/keys/
Dtrusted_tpm.h86 static inline void dump_tpm_buf(unsigned char *buf) in dump_tpm_buf()
107 static inline void dump_tpm_buf(unsigned char *buf) in dump_tpm_buf()
/include/linux/soc/ti/
Dti-msgmgr.h32 u8 *buf; member
/include/xen/interface/
Dversion.h69 char buf[1024]; member
79 unsigned char buf[]; member
/include/trace/events/
Dandroid_fs.h41 android_fstrace_get_pathname(char *buf, int buflen, struct inode *inode) in android_fstrace_get_pathname()
Ddevlink.h225 const u8 *buf, size_t len) in trace_devlink_hwmsg()
/include/linux/sunrpc/
Dcache.h251 char buf[50]; in get_int() local
271 char buf[50]; in get_uint() local
287 char buf[50]; in get_time() local
/include/uapi/linux/
Drandom.h44 __u32 buf[0]; member

1234567