Home
last modified time | relevance | path

Searched refs:is_mock_dev (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/cxl/test/
H A Dmock.c158 if (ops && ops->is_mock_dev(dev->parent->parent)) in __wrap_nvdimm_bus_register()
200 if (ops && ops->is_mock_dev(cxlds->dev)) in __wrap_cxl_await_media_ready()
240 if (ops && ops->is_mock_dev(cxlmd->dev.parent)) in __wrap_cxl_endpoint_parse_cdat()
H A Dmock.h21 bool (*is_mock_dev)(struct device *dev); member
H A Dcxl.c94 static bool is_mock_dev(struct device *dev) in is_mock_dev() function
505 if (!is_mock_port(dev) && !is_mock_dev(dev)) in mock_acpi_table_parse_cedt()
581 return is_mock_dev(dev->parent); in is_mock_port()
1122 .is_mock_dev = is_mock_dev,