Searched refs:func_conf_select (Results 1 – 3 of 3) sorted by relevance
201 .func_conf_select = ls_pcie_ep_func_conf_select,
50 if (ep->ops->func_conf_select) in dw_pcie_ep_func_select()51 func_offset = ep->ops->func_conf_select(ep, func_no); in dw_pcie_ep_func_select()
343 unsigned int (*func_conf_select)(struct dw_pcie_ep *ep, u8 func_no); member