afu_np           1054 drivers/misc/cxl/cxl.h int cxl_guest_init_afu(struct cxl *adapter, int slice, struct device_node *afu_np);
afu_np           1056 drivers/misc/cxl/cxl.h int cxl_of_read_afu_handle(struct cxl_afu *afu, struct device_node *afu_np);
afu_np           1057 drivers/misc/cxl/cxl.h int cxl_of_read_afu_properties(struct cxl_afu *afu, struct device_node *afu_np);
afu_np            917 drivers/misc/cxl/guest.c int cxl_guest_init_afu(struct cxl *adapter, int slice, struct device_node *afu_np)
afu_np            939 drivers/misc/cxl/guest.c 	if ((rc = cxl_of_read_afu_handle(afu, afu_np)))
afu_np            945 drivers/misc/cxl/guest.c 	if ((rc = cxl_of_read_afu_properties(afu, afu_np)))
afu_np            131 drivers/misc/cxl/of.c int cxl_of_read_afu_handle(struct cxl_afu *afu, struct device_node *afu_np)
afu_np            133 drivers/misc/cxl/of.c 	if (read_handle(afu_np, &afu->guest->handle))
afu_np            456 drivers/misc/cxl/of.c 	struct device_node *afu_np = NULL;
afu_np            475 drivers/misc/cxl/of.c 	for_each_child_of_node(np, afu_np) {
afu_np            476 drivers/misc/cxl/of.c 		if ((ret = cxl_guest_init_afu(adapter, slice, afu_np)))