[go: nahoru, domu]

Searched refs:adjust (Results 1 - 18 of 18) sorted by relevance

/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ptp.c143 u64 adjust; local
152 adjust = pdata->tstamp_addend;
153 adjust *= delta;
154 diff = div_u64(adjust, 1000000000UL);
/drivers/tty/
H A Dtty_ldsem.c123 long adjust, count; local
129 adjust = sem->wait_readers * (LDSEM_ACTIVE_BIAS - LDSEM_WAIT_BIAS);
130 count = ldsem_atomic_update(adjust, sem);
134 if (ldsem_cmpxchg(&count, count - adjust, sem))
204 long adjust = -LDSEM_ACTIVE_BIAS + LDSEM_WAIT_BIAS; local
213 if (ldsem_cmpxchg(&count, count + adjust, sem))
272 long adjust = -LDSEM_ACTIVE_BIAS; local
282 if (ldsem_cmpxchg(&count, count + adjust, sem))
/drivers/media/platform/exynos4-is/
H A Dfimc-is-param.c102 __hw_param_copy(&par->isp.adjust, &cfg->isp.adjust);
375 isp->adjust.contrast = val;
378 isp->adjust.saturation = val;
381 isp->adjust.sharpness = val;
384 isp->adjust.exposure = val;
387 isp->adjust.brightness = val;
390 isp->adjust.hue = val;
393 isp->adjust.contrast = 0;
394 isp->adjust
[all...]
H A Dfimc-is-param.h344 /* ISP adjust commands */
695 struct param_isp_adjust adjust; member in struct:isp_param
987 /* This field is to adjust I2c clock based on ACLK200 */
/drivers/media/tuners/
H A Dtda9887.c310 static char *adjust[32] = { local
360 adjust[buf[2] & 0x1f]);
435 static unsigned int adjust = UNSET; variable
440 module_param(adjust, int, 0644);
467 if (adjust < 0x20) {
469 buf[2] |= adjust;
/drivers/ata/
H A Dpata_hpt37x.c982 int dpll, adjust; local
997 for (adjust = 0; adjust < 8; adjust++) {
1004 if (adjust & 1)
1005 f_low -= adjust >> 1;
1007 f_high += adjust >> 1;
1011 if (adjust == 8) {
H A Dpata_hpt3x2n.c497 int adjust; local
575 for (adjust = 0; adjust < 8; adjust++) {
580 if (adjust == 8) {
/drivers/gpu/drm/nouveau/core/engine/dmaobj/
H A Dnv04.c48 u64 adjust = priv->base.start & 0x00000fff; local
76 nv_wo32(*pgpuobj, 0x00, priv->flags0 | (adjust << 20));
/drivers/rtc/
H A Drtc-sysfs.c171 int adjust = 0; local
188 adjust = 1;
191 if (adjust) {
/drivers/ide/
H A Dhpt366.c1064 int adjust; local
1093 for (adjust = 0; adjust < 8; adjust++) {
1100 if (adjust & 1)
1101 f_low -= adjust >> 1;
1103 f_low += adjust >> 1;
1105 if (adjust == 8) {
/drivers/media/platform/vsp1/
H A Dvsp1_video.c280 struct v4l2_pix_format_mplane *adjust)
284 *adjust = *format;
285 __vsp1_video_try_format(video, adjust, NULL);
287 if (format->width != adjust->width ||
288 format->height != adjust->height ||
289 format->pixelformat != adjust->pixelformat ||
290 format->num_planes != adjust->num_planes)
295 adjust->plane_fmt[i].bytesperline)
298 adjust->plane_fmt[i].sizeimage =
299 max(adjust
278 vsp1_video_format_adjust(struct vsp1_video *video, const struct v4l2_pix_format_mplane *format, struct v4l2_pix_format_mplane *adjust) argument
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_eeprom.c114 static u8 flash_csum(struct qib_flash *ifp, int adjust) argument
131 if (adjust)
368 * would need to adjust the checksum if we were
/drivers/platform/x86/
H A Dintel_ips.c40 * close or over our TDP) we don't adjust the clamps more than once every
300 struct task_struct *adjust; member in struct:ips_driver
736 * ips_adjust - adjust power clamp based on thermal state
739 * Wake up every 5s or so and check whether we should adjust the power clamp.
742 * - do we need to adjust up or down?
752 * - CPU busy, GPU not busy - adjust CPU up
753 * - CPU not busy, GPU busy - adjust GPU up
754 * - CPU busy, GPU busy - adjust preferred unit up, taking headroom from
757 * - adjust both CPU and GPU down if possible
771 dev_dbg(&ips->dev->dev, "starting ips-adjust threa
[all...]
/drivers/gpu/drm/nouveau/core/subdev/clock/
H A Dbase.c41 nouveau_clock_adjust(struct nouveau_clock *clk, bool adjust, argument
63 if (adjust)
/drivers/infiniband/hw/ipath/
H A Dipath_eeprom.c676 static u8 flash_csum(struct ipath_flash *ifp, int adjust) argument
693 if (adjust)
935 * would need to adjust the checksum if we were
/drivers/media/i2c/
H A Dks0127.c191 struct adjust { struct
H A Dadv7842.c1463 /* adjust for deep color mode */
2531 if (s && s->adjust) {
/drivers/input/touchscreen/
H A Dads7846.c424 #define SHOW(name, var, adjust) static ssize_t \
432 return sprintf(buf, "%u\n", adjust(ts, v)); \
678 * adjust: on-wire is a must-ignore bit, a BE12 value, then

Completed in 692 milliseconds