Searched refs:length (Results 1 - 25 of 150) sorted by relevance

123456

/include/linux/
H A Dcrc32c.h6 extern u32 crc32c(u32 crc, const void *address, unsigned int length);
H A Drelay.h184 size_t length);
190 * @length: number of bytes to write
201 size_t length)
208 if (unlikely(buf->offset + length > chan->subbuf_size))
209 length = relay_switch_subbuf(buf, length);
210 memcpy(buf->data + buf->offset, data, length);
211 buf->offset += length;
219 * @length: number of bytes to write
229 size_t length)
199 relay_write(struct rchan *chan, const void *data, size_t length) argument
227 __relay_write(struct rchan *chan, const void *data, size_t length) argument
252 relay_reserve(struct rchan *chan, size_t length) argument
276 subbuf_start_reserve(struct rchan_buf *buf, size_t length) argument
[all...]
H A Datm.h11 int length; member in struct:compat_atmif_sioc
H A Dcrc32.h22 * @len2: length of the second block
49 * @len2: length of the second block
66 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)(data), length)
76 #define ether_crc(length, data) bitrev32(crc32_le(~0, data, length))
77 #define ether_crc_le(length, data) crc32_le(~0, data, length)
H A Dwireless.h20 __u16 length; member in struct:compat_iw_point
26 __u16 len; /* Real length of this stuff */
31 #define IW_EV_COMPAT_POINT_OFF offsetof(struct compat_iw_point, length)
H A Djhash.h62 * @length: the length of the key
66 * No alignment or length assumptions are made about the input key.
70 static inline u32 jhash(const void *key, u32 length, u32 initval) argument
76 a = b = c = JHASH_INITVAL + length + initval;
79 while (length > 12) {
84 length -= 12;
89 switch (length) {
112 * @length: the number of u32's in the key
117 static inline u32 jhash2(const u32 *k, u32 length, u3 argument
[all...]
H A Dcoda_psdev.h34 const char *name, int length, int *type,
41 const char *name, int length,
44 const char *name, int length, int excl, int mode,
47 const char *name, int length);
49 const char *name, int length);
51 char *buffer, int *length);
H A Dmei_cl_bus.h28 int mei_cl_send(struct mei_cl_device *device, u8 *buf, size_t length);
29 int mei_cl_recv(struct mei_cl_device *device, u8 *buf, size_t length);
H A Dhdmi.h33 unsigned char length; member in struct:hdmi_any_infoframe
111 unsigned char length; member in struct:hdmi_avi_infoframe
155 unsigned char length; member in struct:hdmi_spd_infoframe
212 unsigned char length; member in struct:hdmi_audio_infoframe
244 unsigned char length; member in struct:hdmi_vendor_infoframe
259 unsigned char length; member in struct:hdmi_vendor_any_infoframe::__anon297
/include/asm-generic/
H A Dscatterlist.h12 unsigned int length; member in struct:scatterlist
31 #define sg_dma_len(sg) ((sg)->length)
/include/uapi/linux/
H A Dreiserfs_xattr.h21 size_t length; member in struct:reiserfs_security_handle
H A Dblkpg.h52 long long length; /* length in bytes */ member in struct:blkpg_partition
H A Datm_tcp.h23 __u32 length; /* ... of data part */ member in struct:atmtcp_hdr
30 #define ATMTCP_HDR_MAGIC (~0) /* this length indicates a command */
H A Dfirewire-cdev.h103 * @length: Data length, i.e. the response's payload size in bytes
120 __u32 length; member in struct:fw_cdev_event_response
138 __u32 length; member in struct:fw_cdev_event_request
153 * @length: Data length, i.e. the request's payload size in bytes
201 __u32 length; member in struct:fw_cdev_event_request2
211 * @header_length: Total length of following headers, in bytes
337 * @length: Data length i
351 __u32 length; member in struct:fw_cdev_event_phy_packet
507 __u32 length; member in struct:fw_cdev_send_request
529 __u32 length; member in struct:fw_cdev_send_response
574 __u32 length; member in struct:fw_cdev_allocate
641 __u32 length; member in struct:fw_cdev_add_descriptor
992 __u32 length; member in struct:fw_cdev_send_stream_packet
[all...]
/include/xen/interface/io/
H A Dtpmif.h42 uint32_t length; /* request/response length in bytes */ member in struct:vtpm_shared_page
49 uint32_t extra_pages[0]; /* grant IDs; length in nr_extra_pages */
/include/uapi/linux/usb/
H A Df_mtp.h30 int64_t length; member in struct:mtp_file_range
43 size_t length; member in struct:mtp_event
H A Dfunctionfs.h38 __le32 length; member in struct:usb_functionfs_descs_head_v2
49 __le32 length; member in struct:usb_functionfs_descs_head
91 * | 4 | length | LE32 | length of the whole data chunk |
111 * | 4 | length | LE32 | length of the whole data chunk |
124 * | 0 | bLength | U8 | length of the descriptor |
134 * | 1 | dwLength | U32 | length of the descriptor |
144 * | 1 | dwLength | U32 | length of the descriptor |
167 * | 0 | dwSize | U32 | length o
177 __le32 length; member in struct:usb_functionfs_strings_head
[all...]
/include/uapi/mtd/
H A Dmtd-abi.h27 __u32 length; member in struct:erase_info_user
32 __u64 length; member in struct:erase_info_user64
37 __u32 length; member in struct:mtd_oob_buf
44 __u32 length; member in struct:mtd_oob_buf64
71 * @len: length of data buffer
72 * @ooblen: length of OOB buffer
146 __u32 length; member in struct:otp_info
220 __u32 length; member in struct:nand_oobfree
/include/crypto/
H A Dscatterwalk.h41 return (++sg)->length ? sg : sg_chain_ptr(sg);
49 head->length += sg->length;
68 unsigned int len = walk->sg->offset + walk->sg->length - walk->offset;
/include/scsi/
H A Dosd_ore.h51 unsigned long max_io_length; /* Max length that should be passed to
96 u64 length; member in struct:ore_striping_info
128 unsigned long length; member in struct:ore_io_state
160 unsigned length; member in struct:ore_io_state::ore_per_dev_state
177 u64 length, struct ore_striping_info *si);
179 bool is_reading, u64 offset, u64 length,
/include/media/
H A Dsoc_camera.h346 static inline void soc_camera_limit_side(int *start, int *length, argument
350 if (*length < length_min)
351 *length = length_min;
352 else if (*length > length_max)
353 *length = length_max;
357 else if (*start > start_min + length_max - *length)
358 *start = start_min + length_max - *length;
/include/acpi/
H A Dactbl3.h169 u8 length; member in struct:acpi_fpdt_header
210 u32 length; member in struct:acpi_table_s3pt
218 u8 length; member in struct:acpi_s3pt_header
276 u16 length; member in struct:acpi_gtdt_header
372 u32 length; member in struct:acpi_mpst_power_node
470 u64 length; member in struct:acpi_pcct_subspace
487 u64 length; member in struct:acpi_pcct_hw_reduced
530 u16 length; member in struct:acpi_pmtt_header
620 u16 length; member in struct:acpi_rasf_parameter_block
/include/linux/iio/
H A Dbuffer.h55 int (*set_length)(struct iio_buffer *buffer, int length);
62 * @length: [DEVICE] number of datums in buffer
81 int length; member in struct:iio_buffer
204 #define IIO_BUFFER_LENGTH_ATTR DEVICE_ATTR(length, S_IRUGO | S_IWUSR, \
/include/linux/mtd/
H A Dpartitions.h84 long long offset, long long length);
/include/rdma/
H A Dib_umem.h44 size_t length; member in struct:ib_umem

Completed in 5330 milliseconds

123456