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