| /Linux-v4.19/arch/mips/boot/ |
| D | ecoff.h | 11 int32_t f_timdat; /* time & date stamp */ 12 int32_t f_symptr; /* file pointer to symbolic header */ 13 int32_t f_nsyms; /* sizeof(symbolic hdr) */ 24 int32_t s_paddr; /* physical address, aliased s_nlib */ 25 int32_t s_vaddr; /* virtual address */ 26 int32_t s_size; /* section size */ 27 int32_t s_scnptr; /* file ptr to raw data for section */ 28 int32_t s_relptr; /* file ptr to relocation */ 29 int32_t s_lnnoptr; /* file ptr to gp histogram */ 32 int32_t s_flags; /* flags */ [all …]
|
| /Linux-v4.19/drivers/staging/vc04_services/interface/vchi/ |
| D | vchi.h | 77 int32_t vec_len; 83 int32_t vec_len; 101 #define MAKE_FOURCC(x) ((int32_t)( (x[0] << 24) | (x[1] << 16) | (x[2] << 8) | x[3] )) 117 int32_t service_id; 125 int32_t want_unaligned_bulk_rx; 128 int32_t want_unaligned_bulk_tx; 131 int32_t want_crc; 161 extern int32_t vchi_initialise( VCHI_INSTANCE_T *instance_handle ); 163 extern int32_t vchi_exit( void ); 165 extern int32_t vchi_connect( VCHI_CONNECTION_T **connections, [all …]
|
| /Linux-v4.19/drivers/media/platform/mtk-mdp/ |
| D | mtk_mdp_ipi.h | 72 int32_t status; 90 int32_t x; 91 int32_t y; 92 int32_t w; 93 int32_t h; 94 int32_t w_stride; 95 int32_t h_stride; 96 int32_t crop_x; 97 int32_t crop_y; 98 int32_t crop_w; [all …]
|
| /Linux-v4.19/drivers/staging/vc04_services/interface/vchi/connections/ |
| D | connection.h | 66 typedef int32_t (*VCHI_CONNECTION_CRC_CONTROL_T)( VCHI_CONNECTION_STATE_T *state_handle, 70 typedef int32_t (*VCHI_CONNECTION_SERVICE_CONNECT_T)( VCHI_CONNECTION_STATE_T *state_handle, 71 int32_t service_id, 77 int32_t want_crc, 78 int32_t want_unaligned_bulk_rx, 79 int32_t want_unaligned_bulk_tx, 83 typedef int32_t (*VCHI_CONNECTION_SERVICE_DISCONNECT_T)( VCHI_CONNECTION_SERVICE_HANDLE_T service_h… 86 typedef int32_t (*VCHI_CONNECTION_SERVICE_QUEUE_MESSAGE_T)( VCHI_CONNECTION_SERVICE_HANDLE_T servic… 93 typedef int32_t (*VCHI_CONNECTION_SERVICE_QUEUE_MESSAGEV_T)( VCHI_CONNECTION_SERVICE_HANDLE_T servi… 100 typedef int32_t (*VCHI_CONNECTION_SERVICE_DEQUEUE_MESSAGE_T)( VCHI_CONNECTION_SERVICE_HANDLE_T serv… [all …]
|
| /Linux-v4.19/drivers/isdn/mISDN/ |
| D | dsp_biquad.h | 30 int32_t gain; 31 int32_t a1; 32 int32_t a2; 33 int32_t b1; 34 int32_t b2; 36 int32_t z1; 37 int32_t z2; 41 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init() 55 int32_t y; in biquad2() 56 int32_t z0; in biquad2()
|
| D | dsp_ecdis.h | 53 (int32_t)(-0.7600000 * 32768.0), in echo_can_disable_detector_init() 54 (int32_t)(-0.1183852 * 32768.0), in echo_can_disable_detector_init() 55 (int32_t)(-0.5104039 * 32768.0), in echo_can_disable_detector_init() 56 (int32_t)(0.1567596 * 32768.0), in echo_can_disable_detector_init() 57 (int32_t)(1.0000000 * 32768.0)); in echo_can_disable_detector_init()
|
| /Linux-v4.19/include/xen/interface/io/ |
| D | fbif.h | 46 int32_t x; /* source x */ 47 int32_t y; /* source y */ 48 int32_t width; /* rect width */ 49 int32_t height; /* rect height */ 60 int32_t width; /* width in pixels */ 61 int32_t height; /* height in pixels */ 62 int32_t stride; /* stride in bytes */ 63 int32_t depth; /* depth in bits */ 64 int32_t offset; /* start offset within framebuffer */ 112 int32_t width; /* width of the framebuffer (in pixels) */ [all …]
|
| D | kbdif.h | 272 int32_t rel_x; 273 int32_t rel_y; 274 int32_t rel_z; 328 int32_t abs_x; 329 int32_t abs_y; 330 int32_t rel_z; 486 int32_t abs_x; /* absolute X position, pixels */ 487 int32_t abs_y; /* absolute Y position, pixels */
|
| D | pciif.h | 74 int32_t err; 82 int32_t offset; 83 int32_t size; 98 int32_t err;
|
| /Linux-v4.19/drivers/staging/vc04_services/interface/vchi/message_drivers/ |
| D | message.h | 143 int32_t service; // service id this message is destined for 168 int32_t (*suspending)( VCHI_MDRIVER_HANDLE_T *handle ); 169 int32_t (*resumed)( VCHI_MDRIVER_HANDLE_T *handle ); 170 int32_t (*power_control)( VCHI_MDRIVER_HANDLE_T *handle, MESSAGE_TX_CHANNEL_T, int32_t enable ); 171 …int32_t (*add_msg_rx_slot)( VCHI_MDRIVER_HANDLE_T *handle, RX_MSG_SLOTINFO_T *slot ); // rx m… 172 …int32_t (*add_bulk_rx)( VCHI_MDRIVER_HANDLE_T *handle, void *data, uint32_t len, RX_BULK_SLOTINFO_… 173 …int32_t (*send)( VCHI_MDRIVER_HANDLE_T *handle, MESSAGE_TX_CHANNEL_T channel, const void *data, ui… 175 int32_t (*enable)( VCHI_MDRIVER_HANDLE_T *handle ); 176 …int32_t (*form_message)( VCHI_MDRIVER_HANDLE_T *handle, int32_t service_id, VCHI_MSG_VECTOR_T *vec… 177 …*address, uint32_t length_avail, uint32_t max_total_length, int32_t pad_to_fill, int32_t allow_par… [all …]
|
| /Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
| D | dpu_hw_util.h | 113 int32_t init_phase_x[DPU_MAX_PLANES]; 114 int32_t phase_step_x[DPU_MAX_PLANES]; 115 int32_t init_phase_y[DPU_MAX_PLANES]; 116 int32_t phase_step_y[DPU_MAX_PLANES]; 179 int32_t num_ext_pxls_lr[DPU_MAX_PLANES]; 180 int32_t num_ext_pxls_tb[DPU_MAX_PLANES]; 186 int32_t left_ftch[DPU_MAX_PLANES]; 187 int32_t right_ftch[DPU_MAX_PLANES]; 188 int32_t top_ftch[DPU_MAX_PLANES]; 189 int32_t btm_ftch[DPU_MAX_PLANES]; [all …]
|
| /Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/ |
| D | smu9_driver_if.h | 89 int32_t a0; 90 int32_t a1; 91 int32_t a2; 100 int32_t m1; 101 int32_t m2; 102 int32_t b; 388 int32_t VFT0_m1; /* Q8.24 */ 389 int32_t VFT0_m2; /* Q12.12 */ 390 int32_t VFT0_b; /* Q32 */ 392 int32_t VFT1_m1; /* Q8.16 */ [all …]
|
| D | smu74.h | 75 int32_t a; 76 int32_t b; 77 int32_t c; 78 int32_t d; 236 int32_t LFWindupUpperLim; 237 int32_t LFWindupLowerLim; 251 int32_t PIDError; 252 int32_t PIDIntegral; 253 int32_t PIDOutput; 440 int32_t Telemetry_1_offset; [all …]
|
| D | smu72.h | 50 int32_t a; 51 int32_t b; 52 int32_t c; 53 int32_t d; 209 int32_t LFWindupUpperLim; 210 int32_t LFWindupLowerLim; 224 int32_t PIDError; 225 int32_t PIDIntegral; 226 int32_t PIDOutput; 395 int32_t Telemetry_1_offset; [all …]
|
| D | smu74_discrete.h | 227 int32_t m1; 405 int32_t PIDError; 406 int32_t PIDIntegral; 407 int32_t PIDOutput; 538 int32_t entity_temperatures[SMU74_NUM_GPU_TES]; 539 int32_t initial_entity_temperatures[SMU74_NUM_GPU_TES]; 540 int32_t Limit; 541 int32_t Hyst; 542 …int32_t therm_influence_coeff_table[SMU74_DTE_ITERATIONS * SMU74_DTE_SOURCES * SMU74_DTE_SINKS * 2… 543 int32_t therm_node_table[SMU74_DTE_ITERATIONS * SMU74_DTE_SOURCES * SMU74_DTE_SINKS]; [all …]
|
| D | smu72_discrete.h | 411 int32_t PIDError; 412 int32_t PIDIntegral; 413 int32_t PIDOutput; 548 int32_t entity_temperatures[SMU72_NUM_GPU_TES]; 549 int32_t initial_entity_temperatures[SMU72_NUM_GPU_TES]; 550 int32_t Limit; 551 int32_t Hyst; 552 …int32_t therm_influence_coeff_table[SMU72_DTE_ITERATIONS * SMU72_DTE_SOURCES * SMU72_DTE_SINKS * 2… 553 int32_t therm_node_table[SMU72_DTE_ITERATIONS * SMU72_DTE_SOURCES * SMU72_DTE_SINKS]; 564 int32_t temperature_gradient_slope; [all …]
|
| D | smu73_discrete.h | 405 int32_t PIDError; 406 int32_t PIDIntegral; 407 int32_t PIDOutput; 545 int32_t entity_temperatures[SMU73_NUM_GPU_TES]; 546 int32_t initial_entity_temperatures[SMU73_NUM_GPU_TES]; 547 int32_t Limit; 548 int32_t Hyst; 549 …int32_t therm_influence_coeff_table[SMU73_DTE_ITERATIONS * SMU73_DTE_SOURCES * SMU73_DTE_SINKS * 2… 550 int32_t therm_node_table[SMU73_DTE_ITERATIONS * SMU73_DTE_SOURCES * SMU73_DTE_SINKS]; 561 int32_t temperature_gradient_slope; [all …]
|
| /Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/ |
| D | vchiq_shim.c | 42 #define vchiq_status_to_vchi(status) ((int32_t)status) 96 int32_t vchi_msg_peek(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_peek() 131 int32_t vchi_msg_remove(VCHI_SERVICE_HANDLE_T handle) in vchi_msg_remove() 159 int32_t vchi_msg_queue(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_queue() 258 int32_t vchi_bulk_queue_receive(VCHI_SERVICE_HANDLE_T handle, in vchi_bulk_queue_receive() 318 int32_t vchi_bulk_queue_transmit(VCHI_SERVICE_HANDLE_T handle, in vchi_bulk_queue_transmit() 380 int32_t vchi_msg_dequeue(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_dequeue() 420 int32_t vchi_held_msg_release(VCHI_HELD_MSG_T *message) in vchi_held_msg_release() 454 int32_t vchi_msg_hold(VCHI_SERVICE_HANDLE_T handle, in vchi_msg_hold() 504 int32_t vchi_initialise(VCHI_INSTANCE_T *instance_handle) in vchi_initialise() [all …]
|
| /Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| D | opp.h | 170 int32_t left_index; 171 int32_t right_index; 224 int32_t adjust_divider; 225 int32_t grph_cont; 226 int32_t grph_sat; 227 int32_t grph_bright; 228 int32_t grph_hue; 234 int32_t hw_default; 235 int32_t min; 236 int32_t max; [all …]
|
| /Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/ |
| D | cxgb3_ioctl.h | 88 int32_t txq_size[3]; 89 int32_t rspq_size; 90 int32_t fl_size[2]; 91 int32_t intr_lat; 92 int32_t polling; 93 int32_t lro; 94 int32_t cong_thres; 95 int32_t vector; 96 int32_t qnum;
|
| /Linux-v4.19/drivers/misc/echo/ |
| D | echo.h | 142 int32_t pstates; 144 int32_t factor; 173 int32_t xvtx[5]; 174 int32_t yvtx[5]; 175 int32_t xvrx[5]; 176 int32_t yvrx[5];
|
| /Linux-v4.19/drivers/staging/gs_fpgaboot/ |
| D | io.c | 32 static inline void xl_cclk_b(int32_t i); 77 void xl_program_b(int32_t i) in xl_program_b() 81 void xl_rdwr_b(int32_t i) in xl_rdwr_b() 85 void xl_csi_b(int32_t i) in xl_csi_b() 107 static inline void xl_cclk_b(int32_t i) in xl_cclk_b()
|
| /Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/vega12/ |
| D | smu9_driver_if.h | 616 int32_t VFT0_m1; 617 int32_t VFT0_m2; 618 int32_t VFT0_b; 620 int32_t VFT1_m1; 621 int32_t VFT1_m2; 622 int32_t VFT1_b; 624 int32_t VFT2_m1; 625 int32_t VFT2_m2; 626 int32_t VFT2_b; 628 int32_t AvfsGb0_m1; [all …]
|
| /Linux-v4.19/arch/mips/include/asm/octeon/ |
| D | cvmx-fau.h | 72 int32_t value:31; 185 static inline int32_t cvmx_fau_fetch_and_add32(cvmx_fau_reg_32_t reg, in cvmx_fau_fetch_and_add32() 186 int32_t value) in cvmx_fau_fetch_and_add32() 257 cvmx_fau_tagwait_fetch_and_add32(cvmx_fau_reg_32_t reg, int32_t value) in cvmx_fau_tagwait_fetch_and_add32() 385 int32_t value) in cvmx_fau_async_fetch_and_add32() 468 int32_t value) in cvmx_fau_async_tagwait_fetch_and_add32() 538 static inline void cvmx_fau_atomic_add32(cvmx_fau_reg_32_t reg, int32_t value) in cvmx_fau_atomic_add32() 588 static inline void cvmx_fau_atomic_write32(cvmx_fau_reg_32_t reg, int32_t value) in cvmx_fau_atomic_write32()
|
| /Linux-v4.19/include/linux/mfd/ |
| D | cros_ec_commands.h | 1102 int32_t google_ramp_up; 1103 int32_t google_ramp_down; 1104 int32_t s3s0_ramp_up; 1105 int32_t s0_tick_delay[2]; /* AC=0/1 */ 1106 int32_t s0a_tick_delay[2]; /* AC=0/1 */ 1107 int32_t s0s3_ramp_down; 1108 int32_t s3_sleep_for; 1109 int32_t s3_ramp_up; 1110 int32_t s3_ramp_down; 1136 int32_t google_ramp_up; [all …]
|