Home
last modified time | relevance | path

Searched refs:adjustment (Results 1 – 9 of 9) sorted by relevance

/drivers/md/persistent-data/
Ddm-space-map-metadata.c305 unsigned int adjustment = 0; in sm_metadata_get_count() local
321 adjustment++; in sm_metadata_get_count()
325 adjustment--; in sm_metadata_get_count()
334 *result += adjustment; in sm_metadata_get_count()
342 int r, adjustment = 0; in sm_metadata_count_is_more_than_one() local
362 adjustment++; in sm_metadata_count_is_more_than_one()
366 adjustment--; in sm_metadata_count_is_more_than_one()
371 if (adjustment > 1) { in sm_metadata_count_is_more_than_one()
386 *result = rc + adjustment > 1; in sm_metadata_count_is_more_than_one()
/drivers/net/ethernet/intel/e1000e/
Dptp.c34 u64 adjustment; in e1000e_phc_adjfine() local
52 adjustment = mul_u64_u64_div_u64(incvalue, (u64)delta, in e1000e_phc_adjfine()
55 incvalue = neg_adj ? (incvalue - adjustment) : (incvalue + adjustment); in e1000e_phc_adjfine()
/drivers/input/mouse/
Delan_i2c_i2c.c450 int *adjustment) in elan_i2c_get_pressure_adjustment() argument
463 *adjustment = 0; in elan_i2c_get_pressure_adjustment()
465 *adjustment = ETP_PRESSURE_OFFSET; in elan_i2c_get_pressure_adjustment()
Delan_i2c.h115 int *adjustment);
Delan_i2c_smbus.c287 int *adjustment) in elan_smbus_get_pressure_adjustment() argument
289 *adjustment = ETP_PRESSURE_OFFSET; in elan_smbus_get_pressure_adjustment()
/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc535 // $r5: ctx offset adjustment for src/dst selection
/drivers/scsi/aic7xxx/
Daic79xx.reg2712 * Rev A has only a single bit (high bit of field) of slew adjustment.
/drivers/rtc/
DKconfig62 string "RTC used to synchronize NTP adjustment"
/drivers/video/fbdev/
DKconfig612 such as refresh rate adjustment.