Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/cxl/core/
Dhdm.c53 cxld = cxl_switch_decoder_alloc(port, 1); in devm_cxl_add_passthrough_decoder()
247 cxld = cxl_switch_decoder_alloc(port, target_count); in devm_cxl_enumerate_decoders()
Dport.c1275 struct cxl_decoder *cxl_switch_decoder_alloc(struct cxl_port *port, in cxl_switch_decoder_alloc() function
1283 EXPORT_SYMBOL_NS_GPL(cxl_switch_decoder_alloc, CXL);
/linux-5.19.10/drivers/cxl/
Dcxl.h347 struct cxl_decoder *cxl_switch_decoder_alloc(struct cxl_port *port,
/linux-5.19.10/tools/testing/cxl/test/
Dcxl.c455 cxld = cxl_switch_decoder_alloc(port, target_count); in mock_cxl_enumerate_decoders()