Home
last modified time | relevance | path

Searched defs:UCHAR (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/arch/mips/include/asm/fw/arc/
Dtypes.h19 typedef unsigned char UCHAR; typedef
44 typedef unsigned char UCHAR; typedef
/linux-6.12.1/drivers/gpu/drm/amd/include/
Datom-types.h32 typedef uint8_t UCHAR; typedef
Datombios.h49 typedef unsigned char UCHAR; typedef
/linux-6.12.1/drivers/gpu/drm/radeon/
Datom-types.h32 typedef uint8_t UCHAR; typedef
Datombios.h50 typedef unsigned char UCHAR; typedef
/linux-6.12.1/drivers/tty/serial/
Ddz.h41 #define UCHAR(x) ((unsigned char)(x & DZ_RBUF_MASK)) macro