Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/cxl/core/
Dport.c46 if (is_cxl_root(to_cxl_port(dev))) in cxl_device_id()
250 struct cxl_port *port = to_cxl_port(dev->parent); in cxl_decoder_release()
312 struct cxl_port *port = to_cxl_port(dev); in cxl_port_release()
340 struct cxl_port *to_cxl_port(struct device *dev) in to_cxl_port() function
347 EXPORT_SYMBOL_NS_GPL(to_cxl_port, CXL);
358 parent = to_cxl_port(port->dev.parent); in unregister_port()
537 port = to_cxl_port(dev); in dev_is_cxl_root_child()
541 parent = to_cxl_port(port->dev.parent); in dev_is_cxl_root_child()
558 port = to_cxl_port(dev); in match_root_child()
583 root = to_cxl_port(port_dev->parent); in find_cxl_root()
[all …]
Dpci.c295 root = to_cxl_port(port->dev.parent); in __cxl_hdm_decode_init()
297 root = to_cxl_port(root->dev.parent); in __cxl_hdm_decode_init()
/linux-5.19.10/drivers/cxl/
Dport.c35 struct cxl_port *port = to_cxl_port(dev); in cxl_port_probe()
Dcxl.h321 struct cxl_port *to_cxl_port(struct device *dev);
/linux-5.19.10/tools/testing/cxl/test/
Dcxl.c435 struct cxl_port *parent_port = to_cxl_port(port->dev.parent); in mock_cxl_enumerate_decoders()