Home
last modified time | relevance | path

Searched refs:p_module (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dminimal.c191 u8 *p_module, u8 *p_width, u8 *p_slot_index) in mlxsw_m_port_module_info_get() argument
200 *p_module = mlxsw_reg_pmlp_module_get(pmlp_pl, 0); in mlxsw_m_port_module_info_get()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-topology.c3664 struct skl_pipe_module *p_module = NULL; in skl_tplg_create_pipe_widget_list() local
3672 p_module = devm_kzalloc(component->dev, in skl_tplg_create_pipe_widget_list()
3673 sizeof(*p_module), GFP_KERNEL); in skl_tplg_create_pipe_widget_list()
3674 if (!p_module) in skl_tplg_create_pipe_widget_list()
3677 p_module->w = w; in skl_tplg_create_pipe_widget_list()
3678 list_add_tail(&p_module->node, &pipe->w_list); in skl_tplg_create_pipe_widget_list()