Home
last modified time | relevance | path

Searched refs:UCHAR (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/include/
H A Datombios.h48 #ifndef UCHAR
238 UCHAR ucReserved;
829 UCHAR ucConfig;
908 UCHAR ucAction;
989 UCHAR ucAction;
1046 UCHAR ucConfig;
1048 UCHAR ucAction;
1100 UCHAR ucHPDSel;
1162 UCHAR ucConfig;
1427 UCHAR ucConfig;
[all …]
H A Dpptable.h33 UCHAR ucI2cAddress;
461 UCHAR index;
602 UCHAR numEntries;
614 UCHAR numEntries;
621 UCHAR revid;
648 UCHAR numEntries;
654 UCHAR revid;
667 UCHAR numEntries;
673 UCHAR revid;
685 UCHAR numEntries;
[all …]
H A Datom-types.h32 typedef uint8_t UCHAR; typedef
/linux-6.15/drivers/gpu/drm/radeon/
H A Datombios.h49 #ifndef UCHAR
230 UCHAR ucReserved;
903 UCHAR ucConfig;
944 UCHAR ucLaneSel;
956 UCHAR ucConfig;
1221 UCHAR ucConfig;
1281 UCHAR ucConfig;
6893 UCHAR RedBPP;
6895 UCHAR BlueBPP;
7157 UCHAR ucAction;
[all …]
H A Dpptable.h33 UCHAR ucI2cAddress;
554 UCHAR numEntries;
566 UCHAR numEntries;
573 UCHAR revid;
600 UCHAR numEntries;
606 UCHAR revid;
619 UCHAR numEntries;
625 UCHAR revid;
643 UCHAR revid;
659 UCHAR revid;
[all …]
H A Datom-types.h32 typedef uint8_t UCHAR; typedef
/linux-6.15/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_pptable.h130 UCHAR ucRevId;
149 UCHAR ucVddInd;
164 UCHAR ucRevId;
188 UCHAR ucRevId;
194 UCHAR ucRevId;
200 UCHAR ucRevId;
214 UCHAR ucRevId;
226 UCHAR ucRevId;
236 UCHAR ucRevId;
310 UCHAR ucRevId;
[all …]
H A Dpptable_v1_0.h165 UCHAR ucRevId;
180 UCHAR ucRevId;
195 UCHAR ucRevId;
211 UCHAR ucRevId;
223 UCHAR ucRevId;
236 UCHAR ucRevId;
253 UCHAR ucRevId;
266 UCHAR ucRevId;
349 UCHAR ucRevId;
368 UCHAR ucRevId;
[all …]
H A Dvega20_pptable.h77 UCHAR ucODTableRevision;
79 UCHAR ODFeatureCapabilities[ATOM_VEGA20_ODFEATURE_MAX_COUNT]; //OD feature support flags
102 UCHAR ucTableRevision;
110 UCHAR ucTableRevision;
118 UCHAR ucThermalControllerType;
H A Dvega12_pptable.h77 UCHAR ucTableRevision;
85 UCHAR ucThermalControllerType;
H A Dprocesspptables.c196 table_size = sizeof(UCHAR) + in get_uvd_clock_info_array_size()
768 return (sizeof(UCHAR) + sizeof(UCHAR) + in size_of_entry_v2()
769 (num_dpm_levels * sizeof(UCHAR))); in size_of_entry_v2()
1390 UCHAR rev_id = *(UCHAR *)(((unsigned long)powerplay_table) + table_offset); in init_clock_voltage_dependency()
/linux-6.15/arch/mips/include/asm/fw/arc/
H A Dtypes.h19 typedef unsigned char UCHAR; typedef
44 typedef unsigned char UCHAR; typedef
55 typedef UCHAR *_PUCHAR;
66 typedef UCHAR *PUCHAR;
81 UCHAR HighIntensity;
82 UCHAR Underscored;
83 UCHAR ReverseVideo;
/linux-6.15/drivers/tty/serial/
H A Ddz.h41 #define UCHAR(x) ((unsigned char)(x & DZ_RBUF_MASK)) macro
H A Ddz.c192 ch = UCHAR(status); /* grab the char */ in dz_receive_chars()