Searched defs:u8 (Results 1 - 8 of 8) sorted by relevance

/include/asm-generic/
H A Dint-ll64.h16 typedef unsigned char u8; typedef
/include/linux/raid/
H A Dpq.h43 typedef uint8_t u8; typedef
135 extern const u8 raid6_gfmul[256][256] __attribute__((aligned(256)));
136 extern const u8 raid6_vgfmul[256][32] __attribute__((aligned(256)));
137 extern const u8 raid6_gfexp[256] __attribute__((aligned(256)));
138 extern const u8 raid6_gfinv[256] __attribute__((aligned(256)));
139 extern const u8 raid6_gfexi[256] __attribute__((aligned(256)));
/include/uapi/linux/netfilter/
H A Dx_tables.h93 __u8 u8; member in struct:_xt_align
/include/linux/netfilter/
H A Dx_tables.h258 struct xt_match *xt_find_match(u8 af, const char *name, u8 revision);
259 struct xt_target *xt_find_target(u8 af, const char *name, u8 revision);
260 struct xt_match *xt_request_find_match(u8 af, const char *name, u8 revision);
261 struct xt_target *xt_request_find_target(u8 af, const char *name, u8 revision);
262 int xt_find_revision(u8 af, const char *name, u8 revisio
407 __u8 u8; member in struct:_compat_xt_align
[all...]
/include/net/sctp/
H A Dcommand.h126 __u8 u8; member in union:__anon1320
167 SCTP_ARG_CONSTRUCTOR(U8, __u8, u8)
/include/acpi/
H A Dactypes.h64 #define ACPI_UINT8_MAX (u8) (~((u8) 0)) /* 0xFF */
78 * u8 Logical boolean
80 * u8 8-bit (1 byte) unsigned value
126 typedef unsigned char u8; typedef
127 typedef unsigned char u8; typedef
450 typedef u8 acpi_owner_id;
493 #define ACPI_LOBYTE(integer) ((u8) (u16)(integer))
494 #define ACPI_HIBYTE(integer) ((u8) (((u16)(integer)) >> 8))
513 #define ACPI_ADD_PTR(t, a, b) ACPI_CAST_PTR (t, (ACPI_CAST_PTR (u8, (
[all...]
/include/linux/
H A Dhid.h52 __u8 u8; member in union:hid_item::__anon298
658 u8 *data, int size);
768 int hid_input_report(struct hid_device *, int type, u8 *, int, int);
775 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags);
1066 int hid_report_raw_event(struct hid_device *hid, int type, u8 *data, int size,
/include/sound/
H A Dwavefront.h74 typedef unsigned char u8; typedef
80 typedef u8 UCHAR8;
209 u8 attack_time:7;
210 u8 Unused1:1;
212 u8 decay1_time:7;
213 u8 Unused2:1;
215 u8 decay2_time:7;
216 u8 Unused3:1;
218 u8 sustain_time:7;
219 u8 Unused
[all...]

Completed in 213 milliseconds