Home
last modified time | relevance | path

Searched refs:__le16 (Results 1 – 17 of 17) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dext2_fs.h111 __le16 bg_free_blocks_count; /* Free blocks count */
112 __le16 bg_free_inodes_count; /* Free inodes count */
113 __le16 bg_used_dirs_count; /* Directories count */
114 __le16 bg_pad;
185 __le16 i_mode; /* File mode */
186 __le16 i_uid; /* Low 16 bits of Owner Uid */
192 __le16 i_gid; /* Low 16 bits of Group Id */
193 __le16 i_links_count; /* Links count */
217 __le16 l_i_uid_high; /* these 2 fields */
218 __le16 l_i_gid_high; /* were reserved2[0] */
[all …]
H A Dmsdos_fs.h116 __le16 reserved; /* reserved sectors */
121 __le16 fat_length; /* sectors/FAT */
122 __le16 secs_track; /* sectors per track */
123 __le16 heads; /* number of heads */
129 __le16 flags; /* bit 8: fat mirroring, low 4: active fat */
132 __le16 info_sector; /* filesystem info sector */
133 __le16 backup_boot; /* backup boot sector */
134 __le16 reserved2[6]; /* Unused */
151 __le16 ctime; /* Creation time */
152 __le16 cdate; /* Creation date */
[all …]
H A Dncp.h137 __le16 creationTime;
138 __le16 creationDate;
140 __le16 modifyTime;
141 __le16 modifyDate;
143 __le16 lastAccessDate;
177 __le16 creationDate;
178 __le16 creationTime;
180 __le16 modifyDate;
181 __le16 modifyTime;
186 __le16 lastAccessDate;
H A Dreiserfs_fs.h129 __le16 s_blocksize; /* block size */
130 __le16 s_oid_maxsize; /* max size of object id array, see
132 __le16 s_oid_cursize; /* current size of object id array */
133 __le16 s_umount_state; /* this is set to 1 when filesystem was
138 __le16 s_fs_state; /* it is set to used by fsck to mark which
142 __le16 s_tree_height; /* height of disk tree */
143 __le16 s_bmap_nr; /* amount of bitmap blocks needed to address
145 __le16 s_version; /* this field is only reliable on filesystem
147 __le16 s_reserved_for_journal; /* size in blocks of journal area on main
477 __le16 ih_free_space_reserved;
[all …]
H A Dqnxtypes.h15 typedef __le16 qnx4_nxtnt_t;
23 typedef __le16 qnx4_mode_t;
24 typedef __le16 qnx4_muid_t;
25 typedef __le16 qnx4_mgid_t;
27 typedef __le16 qnx4_nlink_t;
H A Ddn.h74 __le16 a_len;
83 __le16 sdn_objnamel;
96 __le16 opt_status; /* Extended status return */
98 __le16 opt_optl; /* Length of user data */
136 __le16 dna_family; /* AF_DECnet */
H A Dadfs_fs.h21 __le16 zone_spare;
24 __le16 disc_id;
H A Dquotaio_v2.h67 __le16 dqdh_entries; /* Number of valid entries in block */
68 __le16 dqdh_pad1;
H A Dbfs_fs.h23 __le16 i_ino;
44 __le16 ino;
H A Dtypes.h153 typedef __u16 __bitwise __le16; typedef
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/usb/
H A Dch9.h149 __le16 wValue;
150 __le16 wIndex;
151 __le16 wLength;
215 __le16 bcdUSB;
220 __le16 idVendor;
221 __le16 idProduct;
222 __le16 bcdDevice;
269 __le16 wTotalLength;
292 __le16 wData[1]; /* UTF-16LE encoded */
326 __le16 wMaxPacketSize;
[all …]
H A Dcdc.h54 __le16 bcdCDC;
104 __le16 wCountyCode0;
128 __le16 wMaxSegmentSize;
129 __le16 wNumberMCFilters;
139 __le16 wMaxCommand;
148 __le16 bcdVersion;
231 __le16 wValue;
232 __le16 wIndex;
233 __le16 wLength;
H A Daudio.h33 __le16 bcdADC; /* 0x0100 */
34 __le16 wTotalLength; /* includes Unit and Terminal desc. */
47 __le16 bcdADC; \
48 __le16 wTotalLength; \
H A Dmidi.h41 __le16 bcdMSC;
42 __le16 wTotalLength;
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/
H A Dbig_endian.h22 #define __constant_cpu_to_le16(x) ( (__le16)___constant_swab16((x)))
23 #define __constant_le16_to_cpu(x) ___constant_swab16( (__u16)(__le16)(x))
34 #define __cpu_to_le16(x) ( (__le16)__swab16((x)))
35 #define __le16_to_cpu(x) __swab16( (__u16)(__le16)(x))
59 static __inline__ __le16 __cpu_to_le16p(const __u16 *p) in __cpu_to_le16p()
61 return (__le16)__swab16p(p); in __cpu_to_le16p()
63 static __inline__ __u16 __le16_to_cpup(const __le16 *p) in __le16_to_cpup()
H A Dlittle_endian.h22 #define __constant_cpu_to_le16(x) ( (__le16)(__u16)(x))
23 #define __constant_le16_to_cpu(x) ( (__u16)(__le16)(x))
34 #define __cpu_to_le16(x) ( (__le16)(__u16)(x))
35 #define __le16_to_cpu(x) ( (__u16)(__le16)(x))
59 static __inline__ __le16 __cpu_to_le16p(const __u16 *p) in __cpu_to_le16p()
61 return (__le16)*p; in __cpu_to_le16p()
63 static __inline__ __u16 __le16_to_cpup(const __le16 *p) in __le16_to_cpup()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/raid/
H A Dmd_p.h263 __le16 dev_roles[0]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */