Home
last modified time | relevance | path

Searched refs:high_mode (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/platform_data/
H A Di2c-pxa.h14 unsigned int high_mode:1; member
/kernel/linux/linux-6.6/include/linux/platform_data/
H A Di2c-pxa.h14 unsigned int high_mode:1; member
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-pxa.c259 unsigned int high_mode:1; member
581 writel(readl(_ICR(i2c)) | (i2c->high_mode ? i2c->hs_mask : 0), _ICR(i2c)); in i2c_pxa_do_reset()
1074 if (i2c->high_mode) { in i2c_pxa_do_xfer()
1288 i2c->high_mode = plat->high_mode; in i2c_pxa_probe_pdata()
1501 if (i2c->high_mode) { in i2c_pxa_probe()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-pxa.c259 unsigned int high_mode:1; member
581 writel(readl(_ICR(i2c)) | (i2c->high_mode ? i2c->hs_mask : 0), _ICR(i2c)); in i2c_pxa_do_reset()
1074 if (i2c->high_mode) { in i2c_pxa_do_xfer()
1286 i2c->high_mode = plat->high_mode; in i2c_pxa_probe_pdata()
1497 if (i2c->high_mode) { in i2c_pxa_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5805 struct drm_display_mode *high_mode; in is_freesync_video_mode() local
5808 high_mode = get_highest_refresh_rate_mode(aconnector, false); in is_freesync_video_mode()
5809 if (!high_mode || !mode) in is_freesync_video_mode()
5812 timing_diff = high_mode->vtotal - mode->vtotal; in is_freesync_video_mode()
5814 if (high_mode->clock == 0 || high_mode->clock != mode->clock || in is_freesync_video_mode()
5815 high_mode->hdisplay != mode->hdisplay || in is_freesync_video_mode()
5816 high_mode->vdisplay != mode->vdisplay || in is_freesync_video_mode()
5817 high_mode->hsync_start != mode->hsync_start || in is_freesync_video_mode()
5818 high_mode in is_freesync_video_mode()
9402 struct drm_display_mode *high_mode; dm_update_crtc_state() local
[all...]

Completed in 15 milliseconds