Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cxl/
H A Dcxlpci.h90 int cxl_hdm_decode_init(struct cxl_dev_state *cxlds, struct cxl_hdm *cxlhdm,
H A Dport.c115 rc = cxl_hdm_decode_init(cxlds, cxlhdm, &info); in cxl_endpoint_port_probe()
/openbmc/linux/tools/testing/cxl/
H A DKbuild12 ldflags-y += --wrap=cxl_hdm_decode_init
/openbmc/linux/drivers/cxl/core/
H A Dpci.c428 int cxl_hdm_decode_init(struct cxl_dev_state *cxlds, struct cxl_hdm *cxlhdm, in cxl_hdm_decode_init() function
495 EXPORT_SYMBOL_NS_GPL(cxl_hdm_decode_init, CXL);
/openbmc/linux/tools/testing/cxl/test/
H A Dmock.c224 rc = cxl_hdm_decode_init(cxlds, cxlhdm, info); in __wrap_cxl_hdm_decode_init()