Searched refs:offset_top (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_10nm.c940 s8 offset_top[DSI_LANE_MAX] = { 0 }; /* No offset */ local
952 offset_top, DSI_LANE_MAX);
959 if (offset_top[i] < -32 || offset_top[i] > 31) {
962 offset_top[i]);
965 tuning_cfg->rescode_offset_top[i] = 0x3f & offset_top[i];
/linux-master/drivers/hid/
H A Dwacom_wac.h264 int offset_top; member in struct:wacom_features
H A Dwacom_wac.c1939 fmin += features->offset_top;
2474 if (features->offset_top && value != features->offset_top)
2477 features->offset_top);
2478 features->offset_top = value;
3764 input_set_abs_params(input_dev, ABS_Y, 0 + features->offset_top,

Completed in 355 milliseconds