Searched refs:add_cfs (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dpci-epf.h62 * @add_cfs: ops to initialize function specific configfs attributes
67 struct config_group *(*add_cfs)(struct pci_epf *epf, member in struct:pci_epf_ops
/linux-master/drivers/pci/endpoint/
H A Dpci-ep-cfs.c526 * the function driver does not implement the add_cfs() method.
529 * or if the EPF driver add_cfs() method fails.
541 if (!epf->driver->ops->add_cfs)
545 epf_type_group = epf->driver->ops->add_cfs(epf, group);
/linux-master/drivers/pci/endpoint/functions/
H A Dpci-epf-ntb.c2105 .add_cfs = epf_ntb_add_cfs,
H A Dpci-epf-vntb.c1375 .add_cfs = epf_ntb_add_cfs,

Completed in 136 milliseconds