Searched refs:int32_t (Results 101 - 125 of 315) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_hwmgr.h423 int32_t min_value;
424 int32_t max_value;
425 int32_t current_value;
426 int32_t default_value;
/linux-master/fs/efs/
H A Defs.h26 typedef int32_t efs_block_t;
/linux-master/include/linux/
H A Dtypes.h104 typedef s32 int32_t; typedef
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.h105 uint8_t count, int32_t freecount, xfs_inofree_t free,
/linux-master/include/xen/interface/io/
H A Dsndif.h911 * status - int32_t, response status, zero on success and -XEN_EXX on failure
1014 int32_t status;
H A Ddisplif.h789 * status - int32_t, response status, zero on success and -XEN_EXX on failure
880 int32_t status;
/linux-master/drivers/gpu/drm/
H A Ddrm_plane.c894 int32_t crtc_x, int32_t crtc_y,
918 crtc_x > INT_MAX - (int32_t) crtc_w ||
920 crtc_y > INT_MAX - (int32_t) crtc_h) {
967 int32_t crtc_x, int32_t crtc_y,
1020 int32_t crtc_x, int32_t crtc_y,
1055 int32_t crtc_x, int32_t crtc_
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-address.h279 (((int32_t)segment << 31) | (int32_t)(add))
/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_log.c128 char *mod_hdcp_status_to_str(int32_t status)
256 char *mod_hdcp_state_id_to_str(int32_t id)
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9002_calib.c135 (int32_t) REG_READ(ah, AR_PHY_CAL_MEAS_2(i));
174 (int32_t) REG_READ(ah, AR_PHY_CAL_MEAS_0(i));
176 (int32_t) REG_READ(ah, AR_PHY_CAL_MEAS_1(i));
178 (int32_t) REG_READ(ah, AR_PHY_CAL_MEAS_2(i));
180 (int32_t) REG_READ(ah, AR_PHY_CAL_MEAS_3(i));
197 int32_t qCoff, iCoff;
327 int32_t qOddMeasOffset, qEvenMeasOffset, qDcMismatch, iDcMismatch;
380 int32_t delta, currPDADC, slope;
/linux-master/drivers/gpu/drm/amd/display/modules/inc/
H A Dmod_hdcp.h317 char *mod_hdcp_status_to_str(int32_t status);
320 char *mod_hdcp_state_id_to_str(int32_t id);
/linux-master/include/drm/
H A Ddrm_crtc.h460 int32_t hot_x, int32_t hot_y);
/linux-master/drivers/hwmon/
H A Dsht4x.c120 data->temperature = ((21875 * (int32_t)t_ticks) >> 13) - 45000;
121 data->humidity = ((15625 * (int32_t)rh_ticks) >> 13) - 6000;
/linux-master/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c198 int32_t nr_allocations;
398 int32_t nr_allocations;
416 int32_t nr_allocations;
435 int32_t nr_allocations;
452 int32_t nr_allocations;
/linux-master/drivers/cpufreq/
H A Dintel_pstate.c61 static inline int32_t mul_fp(int32_t x, int32_t y)
66 static inline int32_t div_fp(s64 x, s64 y)
71 static inline int ceiling_fp(int32_t x)
111 int32_t core_avg_perf;
112 int32_t busy_scaled;
166 int32_t ratio;
244 int32_t min_perf_ratio;
245 int32_t max_perf_rati
[all...]
/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_attr.c71 int32_t allxfer_len = 0;
117 int32_t user_len, cnt2end;
127 user_len = (int32_t)count;
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dsmu71_discrete.h409 int32_t PIDError;
410 int32_t PIDIntegral;
411 int32_t PIDOutput;
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h80 static inline int32_t bw_fixed_to_int(struct bw_fixed value)
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h126 int32_t status;
/linux-master/lib/lz4/
H A Dlz4defs.h53 typedef int32_t S32;
/linux-master/include/sound/sof/
H A Dheader.h165 int32_t error; /**< negative error numbers */
/linux-master/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_regs.c28 static int32_t mtk_mdp_map_color_format(int v4l2_format)
/linux-master/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
H A Ddcn31_smu.h34 int32_t value;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu12_driver_if.h33 int32_t value;
/linux-master/drivers/atm/
H A Dnicstarmac.c121 int32_t i, j;

Completed in 223 milliseconds

1234567891011>>