Home
last modified time | relevance | path

Searched refs:cxl_hdm_decode_init (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/cxl/
Dcxlpci.h76 int cxl_hdm_decode_init(struct cxl_dev_state *cxlds, struct cxl_hdm *cxlhdm);
Dport.c64 rc = cxl_hdm_decode_init(cxlds, cxlhdm); in cxl_port_probe()
/Linux-v6.1/tools/testing/cxl/
DKbuild12 ldflags-y += --wrap=cxl_hdm_decode_init
/Linux-v6.1/drivers/cxl/core/
Dpci.c347 int cxl_hdm_decode_init(struct cxl_dev_state *cxlds, struct cxl_hdm *cxlhdm) in cxl_hdm_decode_init() function
455 EXPORT_SYMBOL_NS_GPL(cxl_hdm_decode_init, CXL);
/Linux-v6.1/tools/testing/cxl/test/
Dmock.c220 rc = cxl_hdm_decode_init(cxlds, cxlhdm); in __wrap_cxl_hdm_decode_init()