Home
last modified time | relevance | path

Searched refs:cxl_switch_decoder_alloc (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/cxl/core/
H A Dhdm.c64 cxlsd = cxl_switch_decoder_alloc(port, 1); in devm_cxl_add_passthrough_decoder()
1192 cxlsd = cxl_switch_decoder_alloc(port, target_count); in devm_cxl_enumerate_decoders()
H A Dport.c2023 struct cxl_switch_decoder *cxl_switch_decoder_alloc(struct cxl_port *port, in cxl_switch_decoder_alloc() function
2047 EXPORT_SYMBOL_NS_GPL(cxl_switch_decoder_alloc, "CXL");
/linux/drivers/cxl/
H A Dcxl.h823 struct cxl_switch_decoder *cxl_switch_decoder_alloc(struct cxl_port *port,
/linux/tools/testing/cxl/test/
H A Dcxl.c916 cxlsd = cxl_switch_decoder_alloc(port, target_count); in mock_cxl_enumerate_decoders()