/drivers/gpu/drm/amd/display/dc/calcs/ |
D | custom_float.c | 32 bool *negative, in build_custom_float() argument 48 *negative = false; in build_custom_float() 57 *negative = format->sign; in build_custom_float() 60 *negative = false; in build_custom_float() 124 bool negative, in setup_custom_float() argument 174 if (negative && format->sign) in setup_custom_float() 189 bool negative; in convert_to_custom_float_format() local 192 value, format, &negative, &mantissa, &exponenta) && in convert_to_custom_float_format() 194 format, negative, mantissa, exponenta, result); in convert_to_custom_float_format()
|
/drivers/net/dsa/hirschmann/ |
D | hellcreek_ptp.c | 129 u16 negative = 0, addendh, addendl; in hellcreek_ptp_adjfine() local 134 negative = 1; in hellcreek_ptp_adjfine() 157 negative = (negative << 15) & 0x8000; in hellcreek_ptp_adjfine() 162 hellcreek_ptp_write(hellcreek, negative, PR_CLOCK_DRIFT_C); in hellcreek_ptp_adjfine() 176 u16 negative = 0, counth, countl; in hellcreek_ptp_adjtime() local 194 negative = 1; in hellcreek_ptp_adjtime() 204 negative = (negative << 15) & 0x8000; in hellcreek_ptp_adjtime() 209 hellcreek_ptp_write(hellcreek, negative, PR_CLOCK_OFFSET_C); in hellcreek_ptp_adjtime()
|
/drivers/video/fbdev/aty/ |
D | radeon_backlight.c | 22 uint8_t negative; member 40 if (pdata->negative) in radeon_bl_get_level_brightness() 167 pdata->negative = in radeonfb_bl_init() 174 pdata->negative = pdata->negative || in radeonfb_bl_init()
|
/drivers/gpu/drm/amd/display/include/ |
D | fixed31_32.h | 226 bool negative = arg.value < 0; in dc_fixpt_shr() local 228 if (negative) in dc_fixpt_shr() 231 if (negative) in dc_fixpt_shr() 519 bool negative = arg.value < 0; in dc_fixpt_truncate() local 526 if (negative) in dc_fixpt_truncate() 529 if (negative) in dc_fixpt_truncate()
|
/drivers/hwmon/pmbus/ |
D | zl6100.c | 88 bool negative = false; in zl6100_d2l() local 95 negative = true; in zl6100_d2l() 118 if (negative) in zl6100_d2l()
|
D | pmbus_core.c | 739 bool negative = false; in pmbus_data2reg_linear() local 763 negative = true; in pmbus_data2reg_linear() 793 if (negative) in pmbus_data2reg_linear()
|
/drivers/gpu/drm/ |
D | drm_color_mgmt.c | 133 bool negative = !!(user_input & BIT_ULL(63)); in drm_color_ctm_s31_32_to_qm_n() local 138 val = clamp_val(mag, 0, negative ? in drm_color_ctm_s31_32_to_qm_n() 141 return negative ? -val : val; in drm_color_ctm_s31_32_to_qm_n()
|
/drivers/staging/iio/resolver/ |
D | ad2s1210.c | 466 u16 negative; in ad2s1210_read_raw() local 502 negative = st->rx[0] & 0x80; in ad2s1210_read_raw() 506 negative = (0xffff >> st->resolution) << st->resolution; in ad2s1210_read_raw() 507 vel |= negative; in ad2s1210_read_raw()
|
/drivers/hwmon/ |
D | lochnagar-hwmon.c | 76 bool negative = data & 0x80000000; in float_to_long() local 88 return negative ? -result : result; in float_to_long()
|
/drivers/gpu/drm/radeon/ |
D | radeon_legacy_encoders.c | 336 if (pdata->negative) in radeon_legacy_lvds_level() 364 return pdata->negative ? RADEON_MAX_BL_LEVEL - backlight_level : backlight_level; in radeon_legacy_backlight_get_brightness() 419 pdata->negative = true; in radeon_legacy_backlight_init() 421 pdata->negative = false; in radeon_legacy_backlight_init() 426 pdata->negative = (rdev->family != CHIP_RV200 && in radeon_legacy_backlight_init() 432 pdata->negative = (pdata->negative || in radeon_legacy_backlight_init()
|
D | radeon_mode.h | 288 uint8_t negative; member
|
/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | opp.h | 139 bool negative; member
|
/drivers/net/wireless/ath/ath9k/ |
D | ar9003_phy.c | 242 int cur_bb_spur, negative = 0, cck_spur_freq; in ar9003_hw_spur_mitigate_mrc_cck() local 278 negative = 0; in ar9003_hw_spur_mitigate_mrc_cck() 288 negative = 1; in ar9003_hw_spur_mitigate_mrc_cck() 294 if (negative == 1) in ar9003_hw_spur_mitigate_mrc_cck()
|
/drivers/iio/ |
D | industrialio-core.c | 894 bool integer_part = true, negative = false; in __iio_str_to_fixpoint() local 903 negative = true; in __iio_str_to_fixpoint() 938 if (negative) { in __iio_str_to_fixpoint()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_mode.h | 366 uint8_t negative; member
|
/drivers/mtd/parsers/ |
D | Kconfig | 163 erase block number. A negative value specifies a number of
|
/drivers/regulator/ |
D | Kconfig | 1423 boost regulator and IBB can be used as a negative boost regulator
|
/drivers/video/fbdev/ |
D | Kconfig | 1437 framebuffer to avoid negative impact on the OpenChrome X server.
|