Home
last modified time | relevance | path

Searched refs:p_max (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/mscc/
H A Docelot_devlink.c820 u32 *p_cur, u32 *p_max) in ocelot_sb_occ_port_pool_get() argument
841 ocelot_wm_status(ocelot, wm_index, p_cur, p_max); in ocelot_sb_occ_port_pool_get()
843 *p_max *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_occ_port_pool_get()
853 u32 *p_cur, u32 *p_max) in ocelot_sb_occ_tc_port_bind_get() argument
874 ocelot_wm_status(ocelot, wm_index, p_cur, p_max); in ocelot_sb_occ_tc_port_bind_get()
876 *p_max *= ocelot_sb_pool[sb_index].cell_size; in ocelot_sb_occ_tc_port_bind_get()
H A Docelot_net.c135 u32 *p_max) in ocelot_devlink_sb_occ_port_pool_get() argument
141 p_cur, p_max); in ocelot_devlink_sb_occ_port_pool_get()
148 u32 *p_cur, u32 *p_max) in ocelot_devlink_sb_occ_tc_port_bind_get() argument
155 p_cur, p_max); in ocelot_devlink_sb_occ_tc_port_bind_get()
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c207 if (ctrl->p_max.p_const) in std_max_compound()
208 memcpy(p, ctrl->p_max.p_const, ctrl->elem_size); in std_max_compound()
1948 const union v4l2_ctrl_ptr p_max, in v4l2_ctrl_new() argument
2136 if (type >= V4L2_CTRL_COMPOUND_TYPES && p_max.p_const) in v4l2_ctrl_new()
2212 if (p_max.p_const) { in v4l2_ctrl_new()
2214 ctrl->p_max.p = ptr; in v4l2_ctrl_new()
2215 memcpy(ctrl->p_max.p, p_max.p_const, elem_size); in v4l2_ctrl_new()
2270 cfg->p_max, priv); in v4l2_ctrl_new_custom()
2373 const union v4l2_ctrl_ptr p_max) in v4l2_ctrl_new_std_compound() argument
2387 flags, NULL, NULL, p_def, p_min, p_max, NULL); in v4l2_ctrl_new_std_compound()
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_link.c1113 int v_max = 0, p_max = 0; in msm_dp_link_adjust_levels() local
1133 if (p_max < data_p) in msm_dp_link_adjust_levels()
1134 p_max = data_p; in msm_dp_link_adjust_levels()
1138 msm_dp_link->phy_params.p_level = p_max >> DP_TRAIN_PRE_EMPHASIS_SHIFT; in msm_dp_link_adjust_levels()
/linux/drivers/pci/hotplug/
H A Dcpqphp_core.c198 void __iomem *p_max; in get_subsequent_smbios_entry() local
204 p_max = smbios_start + readw(smbios_table + ST_LENGTH); in get_subsequent_smbios_entry()
209 while ((p_temp < p_max) && !bail) { in get_subsequent_smbios_entry()
221 if (p_temp < p_max) in get_subsequent_smbios_entry()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_buffers.c1763 u32 *p_cur, u32 *p_max) in mlxsw_sp_sb_occ_port_pool_get() argument
1773 *p_max = mlxsw_sp_cells_bytes(mlxsw_sp, pm->occ.max); in mlxsw_sp_sb_occ_port_pool_get()
1780 u32 *p_cur, u32 *p_max) in mlxsw_sp_sb_occ_tc_port_bind_get() argument
1792 *p_max = mlxsw_sp_cells_bytes(mlxsw_sp, cm->occ.max); in mlxsw_sp_sb_occ_tc_port_bind_get()
H A Dcore.c1507 u32 *p_cur, u32 *p_max) in mlxsw_devlink_sb_occ_port_pool_get() argument
1517 pool_index, p_cur, p_max); in mlxsw_devlink_sb_occ_port_pool_get()
1524 u32 *p_cur, u32 *p_max) in mlxsw_devlink_sb_occ_tc_port_bind_get() argument
1535 pool_type, p_cur, p_max); in mlxsw_devlink_sb_occ_tc_port_bind_get()
/linux/drivers/net/dsa/ocelot/
H A Dfelix.c2136 u32 *p_cur, u32 *p_max) in felix_sb_occ_port_pool_get() argument
2141 p_cur, p_max); in felix_sb_occ_port_pool_get()
2147 u32 *p_cur, u32 *p_max) in felix_sb_occ_tc_port_bind_get() argument
2152 pool_type, p_cur, p_max); in felix_sb_occ_tc_port_bind_get()
/linux/include/soc/mscc/
H A Docelot.h1142 u32 *p_cur, u32 *p_max);
1146 u32 *p_cur, u32 *p_max);
/linux/include/net/
H A Ddsa.h1183 u32 *p_cur, u32 *p_max);
1187 u32 *p_cur, u32 *p_max);
/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c738 u8 p_min, p_max; in samsung_dsim_pll_find_pms() local
744 p_max = fin / (driver_data->pll_fin_min * HZ_PER_MHZ); in samsung_dsim_pll_find_pms()
746 for (_p = p_min; _p <= p_max; ++_p) { in samsung_dsim_pll_find_pms()
/linux/lib/
H A Dmaple_tree.c6641 unsigned long p_min, p_max; in mas_dfs_postorder() local
6655 p_max = mas->max; in mas_dfs_postorder()
6660 mas->max = p_max; in mas_dfs_postorder()