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

/linux-master/drivers/cxl/
H A Dcxl.h783 int cxl_decoder_autoremove(struct device *host, struct cxl_decoder *cxld);
787 return cxl_decoder_autoremove(host, &cxlrd->cxlsd.cxld);
/linux-master/drivers/cxl/core/
H A Dport.c2034 int cxl_decoder_autoremove(struct device *host, struct cxl_decoder *cxld) function
2038 EXPORT_SYMBOL_NS_GPL(cxl_decoder_autoremove, CXL);
H A Dhdm.c33 rc = cxl_decoder_autoremove(&port->dev, cxld);
/linux-master/tools/testing/cxl/test/
H A Dcxl.c914 rc = cxl_decoder_autoremove(&port->dev, cxld);

Completed in 201 milliseconds