/include/linux/ |
D | zutil.h | 57 #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()
|
D | relay.h | 69 struct rchan_buf *buf[NR_CPUS]; /* 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 = chan->buf[smp_processor_id()]; in relay_reserve() local 279 static inline void subbuf_start_reserve(struct rchan_buf *buf, in subbuf_start_reserve()
|
D | kfifo.h | 508 #define kfifo_in(fifo, buf, n) \ argument 534 #define kfifo_in_spinlocked(fifo, buf, n, lock) \ argument 545 #define kfifo_in_locked(fifo, buf, n, lock) \ argument 560 #define kfifo_out(fifo, buf, n) \ argument 588 #define kfifo_out_spinlocked(fifo, buf, n, lock) \ argument 601 #define kfifo_out_locked(fifo, buf, n, lock) \ argument 772 #define kfifo_out_peek(fifo, buf, n) \ argument
|
D | cciss_ioctl.h | 45 BYTE __user *buf; member 55 BYTE __user *buf; member 97 __u32 buf; /* 32 bit pointer to data buffer */ member 107 __u32 buf; /* 32 bit pointer to data buffer */ member
|
D | nodemask.h | 298 #define nodemask_scnprintf(buf, len, src) \ argument 300 static inline int __nodemask_scnprintf(char *buf, int len, in __nodemask_scnprintf() 308 static inline int __nodemask_parse_user(const char __user *buf, int len, in __nodemask_parse_user() 314 #define nodelist_scnprintf(buf, len, src) \ argument 316 static inline int __nodelist_scnprintf(char *buf, int len, in __nodelist_scnprintf() 322 #define nodelist_parse(buf, dst) __nodelist_parse((buf), &(dst), MAX_NUMNODES) argument 323 static inline int __nodelist_parse(const char *buf, nodemask_t *dstp, int nbits) in __nodelist_parse()
|
D | circ_buf.h | 9 char *buf; member
|
D | random.h | 40 __u32 buf[0]; member
|
D | i2c-pnx.h | 23 u8 * buf; /* Data buffer */ member
|
D | pstore.h | 39 char *buf; member
|
D | kobject.h | 119 char buf[UEVENT_BUFFER_SIZE]; member 229 static inline int kobject_action_type(const char *buf, size_t count, in kobject_action_type()
|
D | kexec.h | 72 void __user *buf; member 80 compat_uptr_t buf; member
|
D | platform_device.h | 238 #define early_platform_init_buffer(class_string, platdrv, buf, bufsiz) \ argument 252 #define early_platform_init_buffer(class_string, platdrv, buf, bufsiz) \ argument
|
/include/media/ |
D | lirc_dev.h | 35 static inline void lirc_buffer_clear(struct lirc_buffer *buf) in lirc_buffer_clear() 48 static inline int lirc_buffer_init(struct lirc_buffer *buf, in lirc_buffer_init() 65 static inline void lirc_buffer_free(struct lirc_buffer *buf) in lirc_buffer_free() 75 static inline int lirc_buffer_len(struct lirc_buffer *buf) in lirc_buffer_len() 87 static inline int lirc_buffer_full(struct lirc_buffer *buf) in lirc_buffer_full() 92 static inline int lirc_buffer_empty(struct lirc_buffer *buf) in lirc_buffer_empty() 97 static inline int lirc_buffer_available(struct lirc_buffer *buf) in lirc_buffer_available() 102 static inline unsigned int lirc_buffer_read(struct lirc_buffer *buf, in lirc_buffer_read() 114 static inline unsigned int lirc_buffer_write(struct lirc_buffer *buf, in lirc_buffer_write()
|
/include/drm/ |
D | drm_buffer.h | 50 static inline int drm_buffer_page(struct drm_buffer *buf) in drm_buffer_page() 57 static inline int drm_buffer_index(struct drm_buffer *buf) in drm_buffer_index() 64 static inline int drm_buffer_unprocessed(struct drm_buffer *buf) in drm_buffer_unprocessed() 72 static inline void drm_buffer_advance(struct drm_buffer *buf, int bytes) in drm_buffer_advance()
|
/include/asm-generic/ |
D | io.h | 149 u8 *buf = buffer; in insb() local 162 u16 *buf = buffer; in insw() local 175 u32 *buf = buffer; in insl() local 188 const u8 *buf = buffer; in outsb() local 200 const u16 *buf = buffer; in outsw() local 212 const u32 *buf = buffer; in outsl() local 220 static inline void readsl(const void __iomem *addr, void *buf, int len) in readsl() 225 static inline void readsw(const void __iomem *addr, void *buf, int len) in readsw() 230 static inline void readsb(const void __iomem *addr, void *buf, int len) in readsb() 235 static inline void writesl(const void __iomem *addr, const void *buf, int len) in writesl() [all …]
|
/include/linux/mtd/ |
D | ubi.h | 224 static inline int ubi_read(struct ubi_volume_desc *desc, int lnum, char *buf, in ubi_read() 235 const void *buf, int offset, int len) in ubi_write() 245 const void *buf, int len) in ubi_change()
|
D | nand_bch.h | 55 nand_bch_correct_data(struct mtd_info *mtd, unsigned char *buf, in nand_bch_correct_data()
|
/include/linux/mfd/pm8xxx/ |
D | core.h | 52 static inline int pm8xxx_read_buf(const struct device *dev, u16 addr, u8 *buf, in pm8xxx_read_buf() 62 static inline int pm8xxx_write_buf(const struct device *dev, u16 addr, u8 *buf, in pm8xxx_write_buf()
|
/include/net/irda/ |
D | crc.h | 27 #define irda_calc_crc16(fcs, buf, len) crc_ccitt(fcs, buf, len) argument
|
/include/net/ |
D | ip.h | 152 static inline void ip_tr_mc_map(__be32 addr, char *buf) in ip_tr_mc_map() 308 static inline void ip_eth_mc_map(__be32 naddr, char *buf) in ip_eth_mc_map() 326 static inline void ip_ib_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) in ip_ib_mc_map() 357 static inline void ip_ipgre_mc_map(__be32 naddr, const unsigned char *broadcast, char *buf) in ip_ipgre_mc_map()
|
D | if_inet6.h | 198 static inline void ipv6_eth_mc_map(const struct in6_addr *addr, char *buf) in ipv6_eth_mc_map() 212 static inline void ipv6_tr_mc_map(const struct in6_addr *addr, char *buf) in ipv6_tr_mc_map() 266 static inline void ipv6_arcnet_mc_map(const struct in6_addr *addr, char *buf) in ipv6_arcnet_mc_map() 272 const unsigned char *broadcast, char *buf) in ipv6_ib_mc_map() 290 const unsigned char *broadcast, char *buf) in ipv6_ipgre_mc_map()
|
/include/crypto/ |
D | sha.h | 76 u8 buf[SHA256_BLOCK_SIZE]; member 82 u8 buf[SHA512_BLOCK_SIZE]; member
|
/include/sound/ |
D | seq_midi_event.h | 37 unsigned char *buf; /* input buffer */ member
|
/include/net/netfilter/ |
D | xt_log.h | 5 char buf[S_SIZE + 1]; member
|
/include/linux/mmc/ |
D | sh_mmcif.h | 139 unsigned long *buf) in sh_mmcif_boot_do_read_single() 163 void *buf) in sh_mmcif_boot_do_read()
|