Searched refs:hs_exit (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/msm/dsi/phy/ |
D | dsi_phy.h | 53 u32 hs_exit; member
|
D | dsi_phy.c | 112 timing->hs_exit = linear_inter(tmax, tmin, pcnt2, 0, true); in msm_dsi_dphy_timing_calc() 115 temp = ((timing->hs_exit >> 1) + 1) * 2 * ui; in msm_dsi_dphy_timing_calc() 138 timing->clk_trail, timing->clk_prepare, timing->hs_exit, in msm_dsi_dphy_timing_calc()
|
D | dsi_phy_20nm.c | 32 DSI_20nm_PHY_TIMING_CTRL_4_HS_EXIT(timing->hs_exit)); in dsi_20nm_dphy_set_timing()
|
D | dsi_phy_28nm.c | 32 DSI_28nm_PHY_TIMING_CTRL_4_HS_EXIT(timing->hs_exit)); in dsi_28nm_dphy_set_timing()
|
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_hash.h | 323 void (*hs_exit)(struct cfs_hash *hs, struct hlist_node *hnode); member 515 if (hs->hs_ops->hs_exit) in cfs_hash_exit() 516 hs->hs_ops->hs_exit(hs, hnode); in cfs_hash_exit()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | connection.c | 240 .hs_exit = conn_exit,
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_quota.c | 203 .hs_exit = oqi_exit,
|