Searched refs:uint8_t (Results 126 - 150 of 1652) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_aldebaran.h26 uint8_t wave_launch_mode,
H A Dta_xgmi_if.h84 uint8_t num_hops;
85 uint8_t is_sharing_enabled;
91 uint8_t num_links;
95 uint8_t dst_xgmi_port_num;
96 uint8_t src_xgmi_port_num;
102 uint8_t num_links;
169 uint8_t flag_extend_link_record;
171 uint8_t caps_flag;
172 uint8_t reserved[2];
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_cls_redirect.h31 uint8_t hlen : 5, control : 1, variant : 2;
33 uint8_t variant : 2, control : 1, hlen : 5;
35 uint8_t proto_ctype;
41 uint8_t _r : 2, last_hop_gre : 1, forward_syn : 1, version : 4;
43 uint8_t version : 4, forward_syn : 1, last_hop_gre : 1, _r : 2;
45 uint8_t reserved;
46 uint8_t next_hop;
47 uint8_t hop_count;
/linux-master/drivers/scsi/isci/
H A Dprobe_roms.h212 uint8_t signature[ISCI_ROM_SIG_SIZE];
214 uint8_t hdr_length;
215 uint8_t version;
216 uint8_t preboot_source;
217 uint8_t num_elements;
219 uint8_t reserved[8];
224 uint8_t mode_type;
225 uint8_t max_concurr_spin_up;
242 uint8_t ssc_sata_tx_spread_level:4;
258 uint8_t ssc_sas_tx_spread_leve
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.h42 uint8_t id;
43 uint8_t version;
46 uint8_t *data;
55 uint8_t version;
84 uint8_t *data;
86 uint8_t chip_version;
90 uint8_t digital_min_front_porch;
97 uint8_t major_version;
98 uint8_t feature_byte;
108 uint8_t ram_restrict_group_coun
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_ioctl.h73 uint8_t data[128];
82 uint8_t buf[];
101 uint8_t sched;
102 uint8_t idx;
103 uint8_t min;
104 uint8_t max;
105 uint8_t binding;
166 uint8_t proto;
167 uint8_t proto_mask;
168 uint8_t invert_matc
[all...]
/linux-master/drivers/gpu/drm/amd/display/include/
H A Dlink_service_types.h87 uint8_t eq_loop_count_limit;
217 uint8_t VOLTAGE_SWING_SET:2;
218 uint8_t MAX_SWING_REACHED:1;
219 uint8_t PRE_EMPHASIS_SET:2;
220 uint8_t MAX_PRE_EMPHASIS_REACHED:1;
222 uint8_t POST_CURSOR2_SET:2;
224 uint8_t POST_CURSOR2_SET:2;
225 uint8_t MAX_PRE_EMPHASIS_REACHED:1;
226 uint8_t PRE_EMPHASIS_SET:2;
227 uint8_t MAX_SWING_REACHE
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dio_event_irq.h38 uint8_t event_type; /* 0x00 IO-Event Type */
39 uint8_t rpc_data_len; /* 0x01 RPC data length */
40 uint8_t scope; /* 0x02 Error/Event Scope */
41 uint8_t event_subtype; /* 0x03 I/O-Event Sub-Type */
43 uint8_t rpc_data[PSERIES_IOEI_RPC_MAX_LEN];
/linux-master/include/linux/
H A Dbch.h63 void bch_encode(struct bch_control *bch, const uint8_t *data,
64 unsigned int len, uint8_t *ecc);
66 int bch_decode(struct bch_control *bch, const uint8_t *data, unsigned int len,
67 const uint8_t *recv_ecc, const uint8_t *calc_ecc,
/linux-master/include/uapi/linux/
H A Didxd.h207 uint8_t expected_res;
213 uint8_t expected_res_mask;
225 uint8_t src_dif_flags;
226 uint8_t dif_chk_res;
227 uint8_t dif_chk_flags;
228 uint8_t dif_chk_res2[5];
235 uint8_t dif_ins_res;
236 uint8_t dest_dif_flag;
237 uint8_t dif_ins_flags;
238 uint8_t dif_ins_res
[all...]
/linux-master/include/xen/interface/io/
H A Dkbdif.h227 * type - uint8_t, event code, XENKBD_TYPE_???
254 uint8_t type;
275 * pressed - uint8_t, 1 if pressed; 0 otherwise
280 uint8_t type;
281 uint8_t pressed;
310 uint8_t type;
463 uint8_t type; /* XENKBD_TYPE_MTOUCH */
464 uint8_t event_type; /* XENKBD_MT_EV_??? */
465 uint8_t contact_id;
466 uint8_t reserve
[all...]
H A Dsndif.h171 * Values: <uint8_t>
176 * Values: <uint8_t>
207 * Values: <uint8_t>
213 * Values: <uint8_t>
567 * operation - uint8_t, operation code, XENSND_OP_???
601 * pcm_format - uint8_t, XENSND_PCM_FORMAT_XXX value
602 * pcm_channels - uint8_t, number of channels of this stream,
622 uint8_t pcm_format;
623 uint8_t pcm_channels;
742 * i - uint8_t, inde
[all...]
/linux-master/tools/usb/usbip/libsrc/
H A Dusbip_common.h105 uint8_t bInterfaceClass;
106 uint8_t bInterfaceSubClass;
107 uint8_t bInterfaceProtocol;
108 uint8_t padding; /* alignment */
123 uint8_t bDeviceClass;
124 uint8_t bDeviceSubClass;
125 uint8_t bDeviceProtocol;
126 uint8_t bConfigurationValue;
127 uint8_t bNumConfigurations;
128 uint8_t bNumInterface
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_ddc_types.h53 uint8_t delay;
55 uint8_t *data;
77 uint8_t *data;
92 uint8_t *data;
97 uint8_t *reply;
108 uint8_t address;
110 uint8_t *data;
123 uint8_t number_of_payloads;
153 uint8_t EDID_QUERY_DONE_ONCE:1;
154 uint8_t IS_INTERNAL_DISPLA
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppatomctrl.h79 uint8_t uc_pll_ref_div; /* Output Parameter: PLL ref divider */
80 uint8_t uc_pll_post_div; /* Output Parameter: PLL post divider */
81 uint8_t uc_pll_cntl_flag; /*Output Flags: control flag */
89 uint8_t uc_pll_ref_div; /*Output Parameter: PLL ref divider */
90 uint8_t uc_pll_post_div; /*Output Parameter: PLL post divider */
91 uint8_t uc_pll_cntl_flag; /*Output Flags: control flag */
168 uint8_t uc_htc_tmp_lmt; /* bit [22:16] of D24F3x64 Hardware Thermal Control (HTC) Register, may not be needed, TBD */
169 uint8_t uc_tj_offset; /* bit [28:22] of D24F3xE4 Thermtrip Status Register,may not be needed, TBD */
176 uint8_t memory_vendor;
177 uint8_t memory_typ
[all...]
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu10_driver_if.h56 uint8_t WmSetting;
57 uint8_t WmType;
58 uint8_t Padding[2];
85 uint8_t ActiveHystLimit;
86 uint8_t IdleHystLimit;
87 uint8_t FPS;
88 uint8_t MinActiveFreqType;
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
H A Ddcn315_smu.h46 uint8_t WmSetting;
47 uint8_t WmType; // Used for normal pstate change or memory retraining
48 uint8_t Padding[2];
78 uint8_t NumDcfClkLevelsEnabled;
79 uint8_t NumDispClkLevelsEnabled; //Applies to both Dispclk and Dppclk
80 uint8_t NumSocClkLevelsEnabled;
81 uint8_t VcnClkLevelsEnabled; //Applies to both Vclk and Dclk
82 uint8_t NumDfPstatesEnabled;
83 uint8_t spare[3];
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu13_driver_if_v13_0_5.h56 uint8_t WmSetting;
57 uint8_t WmType; // Used for normal pstate change or memory retraining
58 uint8_t Padding[2];
119 uint8_t NumDcfClkLevelsEnabled;
120 uint8_t NumDispClkLevelsEnabled; //Applies to both Dispclk and Dppclk
121 uint8_t NumSocClkLevelsEnabled;
122 uint8_t VcnClkLevelsEnabled; //Applies to both Vclk and Dclk
123 uint8_t NumDfPstatesEnabled;
124 uint8_t spare[3];
/linux-master/net/rxrpc/
H A Dprotocol.h36 uint8_t type; /* packet type */
50 uint8_t flags; /* packet flags */
58 uint8_t userStatus; /* app-layer defined status */
61 uint8_t securityIndex; /* security protocol ID */
81 uint8_t flags; /* packet flags (as per rxrpc_header) */
82 uint8_t pad;
114 uint8_t reason; /* reason for ACK */
126 uint8_t nAcks; /* number of ACKs */
129 uint8_t acks[]; /* list of ACK/NAKs */
/linux-master/lib/
H A Dcrc4.c9 static const uint8_t crc4_tab[] = {
25 uint8_t crc4(uint8_t c, uint64_t x, int bits)
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
H A Ddcn32_smu13_driver_if.h25 uint8_t WmSetting;
26 uint8_t Flags;
27 uint8_t Padding[2];
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif.h60 uint8_t entry_type; /* Entry type. */
61 uint8_t entry_count; /* Entry count. */
62 uint8_t sys_define; /* System Defined. */
63 uint8_t entry_status; /* Entry Status. */
75 uint8_t vp_index;
76 uint8_t reserved_1;
77 uint8_t port_id[3];
78 uint8_t flags;
82 uint8_t sa_key[32]; /* 256 bit key */
85 uint8_t sa_contro
[all...]
H A Dqla_def.h44 uint8_t domain;
45 uint8_t area;
46 uint8_t al_pa;
51 uint8_t al_pa;
52 uint8_t area;
53 uint8_t domain;
63 uint8_t domain;
64 uint8_t area;
65 uint8_t al_pa;
67 uint8_t al_p
[all...]
/linux-master/drivers/media/usb/as102/
H A Das10x_cmd.h93 uint8_t error;
108 uint8_t err;
125 uint8_t error;
140 uint8_t error;
157 uint8_t error;
174 uint8_t error;
186 uint8_t stream_type;
188 uint8_t idx;
195 uint8_t error;
197 uint8_t filter_i
[all...]
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_dbg.c15 uint8_t *c = b;
34 uint8_t i;
45 (uint8_t) offsetof(struct isp_reg, mailbox[i]), i,
50 (uint8_t) offsetof(struct isp_reg, flash_address),
53 (uint8_t) offsetof(struct isp_reg, flash_data),
56 (uint8_t) offsetof(struct isp_reg, ctrl_status),
61 (uint8_t) offsetof(struct isp_reg, u1.isp4010.nvram),
65 (uint8_t) offsetof(struct isp_reg, u1.isp4022.intr_mask),
68 (uint8_t) offsetof(struct isp_reg, u1.isp4022.nvram),
71 (uint8_t) offseto
[all...]

Completed in 274 milliseconds

1234567891011>>