| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | hdmi_wp.c | 171 timing_h |= FLD_VAL(timings->hfp, 19, 8); in hdmi_wp_video_config_timing() 193 timings->hfp = param->timings.hfp; in hdmi_wp_init_vid_fmt_timings()
|
| H A D | display-sysfs.c | 99 t.x_res, t.hfp, t.hbp, t.hsw, in display_timings_show() 124 &t.x_res, &t.hfp, &t.hbp, &t.hsw, in display_timings_store()
|
| /linux/drivers/video/fbdev/omap/ |
| H A D | lcd_palmte.c | 27 .hfp = 8,
|
| H A D | lcd_ams_delta.c | 113 .hfp = 1,
|
| H A D | omapfb.h | 68 int hfp; /* Horizontal front porch */ member
|
| H A D | lcd_mipid.c | 496 .hfp = 20,
|
| H A D | omapfb_main.c | 576 var->left_margin = panel->hfp; in set_fb_var() 1743 hhz = phz * 10 / (panel->hfp + panel->x_res + panel->hbp + panel->hsw); in omapfb_do_probe()
|
| /linux/drivers/gpu/drm/arm/display/komeda/d71/ |
| H A D | d71_regs.h | 417 #define BS_H_INTVALS(hfp, hbp) (((hfp) & 0xFFF) + (((hbp) & 0x3FF) << 16)) argument
|
| /linux/drivers/gpu/drm/stm/ |
| H A D | dw_mipi_dsi-stm.c | 530 int dsi_short_packet_size_px, hfp, hsync, hbp, delay_to_lp; in dw_mipi_dsi_stm_mode_valid() local 549 hfp = mode->hsync_start - mode->hdisplay; in dw_mipi_dsi_stm_mode_valid() 578 if (hfp < delay_to_lp && hbp < delay_to_lp) in dw_mipi_dsi_stm_mode_valid()
|
| /linux/drivers/media/platform/st/sti/bdisp/ |
| H A D | bdisp-reg.h | 48 u32 hfp; member
|
| H A D | bdisp-hw.c | 957 node->hfp = bdisp_hw_get_hf_addr(h_inc); in bdisp_hw_build_node()
|
| /linux/drivers/gpu/drm/hisilicon/kirin/ |
| H A D | dw_drm_dsi.c | 451 u32 hfp, hbp, hsw, vfp, vbp, vsw; in dsi_set_mode_timing() local 477 hfp = mode->hsync_start - mode->hdisplay; in dsi_set_mode_timing() 505 htot, hfp, hbp, hsw); in dsi_set_mode_timing()
|
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | connector-analog-tv.c | 32 .hfp = 12,
|
| H A D | connector-hdmi.c | 25 .hfp = 16,
|
| H A D | panel-lgphilips-lb035q02.c | 25 .hfp = 20,
|
| H A D | panel-nec-nl8048hl11.c | 68 .hfp = 6,
|
| H A D | connector-dvi.c | 24 .hfp = 48,
|
| H A D | panel-sharp-ls037v7dw01.c | 41 .hfp = 1,
|
| H A D | panel-tpo-td028ttec1.c | 36 .hfp = 24,
|
| H A D | panel-tpo-td043mtea1.c | 77 .hfp = 68,
|
| H A D | panel-sony-acx565akm.c | 87 .hfp = 28,
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | coex.c | 4654 u8 hfp: 1; member 5104 struct rtw89_btc_bt_hfp_desc *hfp = &btc->cx.bt0.link_info.hfp_desc; in rtw89_btc_set_policy_v1() local 5244 if (hid->exist || hfp->exist) in rtw89_btc_set_policy_v1() 6425 struct rtw89_btc_bt_hfp_desc *hfp = &b->hfp_desc; in _set_wl_tx_limit() local 6443 } else if ((hfp->exist && hid->exist) || hid->pair_cnt > 1) { in _set_wl_tx_limit() 6447 } else if (hfp->exist || hid->exist) { in _set_wl_tx_limit() 7929 struct rtw89_btc_bt_hfp_desc *hfp = &b->hfp_desc; in _update_bt_link_cnt() local 7939 b->link_cnt.now += hfp->exist; in _update_bt_link_cnt() 8866 struct rtw89_btc_bt_hfp_desc *hfp = &b->hfp_desc; in rtw89_btc_ntfy_specific_packet() local 8890 if (hfp->exist || hid->exist) in rtw89_btc_ntfy_specific_packet() [all …]
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.c | 2973 int hsync_len, int hfp, int hbp, in _dispc_lcd_timings_ok() argument 2977 hfp < 1 || hfp > dispc->feat->hp_max || in _dispc_lcd_timings_ok()
|