Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/
Drayctl.h4 typedef unsigned char UCHAR; typedef
67 UCHAR frame_ctl_1;
68 UCHAR frame_ctl_2;
69 UCHAR duration_lsb;
70 UCHAR duration_msb;
71 UCHAR addr_1[ADDRLEN];
72 UCHAR addr_2[ADDRLEN];
73 UCHAR addr_3[ADDRLEN];
74 UCHAR seq_frag_num[2];
80 UCHAR id;
[all …]
Dray_cs.h11 UCHAR timestamp[8];
12 UCHAR beacon_intvl[2];
13 UCHAR capability[2];
14 UCHAR elements[sizeof(struct essid_element)
42 UCHAR supported_rates[8];
43 UCHAR japan_call_sign[12];
47 UCHAR bss_id[6];
48 UCHAR auth_id[6];
49 UCHAR net_default_tx_rate;
50 UCHAR encryption;
[all …]
Dray_cs.c87 UCHAR msg_type, unsigned char *data);
94 static int build_auth_frame(ray_dev_t *local, UCHAR *dest, int auth_type);
99 static int parse_addr(char *in_str, UCHAR *out);
100 static int ray_hw_xmit(unsigned char *data, int len, struct net_device *dev, UCHAR type);
104 static void ray_update_parm(struct net_device *dev, UCHAR objid, UCHAR *value, int len);
112 static int copy_from_rx_buff(ray_dev_t *local, UCHAR *dest, int pkt_addr, int len);
187 static const UCHAR b5_default_startup_parms[] = {
222 static const UCHAR b4_default_startup_parms[] = {
472 UCHAR *p; in ray_init()
601 memcpy((UCHAR *) &local->sparm.b4, b4_default_startup_parms, in init_startup_params()
[all …]
/linux-4.4.14/drivers/gpu/drm/amd/include/
Datombios.h48 #ifndef UCHAR
49 typedef unsigned char UCHAR; typedef
197 UCHAR ucTableFormatRevision; //Change it when the Parser is not backward compatible
198 UCHAR ucTableContentRevision; //Change it only when the table needs to change but the firmware
208 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios,
223 UCHAR ucExtendedFunctionCode;
224 UCHAR ucReserved;
398 UCHAR ucAction; //0:reserved //1:Memory //2:Engine
399 UCHAR ucReserved; //may expand to return larger Fbdiv later
400 UCHAR ucFbDiv; //return value
[all …]
Dpptable.h31 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 …]
Datom-types.h32 typedef uint8_t UCHAR; typedef
/linux-4.4.14/drivers/gpu/drm/radeon/
Datombios.h49 #ifndef UCHAR
50 typedef unsigned char UCHAR; typedef
203 UCHAR ucTableFormatRevision; /*Change it when the Parser is not backward compatible */
204UCHAR 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 …]
Dpptable.h31 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 …]
Datom-types.h32 typedef uint8_t UCHAR; typedef
/linux-4.4.14/arch/mips/include/asm/fw/arc/
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-4.4.14/drivers/tty/serial/
Ddz.h40 #define UCHAR(x) ((unsigned char)(x & DZ_RBUF_MASK)) macro
Ddz.c195 ch = UCHAR(status); /* grab the char */ in dz_receive_chars()