| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/ |
| H A D | minix_fs.h | 34 __u16 i_mode; 35 __u16 i_uid; 40 __u16 i_zone[9]; 50 __u16 i_mode; 51 __u16 i_nlinks; 52 __u16 i_uid; 53 __u16 i_gid; 65 __u16 s_ninodes; 66 __u16 s_nzones; 67 __u16 s_imap_blocks; [all …]
|
| H A D | input.h | 23 __u16 type; 24 __u16 code; 39 __u16 bustype; 40 __u16 vendor; 41 __u16 product; 42 __u16 version; 741 __u16 length; 742 __u16 delay; 751 __u16 button; 752 __u16 interval; [all …]
|
| H A D | wireless.h | 664 __u16 flags; /* Various specifc flags (if any) */ 674 __u16 length; /* number of fields or size in bytes */ 675 __u16 flags; /* Optional params */ 823 __u16 alg; /* IW_ENCODE_ALG_* */ 824 __u16 key_len; 831 __u16 cmd; /* IW_MLME_* */ 832 __u16 reason_code; 874 __u16 status; /* Status 969 __u16 old_num_channels; 1015 __u16 pmp_flags; /* How to decode max/min PM period */ [all …]
|
| H A D | videodev.h | 41 __u16 type; 44 __u16 norm; /* Norm set by channel */ 61 __u16 mode; /* PAL/NTSC/SECAM/OTHER */ 66 __u16 signal; /* Signal strength 16bit scale */ 71 __u16 brightness; 72 __u16 hue; 73 __u16 colour; 74 __u16 contrast; 75 __u16 whiteness; /* Black and white only */ 76 __u16 depth; /* Capture depth */ [all …]
|
| H A D | i2o-dev.h | 139 __u16 PciVendorID; 140 __u16 PciDeviceID; 144 __u16 LbBaseIOPort; 145 __u16 reserved; 150 __u16 IsaBaseIOPort; 157 __u16 EisaBaseIOPort; 164 __u16 McaBaseIOPort; 171 __u16 BaseIOPort; 172 __u16 reserved; 193 __u16 num_entries; [all …]
|
| H A D | screen_info.h | 13 __u16 ext_mem_k; /* 0x02 */ 14 __u16 orig_video_page; /* 0x04 */ 17 __u16 unused2; /* 0x08 */ 18 __u16 orig_video_ega_bx;/* 0x0a */ 19 __u16 unused3; /* 0x0c */ 22 __u16 orig_video_points;/* 0x10 */ 25 __u16 lfb_width; /* 0x12 */ 26 __u16 lfb_height; /* 0x14 */ 27 __u16 lfb_depth; /* 0x16 */ 30 __u16 cl_magic, cl_offset; /* 0x20 */ [all …]
|
| H A D | edd.h | 70 __u16 length; 71 __u16 info_flags; 76 __u16 bytes_per_sector; 78 __u16 key; /* = 0xBEDD */ 81 __u16 reserved3; 86 __u16 base_address; 87 __u16 reserved1; 115 __u16 reserved2; 128 __u16 id; 130 __u16 reserved1; [all …]
|
| H A D | xfrm.h | 33 __u16 ctx_len; 56 __u16 family; 213 __u16 len; 214 __u16 exttype; 217 __u16 ctx_len; 222 __u16 family; 234 __u16 encap_type; 257 __u16 reserved1; 333 __u16 family; 348 __u16 family; [all …]
|
| H A D | tipc_config.h | 276 static __inline__ int TLV_OK(const void *tlv, __u16 space) in TLV_OK() 291 static __inline__ int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) in TLV_CHECK() 297 static __inline__ int TLV_SET(void *tlv, __u16 type, void *data, __u16 len) in TLV_SET() 333 static __inline__ int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK() 345 __u16 tlv_space = TLV_ALIGN(ntohs(list->tlv_ptr->tlv_len)); in TLV_LIST_STEP() 364 __u16 cmd; /* Command */ 365 __u16 reserved; /* Unused */ 394 static __inline__ int TCM_SET(void *msg, __u16 cmd, __u16 flags, in TCM_SET() 395 void *data, __u16 data_len) in TCM_SET()
|
| H A D | smb.h | 32 __u16 total; 33 __u16 allocblocks; 34 __u16 blocksize; 35 __u16 free; 49 __u16 server_uid; 50 __u16 tid; 53 __u16 secmode; 54 __u16 maxmux; 55 __u16 maxvcs; 56 __u16 rawmode;
|
| H A D | fb.h | 153 __u16 xpanstep; /* zero if no hardware panning */ 154 __u16 ypanstep; /* zero if no hardware panning */ 155 __u16 ywrapstep; /* zero if no hardware ywrap */ 162 __u16 reserved[3]; /* Reserved for future compatibility */ 266 __u16 *red; /* Red values */ 267 __u16 *green; 268 __u16 *blue; 269 __u16 *transp; /* transparency, can be NULL */ 366 __u16 x, y; 370 __u16 set; /* what to set */ [all …]
|
| H A D | ncp.h | 23 __u16 type; 37 __u16 type; 133 __u16 flags; 136 __u16 numberOfStreams; 144 __u16 archiveTime; 145 __u16 archiveDate; 147 __u16 inheritedRightsMask; 183 __u16 archiveDate; 184 __u16 archiveTime; 187 __u16 inheritanceGrantMask; [all …]
|
| H A D | virtio_ring.h | 35 __u16 flags; 37 __u16 next; 42 __u16 flags; 43 __u16 idx; 44 __u16 ring[]; 58 __u16 flags; 59 __u16 idx; 107 return ((sizeof(struct vring_desc) * num + sizeof(__u16) * (2 + num) in vring_size() 109 + sizeof(__u16) * 2 + sizeof(struct vring_used_elem) * num; in vring_size()
|
| H A D | apm_bios.h | 25 __u16 version; 26 __u16 cseg; 28 __u16 cseg_16; 29 __u16 dseg; 30 __u16 flags; 31 __u16 cseg_len; 32 __u16 cseg_16_len; 33 __u16 dseg_len;
|
| H A D | if_hippi.h | 88 __u16 reserved1:5; 89 __u16 d1_area_size:8; /* must be 3 */ 90 __u16 d2_offset:3; /* must be zero */ 97 __u16 d2_offset:3; /* must be zero */ 98 __u16 d1_area_size:8; /* must be 3 */ 99 __u16 reserved1:5; /* must be zero */ 130 __u16 reserved; 132 __u16 locally_administered;
|
| H A D | acct.h | 31 typedef __u16 comp_t; 48 __u16 ac_uid16; /* LSB of Real User ID */ 49 __u16 ac_gid16; /* LSB of Real Group ID */ 50 __u16 ac_tty; /* Control Terminal */ 63 __u16 ac_ahz; /* AHZ */ 68 __u16 ac_etime_lo; /* Elapsed Time LSB */ 77 __u16 ac_tty; /* Control Terminal */
|
| H A D | dqblk_xfs.h | 53 __u16 d_fieldmask; /* field specifier */ 64 __u16 d_iwarns; /* # warnings issued wrt num inodes */ 65 __u16 d_bwarns; /* # warnings issued wrt disk blocks */ 71 __u16 d_rtbwarns; /* # warnings issued wrt RT disk blks */ 145 __u16 qs_flags; /* XFS_QUOTA_{U,P,G}DQ_{ACCT,ENFD} */ 153 __u16 qs_bwarnlimit; /* limit for num warnings */ 154 __u16 qs_iwarnlimit; /* limit for num warnings */
|
| H A D | pkt_cls.h | 217 __u16 off; 400 __u16 nmatches; 401 __u16 progid; 415 __u16 matchid; 416 __u16 kind; 417 __u16 flags; 418 __u16 pad; /* currently unused */
|
| /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/ |
| H A D | big_endian.h | 16 #define __constant_htons(x) ( (__be16)(__u16)(x)) 17 #define __constant_ntohs(x) ( (__u16)(__be16)(x)) 23 #define __constant_le16_to_cpu(x) ___constant_swab16( (__u16)(__le16)(x)) 28 #define __constant_cpu_to_be16(x) ( (__be16)(__u16)(x)) 29 #define __constant_be16_to_cpu(x) ( (__u16)(__be16)(x)) 35 #define __le16_to_cpu(x) __swab16( (__u16)(__le16)(x)) 40 #define __cpu_to_be16(x) ( (__be16)(__u16)(x)) 41 #define __be16_to_cpu(x) ( (__u16)(__be16)(x)) 59 static __inline__ __le16 __cpu_to_le16p(const __u16 *p) in __cpu_to_le16p() 63 static __inline__ __u16 __le16_to_cpup(const __le16 *p) in __le16_to_cpup() [all …]
|
| H A D | swab.h | 63 static __inline__ __u16 ___swab16(__u16 x) in ___swab16() 85 ((__u16)( \ 86 (((__u16)(x) & (__u16)0x00ffU) << 8) | \ 87 (((__u16)(x) & (__u16)0xff00U) >> 8) )) 144 (__builtin_constant_p((__u16)(x)) ? \ 162 static __inline__ __u16 __fswab16(__u16 x) in __fswab16() 166 static __inline__ __u16 __swab16p(const __u16 *x) in __swab16p() 170 static __inline__ void __swab16s(__u16 *addr) in __swab16s()
|
| H A D | little_endian.h | 22 #define __constant_cpu_to_le16(x) ( (__le16)(__u16)(x)) 23 #define __constant_le16_to_cpu(x) ( (__u16)(__le16)(x)) 29 #define __constant_be16_to_cpu(x) ___constant_swab16( (__u16)(__be16)(x)) 34 #define __cpu_to_le16(x) ( (__le16)(__u16)(x)) 35 #define __le16_to_cpu(x) ( (__u16)(__le16)(x)) 41 #define __be16_to_cpu(x) __swab16( (__u16)(__be16)(x)) 59 static __inline__ __le16 __cpu_to_le16p(const __u16 *p) in __cpu_to_le16p() 63 static __inline__ __u16 __le16_to_cpup(const __le16 *p) in __le16_to_cpup() 65 return (__u16)*p; in __le16_to_cpup() 83 static __inline__ __be16 __cpu_to_be16p(const __u16 *p) in __cpu_to_be16p() [all …]
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/ |
| H A D | drvhid_4.h | 82 typedef U16 __u16; // 2 bytes typedef 238 __u16 u16; 303 __u16 startbit; 308 __u16 val; 309 __u16 startbit; 312 __u32 GetValue_Port4(__u8 *buf, __u16 offset,__u8 size);
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/ |
| H A D | drvhid_2.h | 82 typedef U16 __u16; // 2 bytes typedef 238 __u16 u16; 303 __u16 startbit; 308 __u16 val; 309 __u16 startbit; 312 __u32 GetValue_Port2(__u8 *buf, __u16 offset,__u8 size);
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/ |
| H A D | drvhid.h | 82 typedef U16 __u16; // 2 bytes typedef 238 __u16 u16; 303 __u16 startbit; 308 __u16 val; 309 __u16 startbit; 312 __u32 GetValue(__u8 *buf, __u16 offset,__u8 size);
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/ |
| H A D | drvhid_3.h | 82 typedef U16 __u16; // 2 bytes typedef 238 __u16 u16; 303 __u16 startbit; 308 __u16 val; 309 __u16 startbit; 312 __u32 GetValue_Port3(__u8 *buf, __u16 offset,__u8 size);
|