Home
last modified time | relevance | path

Searched refs:pci_ep_cfs_add_epf_group (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dpci-ep-cfs.h17 struct config_group *pci_ep_cfs_add_epf_group(const char *name);
29 static inline struct config_group *pci_ep_cfs_add_epf_group(const char *name) in pci_ep_cfs_add_epf_group() function
/OK3568_Linux_fs/kernel/drivers/pci/endpoint/
H A Dpci-ep-cfs.c448 struct config_group *pci_ep_cfs_add_epf_group(const char *name) in pci_ep_cfs_add_epf_group() function
460 EXPORT_SYMBOL(pci_ep_cfs_add_epf_group);
H A Dpci-epf-core.c179 group = pci_ep_cfs_add_epf_group(id->name); in pci_epf_add_cfs()