Searched refs:UCHAR (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/drivers/net/wireless/ |
D | rayctl.h | 5 typedef unsigned char UCHAR; typedef 68 UCHAR frame_ctl_1; 69 UCHAR frame_ctl_2; 70 UCHAR duration_lsb; 71 UCHAR duration_msb; 72 UCHAR addr_1[ADDRLEN]; 73 UCHAR addr_2[ADDRLEN]; 74 UCHAR addr_3[ADDRLEN]; 75 UCHAR seq_frag_num[2]; 81 UCHAR id; [all …]
|
D | ray_cs.h | 12 UCHAR timestamp[8]; 13 UCHAR beacon_intvl[2]; 14 UCHAR capability[2]; 15 UCHAR elements[sizeof(struct essid_element) 43 UCHAR supported_rates[8]; 44 UCHAR japan_call_sign[12]; 48 UCHAR bss_id[6]; 49 UCHAR auth_id[6]; 50 UCHAR net_default_tx_rate; 51 UCHAR encryption; [all …]
|
D | ray_cs.c | 75 UCHAR msg_type, unsigned char *data); 82 static int build_auth_frame(ray_dev_t *local, UCHAR *dest, int auth_type); 87 static int parse_addr(char *in_str, UCHAR *out); 88 static int ray_hw_xmit(unsigned char *data, int len, struct net_device *dev, UCHAR type); 92 static void ray_update_parm(struct net_device *dev, UCHAR objid, UCHAR *value, int len); 100 static int copy_from_rx_buff(ray_dev_t *local, UCHAR *dest, int pkt_addr, int len); 174 static const UCHAR b5_default_startup_parms[] = { 209 static const UCHAR b4_default_startup_parms[] = { 609 memcpy((UCHAR *) &local->sparm.b5, b5_default_startup_parms, in init_startup_params() 636 UCHAR status; in verify_dl_startup() [all …]
|
/linux-6.1.9/drivers/gpu/drm/amd/include/ |
D | atombios.h | 48 #ifndef UCHAR 49 typedef unsigned char UCHAR; typedef 211 UCHAR ucTableFormatRevision; //Change it when the Parser is not backward compatible 212 UCHAR ucTableContentRevision; //Change it only when the table needs to change but the firmware 222 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios, 237 UCHAR ucExtendedFunctionCode; 238 UCHAR ucReserved; 245 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios, 260 UCHAR ucExtendedFunctionCode; 261 UCHAR ucReserved; [all …]
|
D | pptable.h | 31 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_* 32 UCHAR ucI2cLine; // as interpreted by DAL I2C 33 UCHAR ucI2cAddress; 34 UCHAR ucFanParameters; // Fan Control Parameters. 35 UCHAR ucFanMinRPM; // Fan Minimum RPM (hundreds) -- for display purposes only. 36 UCHAR ucFanMaxRPM; // Fan Maximum RPM (hundreds) -- for display purposes only. 37 UCHAR ucReserved; // ---- 38 UCHAR ucFlags; // to be defined 80 UCHAR ucNonClockStateIndex; 81 UCHAR ucClockStateIndices[1]; // variable-sized [all …]
|
D | atom-types.h | 32 typedef uint8_t UCHAR; typedef
|
/linux-6.1.9/drivers/gpu/drm/radeon/ |
D | atombios.h | 49 #ifndef UCHAR 50 typedef unsigned char UCHAR; typedef 203 UCHAR ucTableFormatRevision; /*Change it when the Parser is not backward compatible */ 204 …UCHAR ucTableContentRevision; /*Change it only when the table needs to change but the firmware */ 214 UCHAR uaFirmWareSignature[4]; /*Signature to distinguish between Atombios and non-atombios, 229 UCHAR ucExtendedFunctionCode; 230 UCHAR ucReserved; 411 UCHAR ucAction; //0:reserved //1:Memory //2:Engine 412 UCHAR ucReserved; //may expand to return larger Fbdiv later 413 UCHAR ucFbDiv; //return value [all …]
|
D | pptable.h | 31 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_* 32 UCHAR ucI2cLine; // as interpreted by DAL I2C 33 UCHAR ucI2cAddress; 34 UCHAR ucFanParameters; // Fan Control Parameters. 35 UCHAR ucFanMinRPM; // Fan Minimum RPM (hundreds) -- for display purposes only. 36 UCHAR ucFanMaxRPM; // Fan Maximum RPM (hundreds) -- for display purposes only. 37 UCHAR ucReserved; // ---- 38 UCHAR ucFlags; // to be defined 76 UCHAR ucNonClockStateIndex; 77 UCHAR ucClockStateIndices[1]; // variable-sized [all …]
|
D | atom-types.h | 32 typedef uint8_t UCHAR; typedef
|
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | vega10_pptable.h | 75 UCHAR ucTableRevision; 89 UCHAR ucGfxVoltageMode; 90 UCHAR ucSocVoltageMode; 91 UCHAR ucUclkVoltageMode; 92 UCHAR ucUvdVoltageMode; 93 UCHAR ucVceVoltageMode; 94 UCHAR ucMp0VoltageMode; 95 UCHAR ucDcefVoltageMode; 118 UCHAR ucSocClockIndexHigh; 119 UCHAR ucSocClockIndexLow; [all …]
|
D | pptable_v1_0.h | 103 UCHAR ucTableRevision; 146 UCHAR ucEngineClockIndexHigh; 147 UCHAR ucEngineClockIndexLow; 149 UCHAR ucMemoryClockIndexHigh; 150 UCHAR ucMemoryClockIndexLow; 152 UCHAR ucPCIEGenLow; 153 UCHAR ucPCIEGenHigh; 155 UCHAR ucPCIELaneLow; 156 UCHAR ucPCIELaneHigh; 161 UCHAR ucUnused[4]; [all …]
|
D | vega20_pptable.h | 78 UCHAR ucODTableRevision; 80 UCHAR ODFeatureCapabilities [ATOM_VEGA20_ODFEATURE_MAX_COUNT]; //OD feature support flags 104 UCHAR ucTableRevision; 113 UCHAR ucTableRevision; 121 UCHAR ucThermalControllerType;
|
D | vega12_pptable.h | 78 UCHAR ucTableRevision; 86 UCHAR ucThermalControllerType;
|
D | processpptables.c | 196 table_size = sizeof(UCHAR) + in get_uvd_clock_info_array_size() 770 return (sizeof(UCHAR) + sizeof(UCHAR) + in size_of_entry_v2() 771 (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.1.9/arch/mips/include/asm/fw/arc/ |
D | types.h | 19 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.1.9/drivers/tty/serial/ |
D | dz.h | 41 #define UCHAR(x) ((unsigned char)(x & DZ_RBUF_MASK)) macro
|
D | dz.c | 192 ch = UCHAR(status); /* grab the char */ in dz_receive_chars()
|