Home
last modified time | relevance | path

Searched refs:__u32 (Results 1 – 25 of 1076) sorted by relevance

12345678910>>...44

/external/e2fsprogs/ext2ed/
Dext2.descriptors60 __u32 bg_block_bitmap; /* Blocks bitmap block */
61 __u32 bg_inode_bitmap; /* Inodes bitmap block */
62 __u32 bg_inode_table; /* Inodes table block */
67 __u32 bg_reserved[0];
68 __u32 bg_reserved[1];
69 __u32 bg_reserved[2];
78 __u32 i_size; /* Size in bytes */
79 __u32 i_atime; /* Access time */
80 __u32 i_ctime; /* Creation time */
81 __u32 i_mtime; /* Modification time */
[all …]
/external/kernel-headers/original/uapi/sound/
Dcompress_params.h64 #define SND_AUDIOCODEC_PCM ((__u32) 0x00000001)
65 #define SND_AUDIOCODEC_MP3 ((__u32) 0x00000002)
66 #define SND_AUDIOCODEC_AMR ((__u32) 0x00000003)
67 #define SND_AUDIOCODEC_AMRWB ((__u32) 0x00000004)
68 #define SND_AUDIOCODEC_AMRWBPLUS ((__u32) 0x00000005)
69 #define SND_AUDIOCODEC_AAC ((__u32) 0x00000006)
70 #define SND_AUDIOCODEC_WMA ((__u32) 0x00000007)
71 #define SND_AUDIOCODEC_REAL ((__u32) 0x00000008)
72 #define SND_AUDIOCODEC_VORBIS ((__u32) 0x00000009)
73 #define SND_AUDIOCODEC_FLAC ((__u32) 0x0000000A)
[all …]
/external/kernel-headers/original/uapi/rdma/
Dib_user_verbs.h121 __u32 event_type; /* enum ib_event_type */
122 __u32 reserved;
132 __u32 reserved;
147 __u32 command;
156 __u32 cmd_hdr_reserved;
165 __u32 async_fd;
166 __u32 num_comp_vectors;
181 __u32 vendor_id;
182 __u32 vendor_part_id;
183 __u32 hw_ver;
[all …]
Dmlx5-abi.h75 __u32 total_num_bfregs;
76 __u32 num_low_latency_bfregs;
87 __u32 total_num_bfregs;
88 __u32 num_low_latency_bfregs;
89 __u32 flags;
90 __u32 comp_mask;
94 __u32 reserved2;
128 __u32 qp_tab_size;
129 __u32 bf_reg_size;
130 __u32 tot_bfregs;
[all …]
/external/kernel-headers/original/uapi/linux/
Dbpf.h74 __u32 prefixlen; /* up to 32 for AF_INET, 128 for AF_INET6 */
80 __u32 attach_type; /* program attach type */
318 __u32 map_type; /* one of enum bpf_map_type */
319 __u32 key_size; /* size of key in bytes */
320 __u32 value_size; /* size of value in bytes */
321 __u32 max_entries; /* max number of entries in a map */
322 __u32 map_flags; /* BPF_MAP_CREATE related
325 __u32 inner_map_fd; /* fd pointing to the inner map */
326 __u32 numa_node; /* numa node (effective only if
330 __u32 map_ifindex; /* ifindex of netdev to create on */
[all …]
Dcyclades.h162 __u32 fpga_id; /* FPGA Identification Register */
163 __u32 fpga_version; /* FPGA Version Number Register */
164 __u32 cpu_start; /* CPU start Register (write) */
165 __u32 cpu_stop; /* CPU stop Register (write) */
166 __u32 misc_reg; /* Miscellaneous Register */
167 __u32 idt_mode; /* IDT mode Register */
168 __u32 uart_irq_status; /* UART IRQ status Register */
169 __u32 clear_timer0_irq; /* Clear timer interrupt Register */
170 __u32 clear_timer1_irq; /* Clear timer interrupt Register */
171 __u32 clear_timer2_irq; /* Clear timer interrupt Register */
[all …]
Dpkt_sched.h35 __u32 packets; /* Number of enqueued packets */
36 __u32 drops; /* Packets dropped because of lack of resources */
37 __u32 overlimits; /* Number of throttle events when this
39 __u32 bps; /* Current flow byte rate */
40 __u32 pps; /* Current flow packet rate */
41 __u32 qlen;
42 __u32 backlog;
96 __u32 rate;
124 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
139 __u32 limit; /* Queue length in packets. */
[all …]
Dfirewire-cdev.h63 __u32 type;
87 __u32 type;
88 __u32 node_id;
89 __u32 local_node_id;
90 __u32 bm_node_id;
91 __u32 irm_node_id;
92 __u32 root_node_id;
93 __u32 generation;
118 __u32 type;
119 __u32 rcode;
[all …]
Dkfd_ioctl.h33 __u32 major_version; /* from KFD */
34 __u32 minor_version; /* from KFD */
51 __u32 ring_size; /* to KFD */
52 __u32 gpu_id; /* to KFD */
53 __u32 queue_type; /* to KFD */
54 __u32 queue_percentage; /* to KFD */
55 __u32 queue_priority; /* to KFD */
56 __u32 queue_id; /* from KFD */
61 __u32 ctx_save_restore_size; /* to KFD */
62 __u32 ctl_stack_size; /* to KFD */
[all …]
Dvideodev2.h82 ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) << 24))
408 __u32 width;
409 __u32 height;
413 __u32 numerator;
414 __u32 denominator;
432 __u32 version;
433 __u32 capabilities;
434 __u32 device_caps;
435 __u32 reserved[3];
483 __u32 width;
[all …]
Dethtool.h97 __u32 cmd;
98 __u32 supported;
99 __u32 advertising;
107 __u32 maxtxpkt;
108 __u32 maxrxpkt;
112 __u32 lp_advertising;
113 __u32 reserved[2];
117 __u32 speed) in ethtool_cmd_speed_set()
123 static inline __u32 ethtool_cmd_speed(const struct ethtool_cmd *ep) in ethtool_cmd_speed()
178 __u32 cmd;
[all …]
/external/iproute2/include/uapi/linux/
Dpkt_sched.h35 __u32 packets; /* Number of enqueued packets */
36 __u32 drops; /* Packets dropped because of lack of resources */
37 __u32 overlimits; /* Number of throttle events when this
39 __u32 bps; /* Current flow byte rate */
40 __u32 pps; /* Current flow packet rate */
41 __u32 qlen;
42 __u32 backlog;
95 __u32 rate;
123 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
161 __u32 limit;
[all …]
Dbpf.h74 __u32 prefixlen; /* up to 32 for AF_INET, 128 for AF_INET6 */
181 __u32 map_type; /* one of enum bpf_map_type */
182 __u32 key_size; /* size of key in bytes */
183 __u32 value_size; /* size of value in bytes */
184 __u32 max_entries; /* max number of entries in a map */
185 __u32 map_flags; /* BPF_MAP_CREATE related
188 __u32 inner_map_fd; /* fd pointing to the inner map */
189 __u32 numa_node; /* numa node (effective only if
195 __u32 map_fd;
205 __u32 prog_type; /* one of enum bpf_prog_type */
[all …]
/external/mesa3d/include/drm-uapi/
Ddrm_mode.h178 __u32 clock;
190 __u32 vrefresh;
192 __u32 flags;
193 __u32 type;
202 __u32 count_fbs;
203 __u32 count_crtcs;
204 __u32 count_connectors;
205 __u32 count_encoders;
206 __u32 min_width;
207 __u32 max_width;
[all …]
/external/libdrm/include/drm/
Ddrm_mode.h195 __u32 clock;
207 __u32 vrefresh;
209 __u32 flags;
210 __u32 type;
219 __u32 count_fbs;
220 __u32 count_crtcs;
221 __u32 count_connectors;
222 __u32 count_encoders;
223 __u32 min_width;
224 __u32 max_width;
[all …]
Damdgpu_drm.h112 __u32 handle;
113 __u32 _pad;
130 __u32 operation;
132 __u32 list_handle;
134 __u32 bo_number;
136 __u32 bo_info_size;
143 __u32 bo_handle;
145 __u32 bo_priority;
150 __u32 list_handle;
151 __u32 _pad;
[all …]
Dvmwgfx_drm.h118 __u32 param;
119 __u32 pad64;
141 __u32 pad64;
183 __u32 flags;
184 __u32 format;
185 __u32 mip_levels[DRM_VMW_MAX_SURFACE_FACES];
219 __u32 width;
220 __u32 height;
221 __u32 depth;
222 __u32 pad64;
[all …]
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h214 __u32 clock;
226 __u32 vrefresh;
228 __u32 flags;
229 __u32 type;
238 __u32 count_fbs;
239 __u32 count_crtcs;
240 __u32 count_connectors;
241 __u32 count_encoders;
242 __u32 min_width;
243 __u32 max_width;
[all …]
Damdgpu_drm.h145 __u32 handle;
146 __u32 _pad;
163 __u32 operation;
165 __u32 list_handle;
167 __u32 bo_number;
169 __u32 bo_info_size;
176 __u32 bo_handle;
178 __u32 bo_priority;
183 __u32 list_handle;
184 __u32 _pad;
[all …]
Dvmwgfx_drm.h126 __u32 param;
127 __u32 pad64;
149 __u32 pad64;
191 __u32 flags;
192 __u32 format;
193 __u32 mip_levels[DRM_VMW_MAX_SURFACE_FACES];
227 __u32 width;
228 __u32 height;
229 __u32 depth;
230 __u32 pad64;
[all …]
/external/bcc/src/cc/compat/linux/
Dbpf.h74 __u32 prefixlen; /* up to 32 for AF_INET, 128 for AF_INET6 */
80 __u32 attach_type; /* program attach type */
293 __u32 map_type; /* one of enum bpf_map_type */
294 __u32 key_size; /* size of key in bytes */
295 __u32 value_size; /* size of value in bytes */
296 __u32 max_entries; /* max number of entries in a map */
297 __u32 map_flags; /* BPF_MAP_CREATE related
300 __u32 inner_map_fd; /* fd pointing to the inner map */
301 __u32 numa_node; /* numa node (effective only if
305 __u32 map_ifindex; /* ifindex of netdev to create on */
[all …]
/external/bcc/src/cc/includes/compat/linux/
Dbpf.h74 __u32 prefixlen; /* up to 32 for AF_INET, 128 for AF_INET6 */
80 __u32 attach_type; /* program attach type */
293 __u32 map_type; /* one of enum bpf_map_type */
294 __u32 key_size; /* size of key in bytes */
295 __u32 value_size; /* size of value in bytes */
296 __u32 max_entries; /* max number of entries in a map */
297 __u32 map_flags; /* BPF_MAP_CREATE related
300 __u32 inner_map_fd; /* fd pointing to the inner map */
301 __u32 numa_node; /* numa node (effective only if
305 __u32 map_ifindex; /* ifindex of netdev to create on */
[all …]
/external/libnl/include/linux-private/linux/
Dpkt_sched.h34 __u32 packets; /* Number of enqueued packets */
35 __u32 drops; /* Packets dropped because of lack of resources */
36 __u32 overlimits; /* Number of throttle events when this
38 __u32 bps; /* Current flow byte rate */
39 __u32 pps; /* Current flow packet rate */
40 __u32 qlen;
41 __u32 backlog;
82 __u32 rate;
110 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
148 __u32 limit;
[all …]
/external/e2fsprogs/lib/blkid/
Dprobe.h54 __u32 s_inodes_count;
55 __u32 s_blocks_count;
56 __u32 s_r_blocks_count;
57 __u32 s_free_blocks_count;
58 __u32 s_free_inodes_count;
59 __u32 s_first_data_block;
60 __u32 s_log_block_size;
61 __u32 s_dummy3[7];
64 __u32 s_dummy5[8];
65 __u32 s_feature_compat;
[all …]
/external/u-boot/include/linux/
Dethtool.h20 __u32 cmd;
21 __u32 supported; /* Features this interface supports */
22 __u32 advertising; /* Features this interface advertises */
30 __u32 maxtxpkt; /* Tx pkts before generating tx int */
31 __u32 maxrxpkt; /* Rx pkts before generating rx int */
35 __u32 lp_advertising; /* Features the link partner advertises */
36 __u32 reserved[2];
40 __u32 speed) in ethtool_cmd_speed_set()
47 static inline __u32 ethtool_cmd_speed(struct ethtool_cmd *ep) in ethtool_cmd_speed()
56 __u32 cmd;
[all …]

12345678910>>...44