constant 1232 arch/alpha/kernel/osf_sys.c long constant; /* pll time constant */ constant 1860 drivers/hid/hid-logitech-hidpp.c force = (effect->u.constant.level * fixp_sin16((effect->direction * 360) >> 16)) >> 15; constant 1864 drivers/hid/hid-logitech-hidpp.c params[8] = effect->u.constant.envelope.attack_level >> 7; constant 1865 drivers/hid/hid-logitech-hidpp.c params[9] = effect->u.constant.envelope.attack_length >> 8; constant 1866 drivers/hid/hid-logitech-hidpp.c params[10] = effect->u.constant.envelope.attack_length & 255; constant 1867 drivers/hid/hid-logitech-hidpp.c params[11] = effect->u.constant.envelope.fade_level >> 7; constant 1868 drivers/hid/hid-logitech-hidpp.c params[12] = effect->u.constant.envelope.fade_length >> 8; constant 1869 drivers/hid/hid-logitech-hidpp.c params[13] = effect->u.constant.envelope.fade_length & 255; constant 1872 drivers/hid/hid-logitech-hidpp.c effect->u.constant.level, constant 1875 drivers/hid/hid-logitech-hidpp.c effect->u.constant.envelope.attack_level, constant 1876 drivers/hid/hid-logitech-hidpp.c effect->u.constant.envelope.attack_length, constant 1877 drivers/hid/hid-logitech-hidpp.c effect->u.constant.envelope.fade_level, constant 1878 drivers/hid/hid-logitech-hidpp.c effect->u.constant.envelope.fade_length); constant 279 drivers/hid/usbhid/hid-pidff.c effect->u.constant.level); constant 291 drivers/hid/usbhid/hid-pidff.c return effect->u.constant.level != old->u.constant.level; constant 578 drivers/hid/usbhid/hid-pidff.c pidff_needs_set_envelope(&effect->u.constant.envelope, constant 579 drivers/hid/usbhid/hid-pidff.c &old->u.constant.envelope)) constant 581 drivers/hid/usbhid/hid-pidff.c &effect->u.constant.envelope); constant 67 drivers/input/ff-memless.c return &effect->u.constant.envelope; constant 256 drivers/input/ff-memless.c new->u.constant.level, constant 257 drivers/input/ff-memless.c &new->u.constant.envelope)); constant 46 drivers/input/input-compat.h struct ff_constant_effect constant; constant 219 drivers/input/joystick/iforce/iforce-ff.c return old->u.constant.level != effect->u.constant.level; constant 231 drivers/input/joystick/iforce/iforce-ff.c if (old->u.constant.envelope.attack_length != effect->u.constant.envelope.attack_length constant 232 drivers/input/joystick/iforce/iforce-ff.c || old->u.constant.envelope.attack_level != effect->u.constant.envelope.attack_level constant 233 drivers/input/joystick/iforce/iforce-ff.c || old->u.constant.envelope.fade_length != effect->u.constant.envelope.fade_length constant 234 drivers/input/joystick/iforce/iforce-ff.c || old->u.constant.envelope.fade_level != effect->u.constant.envelope.fade_level) constant 422 drivers/input/joystick/iforce/iforce-ff.c effect->u.constant.level); constant 431 drivers/input/joystick/iforce/iforce-ff.c effect->u.constant.envelope.attack_length, constant 432 drivers/input/joystick/iforce/iforce-ff.c effect->u.constant.envelope.attack_level, constant 433 drivers/input/joystick/iforce/iforce-ff.c effect->u.constant.envelope.fade_length, constant 434 drivers/input/joystick/iforce/iforce-ff.c effect->u.constant.envelope.fade_level); constant 463 drivers/input/mouse/elan_i2c_i2c.c u16 constant; constant 474 drivers/input/mouse/elan_i2c_i2c.c constant = le16_to_cpup((__le16 *)val); constant 475 drivers/input/mouse/elan_i2c_i2c.c dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); constant 477 drivers/input/mouse/elan_i2c_i2c.c *mode = (constant & ETP_I2C_MAIN_MODE_ON) ? MAIN_MODE : IAP_MODE; constant 297 drivers/input/mouse/elan_i2c_smbus.c u16 constant; constant 307 drivers/input/mouse/elan_i2c_smbus.c constant = be16_to_cpup((__be16 *)val); constant 308 drivers/input/mouse/elan_i2c_smbus.c dev_dbg(&client->dev, "iap control reg: 0x%04x.\n", constant); constant 310 drivers/input/mouse/elan_i2c_smbus.c *mode = (constant & ETP_SMBUS_IAP_MODE_ON) ? IAP_MODE : MAIN_MODE; constant 434 drivers/media/dvb-frontends/rtl2830.c static const u32 constant[CONSTELLATION_NUM][HIERARCHY_NUM] = { constant 458 drivers/media/dvb-frontends/rtl2830.c stmp = (constant[constellation][hierarchy] - constant 690 drivers/media/dvb-frontends/rtl2832.c static const u32 constant[CONSTELLATION_NUM][HIERARCHY_NUM] = { constant 714 drivers/media/dvb-frontends/rtl2832.c tmp = (constant[constellation][hierarchy] - constant 415 drivers/net/ethernet/freescale/dpaa2/dpni-cmd.h u8 constant; constant 242 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y | constant constant 243 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y | program constant constant 733 drivers/scsi/aic7xxx/aicasm/aicasm_gram.y constant: constant 73 drivers/thermal/ti-soc-thermal/ti-thermal-common.c int ret, tmp, slope, constant; constant 88 drivers/thermal/ti-soc-thermal/ti-thermal-common.c constant = thermal_zone_get_offset(data->ti_thermal); constant 97 drivers/thermal/ti-soc-thermal/ti-thermal-common.c constant = s->constant_pcb; constant 104 drivers/thermal/ti-soc-thermal/ti-thermal-common.c *temp = ti_thermal_hotspot_temperature(tmp, slope, constant); constant 104 include/linux/compiler_types.h unsigned long constant; constant 46 include/linux/time32.h s32 constant; constant 458 include/uapi/linux/input.h struct ff_constant_effect constant; constant 71 include/uapi/linux/timex.h __kernel_long_t constant;/* pll time constant */ constant 109 include/uapi/linux/timex.h long long constant;/* pll time constant */ constant 688 kernel/time/ntp.c time_constant = txc->constant; constant 696 kernel/time/ntp.c txc->constant >= 0 && txc->constant <= MAX_TAI_OFFSET) constant 697 kernel/time/ntp.c *time_tai = txc->constant; constant 765 kernel/time/ntp.c txc->constant = time_constant; constant 302 kernel/time/time.c txc->constant = tx32.constant; constant 331 kernel/time/time.c tx32.constant = txc->constant; constant 81 kernel/trace/trace_branch.c entry->constant = f->constant; constant 212 kernel/trace/trace_branch.c f->constant++; constant 305 kernel/trace/trace_branch.c if (!p->constant) constant 308 kernel/trace/trace_branch.c l = snprintf(NULL, 0, "/%lu", p->constant); constant 312 kernel/trace/trace_branch.c p->data.correct, p->constant, l, p->data.incorrect); constant 331 kernel/trace/trace_entries.h __field( char, constant ) constant 337 kernel/trace/trace_entries.h __entry->constant ? " CONSTANT" : ""), constant 55 lib/sha1.c #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ constant 57 lib/sha1.c E += TEMP + rol32(A,5) + (fn) + (constant); \ constant 35 tools/testing/selftests/timers/set-tai.c tx.constant = offset;