Home
last modified time | relevance | path

Searched refs:hfp (Results 1 – 23 of 23) sorted by relevance

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_wp.c171 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 Ddisplay-sysfs.c99 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 Dlcd_palmte.c27 .hfp = 8,
H A Dlcd_ams_delta.c113 .hfp = 1,
H A Domapfb.h68 int hfp; /* Horizontal front porch */ member
H A Dlcd_mipid.c496 .hfp = 20,
H A Domapfb_main.c576 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 Dd71_regs.h417 #define BS_H_INTVALS(hfp, hbp) (((hfp) & 0xFFF) + (((hbp) & 0x3FF) << 16)) argument
/linux/drivers/gpu/drm/stm/
H A Ddw_mipi_dsi-stm.c530 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 Dbdisp-reg.h48 u32 hfp; member
H A Dbdisp-hw.c957 node->hfp = bdisp_hw_get_hf_addr(h_inc); in bdisp_hw_build_node()
/linux/drivers/gpu/drm/hisilicon/kirin/
H A Ddw_drm_dsi.c451 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 Dconnector-analog-tv.c32 .hfp = 12,
H A Dconnector-hdmi.c25 .hfp = 16,
H A Dpanel-lgphilips-lb035q02.c25 .hfp = 20,
H A Dpanel-nec-nl8048hl11.c68 .hfp = 6,
H A Dconnector-dvi.c24 .hfp = 48,
H A Dpanel-sharp-ls037v7dw01.c41 .hfp = 1,
H A Dpanel-tpo-td028ttec1.c36 .hfp = 24,
H A Dpanel-tpo-td043mtea1.c77 .hfp = 68,
H A Dpanel-sony-acx565akm.c87 .hfp = 28,
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c4654 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 Ddispc.c2973 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()