Lines Matching refs:device
4 #include <linux/device.h>
24 * cxl_mem driver adds the device it is bound to as a CXL endpoint-port for use
40 struct device *dev = file->private;
48 static int devm_cxl_add_endpoint(struct device *host, struct cxl_memdev *cxlmd,
107 static int cxl_mem_probe(struct device *dev)
112 struct device *endpoint_parent;
122 * Someone is trying to reattach this device after it lost its port
185 * The kernel may be operating out of CXL memory on this device,
186 * there is no spec defined way to determine whether this device
192 * TODO: support suspend when all the regions this device is
201 static ssize_t trigger_poison_list_store(struct device *dev,
220 struct device *dev = kobj_to_dev(kobj);