Home
last modified time | relevance | path

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

123456

/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()
Dnvmem-consumer.h83 const char *buf, size_t len) in nvmem_cell_write()
111 void *buf) in nvmem_device_cell_read()
118 void *buf) in nvmem_device_cell_write()
125 void *buf) in nvmem_device_read()
132 void *buf) in nvmem_device_write()
Drelay.h68 struct rchan_buf ** __percpu buf; /* per-cpu channel buffers */ member
206 struct rchan_buf *buf; in relay_write() local
233 struct rchan_buf *buf; in __relay_write() local
257 struct rchan_buf *buf = *get_cpu_ptr(chan->buf); in relay_reserve() local
280 static inline void subbuf_start_reserve(struct rchan_buf *buf, in subbuf_start_reserve()
Dkfifo.h501 #define kfifo_in(fifo, buf, n) \ argument
523 #define kfifo_in_spinlocked(fifo, buf, n, lock) \ argument
534 #define kfifo_in_locked(fifo, buf, n, lock) \ argument
549 #define kfifo_out(fifo, buf, n) \ argument
573 #define kfifo_out_spinlocked(fifo, buf, n, lock) \ argument
586 #define kfifo_out_locked(fifo, buf, n, lock) \ argument
757 #define kfifo_out_peek(fifo, buf, n) \ argument
Dpipe_fs_i.h119 struct pipe_buffer *buf) in pipe_buf_get()
130 struct pipe_buffer *buf) in pipe_buf_release()
144 struct pipe_buffer *buf) in pipe_buf_confirm()
155 struct pipe_buffer *buf) in pipe_buf_steal()
Dcciss_ioctl.h14 __u32 buf; /* 32 bit pointer to data buffer */ member
24 __u32 buf; /* 32 bit pointer to data buffer */ member
Dstring_helpers.h27 static inline int string_unescape_inplace(char *buf, unsigned int flags) in string_unescape_inplace()
37 static inline int string_unescape_any_inplace(char *buf) in string_unescape_any_inplace()
Donce.h54 #define get_random_once(buf, nbytes) \ argument
Dprintk.h465 #define print_hex_dump_bytes(prefix_str, prefix_type, buf, len) \ argument
474 const void *buf, size_t len, bool ascii) in print_hex_dump()
478 const void *buf, size_t len) in print_hex_dump_bytes()
486 groupsize, buf, len, ascii) \ argument
491 groupsize, buf, len, ascii) \ argument
497 const void *buf, size_t len, bool ascii) in print_hex_dump_debug()
Dcpumask.h577 static inline int cpumask_parse_user(const char __user *buf, int len, in cpumask_parse_user()
591 static inline int cpumask_parselist_user(const char __user *buf, int len, in cpumask_parselist_user()
605 static inline int cpumask_parse(const char *buf, struct cpumask *dstp) in cpumask_parse()
620 static inline int cpulist_parse(const char *buf, struct cpumask *dstp) in cpulist_parse()
853 cpumap_print_to_pagebuf(bool list, char *buf, const struct cpumask *mask) in cpumap_print_to_pagebuf()
/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/media/
Dlirc_dev.h34 static inline void lirc_buffer_clear(struct lirc_buffer *buf) in lirc_buffer_clear()
47 static inline int lirc_buffer_init(struct lirc_buffer *buf, in lirc_buffer_init()
62 static inline void lirc_buffer_free(struct lirc_buffer *buf) in lirc_buffer_free()
71 static inline int lirc_buffer_len(struct lirc_buffer *buf) in lirc_buffer_len()
83 static inline int lirc_buffer_full(struct lirc_buffer *buf) in lirc_buffer_full()
88 static inline int lirc_buffer_empty(struct lirc_buffer *buf) in lirc_buffer_empty()
93 static inline int lirc_buffer_available(struct lirc_buffer *buf) in lirc_buffer_available()
98 static inline unsigned int lirc_buffer_read(struct lirc_buffer *buf, in lirc_buffer_read()
110 static inline unsigned int lirc_buffer_write(struct lirc_buffer *buf, in lirc_buffer_write()
/include/net/
D6lowpan.h204 const unsigned char *buf, int len) in raw_dump_inline()
219 const unsigned char *buf, int len) in raw_dump_table()
228 const unsigned char *buf, int len) { } in raw_dump_table()
230 const unsigned char *buf, int len) { } in raw_dump_inline()
/include/linux/soc/ti/
Dti-msgmgr.h32 u8 *buf; member
/include/trace/events/
Ddevlink.h62 const u8 *buf, size_t len) in trace_devlink_hwmsg()
Dandroid_fs.h40 android_fstrace_get_pathname(char *buf, int buflen, struct inode *inode) in android_fstrace_get_pathname()
/include/net/irda/
Dcrc.h27 #define irda_calc_crc16(fcs, buf, len) crc_ccitt(fcs, buf, len) argument
/include/uapi/linux/
Drandom.h43 __u32 buf[0]; member
Dcciss_ioctl.h45 BYTE __user *buf; member
55 BYTE __user *buf; member
/include/crypto/
Dsha.h82 u8 buf[SHA256_BLOCK_SIZE]; member
88 u8 buf[SHA512_BLOCK_SIZE]; member
Dpoly1305.h23 u8 buf[POLY1305_BLOCK_SIZE]; member
Dsha3.h26 u8 buf[SHA3_224_BLOCK_SIZE]; member
/include/asm-generic/
Dio.h224 u8 *buf = buffer; in readsb() local
240 u16 *buf = buffer; in readsw() local
256 u32 *buf = buffer; in readsl() local
273 u64 *buf = buffer; in readsq() local
290 const u8 *buf = buffer; in writesb() local
305 const u16 *buf = buffer; in writesw() local
320 const u32 *buf = buffer; in writesl() local
336 const u64 *buf = buffer; in writesq() local
/include/linux/mtd/
Dnand_bch.h53 nand_bch_correct_data(struct mtd_info *mtd, unsigned char *buf, in nand_bch_correct_data()
/include/sound/
Dseq_midi_event.h37 unsigned char *buf; /* input buffer */ member

123456