Searched refs:high_mode (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6005 struct drm_display_mode *high_mode; local
6008 high_mode = get_highest_refresh_rate_mode(aconnector, false);
6009 if (!high_mode || !mode)
6012 timing_diff = high_mode->vtotal - mode->vtotal;
6014 if (high_mode->clock == 0 || high_mode->clock != mode->clock ||
6015 high_mode->hdisplay != mode->hdisplay ||
6016 high_mode->vdisplay != mode->vdisplay ||
6017 high_mode->hsync_start != mode->hsync_start ||
6018 high_mode
9941 struct drm_display_mode *high_mode; local
[all...]
/linux-master/drivers/i2c/busses/
H A Di2c-pxa.c260 unsigned int high_mode:1; member in struct:pxa_i2c
582 writel(readl(_ICR(i2c)) | (i2c->high_mode ? i2c->hs_mask : 0), _ICR(i2c));
1075 if (i2c->high_mode) {
1285 i2c->high_mode = plat->high_mode;
1496 if (i2c->high_mode) {
/linux-master/include/linux/platform_data/
H A Di2c-pxa.h14 unsigned int high_mode:1; member in struct:i2c_pxa_platform_data

Completed in 207 milliseconds